summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/sallayout.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-07-18 18:21:12 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-07-20 22:10:59 +0200
commitcd3d26b7edbce67805259a71e4118223e02ebdd4 (patch)
treefbb103d9877275f80eab075f22a8e0753fccf151 /vcl/source/gdi/sallayout.cxx
parent8e21a02520cbd2fdc09df1ca675f4aa46a02d5f6 (diff)
vcl consitent use of long for corrdinate
most of length in vcl are calculated in 'long' but array of X position tend to be in sal_Int32. As a prep work to be able to support 'double' as the base type of Device Coordinate, harmonize the use of 'long' for non-float coordinate. Change-Id: I7cb33301ff6a5e2c62247b36a4e07e168a58a323
Diffstat (limited to 'vcl/source/gdi/sallayout.cxx')
-rw-r--r--vcl/source/gdi/sallayout.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx
index 100352082631..6724862a1e32 100644
--- a/vcl/source/gdi/sallayout.cxx
+++ b/vcl/source/gdi/sallayout.cxx
@@ -1018,7 +1018,7 @@ void GenericSalLayout::ApplyDXArray( ImplLayoutArgs& rArgs )
}
// calculate adjusted cluster widths
- sal_Int32* pNewGlyphWidths = (sal_Int32*)alloca( m_GlyphItems.size() * sizeof(sal_Int32) );
+ long* pNewGlyphWidths = (long*)alloca( m_GlyphItems.size() * sizeof(long) );
for( i = 0; i < m_GlyphItems.size(); ++i )
pNewGlyphWidths[ i ] = 0;
@@ -1248,7 +1248,7 @@ void GenericSalLayout::KashidaJustify( long nKashidaIndex, int nKashidaWidth )
}
}
-void GenericSalLayout::GetCaretPositions( int nMaxIndex, sal_Int32* pCaretXArray ) const
+void GenericSalLayout::GetCaretPositions( int nMaxIndex, long* pCaretXArray ) const
{
// initialize result array
long nXPos = -1;
@@ -1298,8 +1298,8 @@ sal_Int32 GenericSalLayout::GetTextBreak( long nMaxWidth, long nCharExtra, int n
}
int GenericSalLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphs, Point& rPos,
- int& nStart, sal_Int32* pGlyphAdvAry, int* pCharPosAry,
- const PhysicalFontFace** /*pFallbackFonts*/ ) const
+ int& nStart, long* pGlyphAdvAry, int* pCharPosAry,
+ const PhysicalFontFace** /*pFallbackFonts*/ ) const
{
GlyphVector::const_iterator pG = m_GlyphItems.begin();
GlyphVector::const_iterator pGEnd = m_GlyphItems.end();
@@ -1607,7 +1607,7 @@ void MultiSalLayout::AdjustLayout( ImplLayoutArgs& rArgs )
int nStartOld[ MAX_FALLBACK ];
int nStartNew[ MAX_FALLBACK ];
int nCharPos[ MAX_FALLBACK ];
- sal_Int32 nGlyphAdv[ MAX_FALLBACK ];
+ long nGlyphAdv[ MAX_FALLBACK ];
int nValid[ MAX_FALLBACK ] = {0};
sal_GlyphId nDummy;
@@ -1990,14 +1990,14 @@ DeviceCoordinate MultiSalLayout::FillDXArray( DeviceCoordinate* pCharWidths ) co
return nMaxWidth;
}
-void MultiSalLayout::GetCaretPositions( int nMaxIndex, sal_Int32* pCaretXArray ) const
+void MultiSalLayout::GetCaretPositions( int nMaxIndex, long* pCaretXArray ) const
{
SalLayout& rLayout = *mpLayouts[ 0 ];
rLayout.GetCaretPositions( nMaxIndex, pCaretXArray );
if( mnLevel > 1 )
{
- sal_Int32* pTempPos = (sal_Int32*)alloca( nMaxIndex * sizeof(sal_Int32) );
+ long* pTempPos = (long*)alloca( nMaxIndex * sizeof(long) );
for( int n = 1; n < mnLevel; ++n )
{
mpLayouts[ n ]->GetCaretPositions( nMaxIndex, pTempPos );
@@ -2015,8 +2015,8 @@ void MultiSalLayout::GetCaretPositions( int nMaxIndex, sal_Int32* pCaretXArray )
}
int MultiSalLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphIdxAry, Point& rPos,
- int& nStart, sal_Int32* pGlyphAdvAry, int* pCharPosAry,
- const PhysicalFontFace** pFallbackFonts ) const
+ int& nStart, long* pGlyphAdvAry, int* pCharPosAry,
+ const PhysicalFontFace** pFallbackFonts ) const
{
// for multi-level fallback only single glyphs should be used
if( mnLevel > 1 && nLen > 1 )
p.po?h=cp-5.3-47&id=e8c9e70e057aec51c783b7230f1995020374d06f'>source/ast/helpcontent2/source/text/shared/help.po12
-rw-r--r--source/ast/helpcontent2/source/text/shared/optionen.po236
-rw-r--r--source/ast/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ast/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/ast/helpcontent2/source/text/simpress/01.po8
-rw-r--r--source/ast/helpcontent2/source/text/simpress/02.po8
-rw-r--r--source/ast/helpcontent2/source/text/simpress/04.po6
-rw-r--r--source/ast/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office/UI.po41
-rw-r--r--source/ast/reportdesign/messages.po8
-rw-r--r--source/ast/sc/messages.po8
-rw-r--r--source/ast/sd/messages.po20
-rw-r--r--source/ast/sfx2/messages.po323
-rw-r--r--source/ast/shell/source/win32/shlxthandler/res.po8
-rw-r--r--source/ast/svx/messages.po1624
-rw-r--r--source/ast/sw/messages.po594
-rw-r--r--source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po12
-rw-r--r--source/ast/uui/messages.po16
-rw-r--r--source/ast/wizards/source/resources.po8
-rw-r--r--source/az/chart2/messages.po26
-rw-r--r--source/az/cui/messages.po60
-rw-r--r--source/az/dbaccess/messages.po494
-rw-r--r--source/az/desktop/messages.po200
-rw-r--r--source/az/sfx2/messages.po314
-rw-r--r--source/az/svx/messages.po1589
-rw-r--r--source/az/sw/messages.po552
-rw-r--r--source/be/chart2/messages.po26
-rw-r--r--source/be/cui/messages.po60
-rw-r--r--source/be/dbaccess/messages.po494
-rw-r--r--source/be/desktop/messages.po200
-rw-r--r--source/be/sfx2/messages.po314
-rw-r--r--source/be/svx/messages.po1589
-rw-r--r--source/be/sw/messages.po552
-rw-r--r--source/bg/chart2/messages.po28
-rw-r--r--source/bg/cui/messages.po332
-rw-r--r--source/bg/dbaccess/messages.po496
-rw-r--r--source/bg/desktop/messages.po200
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared.po383
-rw-r--r--source/bg/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/bg/helpcontent2/source/text/sdatabase.po2254
-rw-r--r--source/bg/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/bg/helpcontent2/source/text/shared/00.po144
-rw-r--r--source/bg/helpcontent2/source/text/shared/01.po345
-rw-r--r--source/bg/helpcontent2/source/text/shared/02.po93
-rw-r--r--source/bg/helpcontent2/source/text/shared/autopi.po10
-rw-r--r--source/bg/helpcontent2/source/text/shared/explorer/database.po2232
-rw-r--r--source/bg/helpcontent2/source/text/shared/guide.po60
-rw-r--r--source/bg/helpcontent2/source/text/shared/optionen.po294
-rw-r--r--source/bg/helpcontent2/source/text/simpress.po22
-rw-r--r--source/bg/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/bg/helpcontent2/source/text/swriter/01.po56
-rw-r--r--source/bg/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/bg/sfx2/messages.po316
-rw-r--r--source/bg/svx/messages.po1739
-rw-r--r--source/bg/sw/messages.po552
-rw-r--r--source/bn-IN/chart2/messages.po26
-rw-r--r--source/bn-IN/cui/messages.po60
-rw-r--r--source/bn-IN/dbaccess/messages.po494
-rw-r--r--source/bn-IN/desktop/messages.po200
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/bn-IN/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/bn-IN/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress.po20
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/bn-IN/sfx2/messages.po314
-rw-r--r--source/bn-IN/svx/messages.po1589
-rw-r--r--source/bn-IN/sw/messages.po552
-rw-r--r--source/bn/chart2/messages.po26
-rw-r--r--source/bn/cui/messages.po60
-rw-r--r--source/bn/dbaccess/messages.po494
-rw-r--r--source/bn/desktop/messages.po200
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/bn/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/bn/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/bn/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/bn/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/bn/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/bn/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/bn/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/bn/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/bn/helpcontent2/source/text/simpress.po20
-rw-r--r--source/bn/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/bn/sfx2/messages.po314
-rw-r--r--source/bn/svx/messages.po1589
-rw-r--r--source/bn/sw/messages.po552
-rw-r--r--source/bo/chart2/messages.po26
-rw-r--r--source/bo/cui/messages.po60
-rw-r--r--source/bo/dbaccess/messages.po494
-rw-r--r--source/bo/desktop/messages.po200
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/bo/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/bo/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/bo/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/bo/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/bo/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/bo/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/bo/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/bo/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/bo/helpcontent2/source/text/simpress.po20
-rw-r--r--source/bo/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/bo/sfx2/messages.po314
-rw-r--r--source/bo/svx/messages.po1589
-rw-r--r--source/bo/sw/messages.po552
-rw-r--r--source/br/chart2/messages.po26
-rw-r--r--source/br/cui/messages.po60
-rw-r--r--source/br/dbaccess/messages.po494
-rw-r--r--source/br/desktop/messages.po200
-rw-r--r--source/br/sfx2/messages.po314
-rw-r--r--source/br/svx/messages.po1589
-rw-r--r--source/br/sw/messages.po552
-rw-r--r--source/brx/chart2/messages.po26
-rw-r--r--source/brx/cui/messages.po60
-rw-r--r--source/brx/dbaccess/messages.po494
-rw-r--r--source/brx/desktop/messages.po200
-rw-r--r--source/brx/sfx2/messages.po314
-rw-r--r--source/brx/svx/messages.po1589
-rw-r--r--source/brx/sw/messages.po552
-rw-r--r--source/bs/chart2/messages.po26
-rw-r--r--source/bs/cui/messages.po60
-rw-r--r--source/bs/dbaccess/messages.po494
-rw-r--r--source/bs/desktop/messages.po200
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared.po295
-rw-r--r--source/bs/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/bs/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/bs/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/bs/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/bs/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/bs/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/bs/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/bs/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/bs/helpcontent2/source/text/simpress.po20
-rw-r--r--source/bs/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/bs/sfx2/messages.po314
-rw-r--r--source/bs/svx/messages.po1589
-rw-r--r--source/bs/sw/messages.po552
-rw-r--r--source/ca-valencia/chart2/messages.po26
-rw-r--r--source/ca-valencia/cui/messages.po60
-rw-r--r--source/ca-valencia/dbaccess/messages.po494
-rw-r--r--source/ca-valencia/desktop/messages.po200
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/02.po81
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/ca-valencia/helpcontent2/source/text/simpress.po22
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/ca-valencia/sfx2/messages.po314
-rw-r--r--source/ca-valencia/svx/messages.po1589
-rw-r--r--source/ca-valencia/sw/messages.po552
-rw-r--r--source/ca/chart2/messages.po28
-rw-r--r--source/ca/cui/messages.po118
-rw-r--r--source/ca/dbaccess/messages.po502
-rw-r--r--source/ca/desktop/messages.po200
-rw-r--r--source/ca/extensions/messages.po10
-rw-r--r--source/ca/forms/messages.po12
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/ca/helpcontent2/source/text/scalc.po4
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po4
-rw-r--r--source/ca/helpcontent2/source/text/scalc/02.po4
-rw-r--r--source/ca/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/ca/helpcontent2/source/text/schart.po10
-rw-r--r--source/ca/helpcontent2/source/text/schart/01.po14
-rw-r--r--source/ca/helpcontent2/source/text/sdatabase.po2306
-rw-r--r--source/ca/helpcontent2/source/text/sdraw.po6
-rw-r--r--source/ca/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/ca/helpcontent2/source/text/sdraw/guide.po6
-rw-r--r--source/ca/helpcontent2/source/text/shared.po32
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po38
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po206
-rw-r--r--source/ca/helpcontent2/source/text/shared/02.po98
-rw-r--r--source/ca/helpcontent2/source/text/shared/autopi.po10
-rw-r--r--source/ca/helpcontent2/source/text/shared/explorer/database.po2244
-rw-r--r--source/ca/helpcontent2/source/text/shared/guide.po38
-rw-r--r--source/ca/helpcontent2/source/text/shared/help.po8
-rw-r--r--source/ca/helpcontent2/source/text/shared/optionen.po276
-rw-r--r--source/ca/helpcontent2/source/text/simpress.po32
-rw-r--r--source/ca/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/ca/helpcontent2/source/text/simpress/01.po15
-rw-r--r--source/ca/helpcontent2/source/text/simpress/04.po8
-rw-r--r--source/ca/helpcontent2/source/text/simpress/guide.po12
-rw-r--r--source/ca/helpcontent2/source/text/smath.po6
-rw-r--r--source/ca/helpcontent2/source/text/smath/01.po4
-rw-r--r--source/ca/helpcontent2/source/text/swriter/01.po16
-rw-r--r--source/ca/helpcontent2/source/text/swriter/guide.po32
-rw-r--r--source/ca/helpcontent2/source/text/swriter/librelogo.po8
-rw-r--r--source/ca/helpcontent2/source/text/swriter/menu.po10
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po46
-rw-r--r--source/ca/sc/messages.po34
-rw-r--r--source/ca/sd/messages.po12
-rw-r--r--source/ca/sfx2/messages.po328
-rw-r--r--source/ca/starmath/messages.po48
-rw-r--r--source/ca/svtools/messages.po8
-rw-r--r--source/ca/svx/messages.po1711
-rw-r--r--source/ca/sw/messages.po584
-rw-r--r--source/ca/vcl/messages.po10
-rw-r--r--source/ckb/chart2/messages.po28
-rw-r--r--source/ckb/cui/messages.po82
-rw-r--r--source/ckb/dbaccess/messages.po494
-rw-r--r--source/ckb/desktop/messages.po202
-rw-r--r--source/ckb/filter/messages.po8
-rw-r--r--source/ckb/forms/messages.po6
-rw-r--r--source/ckb/librelogo/source/pythonpath.po6
-rw-r--r--source/ckb/officecfg/registry/data/org/openoffice/Office.po21
-rw-r--r--source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po30
-rw-r--r--source/ckb/scp2/source/ooo.po6
-rw-r--r--source/ckb/sfx2/messages.po322
-rw-r--r--source/ckb/shell/source/win32/shlxthandler/res.po6
-rw-r--r--source/ckb/svx/messages.po1589
-rw-r--r--source/ckb/sw/messages.po594
-rw-r--r--source/ckb/swext/mediawiki/help.po4
-rw-r--r--source/ckb/vcl/messages.po6
-rw-r--r--source/ckb/wizards/source/resources.po12
-rw-r--r--source/cs/chart2/messages.po28
-rw-r--r--source/cs/cui/messages.po230
-rw-r--r--source/cs/dbaccess/messages.po496
-rw-r--r--source/cs/desktop/messages.po200
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared.po335
-rw-r--r--source/cs/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po173
-rw-r--r--source/cs/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/cs/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/cs/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/cs/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/cs/helpcontent2/source/text/simpress.po22
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po16
-rw-r--r--source/cs/sc/messages.po8
-rw-r--r--source/cs/sfx2/messages.po314
-rw-r--r--source/cs/starmath/messages.po18
-rw-r--r--source/cs/svx/messages.po1589
-rw-r--r--source/cs/sw/messages.po552
-rw-r--r--source/cs/vcl/messages.po6
-rw-r--r--source/cy/chart2/messages.po28
-rw-r--r--source/cy/cui/messages.po66
-rw-r--r--source/cy/dbaccess/messages.po496
-rw-r--r--source/cy/desktop/messages.po200
-rw-r--r--source/cy/framework/messages.po8
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/cy/sfx2/messages.po314
-rw-r--r--source/cy/svx/messages.po1601
-rw-r--r--source/cy/sw/messages.po560
-rw-r--r--source/da/chart2/messages.po30
-rw-r--r--source/da/cui/messages.po112
-rw-r--r--source/da/dbaccess/messages.po494
-rw-r--r--source/da/desktop/messages.po202
-rw-r--r--source/da/extensions/messages.po8
-rw-r--r--source/da/extras/source/gallery/share.po20
-rw-r--r--source/da/filter/messages.po3
-rw-r--r--source/da/formula/messages.po14
-rw-r--r--source/da/helpcontent2/source/text/sbasic/python.po8
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/da/helpcontent2/source/text/scalc.po22
-rw-r--r--source/da/helpcontent2/source/text/scalc/02.po4
-rw-r--r--source/da/helpcontent2/source/text/scalc/04.po10
-rw-r--r--source/da/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/da/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/da/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/da/helpcontent2/source/text/shared.po4
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po36
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po173
-rw-r--r--source/da/helpcontent2/source/text/shared/02.po101
-rw-r--r--source/da/helpcontent2/source/text/shared/06.po8
-rw-r--r--source/da/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/da/helpcontent2/source/text/shared/guide.po42
-rw-r--r--source/da/helpcontent2/source/text/shared/optionen.po242
-rw-r--r--source/da/helpcontent2/source/text/simpress.po22
-rw-r--r--source/da/helpcontent2/source/text/simpress/02.po12
-rw-r--r--source/da/helpcontent2/source/text/simpress/04.po10
-rw-r--r--source/da/helpcontent2/source/text/smath/01.po14
-rw-r--r--source/da/helpcontent2/source/text/swriter/00.po6
-rw-r--r--source/da/helpcontent2/source/text/swriter/01.po14
-rw-r--r--source/da/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office/UI.po46
-rw-r--r--source/da/sc/messages.po26
-rw-r--r--source/da/sd/messages.po6
-rw-r--r--source/da/sfx2/messages.po330
-rw-r--r--source/da/starmath/messages.po6
-rw-r--r--source/da/svl/messages.po12
-rw-r--r--source/da/svtools/messages.po14
-rw-r--r--source/da/svx/messages.po1751
-rw-r--r--source/da/sw/messages.po782
-rw-r--r--source/da/vcl/messages.po14
-rw-r--r--source/de/chart2/messages.po26
-rw-r--r--source/de/cui/messages.po60
-rw-r--r--source/de/dbaccess/messages.po494
-rw-r--r--source/de/desktop/messages.po200
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po292
-rw-r--r--source/de/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/de/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po173
-rw-r--r--source/de/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/de/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/de/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/de/helpcontent2/source/text/simpress.po20
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/de/sfx2/messages.po314
-rw-r--r--source/de/svx/messages.po1589
-rw-r--r--source/de/sw/messages.po552
-rw-r--r--source/dgo/chart2/messages.po26
-rw-r--r--source/dgo/cui/messages.po60
-rw-r--r--source/dgo/dbaccess/messages.po494
-rw-r--r--source/dgo/desktop/messages.po200
-rw-r--r--source/dgo/sfx2/messages.po314
-rw-r--r--source/dgo/svx/messages.po1589
-rw-r--r--source/dgo/sw/messages.po552
-rw-r--r--source/dsb/chart2/messages.po28
-rw-r--r--source/dsb/cui/messages.po60
-rw-r--r--source/dsb/dbaccess/messages.po496
-rw-r--r--source/dsb/desktop/messages.po200
-rw-r--r--source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/dsb/sfx2/messages.po314
-rw-r--r--source/dsb/svx/messages.po1613
-rw-r--r--source/dsb/sw/messages.po552
-rw-r--r--source/dz/chart2/messages.po26
-rw-r--r--source/dz/cui/messages.po60
-rw-r--r--source/dz/dbaccess/messages.po494
-rw-r--r--source/dz/desktop/messages.po200
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/shared.po315
-rw-r--r--source/dz/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/dz/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/dz/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/dz/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/dz/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/dz/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/dz/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/dz/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/dz/helpcontent2/source/text/simpress.po20
-rw-r--r--source/dz/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/dz/sfx2/messages.po314
-rw-r--r--source/dz/svx/messages.po1589
-rw-r--r--source/dz/sw/messages.po552
-rw-r--r--source/el/chart2/messages.po28
-rw-r--r--source/el/cui/messages.po60
-rw-r--r--source/el/dbaccess/messages.po494
-rw-r--r--source/el/desktop/messages.po200
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared.po389
-rw-r--r--source/el/helpcontent2/source/text/sdatabase.po2254
-rw-r--r--source/el/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/el/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/el/helpcontent2/source/text/shared/01.po173
-rw-r--r--source/el/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/el/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/el/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/el/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/el/helpcontent2/source/text/simpress.po22
-rw-r--r--source/el/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/el/sfx2/messages.po314
-rw-r--r--source/el/svx/messages.po1605
-rw-r--r--source/el/sw/messages.po640
-rw-r--r--source/en-GB/chart2/messages.po28
-rw-r--r--source/en-GB/cui/messages.po322
-rw-r--r--source/en-GB/dbaccess/messages.po500
-rw-r--r--source/en-GB/desktop/messages.po200
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/en-GB/helpcontent2/source/text/sdatabase.po2252
-rw-r--r--source/en-GB/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress.po22
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/en-GB/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--source/en-GB/librelogo/source/pythonpath.po12
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office.po18
-rw-r--r--source/en-GB/scp2/source/ooo.po12
-rw-r--r--source/en-GB/sd/messages.po10
-rw-r--r--source/en-GB/sfx2/messages.po358
-rw-r--r--source/en-GB/starmath/messages.po28
-rw-r--r--source/en-GB/svtools/messages.po16
-rw-r--r--source/en-GB/svx/messages.po1599
-rw-r--r--source/en-GB/sw/messages.po552
-rw-r--r--source/en-GB/vcl/messages.po16
-rw-r--r--source/en-ZA/chart2/messages.po26
-rw-r--r--source/en-ZA/cui/messages.po60
-rw-r--r--source/en-ZA/dbaccess/messages.po494
-rw-r--r--source/en-ZA/desktop/messages.po200
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/en-ZA/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/en-ZA/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress.po20
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/en-ZA/sfx2/messages.po314
-rw-r--r--source/en-ZA/svx/messages.po1589
-rw-r--r--source/en-ZA/sw/messages.po552
-rw-r--r--source/eo/chart2/messages.po28
-rw-r--r--source/eo/cui/messages.po66
-rw-r--r--source/eo/dbaccess/messages.po498
-rw-r--r--source/eo/desktop/messages.po200
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/shared.po319
-rw-r--r--source/eo/helpcontent2/source/text/scalc/01.po12
-rw-r--r--source/eo/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/eo/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/eo/helpcontent2/source/text/shared/00.po118
-rw-r--r--source/eo/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/eo/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/eo/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/eo/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/eo/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/eo/helpcontent2/source/text/simpress.po20
-rw-r--r--source/eo/helpcontent2/source/text/simpress/00.po24
-rw-r--r--source/eo/helpcontent2/source/text/swriter.po6
-rw-r--r--source/eo/helpcontent2/source/text/swriter/00.po16
-rw-r--r--source/eo/helpcontent2/source/text/swriter/01.po58
-rw-r--r--source/eo/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/eo/helpcontent2/source/text/swriter/librelogo.po8
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office/UI.po42
-rw-r--r--source/eo/sc/messages.po30
-rw-r--r--source/eo/sd/messages.po6
-rw-r--r--source/eo/sfx2/messages.po316
-rw-r--r--source/eo/starmath/messages.po12
-rw-r--r--source/eo/svx/messages.po1589
-rw-r--r--source/eo/sw/messages.po802
-rw-r--r--source/es/chart2/messages.po28
-rw-r--r--source/es/cui/messages.po106
-rw-r--r--source/es/dbaccess/messages.po500
-rw-r--r--source/es/desktop/messages.po200
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po4
-rw-r--r--source/es/helpcontent2/source/text/scalc/02.po8
-rw-r--r--source/es/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/es/helpcontent2/source/text/sdatabase.po2266
-rw-r--r--source/es/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po84
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po231
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po87
-rw-r--r--source/es/helpcontent2/source/text/shared/05.po4
-rw-r--r--source/es/helpcontent2/source/text/shared/autopi.po6
-rw-r--r--source/es/helpcontent2/source/text/shared/explorer/database.po2232
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po36
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po272
-rw-r--r--source/es/helpcontent2/source/text/simpress.po22
-rw-r--r--source/es/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/es/helpcontent2/source/text/simpress/01.po4
-rw-r--r--source/es/helpcontent2/source/text/simpress/02.po12
-rw-r--r--source/es/helpcontent2/source/text/simpress/04.po6
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po18
-rw-r--r--source/es/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po30
-rw-r--r--source/es/sc/messages.po4
-rw-r--r--source/es/sd/messages.po6
-rw-r--r--source/es/sfx2/messages.po316
-rw-r--r--source/es/shell/source/win32/shlxthandler/res.po8
-rw-r--r--source/es/starmath/messages.po12
-rw-r--r--source/es/svtools/messages.po8
-rw-r--r--source/es/svx/messages.po1607
-rw-r--r--source/es/sw/messages.po592
-rw-r--r--source/es/vcl/messages.po6
-rw-r--r--source/et/chart2/messages.po26
-rw-r--r--source/et/cui/messages.po60
-rw-r--r--source/et/dbaccess/messages.po494
-rw-r--r--source/et/desktop/messages.po200
-rw-r--r--source/et/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/et/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/et/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/et/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/et/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/et/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/et/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/et/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/et/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/et/helpcontent2/source/text/simpress.po22
-rw-r--r--source/et/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/et/sc/messages.po8
-rw-r--r--source/et/sfx2/messages.po314
-rw-r--r--source/et/svx/messages.po1589
-rw-r--r--source/et/sw/messages.po552
-rw-r--r--source/eu/chart2/messages.po28
-rw-r--r--source/eu/cui/messages.po132
-rw-r--r--source/eu/dbaccess/messages.po496
-rw-r--r--source/eu/desktop/messages.po200
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/eu/helpcontent2/source/text/scalc.po6
-rw-r--r--source/eu/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/eu/helpcontent2/source/text/sdatabase.po2352
-rw-r--r--source/eu/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/eu/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po173
-rw-r--r--source/eu/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/eu/helpcontent2/source/text/shared/autopi.po8
-rw-r--r--source/eu/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/eu/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/eu/helpcontent2/source/text/simpress.po22
-rw-r--r--source/eu/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/eu/helpcontent2/source/text/swriter/00.po16
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/eu/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/eu/sfx2/messages.po314
-rw-r--r--source/eu/svx/messages.po1589
-rw-r--r--source/eu/sw/messages.po604
-rw-r--r--source/fa/chart2/messages.po26
-rw-r--r--source/fa/cui/messages.po60
-rw-r--r--source/fa/dbaccess/messages.po494
-rw-r--r--source/fa/desktop/messages.po200
-rw-r--r--source/fa/sfx2/messages.po314
-rw-r--r--source/fa/svx/messages.po1589
-rw-r--r--source/fa/sw/messages.po552
-rw-r--r--source/fi/chart2/messages.po50
-rw-r--r--source/fi/connectivity/messages.po6
-rw-r--r--source/fi/cui/messages.po66
-rw-r--r--source/fi/dbaccess/messages.po496
-rw-r--r--source/fi/desktop/messages.po202
-rw-r--r--source/fi/editeng/messages.po6
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/fi/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/fi/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/fi/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/fi/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/fi/helpcontent2/source/text/shared/02.po73
-rw-r--r--source/fi/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/fi/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/fi/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/fi/helpcontent2/source/text/simpress.po20
-rw-r--r--source/fi/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po35
-rw-r--r--source/fi/sc/messages.po74
-rw-r--r--source/fi/scp2/source/ooo.po4
-rw-r--r--source/fi/sd/messages.po16
-rw-r--r--source/fi/sfx2/messages.po314
-rw-r--r--source/fi/svx/messages.po1605
-rw-r--r--source/fi/sw/messages.po566
-rw-r--r--source/fr/chart2/messages.po26
-rw-r--r--source/fr/cui/messages.po60
-rw-r--r--source/fr/dbaccess/messages.po494
-rw-r--r--source/fr/desktop/messages.po200
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/shared.po335
-rw-r--r--source/fr/helpcontent2/source/text/scalc/01.po46
-rw-r--r--source/fr/helpcontent2/source/text/sdatabase.po2251
-rw-r--r--source/fr/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/fr/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/fr/helpcontent2/source/text/shared/01.po173
-rw-r--r--source/fr/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/fr/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/fr/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/fr/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/fr/helpcontent2/source/text/simpress.po22
-rw-r--r--source/fr/helpcontent2/source/text/swriter/01.po50
-rw-r--r--source/fr/sfx2/messages.po314
-rw-r--r--source/fr/svx/messages.po1589
-rw-r--r--source/fr/sw/messages.po552
-rw-r--r--source/fur/chart2/messages.po26
-rw-r--r--source/fur/cui/messages.po98
-rw-r--r--source/fur/dbaccess/messages.po494
-rw-r--r--source/fur/desktop/messages.po200
-rw-r--r--source/fur/sd/messages.po14
-rw-r--r--source/fur/sfx2/messages.po314
-rw-r--r--source/fur/svx/messages.po1589
-rw-r--r--source/fur/sw/messages.po552
-rw-r--r--source/fy/chart2/messages.po32
-rw-r--r--source/fy/cui/messages.po86
-rw-r--r--source/fy/dbaccess/messages.po498
-rw-r--r--source/fy/desktop/messages.po200
-rw-r--r--source/fy/sfx2/messages.po330
-rw-r--r--source/fy/svtools/messages.po6
-rw-r--r--source/fy/svx/messages.po1589
-rw-r--r--source/fy/sw/messages.po562
-rw-r--r--source/fy/vcl/messages.po14
-rw-r--r--source/ga/avmedia/messages.po16
-rw-r--r--source/ga/basctl/messages.po32
-rw-r--r--source/ga/chart2/messages.po80
-rw-r--r--source/ga/connectivity/messages.po12
-rw-r--r--source/ga/cui/messages.po83
-rw-r--r--source/ga/dbaccess/messages.po494
-rw-r--r--source/ga/desktop/messages.po212
-rw-r--r--source/ga/editeng/messages.po36
-rw-r--r--source/ga/extensions/messages.po46
-rw-r--r--source/ga/extras/source/gallery/share.po20
-rw-r--r--source/ga/filter/messages.po12
-rw-r--r--source/ga/filter/source/config/fragments/filters.po12
-rw-r--r--source/ga/filter/source/config/fragments/types.po70
-rw-r--r--source/ga/formula/messages.po16
-rw-r--r--source/ga/fpicker/messages.po30
-rw-r--r--source/ga/framework/messages.po12
-rw-r--r--source/ga/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office/UI.po19
-rw-r--r--source/ga/scp2/source/base.po26
-rw-r--r--source/ga/sfx2/messages.po314
-rw-r--r--source/ga/svx/messages.po1589
-rw-r--r--source/ga/sw/messages.po552
-rw-r--r--source/ga/writerperfect/messages.po16
-rw-r--r--source/ga/xmlsecurity/messages.po17
-rw-r--r--source/gd/chart2/messages.po26
-rw-r--r--source/gd/cui/messages.po60
-rw-r--r--source/gd/dbaccess/messages.po494
-rw-r--r--source/gd/desktop/messages.po200
-rw-r--r--source/gd/sfx2/messages.po314
-rw-r--r--source/gd/svx/messages.po1589
-rw-r--r--source/gd/sw/messages.po552
-rw-r--r--source/gl/chart2/messages.po28
-rw-r--r--source/gl/cui/messages.po282
-rw-r--r--source/gl/dbaccess/messages.po504
-rw-r--r--source/gl/desktop/messages.po200
-rw-r--r--source/gl/extras/source/autocorr/emoji.po6
-rw-r--r--source/gl/filter/messages.po6
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/shared.po291
-rw-r--r--source/gl/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/gl/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/gl/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/gl/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/gl/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/gl/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/gl/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/gl/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/gl/helpcontent2/source/text/simpress.po20
-rw-r--r--source/gl/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/gl/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po48
-rw-r--r--source/gl/sc/messages.po48
-rw-r--r--source/gl/sfx2/messages.po324
-rw-r--r--source/gl/svtools/messages.po4
-rw-r--r--source/gl/svx/messages.po1739
-rw-r--r--source/gl/sw/messages.po740
-rw-r--r--source/gl/uui/messages.po12
-rw-r--r--source/gl/vcl/messages.po4
-rw-r--r--source/gl/wizards/source/resources.po6
-rw-r--r--source/gu/chart2/messages.po26
-rw-r--r--source/gu/cui/messages.po60
-rw-r--r--source/gu/dbaccess/messages.po494
-rw-r--r--source/gu/desktop/messages.po200
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/shared.po299
-rw-r--r--source/gu/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/gu/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/gu/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/gu/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/gu/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/gu/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/gu/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/gu/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/gu/helpcontent2/source/text/simpress.po20
-rw-r--r--source/gu/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/gu/sfx2/messages.po314
-rw-r--r--source/gu/svx/messages.po1589
-rw-r--r--source/gu/sw/messages.po552
-rw-r--r--source/gug/chart2/messages.po26
-rw-r--r--source/gug/cui/messages.po60
-rw-r--r--source/gug/dbaccess/messages.po494
-rw-r--r--source/gug/desktop/messages.po200
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/gug/helpcontent2/source/text/scalc/01.po4
-rw-r--r--source/gug/helpcontent2/source/text/scalc/02.po8
-rw-r--r--source/gug/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/gug/helpcontent2/source/text/sdatabase.po2266
-rw-r--r--source/gug/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/gug/helpcontent2/source/text/shared/00.po84
-rw-r--r--source/gug/helpcontent2/source/text/shared/01.po231
-rw-r--r--source/gug/helpcontent2/source/text/shared/02.po87
-rw-r--r--source/gug/helpcontent2/source/text/shared/05.po4
-rw-r--r--source/gug/helpcontent2/source/text/shared/autopi.po6
-rw-r--r--source/gug/helpcontent2/source/text/shared/explorer/database.po2232
-rw-r--r--source/gug/helpcontent2/source/text/shared/guide.po36
-rw-r--r--source/gug/helpcontent2/source/text/shared/optionen.po272
-rw-r--r--source/gug/helpcontent2/source/text/simpress.po22
-rw-r--r--source/gug/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/gug/helpcontent2/source/text/simpress/01.po4
-rw-r--r--source/gug/helpcontent2/source/text/simpress/02.po12
-rw-r--r--source/gug/helpcontent2/source/text/simpress/04.po6
-rw-r--r--source/gug/helpcontent2/source/text/swriter/01.po18
-rw-r--r--source/gug/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/gug/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/gug/sfx2/messages.po314
-rw-r--r--source/gug/svx/messages.po1589
-rw-r--r--source/gug/sw/messages.po552
-rw-r--r--source/he/chart2/messages.po26
-rw-r--r--source/he/cui/messages.po68
-rw-r--r--source/he/dbaccess/messages.po494
-rw-r--r--source/he/desktop/messages.po200
-rw-r--r--source/he/extras/source/autocorr/emoji.po6
-rw-r--r--source/he/helpcontent2/source/text/sbasic/shared.po313
-rw-r--r--source/he/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/he/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/he/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/he/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/he/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/he/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/he/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/he/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/he/helpcontent2/source/text/simpress.po20
-rw-r--r--source/he/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/he/sfx2/messages.po316
-rw-r--r--source/he/svx/messages.po1589
-rw-r--r--source/he/sw/messages.po552
-rw-r--r--source/hi/chart2/messages.po26
-rw-r--r--source/hi/cui/messages.po60
-rw-r--r--source/hi/dbaccess/messages.po494
-rw-r--r--source/hi/desktop/messages.po200
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/shared.po281
-rw-r--r--source/hi/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/hi/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/hi/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/hi/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/hi/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/hi/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/hi/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/hi/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/hi/helpcontent2/source/text/simpress.po20
-rw-r--r--source/hi/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/hi/sfx2/messages.po314
-rw-r--r--source/hi/svx/messages.po1589
-rw-r--r--source/hi/sw/messages.po552
-rw-r--r--source/hr/chart2/messages.po26
-rw-r--r--source/hr/cui/messages.po60
-rw-r--r--source/hr/dbaccess/messages.po494
-rw-r--r--source/hr/desktop/messages.po200
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/shared.po281
-rw-r--r--source/hr/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/hr/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/hr/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/hr/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/hr/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/hr/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/hr/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/hr/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/hr/helpcontent2/source/text/simpress.po20
-rw-r--r--source/hr/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/hr/sfx2/messages.po314
-rw-r--r--source/hr/svx/messages.po1589
-rw-r--r--source/hr/sw/messages.po552
-rw-r--r--source/hsb/chart2/messages.po28
-rw-r--r--source/hsb/cui/messages.po60
-rw-r--r--source/hsb/dbaccess/messages.po496
-rw-r--r--source/hsb/desktop/messages.po200
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/hsb/sfx2/messages.po314
-rw-r--r--source/hsb/svx/messages.po1613
-rw-r--r--source/hsb/sw/messages.po564
-rw-r--r--source/hu/chart2/messages.po28
-rw-r--r--source/hu/cui/messages.po128
-rw-r--r--source/hu/dbaccess/messages.po502
-rw-r--r--source/hu/desktop/messages.po206
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/hu/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/hu/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/hu/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/hu/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/hu/helpcontent2/source/text/shared/02.po73
-rw-r--r--source/hu/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/hu/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/hu/helpcontent2/source/text/shared/optionen.po236
-rw-r--r--source/hu/helpcontent2/source/text/simpress.po20
-rw-r--r--source/hu/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/hu/sfx2/messages.po316
-rw-r--r--source/hu/svx/messages.po1589
-rw-r--r--source/hu/sw/messages.po552
-rw-r--r--source/id/chart2/messages.po26
-rw-r--r--source/id/cui/messages.po64
-rw-r--r--source/id/dbaccess/messages.po494
-rw-r--r--source/id/desktop/messages.po200
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/id/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/id/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/id/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po173
-rw-r--r--source/id/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/id/helpcontent2/source/text/shared/explorer/database.po2225
-rw-r--r--source/id/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/id/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/id/helpcontent2/source/text/simpress.po20
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/id/sfx2/messages.po314
-rw-r--r--source/id/svx/messages.po1589
-rw-r--r--source/id/sw/messages.po606
-rw-r--r--source/is/chart2/messages.po26
-rw-r--r--source/is/cui/messages.po60
-rw-r--r--source/is/dbaccess/messages.po494
-rw-r--r--source/is/desktop/messages.po200
-rw-r--r--source/is/helpcontent2/source/text/sbasic/shared.po283
-rw-r--r--source/is/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/is/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/is/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/is/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/is/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/is/helpcontent2/source/text/shared/guide.po24
-rw-r--r--source/is/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/is/helpcontent2/source/text/simpress.po20
-rw-r--r--source/is/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/is/sfx2/messages.po314
-rw-r--r--source/is/svx/messages.po1589
-rw-r--r--source/is/sw/messages.po552
-rw-r--r--source/it/chart2/messages.po26
-rw-r--r--source/it/cui/messages.po60
-rw-r--r--source/it/dbaccess/messages.po494
-rw-r--r--source/it/desktop/messages.po200
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared.po335
-rw-r--r--source/it/helpcontent2/source/text/scalc/00.po10
-rw-r--r--source/it/helpcontent2/source/text/scalc/guide.po62
-rw-r--r--source/it/helpcontent2/source/text/schart/04.po46
-rw-r--r--source/it/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/it/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/it/helpcontent2/source/text/sdraw/04.po149
-rw-r--r--source/it/helpcontent2/source/text/sdraw/guide.po8
-rw-r--r--source/it/helpcontent2/source/text/shared/00.po86
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po197
-rw-r--r--source/it/helpcontent2/source/text/shared/02.po121
-rw-r--r--source/it/helpcontent2/source/text/shared/explorer/database.po2226
-rw-r--r--source/it/helpcontent2/source/text/shared/guide.po134
-rw-r--r--source/it/helpcontent2/source/text/shared/optionen.po244
-rw-r--r--source/it/helpcontent2/source/text/simpress.po22
-rw-r--r--source/it/helpcontent2/source/text/simpress/02.po6
-rw-r--r--source/it/helpcontent2/source/text/simpress/04.po66
-rw-r--r--source/it/helpcontent2/source/text/swriter/00.po22
-rw-r--r--source/it/helpcontent2/source/text/swriter/01.po32
-rw-r--r--source/it/helpcontent2/source/text/swriter/04.po134
-rw-r--r--source/it/helpcontent2/source/text/swriter/guide.po66
-rw-r--r--source/it/sfx2/messages.po314
-rw-r--r--source/it/svx/messages.po1611
-rw-r--r--source/it/sw/messages.po552
-rw-r--r--source/ja/chart2/messages.po26
-rw-r--r--source/ja/cui/messages.po70
-rw-r--r--source/ja/dbaccess/messages.po494
-rw-r--r--source/ja/desktop/messages.po202
-rw-r--r--source/ja/helpcontent2/source/auxiliary.po6
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/python.po18
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/ja/helpcontent2/source/text/scalc.po10
-rw-r--r--source/ja/helpcontent2/source/text/scalc/00.po10
-rw-r--r--source/ja/helpcontent2/source/text/scalc/06.po13
-rw-r--r--source/ja/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/ja/helpcontent2/source/text/schart/00.po72
-rw-r--r--source/ja/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/ja/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ja/helpcontent2/source/text/sdraw/01.po50
-rw-r--r--source/ja/helpcontent2/source/text/sdraw/guide.po10
-rw-r--r--source/ja/helpcontent2/source/text/shared/00.po78
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/ja/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/ja/helpcontent2/source/text/shared/05.po8
-rw-r--r--source/ja/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/ja/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/ja/helpcontent2/source/text/shared/optionen.po240
-rw-r--r--source/ja/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ja/helpcontent2/source/text/simpress/guide.po12
-rw-r--r--source/ja/helpcontent2/source/text/smath.po74
-rw-r--r--source/ja/helpcontent2/source/text/smath/00.po78
-rw-r--r--source/ja/helpcontent2/source/text/smath/01.po40
-rw-r--r--source/ja/helpcontent2/source/text/swriter.po12
-rw-r--r--source/ja/helpcontent2/source/text/swriter/01.po16
-rw-r--r--source/ja/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/ja/helpcontent2/source/text/swriter/04.po12
-rw-r--r--source/ja/helpcontent2/source/text/swriter/guide.po16
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ja/sc/messages.po64
-rw-r--r--source/ja/sfx2/messages.po332
-rw-r--r--source/ja/svx/messages.po1611
-rw-r--r--source/ja/sw/messages.po614
-rw-r--r--source/jv/chart2/messages.po26
-rw-r--r--source/jv/cui/messages.po60
-rw-r--r--source/jv/dbaccess/messages.po494
-rw-r--r--source/jv/desktop/messages.po200
-rw-r--r--source/jv/sfx2/messages.po314
-rw-r--r--source/jv/svx/messages.po1589
-rw-r--r--source/jv/sw/messages.po552
-rw-r--r--source/ka/chart2/messages.po26
-rw-r--r--source/ka/cui/messages.po60
-rw-r--r--source/ka/dbaccess/messages.po494
-rw-r--r--source/ka/desktop/messages.po200
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared.po277
-rw-r--r--source/ka/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ka/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/ka/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/ka/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/ka/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/ka/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/ka/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/ka/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ka/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/ka/sfx2/messages.po314
-rw-r--r--source/ka/svx/messages.po1589
-rw-r--r--source/ka/sw/messages.po552
-rw-r--r--source/kab/chart2/messages.po26
-rw-r--r--source/kab/cui/messages.po60
-rw-r--r--source/kab/dbaccess/messages.po494
-rw-r--r--source/kab/desktop/messages.po200
-rw-r--r--source/kab/sfx2/messages.po314
-rw-r--r--source/kab/svx/messages.po1589
-rw-r--r--source/kab/sw/messages.po552
-rw-r--r--source/kk/chart2/messages.po28
-rw-r--r--source/kk/cui/messages.po60
-rw-r--r--source/kk/dbaccess/messages.po496
-rw-r--r--source/kk/desktop/messages.po202
-rw-r--r--source/kk/sfx2/messages.po314
-rw-r--r--source/kk/svx/messages.po1589
-rw-r--r--source/kk/sw/messages.po554
-rw-r--r--source/kl/chart2/messages.po26
-rw-r--r--source/kl/cui/messages.po60
-rw-r--r--source/kl/dbaccess/messages.po495
-rw-r--r--source/kl/desktop/messages.po200
-rw-r--r--source/kl/sfx2/messages.po314
-rw-r--r--source/kl/svx/messages.po1589
-rw-r--r--source/kl/sw/messages.po552
-rw-r--r--source/km/chart2/messages.po26
-rw-r--r--source/km/cui/messages.po60
-rw-r--r--source/km/dbaccess/messages.po494
-rw-r--r--source/km/desktop/messages.po200
-rw-r--r--source/km/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/km/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/km/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/km/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/km/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/km/helpcontent2/source/text/shared/02.po73
-rw-r--r--source/km/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/km/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/km/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/km/helpcontent2/source/text/simpress.po20
-rw-r--r--source/km/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/km/sfx2/messages.po314
-rw-r--r--source/km/svx/messages.po1589
-rw-r--r--source/km/sw/messages.po552
-rw-r--r--source/kmr-Latn/chart2/messages.po26
-rw-r--r--source/kmr-Latn/cui/messages.po60
-rw-r--r--source/kmr-Latn/dbaccess/messages.po494
-rw-r--r--source/kmr-Latn/desktop/messages.po200
-rw-r--r--source/kmr-Latn/sfx2/messages.po314
-rw-r--r--source/kmr-Latn/svx/messages.po1589
-rw-r--r--source/kmr-Latn/sw/messages.po552
-rw-r--r--source/kn/chart2/messages.po26
-rw-r--r--source/kn/cui/messages.po60
-rw-r--r--source/kn/dbaccess/messages.po494
-rw-r--r--source/kn/desktop/messages.po200
-rw-r--r--source/kn/sfx2/messages.po314
-rw-r--r--source/kn/svx/messages.po1589
-rw-r--r--source/kn/sw/messages.po552
-rw-r--r--source/ko/chart2/messages.po26
-rw-r--r--source/ko/cui/messages.po70
-rw-r--r--source/ko/dbaccess/messages.po494
-rw-r--r--source/ko/desktop/messages.po226
-rw-r--r--source/ko/editeng/messages.po18
-rw-r--r--source/ko/helpcontent2/source/auxiliary.po10
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/ko/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ko/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/ko/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ko/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/ko/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/ko/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/ko/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/ko/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/ko/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ko/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/ko/oox/messages.po14
-rw-r--r--source/ko/sfx2/messages.po314
-rw-r--r--source/ko/svx/messages.po1589
-rw-r--r--source/ko/sw/messages.po552
-rw-r--r--source/kok/chart2/messages.po26
-rw-r--r--source/kok/cui/messages.po60
-rw-r--r--source/kok/dbaccess/messages.po494
-rw-r--r--source/kok/desktop/messages.po200
-rw-r--r--source/kok/sfx2/messages.po314
-rw-r--r--source/kok/svx/messages.po1589
-rw-r--r--source/kok/sw/messages.po552
-rw-r--r--source/ks/chart2/messages.po26
-rw-r--r--source/ks/cui/messages.po60
-rw-r--r--source/ks/dbaccess/messages.po494
-rw-r--r--source/ks/desktop/messages.po200
-rw-r--r--source/ks/sfx2/messages.po314
-rw-r--r--source/ks/svx/messages.po1589
-rw-r--r--source/ks/sw/messages.po552
-rw-r--r--source/ky/chart2/messages.po26
-rw-r--r--source/ky/cui/messages.po60
-rw-r--r--source/ky/dbaccess/messages.po494
-rw-r--r--source/ky/desktop/messages.po200
-rw-r--r--source/ky/sfx2/messages.po314
-rw-r--r--source/ky/svx/messages.po1589
-rw-r--r--source/ky/sw/messages.po552
-rw-r--r--source/lb/chart2/messages.po26
-rw-r--r--source/lb/cui/messages.po60
-rw-r--r--source/lb/dbaccess/messages.po494
-rw-r--r--source/lb/desktop/messages.po200
-rw-r--r--source/lb/sfx2/messages.po314
-rw-r--r--source/lb/svx/messages.po1589
-rw-r--r--source/lb/sw/messages.po552
-rw-r--r--source/lo/chart2/messages.po26
-rw-r--r--source/lo/cui/messages.po60
-rw-r--r--source/lo/dbaccess/messages.po494
-rw-r--r--source/lo/desktop/messages.po200
-rw-r--r--source/lo/helpcontent2/source/text/sbasic/shared.po273
-rw-r--r--source/lo/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/lo/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/lo/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/lo/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/lo/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/lo/helpcontent2/source/text/shared/explorer/database.po2221
-rw-r--r--source/lo/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/lo/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/lo/helpcontent2/source/text/simpress.po20
-rw-r--r--source/lo/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/lo/sfx2/messages.po314
-rw-r--r--source/lo/svx/messages.po1589
-rw-r--r--source/lo/sw/messages.po552
-rw-r--r--source/lt/chart2/messages.po26
-rw-r--r--source/lt/cui/messages.po60
-rw-r--r--source/lt/dbaccess/messages.po494
-rw-r--r--source/lt/desktop/messages.po200
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/shared.po273
-rw-r--r--source/lt/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/lt/helpcontent2/source/text/sdatabase.po2288
-rw-r--r--source/lt/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/lt/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/lt/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/lt/helpcontent2/source/text/shared/02.po75
-rw-r--r--source/lt/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/lt/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/lt/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/lt/helpcontent2/source/text/simpress.po22
-rw-r--r--source/lt/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/lt/sfx2/messages.po314
-rw-r--r--source/lt/svx/messages.po1589
-rw-r--r--source/lt/sw/messages.po552
-rw-r--r--source/lv/chart2/messages.po32
-rw-r--r--source/lv/connectivity/messages.po12
-rw-r--r--source/lv/cui/messages.po145
-rw-r--r--source/lv/dbaccess/messages.po494
-rw-r--r--source/lv/desktop/messages.po208
-rw-r--r--source/lv/forms/messages.po4
-rw-r--r--source/lv/helpcontent2/source/text/sbasic/shared.po287
-rw-r--r--source/lv/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/lv/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/lv/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/lv/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/lv/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/lv/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/lv/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/lv/helpcontent2/source/text/shared/optionen.po232
-rw-r--r--source/lv/helpcontent2/source/text/simpress.po20
-rw-r--r--source/lv/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--source/lv/sc/messages.po27
-rw-r--r--source/lv/scaddins/messages.po6
-rw-r--r--source/lv/sd/messages.po44
-rw-r--r--source/lv/sfx2/messages.po337
-rw-r--r--source/lv/shell/source/win32/shlxthandler/res.po12
-rw-r--r--source/lv/svx/messages.po1705
-rw-r--r--source/lv/sw/messages.po592
-rw-r--r--source/lv/vcl/messages.po8
-rw-r--r--source/mai/chart2/messages.po26
-rw-r--r--source/mai/cui/messages.po60
-rw-r--r--source/mai/dbaccess/messages.po494
-rw-r--r--source/mai/desktop/messages.po200
-rw-r--r--source/mai/sfx2/messages.po314
-rw-r--r--source/mai/svx/messages.po1589
-rw-r--r--source/mai/sw/messages.po552
-rw-r--r--source/mk/chart2/messages.po26
-rw-r--r--source/mk/cui/messages.po60
-rw-r--r--source/mk/dbaccess/messages.po494
-rw-r--r--source/mk/desktop/messages.po200
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/mk/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/mk/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/mk/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/mk/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/mk/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/mk/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/mk/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/mk/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/mk/helpcontent2/source/text/simpress.po20
-rw-r--r--source/mk/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/mk/sfx2/messages.po314
-rw-r--r--source/mk/svx/messages.po1589
-rw-r--r--source/mk/sw/messages.po552
-rw-r--r--source/ml/chart2/messages.po26
-rw-r--r--source/ml/cui/messages.po60
-rw-r--r--source/ml/dbaccess/messages.po494
-rw-r--r--source/ml/desktop/messages.po200
-rw-r--r--source/ml/sfx2/messages.po314
-rw-r--r--source/ml/svx/messages.po1589
-rw-r--r--source/ml/sw/messages.po552
-rw-r--r--source/mn/chart2/messages.po28
-rw-r--r--source/mn/cui/messages.po1516
-rw-r--r--source/mn/dbaccess/messages.po1107
-rw-r--r--source/mn/desktop/messages.po216
-rw-r--r--source/mn/dictionaries/be_BY.po10
-rw-r--r--source/mn/dictionaries/id.po16
-rw-r--r--source/mn/dictionaries/pt_BR/dialog.po14
-rw-r--r--source/mn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po16
-rw-r--r--source/mn/dictionaries/tr_TR.po16
-rw-r--r--source/mn/extensions/source/update/check/org/openoffice/Office.po18
-rw-r--r--source/mn/extras/source/autocorr/emoji.po4783
-rw-r--r--source/mn/extras/source/gallery/share.po27
-rw-r--r--source/mn/filter/source/config/fragments/types.po4
-rw-r--r--source/mn/forms/messages.po6
-rw-r--r--source/mn/formula/messages.po8
-rw-r--r--source/mn/librelogo/source/pythonpath.po206
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice.po41
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office.po817
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office/UI.po333
-rw-r--r--source/mn/reportdesign/messages.po233
-rw-r--r--source/mn/sc/messages.po28
-rw-r--r--source/mn/scaddins/messages.po307
-rw-r--r--source/mn/sccomp/messages.po31
-rw-r--r--source/mn/scp2/source/activex.po18
-rw-r--r--source/mn/scp2/source/base.po29
-rw-r--r--source/mn/scp2/source/draw.po112
-rw-r--r--source/mn/scp2/source/extensions.po63
-rw-r--r--source/mn/scp2/source/gnome.po18
-rw-r--r--source/mn/scp2/source/impress.po46
-rw-r--r--source/mn/scp2/source/ooo.po511
-rw-r--r--source/mn/scp2/source/python.po21
-rw-r--r--source/mn/scp2/source/winexplorerext.po12
-rw-r--r--source/mn/sfx2/messages.po322
-rw-r--r--source/mn/shell/messages.po30
-rw-r--r--source/mn/starmath/messages.po20
-rw-r--r--source/mn/svtools/messages.po886
-rw-r--r--source/mn/svx/messages.po1589
-rw-r--r--source/mn/sw/messages.po552
-rw-r--r--source/mn/sysui/desktop/share.po81
-rw-r--r--source/mn/vcl/messages.po657
-rw-r--r--source/mn/writerperfect/messages.po73
-rw-r--r--source/mni/chart2/messages.po26
-rw-r--r--source/mni/cui/messages.po60
-rw-r--r--source/mni/dbaccess/messages.po494
-rw-r--r--source/mni/desktop/messages.po200
-rw-r--r--source/mni/sfx2/messages.po314
-rw-r--r--source/mni/svx/messages.po1589
-rw-r--r--source/mni/sw/messages.po552
-rw-r--r--source/mr/chart2/messages.po26
-rw-r--r--source/mr/cui/messages.po60
-rw-r--r--source/mr/dbaccess/messages.po494
-rw-r--r--source/mr/desktop/messages.po200
-rw-r--r--source/mr/sfx2/messages.po314
-rw-r--r--source/mr/svx/messages.po1589
-rw-r--r--source/mr/sw/messages.po552
-rw-r--r--source/my/chart2/messages.po26
-rw-r--r--source/my/cui/messages.po60
-rw-r--r--source/my/dbaccess/messages.po494
-rw-r--r--source/my/desktop/messages.po200
-rw-r--r--source/my/sfx2/messages.po314
-rw-r--r--source/my/svx/messages.po1589
-rw-r--r--source/my/sw/messages.po552
-rw-r--r--source/nb/basctl/messages.po14
-rw-r--r--source/nb/chart2/messages.po28
-rw-r--r--source/nb/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po18
-rw-r--r--source/nb/cui/messages.po66
-rw-r--r--source/nb/dbaccess/messages.po496
-rw-r--r--source/nb/desktop/messages.po200
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared.po283
-rw-r--r--source/nb/helpcontent2/source/text/sdatabase.po2254
-rw-r--r--source/nb/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/nb/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/nb/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/nb/helpcontent2/source/text/shared/autopi.po8
-rw-r--r--source/nb/helpcontent2/source/text/shared/explorer/database.po2232
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po38
-rw-r--r--source/nb/helpcontent2/source/text/shared/optionen.po232
-rw-r--r--source/nb/helpcontent2/source/text/simpress.po22
-rw-r--r--source/nb/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/nb/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/nb/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po316
-rw-r--r--source/nb/readlicense_oo/docs.po6
-rw-r--r--source/nb/setup_native/source/mac.po8
-rw-r--r--source/nb/sfx2/messages.po314
-rw-r--r--source/nb/svx/messages.po1601
-rw-r--r--source/nb/sw/messages.po638
-rw-r--r--source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office.po19
-rw-r--r--source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po8
-rw-r--r--source/nb/wizards/messages.po50
-rw-r--r--source/ne/chart2/messages.po26
-rw-r--r--source/ne/cui/messages.po60
-rw-r--r--source/ne/dbaccess/messages.po494
-rw-r--r--source/ne/desktop/messages.po200
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared.po313
-rw-r--r--source/ne/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ne/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/ne/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/ne/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/ne/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/ne/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/ne/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/ne/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ne/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/ne/sfx2/messages.po314
-rw-r--r--source/ne/svx/messages.po1589
-rw-r--r--source/ne/sw/messages.po552
-rw-r--r--source/nl/chart2/messages.po28
-rw-r--r--source/nl/cui/messages.po82
-rw-r--r--source/nl/dbaccess/messages.po496
-rw-r--r--source/nl/desktop/messages.po200
-rw-r--r--source/nl/filter/messages.po4
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/nl/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/nl/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/nl/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/nl/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/nl/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/nl/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/nl/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/nl/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/nl/helpcontent2/source/text/simpress.po20
-rw-r--r--source/nl/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office.po18
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po18
-rw-r--r--source/nl/sc/messages.po4
-rw-r--r--source/nl/scp2/source/ooo.po8
-rw-r--r--source/nl/sfx2/messages.po320
-rw-r--r--source/nl/svx/messages.po1589
-rw-r--r--source/nl/sw/messages.po558
-rw-r--r--source/nl/xmlsecurity/messages.po8
-rw-r--r--source/nn/chart2/messages.po28
-rw-r--r--source/nn/cui/messages.po60
-rw-r--r--source/nn/dbaccess/messages.po494
-rw-r--r--source/nn/desktop/messages.po202
-rw-r--r--source/nn/helpcontent2/source/auxiliary.po8
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/python.po24
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po387
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po24
-rw-r--r--source/nn/helpcontent2/source/text/scalc/02.po18
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/nn/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/nn/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po187
-rw-r--r--source/nn/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/nn/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po36
-rw-r--r--source/nn/helpcontent2/source/text/shared/help.po6
-rw-r--r--source/nn/helpcontent2/source/text/shared/optionen.po242
-rw-r--r--source/nn/helpcontent2/source/text/simpress.po20
-rw-r--r--source/nn/helpcontent2/source/text/swriter/00.po46
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po16
-rw-r--r--source/nn/helpcontent2/source/text/swriter/guide.po44
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/nn/sd/messages.po116
-rw-r--r--source/nn/sfx2/messages.po346
-rw-r--r--source/nn/starmath/messages.po8
-rw-r--r--source/nn/svl/messages.po12
-rw-r--r--source/nn/svtools/messages.po12
-rw-r--r--source/nn/svx/messages.po1893
-rw-r--r--source/nn/sw/messages.po770
-rw-r--r--source/nr/chart2/messages.po26
-rw-r--r--source/nr/cui/messages.po60
-rw-r--r--source/nr/dbaccess/messages.po494
-rw-r--r--source/nr/desktop/messages.po200
-rw-r--r--source/nr/sfx2/messages.po314
-rw-r--r--source/nr/svx/messages.po1589
-rw-r--r--source/nr/sw/messages.po552
-rw-r--r--source/nso/chart2/messages.po26
-rw-r--r--source/nso/cui/messages.po60
-rw-r--r--source/nso/dbaccess/messages.po494
-rw-r--r--source/nso/desktop/messages.po200
-rw-r--r--source/nso/sfx2/messages.po314
-rw-r--r--source/nso/svx/messages.po1589
-rw-r--r--source/nso/sw/messages.po552
-rw-r--r--source/oc/chart2/messages.po26
-rw-r--r--source/oc/cui/messages.po60
-rw-r--r--source/oc/dbaccess/messages.po494
-rw-r--r--source/oc/desktop/messages.po200
-rw-r--r--source/oc/sfx2/messages.po314
-rw-r--r--source/oc/svx/messages.po1589
-rw-r--r--source/oc/sw/messages.po552
-rw-r--r--source/om/chart2/messages.po26
-rw-r--r--source/om/cui/messages.po60
-rw-r--r--source/om/dbaccess/messages.po494
-rw-r--r--source/om/desktop/messages.po200
-rw-r--r--source/om/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/om/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/om/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/om/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/om/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/om/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/om/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/om/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/om/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/om/helpcontent2/source/text/simpress.po20
-rw-r--r--source/om/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/om/sfx2/messages.po314
-rw-r--r--source/om/svx/messages.po1589
-rw-r--r--source/om/sw/messages.po552
-rw-r--r--source/or/chart2/messages.po26
-rw-r--r--source/or/cui/messages.po60
-rw-r--r--source/or/dbaccess/messages.po494
-rw-r--r--source/or/desktop/messages.po200
-rw-r--r--source/or/sfx2/messages.po314
-rw-r--r--source/or/svx/messages.po1589
-rw-r--r--source/or/sw/messages.po552
-rw-r--r--source/pa-IN/chart2/messages.po26
-rw-r--r--source/pa-IN/cui/messages.po60
-rw-r--r--source/pa-IN/dbaccess/messages.po494
-rw-r--r--source/pa-IN/desktop/messages.po202
-rw-r--r--source/pa-IN/sfx2/messages.po314
-rw-r--r--source/pa-IN/svx/messages.po1589
-rw-r--r--source/pa-IN/sw/messages.po552
-rw-r--r--source/pl/chart2/messages.po28
-rw-r--r--source/pl/cui/messages.po66
-rw-r--r--source/pl/dbaccess/messages.po496
-rw-r--r--source/pl/desktop/messages.po202
-rw-r--r--source/pl/editeng/messages.po6
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/pl/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/pl/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/pl/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/pl/helpcontent2/source/text/shared/02.po73
-rw-r--r--source/pl/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/pl/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/pl/helpcontent2/source/text/shared/optionen.po236
-rw-r--r--source/pl/helpcontent2/source/text/simpress.po20
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/pl/sfx2/messages.po314
-rw-r--r--source/pl/svx/messages.po1601
-rw-r--r--source/pl/sw/messages.po1012
-rw-r--r--source/pt-BR/chart2/messages.po28
-rw-r--r--source/pt-BR/cui/messages.po78
-rw-r--r--source/pt-BR/dbaccess/messages.po496
-rw-r--r--source/pt-BR/desktop/messages.po200
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared.po536
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdatabase.po2254
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po142
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po269
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/02.po103
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/autopi.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/explorer/database.po2232
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po60
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po290
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress.po22
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po74
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/pt-BR/sfx2/messages.po314
-rw-r--r--source/pt-BR/svx/messages.po1601
-rw-r--r--source/pt-BR/sw/messages.po827
-rw-r--r--source/pt/chart2/messages.po28
-rw-r--r--source/pt/cui/messages.po166
-rw-r--r--source/pt/dbaccess/messages.po496
-rw-r--r--source/pt/desktop/messages.po200
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared/03.po38
-rw-r--r--source/pt/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/pt/helpcontent2/source/text/scalc/02.po12
-rw-r--r--source/pt/helpcontent2/source/text/sdatabase.po2292
-rw-r--r--source/pt/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/pt/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/pt/helpcontent2/source/text/shared.po28
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/pt/helpcontent2/source/text/shared/02.po73
-rw-r--r--source/pt/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/pt/helpcontent2/source/text/shared/help.po6
-rw-r--r--source/pt/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/pt/helpcontent2/source/text/simpress.po20
-rw-r--r--source/pt/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/pt/sfx2/messages.po314
-rw-r--r--source/pt/svx/messages.po1601
-rw-r--r--source/pt/sw/messages.po630
-rw-r--r--source/ro/chart2/messages.po26
-rw-r--r--source/ro/cui/messages.po60
-rw-r--r--source/ro/dbaccess/messages.po494
-rw-r--r--source/ro/desktop/messages.po200
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/shared.po273
-rw-r--r--source/ro/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ro/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/ro/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ro/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/ro/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/ro/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/ro/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/ro/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/ro/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ro/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ro/sfx2/messages.po314
-rw-r--r--source/ro/svx/messages.po1589
-rw-r--r--source/ro/sw/messages.po552
-rw-r--r--source/ru/chart2/messages.po26
-rw-r--r--source/ru/cui/messages.po60
-rw-r--r--source/ru/dbaccess/messages.po494
-rw-r--r--source/ru/desktop/messages.po200
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/ru/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ru/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/ru/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/ru/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/ru/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/ru/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/ru/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/ru/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ru/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/ru/sfx2/messages.po314
-rw-r--r--source/ru/svx/messages.po1589
-rw-r--r--source/ru/sw/messages.po552
-rw-r--r--source/rw/chart2/messages.po26
-rw-r--r--source/rw/cui/messages.po60
-rw-r--r--source/rw/dbaccess/messages.po494
-rw-r--r--source/rw/desktop/messages.po200
-rw-r--r--source/rw/sfx2/messages.po314
-rw-r--r--source/rw/svx/messages.po1589
-rw-r--r--source/rw/sw/messages.po552
-rw-r--r--source/sa-IN/chart2/messages.po26
-rw-r--r--source/sa-IN/cui/messages.po60
-rw-r--r--source/sa-IN/dbaccess/messages.po494
-rw-r--r--source/sa-IN/desktop/messages.po200
-rw-r--r--source/sa-IN/sfx2/messages.po314
-rw-r--r--source/sa-IN/svx/messages.po1589
-rw-r--r--source/sa-IN/sw/messages.po552
-rw-r--r--source/sah/chart2/messages.po26
-rw-r--r--source/sah/cui/messages.po60
-rw-r--r--source/sah/dbaccess/messages.po494
-rw-r--r--source/sah/desktop/messages.po200
-rw-r--r--source/sah/sfx2/messages.po314
-rw-r--r--source/sah/svx/messages.po1589
-rw-r--r--source/sah/sw/messages.po552
-rw-r--r--source/sat/chart2/messages.po26
-rw-r--r--source/sat/cui/messages.po60
-rw-r--r--source/sat/dbaccess/messages.po494
-rw-r--r--source/sat/desktop/messages.po200
-rw-r--r--source/sat/sfx2/messages.po314
-rw-r--r--source/sat/svx/messages.po1589
-rw-r--r--source/sat/sw/messages.po552
-rw-r--r--source/sd/chart2/messages.po26
-rw-r--r--source/sd/cui/messages.po60
-rw-r--r--source/sd/dbaccess/messages.po494
-rw-r--r--source/sd/desktop/messages.po200
-rw-r--r--source/sd/sfx2/messages.po314
-rw-r--r--source/sd/svx/messages.po1589
-rw-r--r--source/sd/sw/messages.po552
-rw-r--r--source/si/chart2/messages.po26
-rw-r--r--source/si/cui/messages.po60
-rw-r--r--source/si/dbaccess/messages.po494
-rw-r--r--source/si/desktop/messages.po200
-rw-r--r--source/si/helpcontent2/source/text/sbasic/shared.po305
-rw-r--r--source/si/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/si/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/si/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/si/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/si/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/si/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/si/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/si/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/si/helpcontent2/source/text/simpress.po20
-rw-r--r--source/si/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/si/sfx2/messages.po314
-rw-r--r--source/si/svx/messages.po1589
-rw-r--r--source/si/sw/messages.po552
-rw-r--r--source/sid/chart2/messages.po26
-rw-r--r--source/sid/cui/messages.po60
-rw-r--r--source/sid/dbaccess/messages.po494
-rw-r--r--source/sid/desktop/messages.po200
-rw-r--r--source/sid/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/sid/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/sid/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/sid/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/sid/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/sid/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/sid/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/sid/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/sid/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/sid/helpcontent2/source/text/simpress.po20
-rw-r--r--source/sid/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/sid/sfx2/messages.po314
-rw-r--r--source/sid/svx/messages.po1589
-rw-r--r--source/sid/sw/messages.po552
-rw-r--r--source/sk/chart2/messages.po28
-rw-r--r--source/sk/connectivity/messages.po14
-rw-r--r--source/sk/cui/messages.po68
-rw-r--r--source/sk/dbaccess/messages.po498
-rw-r--r--source/sk/desktop/messages.po200
-rw-r--r--source/sk/editeng/messages.po6
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/shared.po305
-rw-r--r--source/sk/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/sk/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/sk/helpcontent2/source/text/shared.po10
-rw-r--r--source/sk/helpcontent2/source/text/shared/00.po32
-rw-r--r--source/sk/helpcontent2/source/text/shared/01.po179
-rw-r--r--source/sk/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/sk/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/sk/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/sk/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/sk/helpcontent2/source/text/simpress.po20
-rw-r--r--source/sk/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/sk/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po38
-rw-r--r--source/sk/sfx2/messages.po314
-rw-r--r--source/sk/svx/messages.po1593
-rw-r--r--source/sk/sw/messages.po786
-rw-r--r--source/sk/vcl/messages.po14
-rw-r--r--source/sq/chart2/messages.po26
-rw-r--r--source/sq/cui/messages.po60
-rw-r--r--source/sq/dbaccess/messages.po494
-rw-r--r--source/sq/desktop/messages.po200
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared.po283
-rw-r--r--source/sq/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/sq/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/sq/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/sq/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/sq/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/sq/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/sq/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/sq/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/sq/helpcontent2/source/text/simpress.po20
-rw-r--r--source/sq/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/sq/sfx2/messages.po314
-rw-r--r--source/sq/svx/messages.po1589
-rw-r--r--source/sq/sw/messages.po552
-rw-r--r--source/sr-Latn/chart2/messages.po26
-rw-r--r--source/sr-Latn/cui/messages.po60
-rw-r--r--source/sr-Latn/dbaccess/messages.po494
-rw-r--r--source/sr-Latn/desktop/messages.po200
-rw-r--r--source/sr-Latn/sfx2/messages.po314
-rw-r--r--source/sr-Latn/svx/messages.po1589
-rw-r--r--source/sr-Latn/sw/messages.po552
-rw-r--r--source/sr/chart2/messages.po26
-rw-r--r--source/sr/cui/messages.po60
-rw-r--r--source/sr/dbaccess/messages.po494
-rw-r--r--source/sr/desktop/messages.po200
-rw-r--r--source/sr/sfx2/messages.po314
-rw-r--r--source/sr/svx/messages.po1589
-rw-r--r--source/sr/sw/messages.po552
-rw-r--r--source/ss/chart2/messages.po26
-rw-r--r--source/ss/cui/messages.po60
-rw-r--r--source/ss/dbaccess/messages.po494
-rw-r--r--source/ss/desktop/messages.po200
-rw-r--r--source/ss/sfx2/messages.po314
-rw-r--r--source/ss/svx/messages.po1589
-rw-r--r--source/ss/sw/messages.po552
-rw-r--r--source/st/chart2/messages.po26
-rw-r--r--source/st/cui/messages.po60
-rw-r--r--source/st/dbaccess/messages.po494
-rw-r--r--source/st/desktop/messages.po200
-rw-r--r--source/st/sfx2/messages.po314
-rw-r--r--source/st/svx/messages.po1589
-rw-r--r--source/st/sw/messages.po552
-rw-r--r--source/sv/chart2/messages.po26
-rw-r--r--source/sv/cui/messages.po60
-rw-r--r--source/sv/dbaccess/messages.po494
-rw-r--r--source/sv/desktop/messages.po200
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/shared.po331
-rw-r--r--source/sv/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/sv/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/sv/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/sv/helpcontent2/source/text/shared/02.po73
-rw-r--r--source/sv/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/sv/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/sv/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/sv/helpcontent2/source/text/simpress.po20
-rw-r--r--source/sv/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/sv/sfx2/messages.po314
-rw-r--r--source/sv/svx/messages.po1589
-rw-r--r--source/sv/sw/messages.po552
-rw-r--r--source/sw-TZ/chart2/messages.po26
-rw-r--r--source/sw-TZ/cui/messages.po60
-rw-r--r--source/sw-TZ/dbaccess/messages.po494
-rw-r--r--source/sw-TZ/desktop/messages.po200
-rw-r--r--source/sw-TZ/sfx2/messages.po314
-rw-r--r--source/sw-TZ/svx/messages.po1589
-rw-r--r--source/sw-TZ/sw/messages.po552
-rw-r--r--source/szl/chart2/messages.po26
-rw-r--r--source/szl/cui/messages.po60
-rw-r--r--source/szl/dbaccess/messages.po494
-rw-r--r--source/szl/desktop/messages.po200
-rw-r--r--source/szl/sfx2/messages.po314
-rw-r--r--source/szl/svx/messages.po1589
-rw-r--r--source/szl/sw/messages.po554
-rw-r--r--source/ta/chart2/messages.po26
-rw-r--r--source/ta/cui/messages.po60
-rw-r--r--source/ta/dbaccess/messages.po494
-rw-r--r--source/ta/desktop/messages.po200
-rw-r--r--source/ta/helpcontent2/source/text/sbasic/shared.po283
-rw-r--r--source/ta/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ta/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/ta/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ta/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/ta/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/ta/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/ta/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/ta/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/ta/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ta/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ta/sfx2/messages.po314
-rw-r--r--source/ta/svx/messages.po1589
-rw-r--r--source/ta/sw/messages.po552
-rw-r--r--source/te/chart2/messages.po26
-rw-r--r--source/te/cui/messages.po60
-rw-r--r--source/te/dbaccess/messages.po494
-rw-r--r--source/te/desktop/messages.po200
-rw-r--r--source/te/sfx2/messages.po314
-rw-r--r--source/te/svx/messages.po1589
-rw-r--r--source/te/sw/messages.po552
-rw-r--r--source/tg/chart2/messages.po26
-rw-r--r--source/tg/cui/messages.po60
-rw-r--r--source/tg/dbaccess/messages.po494
-rw-r--r--source/tg/desktop/messages.po200
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/shared.po277
-rw-r--r--source/tg/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/tg/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/tg/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/tg/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/tg/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/tg/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/tg/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/tg/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/tg/helpcontent2/source/text/simpress.po20
-rw-r--r--source/tg/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/tg/sfx2/messages.po314
-rw-r--r--source/tg/svx/messages.po1589
-rw-r--r--source/tg/sw/messages.po552
-rw-r--r--source/th/chart2/messages.po26
-rw-r--r--source/th/cui/messages.po60
-rw-r--r--source/th/dbaccess/messages.po494
-rw-r--r--source/th/desktop/messages.po200
-rw-r--r--source/th/sfx2/messages.po314
-rw-r--r--source/th/svx/messages.po1589
-rw-r--r--source/th/sw/messages.po552
-rw-r--r--source/ti/chart2/messages.po26
-rw-r--r--source/ti/cui/messages.po60
-rw-r--r--source/ti/dbaccess/messages.po494
-rw-r--r--source/ti/desktop/messages.po200
-rw-r--r--source/ti/sfx2/messages.po314
-rw-r--r--source/ti/svx/messages.po1589
-rw-r--r--source/ti/sw/messages.po552
-rw-r--r--source/tn/chart2/messages.po26
-rw-r--r--source/tn/cui/messages.po60
-rw-r--r--source/tn/dbaccess/messages.po494
-rw-r--r--source/tn/desktop/messages.po200
-rw-r--r--source/tn/sfx2/messages.po314
-rw-r--r--source/tn/svx/messages.po1589
-rw-r--r--source/tn/sw/messages.po552
-rw-r--r--source/tr/basctl/messages.po8
-rw-r--r--source/tr/chart2/messages.po26
-rw-r--r--source/tr/cui/messages.po66
-rw-r--r--source/tr/dbaccess/messages.po494
-rw-r--r--source/tr/desktop/messages.po200
-rw-r--r--source/tr/extensions/messages.po12
-rw-r--r--source/tr/forms/messages.po70
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/tr/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/tr/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/tr/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/tr/helpcontent2/source/text/shared/02.po73
-rw-r--r--source/tr/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/tr/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/tr/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/tr/helpcontent2/source/text/simpress.po20
-rw-r--r--source/tr/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po11
-rw-r--r--source/tr/sfx2/messages.po314
-rw-r--r--source/tr/svx/messages.po1758
-rw-r--r--source/tr/sw/messages.po552
-rw-r--r--source/tr/wizards/messages.po18
-rw-r--r--source/ts/chart2/messages.po26
-rw-r--r--source/ts/cui/messages.po60
-rw-r--r--source/ts/dbaccess/messages.po494
-rw-r--r--source/ts/desktop/messages.po200
-rw-r--r--source/ts/sfx2/messages.po314
-rw-r--r--source/ts/svx/messages.po1589
-rw-r--r--source/ts/sw/messages.po552
-rw-r--r--source/tt/chart2/messages.po26
-rw-r--r--source/tt/cui/messages.po60
-rw-r--r--source/tt/dbaccess/messages.po494
-rw-r--r--source/tt/desktop/messages.po200
-rw-r--r--source/tt/sfx2/messages.po314
-rw-r--r--source/tt/svx/messages.po1589
-rw-r--r--source/tt/sw/messages.po552
-rw-r--r--source/ug/chart2/messages.po26
-rw-r--r--source/ug/cui/messages.po60
-rw-r--r--source/ug/dbaccess/messages.po494
-rw-r--r--source/ug/desktop/messages.po200
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/shared.po275
-rw-r--r--source/ug/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ug/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/ug/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ug/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/ug/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/ug/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/ug/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/ug/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/ug/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ug/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ug/sfx2/messages.po314
-rw-r--r--source/ug/svx/messages.po1589
-rw-r--r--source/ug/sw/messages.po552
-rw-r--r--source/uk/chart2/messages.po28
-rw-r--r--source/uk/cui/messages.po98
-rw-r--r--source/uk/dbaccess/messages.po496
-rw-r--r--source/uk/desktop/messages.po200
-rw-r--r--source/uk/filter/source/config/fragments/internalgraphicfilters.po52
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/uk/helpcontent2/source/text/schart/01.po8
-rw-r--r--source/uk/helpcontent2/source/text/sdatabase.po2284
-rw-r--r--source/uk/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po179
-rw-r--r--source/uk/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/uk/helpcontent2/source/text/shared/autopi.po8
-rw-r--r--source/uk/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/uk/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/uk/helpcontent2/source/text/shared/menu.po22
-rw-r--r--source/uk/helpcontent2/source/text/shared/optionen.po232
-rw-r--r--source/uk/helpcontent2/source/text/simpress.po22
-rw-r--r--source/uk/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/uk/helpcontent2/source/text/simpress/01.po48
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/uk/sfx2/messages.po314
-rw-r--r--source/uk/svx/messages.po1603
-rw-r--r--source/uk/sw/messages.po578
-rw-r--r--source/ur/chart2/messages.po26
-rw-r--r--source/ur/cui/messages.po60
-rw-r--r--source/ur/dbaccess/messages.po494
-rw-r--r--source/ur/desktop/messages.po200
-rw-r--r--source/ur/sfx2/messages.po314
-rw-r--r--source/ur/svx/messages.po1589
-rw-r--r--source/ur/sw/messages.po552
-rw-r--r--source/uz/chart2/messages.po26
-rw-r--r--source/uz/cui/messages.po60
-rw-r--r--source/uz/dbaccess/messages.po494
-rw-r--r--source/uz/desktop/messages.po200
-rw-r--r--source/uz/sfx2/messages.po314
-rw-r--r--source/uz/svx/messages.po1589
-rw-r--r--source/uz/sw/messages.po552
-rw-r--r--source/ve/chart2/messages.po26
-rw-r--r--source/ve/cui/messages.po60
-rw-r--r--source/ve/dbaccess/messages.po494
-rw-r--r--source/ve/desktop/messages.po200
-rw-r--r--source/ve/sfx2/messages.po314
-rw-r--r--source/ve/svx/messages.po1589
-rw-r--r--source/ve/sw/messages.po552
-rw-r--r--source/vec/chart2/messages.po28
-rw-r--r--source/vec/cui/messages.po60
-rw-r--r--source/vec/dbaccess/messages.po496
-rw-r--r--source/vec/desktop/messages.po202
-rw-r--r--source/vec/sfx2/messages.po316
-rw-r--r--source/vec/svx/messages.po1589
-rw-r--r--source/vec/sw/messages.po554
-rw-r--r--source/vi/chart2/messages.po26
-rw-r--r--source/vi/cui/messages.po60
-rw-r--r--source/vi/dbaccess/messages.po494
-rw-r--r--source/vi/desktop/messages.po200
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/vi/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/vi/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/vi/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/vi/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/vi/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/vi/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/vi/helpcontent2/source/text/shared/guide.po24
-rw-r--r--source/vi/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/vi/helpcontent2/source/text/simpress.po20
-rw-r--r--source/vi/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/vi/sfx2/messages.po314
-rw-r--r--source/vi/svx/messages.po1589
-rw-r--r--source/vi/sw/messages.po552
-rw-r--r--source/xh/chart2/messages.po26
-rw-r--r--source/xh/cui/messages.po60
-rw-r--r--source/xh/dbaccess/messages.po494
-rw-r--r--source/xh/desktop/messages.po200
-rw-r--r--source/xh/sfx2/messages.po314
-rw-r--r--source/xh/svx/messages.po1589
-rw-r--r--source/xh/sw/messages.po552
-rw-r--r--source/zh-CN/chart2/messages.po28
-rw-r--r--source/zh-CN/cui/messages.po72
-rw-r--r--source/zh-CN/dbaccess/messages.po500
-rw-r--r--source/zh-CN/desktop/messages.po200
-rw-r--r--source/zh-CN/extensions/messages.po18
-rw-r--r--source/zh-CN/filter/messages.po8
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/zh-CN/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/zh-CN/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress.po20
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po20
-rw-r--r--source/zh-CN/sc/messages.po40
-rw-r--r--source/zh-CN/sfx2/messages.po340
-rw-r--r--source/zh-CN/starmath/messages.po92
-rw-r--r--source/zh-CN/svtools/messages.po6
-rw-r--r--source/zh-CN/svx/messages.po1589
-rw-r--r--source/zh-CN/sw/messages.po552
-rw-r--r--source/zh-TW/chart2/messages.po32
-rw-r--r--source/zh-TW/cui/messages.po60
-rw-r--r--source/zh-TW/dbaccess/messages.po500
-rw-r--r--source/zh-TW/desktop/messages.po200
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/zh-TW/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/zh-TW/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress.po20
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/zh-TW/scp2/source/ooo.po12
-rw-r--r--source/zh-TW/sfx2/messages.po314
-rw-r--r--source/zh-TW/svtools/messages.po18
-rw-r--r--source/zh-TW/svx/messages.po1589
-rw-r--r--source/zh-TW/sw/messages.po552
-rw-r--r--source/zu/chart2/messages.po26
-rw-r--r--source/zu/cui/messages.po60
-rw-r--r--source/zu/dbaccess/messages.po494
-rw-r--r--source/zu/desktop/messages.po200
-rw-r--r--source/zu/sfx2/messages.po314
-rw-r--r--source/zu/svx/messages.po1589
-rw-r--r--source/zu/sw/messages.po552
1931 files changed, 404431 insertions, 376931 deletions
diff --git a/source/ab/chart2/messages.po b/source/ab/chart2/messages.po
index 42552d4346d..d27ebef99e6 100644
--- a/source/ab/chart2/messages.po
+++ b/source/ab/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2019-06-05 09:12+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2345,44 +2345,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Атеқст аориентациа"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "_Аԥшра"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Амариа"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Иреалисттәу"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Напыла"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "_Аԥшра"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "Аршәшьра"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "А_обиект аҿыкәырша"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "Ихаргьежьу аҵкарқәа"
diff --git a/source/ab/cui/messages.po b/source/ab/cui/messages.po
index bf6833ec7e9..9fb66df332a 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: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4330,45 +4330,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "Атеқст мацара"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/ab/dbaccess/messages.po b/source/ab/dbaccess/messages.po
index 9e493aa210d..29a758c6142 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: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2019-06-07 09:49+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -962,20 +962,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Аҳасабтәқәа"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Ахҳәаа"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Заатәи ахәаҧшра"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -985,32 +979,32 @@ msgid ""
msgstr ""
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "Аформа~ахьӡ"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Аҳасабырба~ахьӡ"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
#, fuzzy
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "&Аҭаӡ ахьӡ:"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr ""
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1021,261 +1015,261 @@ msgid ""
msgstr ""
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr ""
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr ""
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr ""
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr ""
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr ""
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Аҿакра архиарақәа"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Атаблица ахьӡ"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr ""
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr ""
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
#, fuzzy
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Ибжьаргылатәуп $1"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Ианыхтәума иалху адырқәа?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr ""
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr ""
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Аимадара ырӡуп"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr ""
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Атаблицақәа"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Аныхра шьақәырӷәӷәатәуп"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Ианыхтәума атаблица «%1»?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr ""
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Агәаҽанҵарақәа"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr ""
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr ""
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Атаблица $name$ аҭагалара ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Атаблица $name$ аҭагалара ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Атаблица аформат аҧшаара ауам."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr ""
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr ""
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr ""
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Ааи"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Мап"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<мап>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Аҭакыра ахьӡ"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Аҭакыра атип"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Ахҳәаа"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Аиҵагыла ахҳәаа"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Аҭакыра аҷыдаҟазшьақәа"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Иҧсахтәуп абларҭа"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Ианыхтәуп ацәаҳәа"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Иҧсахтәуп аҭакыра атип"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Ибжьаргылатәуп ацәаҳәа"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Ибжьаргылатәуп, ацәаҳәа ҿыц"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr ""
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1283,7 +1277,7 @@ msgid ""
msgstr ""
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1292,19 +1286,19 @@ msgid ""
msgstr ""
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr ""
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Иҭажәгал ахыҧхьаӡара аформат."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1314,25 +1308,25 @@ msgid ""
msgstr ""
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr ""
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr ""
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr ""
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1341,49 +1335,49 @@ msgid ""
msgstr ""
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr ""
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr ""
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr ""
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Аиҵагыла"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr ""
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr ""
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr ""
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1391,13 +1385,13 @@ msgid ""
msgstr ""
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr ""
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1407,25 +1401,25 @@ msgid ""
msgstr ""
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr ""
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr ""
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr ""
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1434,7 +1428,7 @@ msgid ""
msgstr ""
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1442,37 +1436,37 @@ msgid ""
msgstr ""
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "иҧсахтәуп аҭакыра ахьӡ"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "иҧсахтәуп аҭакыра атип"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "иҧсахтәуп аҭакыра ахҳәаа"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "иҧсахтәуп аҭакыра атрибут"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr ""
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1483,50 +1477,50 @@ msgid ""
msgstr ""
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr ""
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Ари афаил ыҟоуп. Ихҩылаатәума?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Аҭаӡ"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
#, fuzzy
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Адырқәа рбаза аҷыдаҟазшьақәа"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr ""
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr ""
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr ""
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1534,152 +1528,152 @@ msgid ""
msgstr ""
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Мап}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ""
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr ""
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr ""
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr ""
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Аимадара атест"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Аимадара қәҿиарала ишьақәыргылоуп."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Иауам аимадара ашьақәыргылара."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "JDBC адраивер қәҿиарала иҭагалоуп."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "JDBC адраивер ҭагалаӡам."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS Access афаил"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007 афаил"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Адырқәа рбаза Firebird"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Асистематә"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Аҧҵара агха"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Адокумент «$file$» аартра ауам."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr ""
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "Зегьы"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Иаҟәыхтәуп:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Ирхынҳәтәуп:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr ""
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Афаил «$file$» ыҟаӡам."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr ""
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
#, fuzzy
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
@@ -1689,199 +1683,199 @@ msgstr "Ахьӡ «%1» ыҟоуп. Иалышәх даҽа хьӡык."
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr ""
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr ""
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr ""
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Атаблицақәа зегьы"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr ""
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr ""
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Атаблица ахьӡ"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Ацҵара"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Аныхра"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Аредакциазура"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Иҧсахтәуп аструктура"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Аҧхьара"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Иҧсахтәуп азхьарҧшқәа"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Ианыхтәуп аструктура"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "dBASE афаилқәа рахь амҩа:"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "dBASE афаилқәа рахь амҩа:"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Аелектронтә таблицақәа рахь амҩа"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr ""
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Адырқәа рбаза MySQL ахьӡ"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Адырқәа рбаза Oracle ахьӡ "
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Access адырқәа рбаза афаил"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr ""
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "Акомпиутер ахьӡ:"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Mozilla ~Апрофиль"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Thunderbird ~Апрофиль"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Иацҵатәуп атаблицақәа"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr ""
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Аҭакырақәа ралхра"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Аҭакырақәа ртипқәа"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1889,163 +1883,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr ""
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Шьҭахьҟа"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~Анаҩс>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "~Ихиоуп"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Акопиа ахыхра"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Акопиа ахыхра"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr ""
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr ""
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr ""
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Адырқәа рбаза азҟаза"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Адырқәа рбаза алхра"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "dBASE аҽаҿакра архиара"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Атеқсттә фаилқәа рҽаҿакра архиара"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Microsoft Access аҽаҿакра архиара"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "LDAP аҽаҿакра архиара"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "ADO аҽаҿакра архиара"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "JDBC аҽаҿакра архиара"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Oracle аҽаҿакра архиара"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "MySQL аҽаҿакра архиара"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "ODBC аҽаҿакра архиара"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Адокумент Writer ма Calc аҽаҿакра архиара"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr ""
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr ""
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Еиқәырхатәуп иагьынагӡатәуп"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Адырқәа рбаза ҿыц"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr ""
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2053,67 +2047,67 @@ msgid ""
msgstr ""
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr ""
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr ""
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "dBASE афаилқәа рҽаҿакра архиара"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr ""
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Атеқсттә фаилқәа рҽаҿакра архиара"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr ""
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "dBASE афаилқәа рахь амҩа:"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Абаза Microsoft Access аҽаҿакра архиара"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr ""
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Абаза ADO аҽаҿакра архиара"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2122,13 +2116,13 @@ msgid ""
msgstr ""
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Абаза ODBC аҽаҿакра архиара"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2137,13 +2131,13 @@ msgid ""
msgstr ""
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Абаза JDBC аҽаҿакра архиара"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2151,25 +2145,25 @@ msgid ""
msgstr ""
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Абаза Oracle аҽаҿакра архиара"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr ""
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr ""
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2177,13 +2171,13 @@ msgid ""
msgstr ""
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Аелектронтә таблицақәа рҽаҿакра архиара"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2191,279 +2185,279 @@ msgid ""
msgstr ""
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~Афаил ахьыҟоу аҭыҧи иахьӡуи"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr ""
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr ""
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr ""
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Аиндекс аҭакыра"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Еиҵоу-еиҳаула"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Еиҳау-еиҵоула"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
#, fuzzy
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Ианыхтәума ажәар?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "аиндекс"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr ""
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr ""
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr ""
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr ""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr ""
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Агха акод"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr ""
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Агха"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Агәаҽанҵара"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Аинформациа"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Хәҭа-хәҭала"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Даныхтәума ари ахархәаҩ?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr ""
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Ажәамаӡақәа еиқәшәаӡом. Даҽазнык иҭажәгал ажәамаӡа."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr ""
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr ""
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr ""
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr ""
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr ""
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr ""
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr ""
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr ""
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr ""
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr ""
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr ""
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr ""
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr ""
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr ""
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr ""
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr ""
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr ""
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
#, fuzzy
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Иҧсахтәуп..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Иаҧҵатәуп..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr ""
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr ""
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr ""
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4501,7 +4495,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr ""
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Атаблицақәеи атаблицақәа рфильтқәеи"
@@ -4530,6 +4524,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/ab/desktop/messages.po b/source/ab/desktop/messages.po
index 987c4eb3823..c937adb7470 100644
--- a/source/ab/desktop/messages.po
+++ b/source/ab/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-09-03 11:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -123,148 +123,154 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Арҭбаара"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "Адинамикатә библиотека UNO акомпонент"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO Java Акомпонент"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO Python Акомпонент"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO Акомпонент"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB Ахкқәа Рбиблиотека"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO Java Ахкқәа Рбиблиотека"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG Абиблиотека"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Аилыркаага"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr ""
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr ""
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr ""
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "Ианыхтәуп"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "Иаҿактәуп"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "Иаҿыхтәуп"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "Ирҿыцтәуп..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAME ацҵара"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "%EXTENSION_NAME аныхра"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
#, fuzzy
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME ацҵара"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
#, fuzzy
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME ацҵара"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr ""
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr ""
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Иарктәуп"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Аҭыҵырҭа"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -273,25 +279,25 @@ msgid ""
msgstr ""
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr ""
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr ""
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Иаарҧштәуп алицензиа"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -300,19 +306,19 @@ msgid ""
msgstr ""
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -321,7 +327,7 @@ msgid ""
msgstr ""
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -330,7 +336,7 @@ msgid ""
msgstr ""
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -339,7 +345,7 @@ msgid ""
msgstr ""
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -348,91 +354,91 @@ msgid ""
msgstr ""
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr ""
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr ""
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Ақәыргылара хыркәшоуп"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Гхада."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr ""
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr ""
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr ""
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr ""
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr ""
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Идырӡам"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr ""
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr ""
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr ""
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -442,7 +448,7 @@ msgid ""
msgstr ""
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -452,7 +458,7 @@ msgid ""
msgstr ""
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -462,7 +468,7 @@ msgid ""
msgstr ""
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -472,7 +478,7 @@ msgid ""
msgstr ""
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -482,7 +488,7 @@ msgid ""
msgstr ""
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -492,145 +498,145 @@ msgid ""
msgstr ""
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Арҿыцрақәа ыҟаӡам."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr ""
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Иҟалеит агха:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Идырым агха."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr ""
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr ""
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr ""
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr ""
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "арҿыцра абраузер ахархәарала"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Аверсиа"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr ""
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr ""
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr ""
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr ""
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Аҩныҵҟатәи агха."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Аконфигурациатә фаил «$1» ҧхасҭоуп."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Аконфигурациатә фаил «$1» ҧшаам."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr ""
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr ""
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr ""
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr ""
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr ""
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr ""
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -639,19 +645,19 @@ msgid ""
msgstr ""
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr ""
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr ""
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -661,25 +667,25 @@ msgid ""
msgstr ""
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Акьыҧхьра аҿыхуп. Адокументқәа ркьыҧхьра залшом."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr ""
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -687,7 +693,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -695,61 +701,61 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr ""
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr ""
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Иҭажәгал «yes» ма «no»]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr ""
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "YES"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NO"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr ""
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ERROR: "
diff --git a/source/ab/sfx2/messages.po b/source/ab/sfx2/messages.po
index bb1fe9355cc..40f7681530a 100644
--- a/source/ab/sfx2/messages.po
+++ b/source/ab/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:13+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -892,8 +892,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -904,43 +910,43 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Ииашам ажәамаӡа"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Асимволқәа рминимум: $(MINLEN))"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(Минимум 1 символк)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr ""
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr ""
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -948,7 +954,7 @@ msgid ""
msgstr ""
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -956,216 +962,216 @@ msgid ""
msgstr ""
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr ""
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr ""
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Аекспорт"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
#, fuzzy
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "Ибжьаргылатәуп"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Еиқәырхатәуп акопиа..."
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr ""
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME адокумент"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr ""
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1173,31 +1179,31 @@ msgid ""
msgstr ""
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Ари астиль ыҟоуп. Ихҩылаатәума?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Еиҭашьақәыргылатәуп"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr ""
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr ""
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1205,7 +1211,7 @@ msgid ""
msgstr ""
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1213,7 +1219,7 @@ msgid ""
msgstr ""
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1222,73 +1228,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Ахархәара змоу астильқәа:"
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Анавигатор"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr ""
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Идәықәҵатәуп"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Ашрифт"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr ""
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr ""
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr ""
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Иаҟәыхтәуп аҭаҩра"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr ""
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1296,7 +1302,7 @@ msgid ""
msgstr ""
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1304,19 +1310,19 @@ msgid ""
msgstr ""
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Апринтер ҭацәым"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (аҧхьара мацараз)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1325,7 +1331,7 @@ msgid ""
msgstr ""
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1334,7 +1340,7 @@ msgid ""
msgstr ""
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1343,7 +1349,7 @@ msgid ""
msgstr ""
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1351,7 +1357,7 @@ msgid ""
msgstr ""
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1360,7 +1366,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1369,19 +1375,19 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr ""
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1389,472 +1395,472 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr ""
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr ""
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Ари адокумент аартуп аҧхьара мацаразы."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr ""
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr ""
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Адокумент акьыҧхьра"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Анапаҵаҩтәуп адокумент"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr ""
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr ""
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Еиҭа апараметрқәа"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Иарктәуп аварахьтәи апанель"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr ""
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr ""
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "Иарктәуп аварахьтәи апанель"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Иқәгатәуп"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/ab/svx/messages.po b/source/ab/svx/messages.po
index 72ca208cc3b..c9cf97a12d1 100644
--- a/source/ab/svx/messages.po
+++ b/source/ab/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 11:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5329,1196 +5329,1228 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Аромб"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr ""
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Агьежь"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Аквадрат"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Ахыц"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr ""
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr ""
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Аромб"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr ""
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr ""
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr ""
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr ""
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr ""
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr ""
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr ""
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr ""
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr ""
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Қәҿиарала еиҭашьақәыргылоуп"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr ""
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr ""
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr ""
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr ""
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr ""
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr ""
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "Ихыркәшатәуп"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Аҵыхәтәантәи аҵакы"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "пт"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Асахьа аекспорт"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "Еиқәырхатәуп асахьа"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Ибжьаргылатәуп аобиеқт(қәа)"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr ""
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr ""
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr ""
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr ""
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Зегьы]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr ""
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Атема ҿыц"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr ""
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr ""
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Амаркерқәа"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Аофис"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Абираҟқәа"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Аблок-схемақәа"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr ""
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Асахьақәа"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Аҿаҧшырақәа"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Аҩынтәи адаҟьа"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr ""
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr ""
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr ""
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr ""
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Акомпиутерқәа"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr ""
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr ""
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Афинансқәа"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr ""
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Афигурақәа"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr ""
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Адыргақәа"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr ""
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Ахыц"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr ""
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Аклавиатура"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Аамҭа"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Апрезентациа"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Амзар"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Анавигациа"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr ""
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Афинансқәа"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Акомпиутерқәа"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr ""
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr ""
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr ""
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr ""
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Иалкаау ахәҭа акьыҧхьра"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr ""
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "Зегьы"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "Алкаара"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr ""
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr ""
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr ""
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr ""
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr ""
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr ""
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr ""
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr ""
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr ""
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr ""
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr ""
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr ""
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr ""
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr ""
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr ""
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr ""
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr ""
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr ""
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr ""
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr ""
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr ""
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Астандарт"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr ""
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr ""
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr ""
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "Еиҭа амаркерқәа..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Адаҟьақәа"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Ирыцқьатәуп аформатркра"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Еиҳаны астильқәа..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Еиҭа апараметрқәа..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Агарнитура"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr ""
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr ""
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Аекструзиа"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr ""
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Инарҳәтәуп ҵаҟа"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Инарҳәтәуп хыхь"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Инарҳәтәуп армарахь"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Инарҳәтәуп арӷьарахь"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr ""
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr ""
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr ""
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr ""
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr ""
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr ""
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr ""
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Атеқстура"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Атеқсттә еффектқәа"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Ихархәатәуп атеқсттә еффект аформа"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr ""
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr ""
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr ""
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr ""
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Астиль"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "и"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr ""
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Акәакьтә кәаҧ алхра"
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Хыхьла арымарахь"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr ""
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Хыхьла арыӷьарахь"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr ""
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Ацентр ала"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr ""
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Ҵаҟала арымарахь"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr ""
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Ҵаҟала арыӷьарахь"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr ""
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Ара шәара ишәылшоит ишәыҧсахыр аконтур."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Иҷыдоу асимвол алхра"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr ""
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Асимвол акод "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr ""
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Аформақәа"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr ""
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Аҷыдаҟазшьақәа:"
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Аформа аҷыдаҟазшьақәа"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr ""
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Аформа"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Аформа"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr ""
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr ""
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Аҭаҩра"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "аҟынтә"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Аҭакыра алхра:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr ""
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr ""
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr ""
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr ""
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6526,333 +6558,333 @@ msgid ""
msgstr ""
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr ""
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Аиҵагыла"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr ""
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr ""
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Ианыхтәуп #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Ианыхтәуп # аобиеқт(қәа)"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr ""
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr ""
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Акнопка"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr ""
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr ""
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Аҭыҧдырга"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Агәыҧ"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Атеқсттә ҭыкыра"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr ""
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Ахьӡынҵа"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr ""
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Аграфикатә кнопка"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr ""
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Афаил алхра"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Арыцхә аҭакыра"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr ""
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr ""
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr ""
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr ""
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
#, fuzzy
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Атаблица"
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr ""
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr ""
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr ""
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Гәыҧ-гәыҧла алкаара"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr ""
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Арыцхә)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Аамҭа)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr ""
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr ""
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Ма"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr ""
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr ""
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr ""
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr ""
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr ""
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr ""
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr ""
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
#, fuzzy
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Адырқәа рбаза атаблицақәа аҵанакуам."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr ""
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr ""
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr ""
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr ""
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr ""
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr ""
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr ""
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (аҧхьара мацараз)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Ари афаил ыҟоуп. Ихҩылаатәума?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# аҭыҧдырга"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6860,7 +6892,7 @@ msgid ""
msgstr ""
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6868,7 +6900,7 @@ msgid ""
msgstr ""
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6876,13 +6908,13 @@ msgid ""
msgstr ""
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr ""
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6891,7 +6923,7 @@ msgid ""
msgstr ""
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6900,999 +6932,999 @@ msgid ""
msgstr ""
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr ""
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr ""
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Ахьӡ «%1» ыҟоуп. Иалышәх даҽа хьӡык."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr ""
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Put"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Мап"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Аекземплиар"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Адокумент"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Аидҳәалара: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Азхьарҧш: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Аҟаҵара: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Аметод: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
#, fuzzy
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Иҧсахтәуп"
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Иацҵатәуп аелемент"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
#, fuzzy
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Иацҵатәуп аелемент"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Ианыхтәуп аелемент"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Иацҵатәуп атрибут"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
#, fuzzy
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Иацҵатәуп атрибут"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Ианыхтәуп атрибут"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr ""
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr ""
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr ""
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr ""
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr ""
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr ""
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Аелемент"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Атрибут"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Аидҳәалара"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr ""
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr ""
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Арымарахь"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Арыӷьарахь"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Ацентр ала"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr ""
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr ""
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr ""
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr ""
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr ""
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Адокумент ҧсахын. Шәақәыӷәӷәа аиқәырхараз."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Адокумент аҭагалара..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Ирдуны"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Ирхәыҷны"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Адаҟьа зегьы"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Адаҟьа аҭбаара ала"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Астильқәа алаҵаны"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Абзац астильқәа"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Абларҭа астильқәа"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Аҧшааратә цәаҳәа ҧшаам"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr ""
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Ииашам ажәамаӡа"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Ажәамаӡақәа еиқәшәаӡом"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Асанҭыр хәыҷқәа"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Асанҭыр дуқәа"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr ""
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Асанҭыр дуқәа"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr ""
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr ""
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Аномерркра 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Аномерркра 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Аномерркра (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr ""
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr ""
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr ""
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr ""
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr ""
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr ""
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Ахыҧхьаӡаратә"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr ""
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr ""
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr ""
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "ZIP -фаил аҧҵара ауам."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Иҧшаатәуп"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) пикс.)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) x $(HEIGHT) в $(DPI) dpi"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) кб"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "асахьа GIF"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "асахьа JPEG"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "асахьа PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "асахьа TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "асахьа WMF"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "асахьа MET"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "асахьа PICT"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "асахьа SVG"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "асахьа BMP"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "идырӡам"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Аҟаҧшь"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Аиаҵәа"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr ""
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr ""
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr ""
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Гамма"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr ""
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr ""
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr ""
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr ""
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr ""
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr ""
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr ""
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr ""
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr ""
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr ""
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Адаҟьа ахҳәаа: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr ""
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr ""
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr ""
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr ""
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr ""
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Мап"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Альбомтә"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Ашәҟәытә"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Арымарахь"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Арыӷьарахь"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Зегьы"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr ""
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Автор: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Арыцхә: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Атеқст: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Асимвол аҿаҧшыра"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr ""
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7900,1923 +7932,1923 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr ""
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr ""
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr ""
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr ""
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr ""
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr ""
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr ""
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr ""
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr ""
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr ""
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr ""
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr ""
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr ""
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr ""
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr ""
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr ""
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr ""
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr ""
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr ""
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr ""
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr ""
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr ""
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr ""
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr ""
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr ""
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr ""
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr ""
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr ""
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr ""
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr ""
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr ""
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Авалиута асимвол"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr ""
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr ""
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Ахыҧхьаӡаратә формақәа"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Ахыц"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr ""
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr ""
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr ""
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr ""
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr ""
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr ""
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr ""
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr ""
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Еиуеиҧшым апараметрқәа"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr ""
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr ""
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr ""
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr ""
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr ""
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr ""
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr ""
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr ""
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "Аишьашәалара"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr ""
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr ""
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr ""
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr ""
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr ""
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr ""
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr ""
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr ""
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr ""
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr ""
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr ""
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Испециалу"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr ""
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr ""
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr ""
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr ""
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr ""
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr ""
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr ""
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr ""
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr ""
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr ""
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr ""
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr ""
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr ""
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr ""
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr ""
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr ""
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr ""
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr ""
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr ""
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr ""
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr ""
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr ""
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr ""
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr ""
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr ""
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr ""
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr ""
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr ""
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr ""
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr ""
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Ивертикалу аформақәа"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr ""
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr ""
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Асимвол"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr ""
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr ""
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr ""
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr ""
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr ""
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr ""
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr ""
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Аҵәаӷәатә"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr ""
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr ""
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Нева"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Ахархәара"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr ""
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10604,244 +10636,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr ""
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Мап"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "Амаркер"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Аграфика"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr ""
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Амилаҭтә номерркра"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (аболгартә)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (аболгартә)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (аболгартә)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (аболгартә)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (аурыстә)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (аурыстә)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (аурыстә)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (аурыстә)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (аурыстә)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (асербтә)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (асербтә)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (асербтә)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr ""
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr ""
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16077,7 +16110,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/ab/sw/messages.po b/source/ab/sw/messages.po
index 7560d06ddbe..20f7998840f 100644
--- a/source/ab/sw/messages.po
+++ b/source/ab/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2019-06-24 10:38+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -574,7 +574,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Иномеррку абзацқәа"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -582,1301 +582,1337 @@ msgstr "Иномеррку абзацқәа"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -11001,138 +11037,138 @@ msgid "Width:"
msgstr "Аҭбаара:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
#, fuzzy
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Аинтервал:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Аҭбаареи аинтервали"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "Астиль:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_Аҭбаара:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
#, fuzzy
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "Аҳаракыра:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "Аҭыҧ:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Хыхьла"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Ацентр ала"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Ҵаҟала"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_Аҧштәы:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Аиҟәшагатә ҵәаӷәа"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
#, fuzzy
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Аиҵагылақәа"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Аҵанакы еиҟараны ирзеихшатәуп аиҵаҩқәа"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Алхра"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Уажәтәи алкаара"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Ианыхтәуп аҟәша"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Афреим"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Атаблицақәа рстиль"
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "Ихархәатәуп азы:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "Атеқст ахырхарҭа:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Архиарақәа"
@@ -12929,71 +12965,71 @@ msgid "Space to text"
msgstr "Атеқст аҟынӡа ибжьоу"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr ""
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
#, fuzzy
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "Аҭыҧ"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
#, fuzzy
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "Астильқәа"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr ""
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
#, fuzzy
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "Аҧштәы"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
#, fuzzy
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "Аура"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr ""
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Арымарахь"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Ацентр ала"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Арыӷьарахь"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr ""
@@ -19399,7 +19435,7 @@ msgid "_More Options"
msgstr ""
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
#, fuzzy
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
@@ -21643,49 +21679,49 @@ msgid "Remaining space:"
msgstr ""
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Аиҵагыла аҭбаара"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Аиҵагыла аҭбаара"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Аиҵагыла аҭбаара"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Аиҵагыла аҭбаара"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Аиҵагыла аҭбаара"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Аиҵагыла аҭбаара"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Аиҵагыла аҭбаара"
diff --git a/source/af/chart2/messages.po b/source/af/chart2/messages.po
index a4f3fae0d02..61149fb555f 100644
--- a/source/af/chart2/messages.po
+++ b/source/af/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-28 12:35+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560927888.000000\n"
#. NCRDD
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Teksoriëntasie"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "Ske_ma"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Eenvoudig"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Realisties"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Doelgemaak"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "Ske_ma"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_Skakering"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "_Objek rande"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "_Geronde syrande"
diff --git a/source/af/cui/messages.po b/source/af/cui/messages.po
index 4d958f406fa..46e25f4cda4 100644
--- a/source/af/cui/messages.po
+++ b/source/af/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-07-28 12:35+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-06 08:40+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/af/>\n"
"Language: af\n"
@@ -4343,45 +4343,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "Slegs _teks"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr "Toevoegings"
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr "Vorderings -etiket"
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr "Vorderings-etiket"
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr "Die etiket vertoon die vordering van die werk, soos die laai vane uitbreidings, of nie gevind, ens."
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr "soekterm"
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr "Rat Keuselys"
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr "Bevat opdragte vir wysiging van byvoegingslys-instellings, soos sorteer tipe of vertoon tipe."
@@ -12848,7 +12890,7 @@ msgstr "e-posadres"
#: cui/uiconfig/ui/optuserpage.ui:424
msgctxt "extended tip | email"
msgid "Type your email address."
-msgstr ""
+msgstr "Tik in u e-pos adres."
#. eygE2
#: cui/uiconfig/ui/optuserpage.ui:441
@@ -15060,7 +15102,7 @@ msgstr "_Kleur:"
#: cui/uiconfig/ui/shadowtabpage.ui:185
msgctxt "shadowtabpage|FT_SHADOW_BLUR"
msgid "_Blur:"
-msgstr ""
+msgstr "Vervaag:"
#. DMAGP
#: cui/uiconfig/ui/shadowtabpage.ui:199
diff --git a/source/af/dbaccess/messages.po b/source/af/dbaccess/messages.po
index 4a7282f1cf2..69524f99283 100644
--- a/source/af/dbaccess/messages.po
+++ b/source/af/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: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-28 12:35+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1548168630.000000\n"
#. BiN6g
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Take"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Beskrywing"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Voorskou"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"Wil u alle dokumente nou sluit?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "V~ormnaam"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "~Verslagnaam"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "V~ouernaam"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "Die dokument bevat vorms of verslae met ingebedde makro's."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"Let op dat u nie makro's sal kan inbed in die databasisdokument sélf voor die migrasie afgehandel is nie. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Ingebedde databasis"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "U kan nie kies uit kategorieë wat uitsluitend is nie."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "Objek tipe ($type$) gevind, word nie ondersteun nie."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Gevorderde eienskappe"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Bykomende instellings"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Verbindinginstellings"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "~Tabelnaam"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "~Navraagnaam"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Hernoem na"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Voeg in as"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Wil u die gemerkte data skrap?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Kon nie die sorteerkriteria stel nie"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Kon nie die filterkriteria stel nie"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Verbinding gebreek"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Navrae"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Tabelle"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Bevestig skrapping"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Wil u die tabel '%1' skrap?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "Die verbinding met die databasis is verloor. Wil u weer verbind?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Daar was waarskuwings"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "Waarskuwings is deur die databasisverbinding gerapporteer terwyl die tabelle herwin is."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "Verbind tans aan \"$name$\" ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Laai tans navraag $name$ ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Laai tans tabel $name$ ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Geen tabelformaat kon gevind word nie."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "Die verbinding met die databron \"$name$\" kon nie bewerkstellig word nie."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Onbekend;Teks;Nommer;Datum/Tyd;Datum;Tyd;Ja/Nee;Geldeenheid;Memo;Teller;Beeld;Teks(vaste);Desimaal;Binêr(vaste);Binêr; BigInt;Dubbel;Dryfpunt;Reële;Heelgetal;Klein heelgetal;Klein heelgetal;SQL Null;Objek;Diskreet;Struktuur;Veld;BLOB;CLOP;REF;ANDER;Bis(vaste)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Voeg in/verwyder primêre sleutel"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Ja"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Nee"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<geen>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Veldnaam"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Veldtipe"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Beskrywing"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Kolombeskrywing"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Veldeienskappe"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Wysig sel"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Skrap ry"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Wysig veldsoort"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Voeg ry in"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Voeg nuwe ry in"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~Verstek waarde"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"Indien die veld nie die verstek waarde moet hê nie, kies die leë string."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"Wanneer u later data in die tabel intik, sal hierdie string gebruik word in elke nuwe rekord vir die gekose veld. Dit moet dus ooreenstem met die selformaat wat hier onder ingevul moet word."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Tik die maksimum toegelate tekslengte in."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Tik die nommerformaat in."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"Die waarde sal dienooreenkomstig gekorrigeer word indien dit die maksimum vir hierdie databasis oorskry."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Spesifiseer die getal desimale plekke wat in hierdie veld toegelaat word."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Dit is waar u sien hoe die data vertoon sal word in die huidige formaat (gebruik die knoppie regs om die formaat te wysig)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Dit is waar u die afvoerformaat van die data bepaal."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"U kan nie data in velde van dié soort tik nie. 'n Intrinsieke waarde sal outomaties aan elke nuwe rekord toegewys word (wat verband hou met die inkrement van die vorige rekord)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "Die tabel kan nie gestoor word nie omdat kolomnaam \"$column$\" twee keer toegewys is."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "Die kolom \"$column$\" behoort aan die primêre sleutel. Indien die kolom geskrap word, sal die primêre sleutel ook geskrap word. Wil u werklik voortgaan?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Primêre sleutel geaffekteer"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Kolom"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "Gaan in elk geval voort?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "Die tabel kon nie gestoor word nie vanweë probleme om met die databasis te verbind."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "Die tabelfilter kon nie aangepas word nie omdat die databron geskrap is."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"Wil u die veranderinge nou stoor?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Geen primêre sleutel nie"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"Moet 'n primêre sleutel nou geskep word?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "Die kolom \"$column$\" kon nie gewysig word nie. Moet die kolom eerder geskrap word en 'n nuwe formaat aangeheg word?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Kon nie tabelontwerp stoor nie"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "Die kolom $column$ kon nie geskrap word nie."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"Hierdie stelling sal direk na die databasis oorgedra word wanneer die tabel geskep word."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"Die tabelontwerp-modus is nie vir hierdie databron beskikbaar nie."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "verander veldname"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "verander veldsoort"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "verander veldbeskrywing"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "verander veldattribuut"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "'n Wagwoord is nodig om aan die databron \"$name$\" te verbind."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"bestaan nie. Moet dit geskep word?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "Die gids $name$ kon nie geskep word nie."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Die lêer bestaan reeds. Oorheenskryf?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Vouer"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Databasiseienskappe"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Databron-Eienskappe: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "Kies asseblief 'Verbind aan 'n bestaande databasis' om aan 'n bestaande databasis te verbind."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Kon nie die programbiblioteek #lib# laai nie, of dit is defek. Die ODBC-Databron Seleksie is nie beskikbaar nie."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"U mag die instellings wysig, maar u sal waarskynlik nie aan die databasis kan verbind nie."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Geen}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 moet opgestel word."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 en #2 moet verskillend wees."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "Oorheersstringe soos ?,* word nie in #1 toegelaat nie."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Verbindingtoets"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Daar is suksesvol verbind."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Geen koppeling moontlik nie."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "Die JDBC-drywer is suksesvol gelaai."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "Die JDBC-drywer kon nie gelaai word nie."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS Access-lêer"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007-lêer"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Firebird-databasis"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Stelsel"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Fout tydens skepping"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "'n Fout het ontstaan. Die bewerking kan nie uitgevoer word nie."
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Die dokument \"$file$\" kon nie geopen word nie."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "Die tabel kan nie geskrap word nie aangesien die databasisverbinding dit nie toelaat nie."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~Alles"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Ontdoen:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Herdoen:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "Geen ooreenstemmende kolomsoort kon vir kolom '#1' gekry word nie."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Die lêer \"$file$\" bestaan nie."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "Waarskuwings tydens verbinding aan die databron. Druk \"$buttontext$\" om dit te bekyk."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "Die verslag \"$file$\" benodig die Report Builder-funksie."
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "Kan nie aan die SDBC-drywerbestuurder verbind nie ( #servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "'n Drywer is nie geregistreer vir die URL #connurl# nie."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "Suksesvol verbind, maar inligting oor databasistabelle is nie beskikbaar nie."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Alle tabelle"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Alle aanskoue"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Alle tabelle en aanskoue"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Tabelnaam"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Voeg data in"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Skrap data"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Wysig data"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Verander struktuur"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Lees data"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Wysig verwysings"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Sak struktuur"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Pad na die dBASE-lêers"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Pad na die teks-lêers"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Pad na die sigblad-dokument"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Naam van die ODBC-databron op u stelsel"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "Koppeling na die \"Writer\" dokument"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Naam van die MySQL-databasis"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Naam van die Oracle-databasis"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Microsoft Access-databasislêer"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "Geen verdere instellings nodig nie. Om te toets of die verbinding werk, kliek die '%test'-knoppie."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "Databron URL (byvoorbeeld host=$Host:$Port dbname=$database)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "~Gasheernaam"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "~Mozilla-profielnaam"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "~Thunderbird-profielnaam"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Voeg Tabelle in..."
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Voer Tabel naam of Navraag in"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Pas kolomme toe"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Soort formatering"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"Die volgende naam word reeds gebruik:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Wys kolomme toe"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Terug"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~Volgende>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "S~kep"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Kopieer tabel"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Kopieer tabel"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "Hierdie tabelnaam is nie geldig in die huidige databasis nie."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Kies die opsie 'Heg data aan' op die eerste bladsy om data by 'n bestaande tabel aan te heg."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Wysig asseblief die tabelnaam. Dit is te lank."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Databasisslimmerd"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Selekteer databasis"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Stel dBASE-verbinding op"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Stel 'n verbinding aan tekslêers op"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Stel 'n Microsoft Access-verbinding op"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Stel LDAP-verbinding op"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Stel ADO-verbinding op"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Stel JDBC-verbinding op"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Stel Oracle-databasisverbinding op"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Stel MySQL-verbinding op"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Stel ODBC-verbinding op"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Stel die koppeling op na \"Writer\"-Dokument of Spreiblad"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Stel gebruikerstawing op"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Stel MySQL-bedienerdata op"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Stoor en gaan voort"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Nuwe databasis"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Stel 'n verbinding aan 'n MySQL-databasis op met JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL-JDBC-d~rywerklas:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Verstek: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Stel 'n verbinding aan dBASE-lêers op"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Selekteer die vouer waar die dBASE-lêers gestoor is."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Stel 'n verbinding aan tekslêers op"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Selekteer die vouer waar die CSV-lêers (Comma Separated Values) gestoor is. %PRODUCTNAME Base sal daardie lêers open in leesalleenmodus."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Pad na teks-lêers"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Stel 'n verbinding aan 'n Microsoft Access-databasis op"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Selekteer asseblief die Microsoft Access-lêer waarvoor u toegang wil hê."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Stel 'n verbinding aan 'n ADO-databasis op"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Stel 'n verbinding aan 'n ODBC-databasis op"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Stel 'n verbinding aan 'n JDBC-databasis op"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Stel 'n verbinding aan 'n Oracle-databasis op"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Verstek: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle-JDBC-~drywerklas"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Stel 'n verbinding aan sigblaaie op"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"%PRODUCTNAME sal die lêer in leesalleenmodus open."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~Ligging en lêernaam"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Bevel suksesvol uitgevoer."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "Die verbinding met die databasis is verbreek. Hierdie dialoog sal gesluit word."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Sorteervolgorde"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Indeksveld"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Oplopend"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Aflopend"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Wil u werklik die indeks '$name$' skrap?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "indeks"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "Die indeks moet ten minste een veld bevat."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Daar is reeds 'n ander indeks genaamd \"$name$\"."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "Geen tabelkolom mag meer as een keer in 'n indeksdefinisie verskyn nie. U het egter kolom \"$name$\" twee keer ingevoer."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "Die inskrywing kon nie na 'n geldige waarde vir die \"$name$\"-kolom omskep word nie"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "SQL-Status"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Foutkode"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "'n Algemene oorsaak van dié fout is dat 'n ontoepaslike karakterstelinstelling vir die taal van u databasis gebruik word. Kontroleer die instelling met Redigeer - Databasis - Eienskappe."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Fout"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Waarskuwing"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Inligting"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Besonderhede"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Wil u werklik die gebruiker skrap?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "Die databasis ondersteun nie gebruikeradministrasie nie."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Die wagwoorde kom nie ooreen nie. Tik die wagwoord asseblief weer in."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Let op dat sommige databasisse nie hierdie soort aaneenskakeling ondersteun nie."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Sluit net rekords in waarvan die inhoud van die verwante velde in beide tabelle identies is."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Bevat ALLE rekords uit tabel '%1' maar net rekords uit tabel '%2' waarvan die waardes in die verwante velde ooreenstem."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Bevat ALLE rekords van '%1' en van '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Bevat die Cartesiese produk van ALLE rekords van '%1' en van '%2'."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "Die bestemmingdatabasis werk nie met aansigte nie."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "Die bestemmingdatabasis werk nie met primêre sleutels nie."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "geen datatoegangbeskrywer gevind nie, of geen datatoegangbeskrywer in staat om al die nodige inligting te gee nie"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Net tabelle en navrae werk op die oomblik."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "Die kopiebron se resultaatstel moet met boekmerke werk."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Nieondersteunde bronkolomtipe ($type$) by kolomposisie $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Onwettige aantal inisialiseringsparameters."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Kon nie inisialiseer nie."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Nie-ondersteunde instelling in die kopie van die bronbesktywing: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "Om 'n navraag te kopieër, moet die koppeling daartoe instaat wees."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "Die gespesifiseerde interaksiehanteerder is ongeldig."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Hierdie verwantskap bestaan reeds. Wil u dit redigeer of 'n nuwe een skep?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Redigeer..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Skep..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: Verwantskapsontwerp"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "Die databasis ondersteun nie verwantskappe nie."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Wanneer u hierdie tabel skrap, sal alle ooreenstemmende verwantskappe ook geskrap word. Gaan voort?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4536,7 +4530,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "Merk die Tabelle wat sigbaar moet wees vir die Toepassings."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Tabelle en Tabel Filter"
@@ -4565,6 +4559,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "Voeg Tabel of Navraag by"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/af/desktop/messages.po b/source/af/desktop/messages.po
index 20f54ea7abb..c9d1bbaae2b 100644
--- a/source/af/desktop/messages.po
+++ b/source/af/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-25 18:05+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/af/>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Uitbreiding"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO-dinamieseprogrammateek-komponent"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO-Java-komponent"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO-Python-komponent"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO-Java-komponent"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO-RDB-soortprogrammateek"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO-Java-soortprogrammateek"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG-programmateek"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Hulp"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "Die uitbreiding kan nie geïnstalleer word nie want:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "Die uitbreiding sal nie geïnstalleer word nie vanweë 'n fout in die Hulplêers:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Voeg uitbreiding(s) by"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Verwyder"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~Aktiveer"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Deaktiveer"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Bywerk..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Byvoeg van %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "Verwyder van %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Aktivering van %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Deaktivering van %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Lisensie vir %EXTENSION_NAME word aanvaar"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Fout: Die status van hierdie uitbreiding is onbekend"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Sluit"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Afsluit"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"Om gedeelde uitbreidings by te werk, vereis administrateursregte. Kontak u stelseladministreerder om die volgende gedeelde uitbreidings by te werk:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "Die uitbreiding kan nie geaktiveer word nie omdat daar nie aan die volgende stelselafhanklikhede voldoen word nie:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Die Uitbreiding word gedeaktiveer omdat die lisensie nog nie aanvaar is nie.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Wys lisensie"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Kliek 'Kanselleer' om die installasieproses te staak."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "Die installering van uitbreidings is tans gedeaktiveer. Kontak u stelseladministrateur vir meer inligting."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "Die verwydering van uitbreidings is tans gedeaktiveer. Kontak u stelseladministrateur vir meer inligting."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Kliek 'Kanselleer' om op te hou om die uitbreiding te verwyder."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Kliek 'Kanselleer' om op te hou om die uitbreiding te verwyder."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Kliek 'Kanselleer' om op te hou om die uitbreiding te aktiveer."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Kliek 'Kanselleer' om op te hou om die uitbreiding te deaktiveer."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "Die uitbreiding '%Name' werk nie op hierdie rekenaar nie."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Installeer tans uitbreidings..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Installering voltooi"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Geen foute."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Kon nie die uitbreiding %NAME aflaai nie. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Die foutboodskap is: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Kon nie die uitbreiding %NAME installeer nie. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "Die lisensieooreenkoms vir uitbreiding %NAME is geweier. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Die uitbreiding sal nie geïnstalleer word nie."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Onbekend"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "Die Uitbreiding benodig minstens OpenOffice.org Verwysingsweergawe %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "Die Uitbreiding ondersteun nie OpenOffice.org-verwysingsweergawes groter as % VERSION nie"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "Die Uitbreiding benodig minstens %PRODUCTNAME weergawe %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr "Die Uitbreiding ondersteun nie %PRODUCTNAME weergawes groter as %VERSION nie"
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Kliek 'Kanselleer' om die installasieproses te staak."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Kliek 'Kanselleer' om die installasieproses te staak."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Kliek 'Kanselleer' om die installasieproses te staak."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Kliek 'Kanselleer' om die installasieproses te staak."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Kliek 'Kanselleer' om die installasieproses te staak."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Kliek 'Kanselleer' om die installasieproses te staak."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Geen nuwe bywerkings beskikbaar nie."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Geen installeerbare bywerkings beskikbaar nie. Om alle bywerkings te sien, merk die merkblokkie 'Wys alle bywerkings'."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "'n Fout het voorgekom:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Onbekende fout."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "Geen beskrywings beskikbaar vir hierdie uitbreiding nie."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "Die uitbreiding kan nie bygewerk word nie want:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Vereiste %PRODUCTNAME-weergawe pas nie:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "U het %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "blaaiergebaseerde bywerking"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Weergawe"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Hierdie kenmerk sal volledig verwyder word.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Die toepassing kan nie laat loop word nie. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "Die opstellinggids \"$1\" kon nie gevind word nie."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "Die installasiepad is ongeldig."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "'n Interne fout het voorgekom."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Die opstellinglêer \"$1\" is korrup."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Die opstellinglêer \"$1\" kon nie gevind word nie."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "Die opstellinglêer \"$1\" ondersteun nie die huidige weergawe nie."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Die gebruikerkoppelvlaktaal kan nie vasgestel word nie."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "Gebruikers-installering kon nie voltooi word nie. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Die opstellingdiens is nie beskikbaar nie."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Begin die installasieprogram om die installasie vanaf die CD of die vouer met die installasiepakette te herstel."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "'n Algemene fout het ontstaan terwyl daar toegang verkry is tot die sentrale opstelling. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Kontak asseblief u stelseladministreerder."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Die volgende interne fout het voorgekom: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "% PRODUCTNAME moet met die hand herbegin word na installasie of opdatering."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"Wil u regtig voortgaan?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Druk is gedeaktiveer. Geen dokumente kan gedruk word nie."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "Die padbestuurder is nie beskikbaar nie.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -737,7 +743,7 @@ msgstr ""
"\n"
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -747,61 +753,61 @@ msgstr ""
"\n"
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Sagteware Lisensie Ooreenkoms vir Uitbreiding $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Lees die volledige lisensieooreenkoms hier bo. Aanvaar die lisensieooreenkoms deur \"ja\" op die konsole te tik en ENTER te druk. Tik \"nee\" om dit van die hand te wys en die uitbreidingopstelling te beëindig."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Tik \"ja\" of \"nee\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "U toevoer was nie korrek nie. Tik asseblief \"ja\" of \"nee\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "JA"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "J"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NEE"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg kan nie begin nie. Die slotlêer dui aan dat dit reeds loop. As dit nie van toepassing is nie, skrap die slotlêer by:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "FOUT: "
diff --git a/source/af/extras/source/autocorr/emoji.po b/source/af/extras/source/autocorr/emoji.po
index de76a7e4b61..f12b07378a2 100644
--- a/source/af/extras/source/autocorr/emoji.po
+++ b/source/af/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: 2020-08-04 11:14+0000\n"
+"PO-Revision-Date: 2020-08-13 12:35+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/extrassourceautocorremoji/af/>\n"
"Language: af\n"
@@ -8354,7 +8354,7 @@ msgctxt ""
"VIDEO_CAMERA\n"
"LngText.text"
msgid "video camera"
-msgstr ""
+msgstr "video kamera"
#. 📺 (U+1F4FA), see http://wiki.documentfoundation.org/Emoji
#. hDmEX
@@ -8364,7 +8364,7 @@ msgctxt ""
"TELEVISION\n"
"LngText.text"
msgid "tv"
-msgstr ""
+msgstr "tv"
#. 📻 (U+1F4FB), see http://wiki.documentfoundation.org/Emoji
#. WLYDg
@@ -8384,7 +8384,7 @@ msgctxt ""
"VIDEOCASSETTE\n"
"LngText.text"
msgid "vhs"
-msgstr ""
+msgstr "vhs"
#. 🔅 (U+1F505), see http://wiki.documentfoundation.org/Emoji
#. j6gBG
@@ -8424,7 +8424,7 @@ msgctxt ""
"SPEAKER\n"
"LngText.text"
msgid "speaker"
-msgstr ""
+msgstr "luidspreker"
#. 🔉 (U+1F509), see http://wiki.documentfoundation.org/Emoji
#. q6Ccp
@@ -8444,7 +8444,7 @@ msgctxt ""
"SPEAKER_WITH_THREE_SOUND_WAVES\n"
"LngText.text"
msgid "loud sound"
-msgstr ""
+msgstr "luid klank"
#. 🔋 (U+1F50B), see http://wiki.documentfoundation.org/Emoji
#. ACRRR
@@ -8454,7 +8454,7 @@ msgctxt ""
"BATTERY\n"
"LngText.text"
msgid "battery"
-msgstr ""
+msgstr "battery"
#. 🔌 (U+1F50C), see http://wiki.documentfoundation.org/Emoji
#. BG2mN
@@ -8464,7 +8464,7 @@ msgctxt ""
"ELECTRIC_PLUG\n"
"LngText.text"
msgid "plug"
-msgstr ""
+msgstr "prop"
#. 🔍 (U+1F50D), see http://wiki.documentfoundation.org/Emoji
#. jY8rv
@@ -8474,7 +8474,7 @@ msgctxt ""
"LEFT-POINTING_MAGNIFYING_GLASS\n"
"LngText.text"
msgid "mag"
-msgstr ""
+msgstr "vergrootglas"
#. 🔎 (U+1F50E), see http://wiki.documentfoundation.org/Emoji
#. ruAUv
@@ -8484,7 +8484,7 @@ msgctxt ""
"RIGHT-POINTING_MAGNIFYING_GLASS\n"
"LngText.text"
msgid "mag2"
-msgstr ""
+msgstr "vergrootglas2"
#. 🔏 (U+1F50F), see http://wiki.documentfoundation.org/Emoji
#. 8ZUNE
@@ -8494,7 +8494,7 @@ msgctxt ""
"LOCK_WITH_INK_PEN\n"
"LngText.text"
msgid "lock2"
-msgstr ""
+msgstr "slot2"
#. 🔐 (U+1F510), see http://wiki.documentfoundation.org/Emoji
#. 4g77k
@@ -8504,7 +8504,7 @@ msgctxt ""
"CLOSED_LOCK_WITH_KEY\n"
"LngText.text"
msgid "lock3"
-msgstr ""
+msgstr "slot3"
#. 🔑 (U+1F511), see http://wiki.documentfoundation.org/Emoji
#. vkQ8o
@@ -8514,7 +8514,7 @@ msgctxt ""
"KEY\n"
"LngText.text"
msgid "key"
-msgstr ""
+msgstr "sleutel"
#. 🔒 (U+1F512), see http://wiki.documentfoundation.org/Emoji
#. N7rGA
@@ -8534,7 +8534,7 @@ msgctxt ""
"OPEN_LOCK\n"
"LngText.text"
msgid "unlock"
-msgstr ""
+msgstr "oopsluit"
#. 🔔 (U+1F514), see http://wiki.documentfoundation.org/Emoji
#. TjiAa
@@ -8554,7 +8554,7 @@ msgctxt ""
"BELL_WITH_CANCELLATION_STROKE\n"
"LngText.text"
msgid "no bell"
-msgstr ""
+msgstr "geen klokkie"
#. 🔖 (U+1F516), see http://wiki.documentfoundation.org/Emoji
#. R7oDp
@@ -8594,7 +8594,7 @@ msgctxt ""
"NO_ONE_UNDER_EIGHTEEN_SYMBOL\n"
"LngText.text"
msgid "underage"
-msgstr ""
+msgstr "geen minderjariges"
#. 🔤 (U+1F524), see http://wiki.documentfoundation.org/Emoji
#. 63uY8
@@ -8604,7 +8604,7 @@ msgctxt ""
"INPUT_SYMBOL_FOR_LATIN_LETTERS\n"
"LngText.text"
msgid "abc"
-msgstr ""
+msgstr "abc"
#. 🔥 (U+1F525), see http://wiki.documentfoundation.org/Emoji
#. vYrKA
@@ -8614,7 +8614,7 @@ msgctxt ""
"FIRE\n"
"LngText.text"
msgid "fire"
-msgstr ""
+msgstr "vuur"
#. 🔦 (U+1F526), see http://wiki.documentfoundation.org/Emoji
#. BXCDZ
@@ -8624,7 +8624,7 @@ msgctxt ""
"ELECTRIC_TORCH\n"
"LngText.text"
msgid "flashlight"
-msgstr ""
+msgstr "flitslig"
#. 🔧 (U+1F527), see http://wiki.documentfoundation.org/Emoji
#. yiTrG
@@ -8634,7 +8634,7 @@ msgctxt ""
"WRENCH\n"
"LngText.text"
msgid "wrench"
-msgstr ""
+msgstr "moersleutel"
#. 🔨 (U+1F528), see http://wiki.documentfoundation.org/Emoji
#. xkGE3
@@ -8644,7 +8644,7 @@ msgctxt ""
"HAMMER\n"
"LngText.text"
msgid "hammer"
-msgstr ""
+msgstr "hammer"
#. 🔩 (U+1F529), see http://wiki.documentfoundation.org/Emoji
#. p4ctN
@@ -8654,7 +8654,7 @@ msgctxt ""
"NUT_AND_BOLT\n"
"LngText.text"
msgid "nut and bolt"
-msgstr ""
+msgstr "bout en moer"
#. 🔪 (U+1F52A), see http://wiki.documentfoundation.org/Emoji
#. SEuBH
@@ -8664,7 +8664,7 @@ msgctxt ""
"HOCHO\n"
"LngText.text"
msgid "knife"
-msgstr ""
+msgstr "mes"
#. 🔫 (U+1F52B), see http://wiki.documentfoundation.org/Emoji
#. 2RSdn
@@ -8674,7 +8674,7 @@ msgctxt ""
"PISTOL\n"
"LngText.text"
msgid "pistol"
-msgstr ""
+msgstr "pistool"
#. 🔬 (U+1F52C), see http://wiki.documentfoundation.org/Emoji
#. n3FVK
@@ -8684,7 +8684,7 @@ msgctxt ""
"MICROSCOPE\n"
"LngText.text"
msgid "microscope"
-msgstr ""
+msgstr "mikroskoop"
#. 🔭 (U+1F52D), see http://wiki.documentfoundation.org/Emoji
#. 79jnu
@@ -8694,7 +8694,7 @@ msgctxt ""
"TELESCOPE\n"
"LngText.text"
msgid "telescope"
-msgstr ""
+msgstr "teleskoop"
#. 🔮 (U+1F52E), see http://wiki.documentfoundation.org/Emoji
#. cFgDU
@@ -8704,7 +8704,7 @@ msgctxt ""
"CRYSTAL_BALL\n"
"LngText.text"
msgid "crystal ball"
-msgstr ""
+msgstr "kristal bal"
#. 🔰 (U+1F530), see http://wiki.documentfoundation.org/Emoji
#. 6mztF
@@ -8714,7 +8714,7 @@ msgctxt ""
"JAPANESE_SYMBOL_FOR_BEGINNER\n"
"LngText.text"
msgid "beginner"
-msgstr ""
+msgstr "beginner"
#. 🔱 (U+1F531), see http://wiki.documentfoundation.org/Emoji
#. w7pSw
@@ -8724,7 +8724,7 @@ msgctxt ""
"TRIDENT_EMBLEM\n"
"LngText.text"
msgid "trident"
-msgstr ""
+msgstr "drietandvurk"
#. 🔲 (U+1F532), see http://wiki.documentfoundation.org/Emoji
#. EmJnV
@@ -8734,7 +8734,7 @@ msgctxt ""
"BLACK_SQUARE_BUTTON\n"
"LngText.text"
msgid "button2"
-msgstr ""
+msgstr "knoppie2"
#. 🔳 (U+1F533), see http://wiki.documentfoundation.org/Emoji
#. WRBMQ
@@ -8754,7 +8754,7 @@ msgctxt ""
"CLOCK_FACE_ONE_OCLOCK\n"
"LngText.text"
msgid "1 h"
-msgstr ""
+msgstr "1 uur"
#. 🕑 (U+1F551), see http://wiki.documentfoundation.org/Emoji
#. ABhgX
@@ -8764,7 +8764,7 @@ msgctxt ""
"CLOCK_FACE_TWO_OCLOCK\n"
"LngText.text"
msgid "2 h"
-msgstr ""
+msgstr "2 uur"
#. 🕒 (U+1F552), see http://wiki.documentfoundation.org/Emoji
#. gMDo3
@@ -8774,7 +8774,7 @@ msgctxt ""
"CLOCK_FACE_THREE_OCLOCK\n"
"LngText.text"
msgid "3 h"
-msgstr ""
+msgstr "3 uur"
#. 🕓 (U+1F553), see http://wiki.documentfoundation.org/Emoji
#. uQYrA
@@ -8784,7 +8784,7 @@ msgctxt ""
"CLOCK_FACE_FOUR_OCLOCK\n"
"LngText.text"
msgid "4 h"
-msgstr ""
+msgstr "4 uur"
#. 🕔 (U+1F554), see http://wiki.documentfoundation.org/Emoji
#. eU5ps
@@ -8794,7 +8794,7 @@ msgctxt ""
"CLOCK_FACE_FIVE_OCLOCK\n"
"LngText.text"
msgid "5 h"
-msgstr ""
+msgstr "5 uur"
#. 🕕 (U+1F555), see http://wiki.documentfoundation.org/Emoji
#. yZrjC
@@ -8804,7 +8804,7 @@ msgctxt ""
"CLOCK_FACE_SIX_OCLOCK\n"
"LngText.text"
msgid "6 h"
-msgstr ""
+msgstr "6 uur"
#. 🕖 (U+1F556), see http://wiki.documentfoundation.org/Emoji
#. pJEuM
@@ -8814,7 +8814,7 @@ msgctxt ""
"CLOCK_FACE_SEVEN_OCLOCK\n"
"LngText.text"
msgid "7 h"
-msgstr ""
+msgstr "7 uur"
#. 🕗 (U+1F557), see http://wiki.documentfoundation.org/Emoji
#. eHaWk
@@ -8824,7 +8824,7 @@ msgctxt ""
"CLOCK_FACE_EIGHT_OCLOCK\n"
"LngText.text"
msgid "8 h"
-msgstr ""
+msgstr "8 uur"
#. 🕘 (U+1F558), see http://wiki.documentfoundation.org/Emoji
#. BJKnh
@@ -8834,7 +8834,7 @@ msgctxt ""
"CLOCK_FACE_NINE_OCLOCK\n"
"LngText.text"
msgid "9 h"
-msgstr ""
+msgstr "9 uur"
#. 🕙 (U+1F559), see http://wiki.documentfoundation.org/Emoji
#. ouBxv
@@ -8844,7 +8844,7 @@ msgctxt ""
"CLOCK_FACE_TEN_OCLOCK\n"
"LngText.text"
msgid "10 h"
-msgstr ""
+msgstr "10 uur"
#. 🕚 (U+1F55A), see http://wiki.documentfoundation.org/Emoji
#. DA8M8
@@ -8854,7 +8854,7 @@ msgctxt ""
"CLOCK_FACE_ELEVEN_OCLOCK\n"
"LngText.text"
msgid "11 h"
-msgstr ""
+msgstr "11 uur"
#. 🕛 (U+1F55B), see http://wiki.documentfoundation.org/Emoji
#. NF5SV
@@ -8864,7 +8864,7 @@ msgctxt ""
"CLOCK_FACE_TWELVE_OCLOCK\n"
"LngText.text"
msgid "12 h"
-msgstr ""
+msgstr "12 uur"
#. 🕜 (U+1F55C), see http://wiki.documentfoundation.org/Emoji
#. t7XEN
@@ -8874,7 +8874,7 @@ msgctxt ""
"CLOCK_FACE_ONE-THIRTY\n"
"LngText.text"
msgid "1.30"
-msgstr ""
+msgstr "1 uur 30"
#. 🕝 (U+1F55D), see http://wiki.documentfoundation.org/Emoji
#. ac4Kx
@@ -8884,7 +8884,7 @@ msgctxt ""
"CLOCK_FACE_TWO-THIRTY\n"
"LngText.text"
msgid "2.30"
-msgstr ""
+msgstr "2 uur 30"
#. 🕞 (U+1F55E), see http://wiki.documentfoundation.org/Emoji
#. sd7EA
@@ -8894,7 +8894,7 @@ msgctxt ""
"CLOCK_FACE_THREE-THIRTY\n"
"LngText.text"
msgid "3.30"
-msgstr ""
+msgstr "3 uur 30"
#. 🕟 (U+1F55F), see http://wiki.documentfoundation.org/Emoji
#. CZwtb
@@ -8904,7 +8904,7 @@ msgctxt ""
"CLOCK_FACE_FOUR-THIRTY\n"
"LngText.text"
msgid "4.30"
-msgstr ""
+msgstr "4 uur 30"
#. 🕠 (U+1F560), see http://wiki.documentfoundation.org/Emoji
#. VunGj
@@ -8914,7 +8914,7 @@ msgctxt ""
"CLOCK_FACE_FIVE-THIRTY\n"
"LngText.text"
msgid "5.30"
-msgstr ""
+msgstr "5 uur 30"
#. 🕡 (U+1F561), see http://wiki.documentfoundation.org/Emoji
#. WgH9r
@@ -8924,7 +8924,7 @@ msgctxt ""
"CLOCK_FACE_SIX-THIRTY\n"
"LngText.text"
msgid "6.30"
-msgstr ""
+msgstr "6 uur 30"
#. 🕢 (U+1F562), see http://wiki.documentfoundation.org/Emoji
#. HfCBL
@@ -8934,7 +8934,7 @@ msgctxt ""
"CLOCK_FACE_SEVEN-THIRTY\n"
"LngText.text"
msgid "7.30"
-msgstr ""
+msgstr "7 uur 30"
#. 🕣 (U+1F563), see http://wiki.documentfoundation.org/Emoji
#. GGeBZ
@@ -8944,7 +8944,7 @@ msgctxt ""
"CLOCK_FACE_EIGHT-THIRTY\n"
"LngText.text"
msgid "8.30"
-msgstr ""
+msgstr "8 uur 30"
#. 🕤 (U+1F564), see http://wiki.documentfoundation.org/Emoji
#. DCtfy
@@ -8954,7 +8954,7 @@ msgctxt ""
"CLOCK_FACE_NINE-THIRTY\n"
"LngText.text"
msgid "9.30"
-msgstr ""
+msgstr "9 uur 30"
#. 🕥 (U+1F565), see http://wiki.documentfoundation.org/Emoji
#. tJG5J
@@ -8964,7 +8964,7 @@ msgctxt ""
"CLOCK_FACE_TEN-THIRTY\n"
"LngText.text"
msgid "10.30"
-msgstr ""
+msgstr "10 uur 30"
#. 🕦 (U+1F566), see http://wiki.documentfoundation.org/Emoji
#. g55YB
@@ -8974,7 +8974,7 @@ msgctxt ""
"CLOCK_FACE_ELEVEN-THIRTY\n"
"LngText.text"
msgid "11.30"
-msgstr ""
+msgstr "11 uur 30"
#. 🕧 (U+1F567), see http://wiki.documentfoundation.org/Emoji
#. PGjbq
@@ -8984,7 +8984,7 @@ msgctxt ""
"CLOCK_FACE_TWELVE-THIRTY\n"
"LngText.text"
msgid "12.30"
-msgstr ""
+msgstr "12 uur 30"
#. 🗻 (U+1F5FB), see http://wiki.documentfoundation.org/Emoji
#. yzedv
@@ -8994,7 +8994,7 @@ msgctxt ""
"MOUNT_FUJI\n"
"LngText.text"
msgid "Fuji"
-msgstr ""
+msgstr "berg Fuji"
#. 🗼 (U+1F5FC), see http://wiki.documentfoundation.org/Emoji
#. zoL5S
@@ -9014,7 +9014,7 @@ msgctxt ""
"STATUE_OF_LIBERTY\n"
"LngText.text"
msgid "liberty"
-msgstr ""
+msgstr "liberty"
#. 🗾 (U+1F5FE), see http://wiki.documentfoundation.org/Emoji
#. vtyHr
@@ -9024,7 +9024,7 @@ msgctxt ""
"SILHOUETTE_OF_JAPAN\n"
"LngText.text"
msgid "Japan"
-msgstr ""
+msgstr "Japan"
#. 🗿 (U+1F5FF), see http://wiki.documentfoundation.org/Emoji
#. rdfcs
@@ -9034,7 +9034,7 @@ msgctxt ""
"MOYAI\n"
"LngText.text"
msgid "statue"
-msgstr ""
+msgstr "Moyai Standbeeld"
#. 😀 (U+1F600), see http://wiki.documentfoundation.org/Emoji
#. pJXUT
@@ -9044,7 +9044,7 @@ msgctxt ""
"GRINNING_FACE\n"
"LngText.text"
msgid "grinning"
-msgstr ""
+msgstr "grynslag"
#. 😁 (U+1F601), see http://wiki.documentfoundation.org/Emoji
#. aTARh
@@ -9054,7 +9054,7 @@ msgctxt ""
"GRINNING_FACE_WITH_SMILING_EYES\n"
"LngText.text"
msgid "grin"
-msgstr ""
+msgstr "grynslag2"
#. 😂 (U+1F602), see http://wiki.documentfoundation.org/Emoji
#. DRNjV
@@ -9064,7 +9064,7 @@ msgctxt ""
"FACE_WITH_TEARS_OF_JOY\n"
"LngText.text"
msgid "joy"
-msgstr ""
+msgstr "vreugde"
#. 😃 (U+1F603), see http://wiki.documentfoundation.org/Emoji
#. Gcdda
@@ -9074,7 +9074,7 @@ msgctxt ""
"SMILING_FACE_WITH_OPEN_MOUTH\n"
"LngText.text"
msgid "smiley"
-msgstr ""
+msgstr "hartelik laggend"
#. 😄 (U+1F604), see http://wiki.documentfoundation.org/Emoji
#. QBnjZ
@@ -9094,7 +9094,7 @@ msgctxt ""
"SMILING_FACE_WITH_OPEN_MOUTH_AND_COLD_SWEAT\n"
"LngText.text"
msgid "sweat smile"
-msgstr ""
+msgstr "soete glimlag"
#. 😆 (U+1F606), see http://wiki.documentfoundation.org/Emoji
#. RLsCo
@@ -9104,7 +9104,7 @@ msgctxt ""
"SMILING_FACE_WITH_OPEN_MOUTH_AND_TIGHTLY-CLOSED_EYES\n"
"LngText.text"
msgid "laugh"
-msgstr ""
+msgstr "laggend"
#. 😇 (U+1F607), see http://wiki.documentfoundation.org/Emoji
#. pFuaT
@@ -9114,7 +9114,7 @@ msgctxt ""
"SMILING_FACE_WITH_HALO\n"
"LngText.text"
msgid "innocent"
-msgstr ""
+msgstr "onskuldig"
#. 😈 (U+1F608), see http://wiki.documentfoundation.org/Emoji
#. j4szE
@@ -9124,7 +9124,7 @@ msgctxt ""
"SMILING_FACE_WITH_HORNS\n"
"LngText.text"
msgid "smiling imp"
-msgstr ""
+msgstr "laggende duiwel"
#. 😉 (U+1F609), see http://wiki.documentfoundation.org/Emoji
#. k4AZW
@@ -9144,7 +9144,7 @@ msgctxt ""
"SMILING_FACE_WITH_SMILING_EYES\n"
"LngText.text"
msgid "blush"
-msgstr ""
+msgstr "bloosend"
#. 😋 (U+1F60B), see http://wiki.documentfoundation.org/Emoji
#. d5q9X
@@ -9154,7 +9154,7 @@ msgctxt ""
"FACE_SAVOURING_DELICIOUS_FOOD\n"
"LngText.text"
msgid "yum"
-msgstr ""
+msgstr "glimlag lekkend"
#. 😌 (U+1F60C), see http://wiki.documentfoundation.org/Emoji
#. PHXAL
@@ -9164,7 +9164,7 @@ msgctxt ""
"RELIEVED_FACE\n"
"LngText.text"
msgid "relieved"
-msgstr ""
+msgstr "verlig"
#. 😍 (U+1F60D), see http://wiki.documentfoundation.org/Emoji
#. BhNrx
@@ -9174,7 +9174,7 @@ msgctxt ""
"SMILING_FACE_WITH_HEART-SHAPED_EYES\n"
"LngText.text"
msgid "heart eyes"
-msgstr ""
+msgstr "hart ogies"
#. 😎 (U+1F60E), see http://wiki.documentfoundation.org/Emoji
#. ybcju
@@ -9184,7 +9184,7 @@ msgctxt ""
"SMILING_FACE_WITH_SUNGLASSES\n"
"LngText.text"
msgid "sunglasses2"
-msgstr ""
+msgstr "sonbrille2"
#. 😏 (U+1F60F), see http://wiki.documentfoundation.org/Emoji
#. GDHDY
@@ -9194,7 +9194,7 @@ msgctxt ""
"SMIRKING_FACE\n"
"LngText.text"
msgid "smirk"
-msgstr ""
+msgstr "minagtend"
#. 😐 (U+1F610), see http://wiki.documentfoundation.org/Emoji
#. KsfGz
@@ -9204,7 +9204,7 @@ msgctxt ""
"NEUTRAL_FACE\n"
"LngText.text"
msgid "neutral face"
-msgstr ""
+msgstr "neutrale gesig"
#. 😑 (U+1F611), see http://wiki.documentfoundation.org/Emoji
#. w7cU8
@@ -9214,7 +9214,7 @@ msgctxt ""
"EXPRESSIONLESS_FACE\n"
"LngText.text"
msgid "expressionless"
-msgstr ""
+msgstr "uitdrukkingloos"
#. 😒 (U+1F612), see http://wiki.documentfoundation.org/Emoji
#. teWUy
@@ -9224,7 +9224,7 @@ msgctxt ""
"UNAMUSED_FACE\n"
"LngText.text"
msgid "unamused"
-msgstr ""
+msgstr "ongeammuseerd"
#. 😓 (U+1F613), see http://wiki.documentfoundation.org/Emoji
#. sPBAF
@@ -9234,7 +9234,7 @@ msgctxt ""
"FACE_WITH_COLD_SWEAT\n"
"LngText.text"
msgid "sweat"
-msgstr ""
+msgstr "sweet"
#. 😔 (U+1F614), see http://wiki.documentfoundation.org/Emoji
#. AEuYX
@@ -9244,7 +9244,7 @@ msgctxt ""
"PENSIVE_FACE\n"
"LngText.text"
msgid "pensive"
-msgstr ""
+msgstr "nadenkend"
#. 😕 (U+1F615), see http://wiki.documentfoundation.org/Emoji
#. ZB5DT
@@ -9254,7 +9254,7 @@ msgctxt ""
"CONFUSED_FACE\n"
"LngText.text"
msgid "confused"
-msgstr ""
+msgstr "verward"
#. 😖 (U+1F616), see http://wiki.documentfoundation.org/Emoji
#. gFEjA
@@ -9264,7 +9264,7 @@ msgctxt ""
"CONFOUNDED_FACE\n"
"LngText.text"
msgid "confounded"
-msgstr ""
+msgstr "gesteurd"
#. 😗 (U+1F617), see http://wiki.documentfoundation.org/Emoji
#. Wu9JJ
@@ -9274,7 +9274,7 @@ msgctxt ""
"KISSING_FACE\n"
"LngText.text"
msgid "kissing"
-msgstr ""
+msgstr "soenend"
#. 😘 (U+1F618), see http://wiki.documentfoundation.org/Emoji
#. BzWbz
@@ -9284,7 +9284,7 @@ msgctxt ""
"FACE_THROWING_A_KISS\n"
"LngText.text"
msgid "kiss2"
-msgstr ""
+msgstr "soen2"
#. 😙 (U+1F619), see http://wiki.documentfoundation.org/Emoji
#. 2sYft
@@ -9294,7 +9294,7 @@ msgctxt ""
"KISSING_FACE_WITH_SMILING_EYES\n"
"LngText.text"
msgid "kiss3"
-msgstr ""
+msgstr "soen3"
#. 😚 (U+1F61A), see http://wiki.documentfoundation.org/Emoji
#. D7GhD
@@ -9304,7 +9304,7 @@ msgctxt ""
"KISSING_FACE_WITH_CLOSED_EYES\n"
"LngText.text"
msgid "kiss4"
-msgstr ""
+msgstr "soen4"
#. 😛 (U+1F61B), see http://wiki.documentfoundation.org/Emoji
#. ryiUu
@@ -9314,7 +9314,7 @@ msgctxt ""
"FACE_WITH_STUCK-OUT_TONGUE\n"
"LngText.text"
msgid "tongue2"
-msgstr ""
+msgstr "tong2"
#. 😜 (U+1F61C), see http://wiki.documentfoundation.org/Emoji
#. JuA5S
@@ -9324,7 +9324,7 @@ msgctxt ""
"FACE_WITH_STUCK-OUT_TONGUE_AND_WINKING_EYE\n"
"LngText.text"
msgid "tongue3"
-msgstr ""
+msgstr "tong3"
#. 😝 (U+1F61D), see http://wiki.documentfoundation.org/Emoji
#. CjnZ6
@@ -9334,7 +9334,7 @@ msgctxt ""
"FACE_WITH_STUCK-OUT_TONGUE_AND_TIGHTLY-CLOSED_EYES\n"
"LngText.text"
msgid "tongue4"
-msgstr ""
+msgstr "tong4"
#. 😞 (U+1F61E), see http://wiki.documentfoundation.org/Emoji
#. DzqHp
@@ -9344,7 +9344,7 @@ msgctxt ""
"DISAPPOINTED_FACE\n"
"LngText.text"
msgid "disappointed"
-msgstr ""
+msgstr "teleurgesteld"
#. 😟 (U+1F61F), see http://wiki.documentfoundation.org/Emoji
#. H4sAW
@@ -9354,7 +9354,7 @@ msgctxt ""
"WORRIED_FACE\n"
"LngText.text"
msgid "worried"
-msgstr ""
+msgstr "bekommerd"
#. 😠 (U+1F620), see http://wiki.documentfoundation.org/Emoji
#. oCCny
@@ -9364,7 +9364,7 @@ msgctxt ""
"ANGRY_FACE\n"
"LngText.text"
msgid "angry"
-msgstr ""
+msgstr "boos"
#. 😡 (U+1F621), see http://wiki.documentfoundation.org/Emoji
#. 6wuDY
@@ -9384,7 +9384,7 @@ msgctxt ""
"CRYING_FACE\n"
"LngText.text"
msgid "cry"
-msgstr ""
+msgstr "huilend"
#. 😣 (U+1F623), see http://wiki.documentfoundation.org/Emoji
#. DngFr
@@ -9394,7 +9394,7 @@ msgctxt ""
"PERSEVERING_FACE\n"
"LngText.text"
msgid "persevere"
-msgstr ""
+msgstr "volhardend"
#. 😤 (U+1F624), see http://wiki.documentfoundation.org/Emoji
#. gBDzZ
@@ -9404,7 +9404,7 @@ msgctxt ""
"FACE_WITH_LOOK_OF_TRIUMPH\n"
"LngText.text"
msgid "triumph"
-msgstr ""
+msgstr "triomferend"
#. 😥 (U+1F625), see http://wiki.documentfoundation.org/Emoji
#. 5hFMz
@@ -9414,7 +9414,7 @@ msgctxt ""
"DISAPPOINTED_BUT_RELIEVED_FACE\n"
"LngText.text"
msgid "disappointed relieved"
-msgstr ""
+msgstr "teleurgesteld"
#. 😦 (U+1F626), see http://wiki.documentfoundation.org/Emoji
#. Kerje
@@ -9424,7 +9424,7 @@ msgctxt ""
"FROWNING_FACE_WITH_OPEN_MOUTH\n"
"LngText.text"
msgid "frowning"
-msgstr ""
+msgstr "fronsend"
#. 😧 (U+1F627), see http://wiki.documentfoundation.org/Emoji
#. kZYF3
@@ -9434,7 +9434,7 @@ msgctxt ""
"ANGUISHED_FACE\n"
"LngText.text"
msgid "anguished"
-msgstr ""
+msgstr "hartroerend"
#. 😨 (U+1F628), see http://wiki.documentfoundation.org/Emoji
#. bu62A
@@ -9444,7 +9444,7 @@ msgctxt ""
"FEARFUL_FACE\n"
"LngText.text"
msgid "fearful"
-msgstr ""
+msgstr "angstig"
#. 😩 (U+1F629), see http://wiki.documentfoundation.org/Emoji
#. 6HkfU
@@ -9454,7 +9454,7 @@ msgctxt ""
"WEARY_FACE\n"
"LngText.text"
msgid "weary"
-msgstr ""
+msgstr "moeg"
#. 😪 (U+1F62A), see http://wiki.documentfoundation.org/Emoji
#. XDpxA
@@ -9464,7 +9464,7 @@ msgctxt ""
"SLEEPY_FACE\n"
"LngText.text"
msgid "sleepy"
-msgstr ""
+msgstr "slaperig"
#. 😫 (U+1F62B), see http://wiki.documentfoundation.org/Emoji
#. RwKrG
@@ -9474,7 +9474,7 @@ msgctxt ""
"TIRED_FACE\n"
"LngText.text"
msgid "tired face"
-msgstr ""
+msgstr "oormoeg"
#. 😬 (U+1F62C), see http://wiki.documentfoundation.org/Emoji
#. x9ZFy
@@ -9484,7 +9484,7 @@ msgctxt ""
"GRIMACING_FACE\n"
"LngText.text"
msgid "grimacing"
-msgstr ""
+msgstr "grynsend"
#. 😭 (U+1F62D), see http://wiki.documentfoundation.org/Emoji
#. BrbFb
@@ -9494,7 +9494,7 @@ msgctxt ""
"LOUDLY_CRYING_FACE\n"
"LngText.text"
msgid "sob"
-msgstr ""
+msgstr "huilend"
#. 😮 (U+1F62E), see http://wiki.documentfoundation.org/Emoji
#. D6iTF
@@ -9504,7 +9504,7 @@ msgctxt ""
"FACE_WITH_OPEN_MOUTH\n"
"LngText.text"
msgid "open mouth"
-msgstr ""
+msgstr "oopmond"
#. 😯 (U+1F62F), see http://wiki.documentfoundation.org/Emoji
#. uMReg
@@ -9514,7 +9514,7 @@ msgctxt ""
"HUSHED_FACE\n"
"LngText.text"
msgid "hushed"
-msgstr ""
+msgstr "gedemp"
#. 😰 (U+1F630), see http://wiki.documentfoundation.org/Emoji
#. tavtt
@@ -9524,7 +9524,7 @@ msgctxt ""
"FACE_WITH_OPEN_MOUTH_AND_COLD_SWEAT\n"
"LngText.text"
msgid "cold sweat"
-msgstr ""
+msgstr "koue sweet"
#. 😱 (U+1F631), see http://wiki.documentfoundation.org/Emoji
#. JpoSb
@@ -9534,7 +9534,7 @@ msgctxt ""
"FACE_SCREAMING_IN_FEAR\n"
"LngText.text"
msgid "scream"
-msgstr ""
+msgstr "skreeu"
#. 😲 (U+1F632), see http://wiki.documentfoundation.org/Emoji
#. vDqqP
@@ -9544,7 +9544,7 @@ msgctxt ""
"ASTONISHED_FACE\n"
"LngText.text"
msgid "astonished"
-msgstr ""
+msgstr "verstom"
#. 😳 (U+1F633), see http://wiki.documentfoundation.org/Emoji
#. QtFif
@@ -9554,7 +9554,7 @@ msgctxt ""
"FLUSHED_FACE\n"
"LngText.text"
msgid "flushed"
-msgstr ""
+msgstr "geledig"
#. 😴 (U+1F634), see http://wiki.documentfoundation.org/Emoji
#. MFwtr
@@ -9564,7 +9564,7 @@ msgctxt ""
"SLEEPING_FACE\n"
"LngText.text"
msgid "sleeping"
-msgstr ""
+msgstr "slapend"
#. 😵 (U+1F635), see http://wiki.documentfoundation.org/Emoji
#. MAD5T
@@ -9574,7 +9574,7 @@ msgctxt ""
"DIZZY_FACE\n"
"LngText.text"
msgid "dizzy face"
-msgstr ""
+msgstr "duiselig"
#. 😶 (U+1F636), see http://wiki.documentfoundation.org/Emoji
#. NYdBC
@@ -9584,7 +9584,7 @@ msgctxt ""
"FACE_WITHOUT_MOUTH\n"
"LngText.text"
msgid "no mouth"
-msgstr ""
+msgstr "geen mond"
#. 😷 (U+1F637), see http://wiki.documentfoundation.org/Emoji
#. 9E7g6
@@ -9594,7 +9594,7 @@ msgctxt ""
"FACE_WITH_MEDICAL_MASK\n"
"LngText.text"
msgid "mask"
-msgstr ""
+msgstr "masker"
#. 😸 (U+1F638), see http://wiki.documentfoundation.org/Emoji
#. vHxL5
@@ -9604,7 +9604,7 @@ msgctxt ""
"GRINNING_CAT_FACE_WITH_SMILING_EYES\n"
"LngText.text"
msgid "smile cat"
-msgstr ""
+msgstr "glimlaggende kat"
#. 😹 (U+1F639), see http://wiki.documentfoundation.org/Emoji
#. GXKzF
@@ -9614,7 +9614,7 @@ msgctxt ""
"CAT_FACE_WITH_TEARS_OF_JOY\n"
"LngText.text"
msgid "joy cat"
-msgstr ""
+msgstr "vrolike kat"
#. 😺 (U+1F63A), see http://wiki.documentfoundation.org/Emoji
#. vAbxV
@@ -9624,7 +9624,7 @@ msgctxt ""
"SMILING_CAT_FACE_WITH_OPEN_MOUTH\n"
"LngText.text"
msgid "smiley cat"
-msgstr ""
+msgstr "laggende kat"
#. 😻 (U+1F63B), see http://wiki.documentfoundation.org/Emoji
#. hzzjE
@@ -9634,7 +9634,7 @@ msgctxt ""
"SMILING_CAT_FACE_WITH_HEART-SHAPED_EYES\n"
"LngText.text"
msgid "heart eyes cat"
-msgstr ""
+msgstr "hart oë kat"
#. 😼 (U+1F63C), see http://wiki.documentfoundation.org/Emoji
#. FuB4S
@@ -9644,7 +9644,7 @@ msgctxt ""
"CAT_FACE_WITH_WRY_SMILE\n"
"LngText.text"
msgid "smirk cat"
-msgstr ""
+msgstr "minagtend kat"
#. 😽 (U+1F63D), see http://wiki.documentfoundation.org/Emoji
#. cGEsx
@@ -9654,7 +9654,7 @@ msgctxt ""
"KISSING_CAT_FACE_WITH_CLOSED_EYES\n"
"LngText.text"
msgid "kissing cat"
-msgstr ""
+msgstr "soenende kat"
#. 😾 (U+1F63E), see http://wiki.documentfoundation.org/Emoji
#. NyFCw
@@ -9664,7 +9664,7 @@ msgctxt ""
"POUTING_CAT_FACE\n"
"LngText.text"
msgid "pouting cat"
-msgstr ""
+msgstr "dikmond"
#. 😿 (U+1F63F), see http://wiki.documentfoundation.org/Emoji
#. Aoh9Z
@@ -9674,7 +9674,7 @@ msgctxt ""
"CRYING_CAT_FACE\n"
"LngText.text"
msgid "crying cat"
-msgstr ""
+msgstr "huilende kat"
#. 🙀 (U+1F640), see http://wiki.documentfoundation.org/Emoji
#. W4tZy
@@ -9684,7 +9684,7 @@ msgctxt ""
"WEARY_CAT_FACE\n"
"LngText.text"
msgid "scream cat"
-msgstr ""
+msgstr "skreeuende kat"
#. 🙅 (U+1F645), see http://wiki.documentfoundation.org/Emoji
#. F5Acu
@@ -9694,7 +9694,7 @@ msgctxt ""
"FACE_WITH_NO_GOOD_GESTURE\n"
"LngText.text"
msgid "no good"
-msgstr ""
+msgstr "afkeurend"
#. 🙆 (U+1F646), see http://wiki.documentfoundation.org/Emoji
#. zMSZd
@@ -9704,7 +9704,7 @@ msgctxt ""
"FACE_WITH_OK_GESTURE\n"
"LngText.text"
msgid "ok3"
-msgstr ""
+msgstr "ok3"
#. 🙇 (U+1F647), see http://wiki.documentfoundation.org/Emoji
#. 4BtEr
@@ -9714,7 +9714,7 @@ msgctxt ""
"PERSON_BOWING_DEEPLY\n"
"LngText.text"
msgid "prostration"
-msgstr ""
+msgstr "uitputting"
#. 🙈 (U+1F648), see http://wiki.documentfoundation.org/Emoji
#. fB5uj
@@ -9724,7 +9724,7 @@ msgctxt ""
"SEE-NO-EVIL_MONKEY\n"
"LngText.text"
msgid "see no evil"
-msgstr ""
+msgstr "sien geen kwaad"
#. 🙉 (U+1F649), see http://wiki.documentfoundation.org/Emoji
#. Ja8yE
@@ -9734,7 +9734,7 @@ msgctxt ""
"HEAR-NO-EVIL_MONKEY\n"
"LngText.text"
msgid "hear no evil"
-msgstr ""
+msgstr "hoor geen kwaad"
#. 🙊 (U+1F64A), see http://wiki.documentfoundation.org/Emoji
#. e3zGe
@@ -9744,7 +9744,7 @@ msgctxt ""
"SPEAK-NO-EVIL_MONKEY\n"
"LngText.text"
msgid "speak no evil"
-msgstr ""
+msgstr "praat geen kwaad"
#. 🙋 (U+1F64B), see http://wiki.documentfoundation.org/Emoji
#. Pwpxw
@@ -9754,7 +9754,7 @@ msgctxt ""
"HAPPY_PERSON_RAISING_ONE_HAND\n"
"LngText.text"
msgid "happiness"
-msgstr ""
+msgstr "gelukkig"
#. 🙌 (U+1F64C), see http://wiki.documentfoundation.org/Emoji
#. hTJ9z
@@ -9764,7 +9764,7 @@ msgctxt ""
"PERSON_RAISING_BOTH_HANDS_IN_CELEBRATION\n"
"LngText.text"
msgid "celebration"
-msgstr ""
+msgstr "vierend"
#. 🙍 (U+1F64D), see http://wiki.documentfoundation.org/Emoji
#. xhTBV
@@ -9774,7 +9774,7 @@ msgctxt ""
"PERSON_FROWNING\n"
"LngText.text"
msgid "person frowning"
-msgstr ""
+msgstr "fronsend"
#. 🙎 (U+1F64E), see http://wiki.documentfoundation.org/Emoji
#. entX5
@@ -9784,7 +9784,7 @@ msgctxt ""
"PERSON_WITH_POUTING_FACE\n"
"LngText.text"
msgid "person pouting"
-msgstr ""
+msgstr "ergernis"
#. 🙏 (U+1F64F), see http://wiki.documentfoundation.org/Emoji
#. KtK2c
@@ -9814,7 +9814,7 @@ msgctxt ""
"HELICOPTER\n"
"LngText.text"
msgid "helicopter"
-msgstr ""
+msgstr "helikopter"
#. 🚂 (U+1F682), see http://wiki.documentfoundation.org/Emoji
#. CEBY6
@@ -9824,7 +9824,7 @@ msgctxt ""
"STEAM_LOCOMOTIVE\n"
"LngText.text"
msgid "locomotive"
-msgstr ""
+msgstr "lokomotief"
#. 🚃 (U+1F683), see http://wiki.documentfoundation.org/Emoji
#. uiu74
@@ -9834,7 +9834,7 @@ msgctxt ""
"RAILWAY_CAR\n"
"LngText.text"
msgid "railway car"
-msgstr ""
+msgstr "treinwa"
#. 🚄 (U+1F684), see http://wiki.documentfoundation.org/Emoji
#. 6gdPP
@@ -9844,7 +9844,7 @@ msgctxt ""
"HIGH-SPEED_TRAIN\n"
"LngText.text"
msgid "train2"
-msgstr ""
+msgstr "trein2"
#. 🚅 (U+1F685), see http://wiki.documentfoundation.org/Emoji
#. KWFVc
@@ -9854,7 +9854,7 @@ msgctxt ""
"HIGH-SPEED_TRAIN_WITH_BULLET_NOSE\n"
"LngText.text"
msgid "train3"
-msgstr ""
+msgstr "trein3"
#. 🚆 (U+1F686), see http://wiki.documentfoundation.org/Emoji
#. UfDGn
@@ -9864,7 +9864,7 @@ msgctxt ""
"TRAIN\n"
"LngText.text"
msgid "train"
-msgstr ""
+msgstr "trein"
#. 🚇 (U+1F687), see http://wiki.documentfoundation.org/Emoji
#. dQgQx
@@ -9874,7 +9874,7 @@ msgctxt ""
"METRO\n"
"LngText.text"
msgid "metro"
-msgstr ""
+msgstr "metro spoor"
#. 🚈 (U+1F688), see http://wiki.documentfoundation.org/Emoji
#. jL5UD
@@ -9884,7 +9884,7 @@ msgctxt ""
"LIGHT_RAIL\n"
"LngText.text"
msgid "light rail"
-msgstr ""
+msgstr "ligte spoor"
#. 🚉 (U+1F689), see http://wiki.documentfoundation.org/Emoji
#. nU3jZ
@@ -9904,7 +9904,7 @@ msgctxt ""
"TRAM\n"
"LngText.text"
msgid "tram"
-msgstr ""
+msgstr "tram"
#. 🚋 (U+1F68B), see http://wiki.documentfoundation.org/Emoji
#. 9YAFb
@@ -9914,7 +9914,7 @@ msgctxt ""
"TRAM_CAR\n"
"LngText.text"
msgid "tram2"
-msgstr ""
+msgstr "tram2"
#. 🚌 (U+1F68C), see http://wiki.documentfoundation.org/Emoji
#. DhKQs
@@ -9924,7 +9924,7 @@ msgctxt ""
"BUS\n"
"LngText.text"
msgid "bus"
-msgstr ""
+msgstr "bus"
#. 🚍 (U+1F68D), see http://wiki.documentfoundation.org/Emoji
#. fTFJN
@@ -9934,7 +9934,7 @@ msgctxt ""
"ONCOMING_BUS\n"
"LngText.text"
msgid "bus2"
-msgstr ""
+msgstr "bus2"
#. 🚎 (U+1F68E), see http://wiki.documentfoundation.org/Emoji
#. tBeU2
@@ -9944,7 +9944,7 @@ msgctxt ""
"TROLLEYBUS\n"
"LngText.text"
msgid "trolleybus"
-msgstr ""
+msgstr "trolliebus"
#. 🚏 (U+1F68F), see http://wiki.documentfoundation.org/Emoji
#. YFFGE
@@ -9954,7 +9954,7 @@ msgctxt ""
"BUS_STOP\n"
"LngText.text"
msgid "busstop"
-msgstr ""
+msgstr "busstop"
#. 🚐 (U+1F690), see http://wiki.documentfoundation.org/Emoji
#. AiqLy
@@ -9964,7 +9964,7 @@ msgctxt ""
"MINIBUS\n"
"LngText.text"
msgid "minibus"
-msgstr ""
+msgstr "minibus"
#. 🚑 (U+1F691), see http://wiki.documentfoundation.org/Emoji
#. UjeDu
@@ -9974,7 +9974,7 @@ msgctxt ""
"AMBULANCE\n"
"LngText.text"
msgid "ambulance"
-msgstr ""
+msgstr "ambulans"
#. 🚒 (U+1F692), see http://wiki.documentfoundation.org/Emoji
#. fHERr
@@ -9984,7 +9984,7 @@ msgctxt ""
"FIRE_ENGINE\n"
"LngText.text"
msgid "fire engine"
-msgstr ""
+msgstr "brandweer"
#. 🚓 (U+1F693), see http://wiki.documentfoundation.org/Emoji
#. bgbGa
@@ -9994,7 +9994,7 @@ msgctxt ""
"POLICE_CAR\n"
"LngText.text"
msgid "police car"
-msgstr ""
+msgstr "polisie motor"
#. 🚔 (U+1F694), see http://wiki.documentfoundation.org/Emoji
#. wMPG9
@@ -10004,7 +10004,7 @@ msgctxt ""
"ONCOMING_POLICE_CAR\n"
"LngText.text"
msgid "police car2"
-msgstr ""
+msgstr "polisie motor2"
#. 🚕 (U+1F695), see http://wiki.documentfoundation.org/Emoji
#. xVRoq
@@ -10014,7 +10014,7 @@ msgctxt ""
"TAXI\n"
"LngText.text"
msgid "taxi"
-msgstr ""
+msgstr "taxi"
#. 🚖 (U+1F696), see http://wiki.documentfoundation.org/Emoji
#. hvAxP
@@ -10024,7 +10024,7 @@ msgctxt ""
"ONCOMING_TAXI\n"
"LngText.text"
msgid "taxi2"
-msgstr ""
+msgstr "taxi2"
#. 🚗 (U+1F697), see http://wiki.documentfoundation.org/Emoji
#. 7EjBh
@@ -10034,7 +10034,7 @@ msgctxt ""
"AUTOMOBILE\n"
"LngText.text"
msgid "car"
-msgstr ""
+msgstr "motor"
#. 🚘 (U+1F698), see http://wiki.documentfoundation.org/Emoji
#. VAENQ
@@ -10044,7 +10044,7 @@ msgctxt ""
"ONCOMING_AUTOMOBILE\n"
"LngText.text"
msgid "car2"
-msgstr ""
+msgstr "motor2"
#. 🚙 (U+1F699), see http://wiki.documentfoundation.org/Emoji
#. F53eT
@@ -10054,7 +10054,7 @@ msgctxt ""
"RECREATIONAL_VEHICLE\n"
"LngText.text"
msgid "car3"
-msgstr ""
+msgstr "motor3"
#. 🚚 (U+1F69A), see http://wiki.documentfoundation.org/Emoji
#. Ky66X
@@ -10064,7 +10064,7 @@ msgctxt ""
"DELIVERY_TRUCK\n"
"LngText.text"
msgid "truck2"
-msgstr ""
+msgstr "vragmotor2"
#. 🚛 (U+1F69B), see http://wiki.documentfoundation.org/Emoji
#. 8soAF
@@ -10074,7 +10074,7 @@ msgctxt ""
"ARTICULATED_LORRY\n"
"LngText.text"
msgid "lorry"
-msgstr ""
+msgstr "vragmotor"
#. 🚜 (U+1F69C), see http://wiki.documentfoundation.org/Emoji
#. Jwdgy
@@ -10084,7 +10084,7 @@ msgctxt ""
"TRACTOR\n"
"LngText.text"
msgid "tractor"
-msgstr ""
+msgstr "trekker"
#. 🚝 (U+1F69D), see http://wiki.documentfoundation.org/Emoji
#. xBCEM
@@ -10094,7 +10094,7 @@ msgctxt ""
"MONORAIL\n"
"LngText.text"
msgid "monorail"
-msgstr ""
+msgstr "monospoor"
#. 🚞 (U+1F69E), see http://wiki.documentfoundation.org/Emoji
#. YF5em
@@ -10104,7 +10104,7 @@ msgctxt ""
"MOUNTAIN_RAILWAY\n"
"LngText.text"
msgid "mountain railway"
-msgstr ""
+msgstr "bergspoor"
#. 🚟 (U+1F69F), see http://wiki.documentfoundation.org/Emoji
#. BFS7w
@@ -10114,7 +10114,7 @@ msgctxt ""
"SUSPENSION_RAILWAY\n"
"LngText.text"
msgid "suspension railway"
-msgstr ""
+msgstr "hangspoor"
#. 🚠 (U+1F6A0), see http://wiki.documentfoundation.org/Emoji
#. xw2kG
@@ -10124,7 +10124,7 @@ msgctxt ""
"MOUNTAIN_CABLEWAY\n"
"LngText.text"
msgid "mountain cableway"
-msgstr ""
+msgstr "kabelspoor"
#. 🚡 (U+1F6A1), see http://wiki.documentfoundation.org/Emoji
#. D6Kee
@@ -10134,7 +10134,7 @@ msgctxt ""
"AERIAL_TRAMWAY\n"
"LngText.text"
msgid "aerial tramway"
-msgstr ""
+msgstr "lugtrem"
#. 🚢 (U+1F6A2), see http://wiki.documentfoundation.org/Emoji
#. iT3XR
@@ -10154,7 +10154,7 @@ msgctxt ""
"ROWBOAT\n"
"LngText.text"
msgid "rowboat"
-msgstr ""
+msgstr "roeiboot"
#. 🚤 (U+1F6A4), see http://wiki.documentfoundation.org/Emoji
#. eBgos
@@ -10164,7 +10164,7 @@ msgctxt ""
"SPEEDBOAT\n"
"LngText.text"
msgid "speedboat"
-msgstr ""
+msgstr "spoedboot"
#. 🚥 (U+1F6A5), see http://wiki.documentfoundation.org/Emoji
#. hFcdF
@@ -10174,7 +10174,7 @@ msgctxt ""
"HORIZONTAL_TRAFFIC_LIGHT\n"
"LngText.text"
msgid "traffic light"
-msgstr ""
+msgstr "verkeerslig"
#. 🚦 (U+1F6A6), see http://wiki.documentfoundation.org/Emoji
#. nV9zL
@@ -10184,7 +10184,7 @@ msgctxt ""
"VERTICAL_TRAFFIC_LIGHT\n"
"LngText.text"
msgid "traffic light2"
-msgstr ""
+msgstr "verkeerslig2"
#. 🚧 (U+1F6A7), see http://wiki.documentfoundation.org/Emoji
#. JaFGo
@@ -10204,7 +10204,7 @@ msgctxt ""
"POLICE_CARS_REVOLVING_LIGHT\n"
"LngText.text"
msgid "rotating light"
-msgstr ""
+msgstr "roterende lig"
#. 🚩 (U+1F6A9), see http://wiki.documentfoundation.org/Emoji
#. AGDmx
@@ -10214,7 +10214,7 @@ msgctxt ""
"TRIANGULAR_FLAG_ON_POST\n"
"LngText.text"
msgid "triangular flag"
-msgstr ""
+msgstr "driehoekige lig"
#. 🚪 (U+1F6AA), see http://wiki.documentfoundation.org/Emoji
#. FCxDK
@@ -10224,7 +10224,7 @@ msgctxt ""
"DOOR\n"
"LngText.text"
msgid "door"
-msgstr ""
+msgstr "deur"
#. 🚫 (U+1F6AB), see http://wiki.documentfoundation.org/Emoji
#. dAJJp
@@ -10234,7 +10234,7 @@ msgctxt ""
"NO_ENTRY_SIGN\n"
"LngText.text"
msgid "no entry sign"
-msgstr ""
+msgstr "geen toegang"
#. 🚬 (U+1F6AC), see http://wiki.documentfoundation.org/Emoji
#. H2dFa
@@ -10244,7 +10244,7 @@ msgctxt ""
"SMOKING_SYMBOL\n"
"LngText.text"
msgid "smoking"
-msgstr ""
+msgstr "rook"
#. 🚭 (U+1F6AD), see http://wiki.documentfoundation.org/Emoji
#. ReEtE
@@ -10254,7 +10254,7 @@ msgctxt ""
"NO_SMOKING_SYMBOL\n"
"LngText.text"
msgid "no smoking"
-msgstr ""
+msgstr "geen rook"
#. 🚮 (U+1F6AE), see http://wiki.documentfoundation.org/Emoji
#. owPyG
@@ -10264,7 +10264,7 @@ msgctxt ""
"PUT_LITTER_IN_ITS_PLACE_SYMBOL\n"
"LngText.text"
msgid "litter"
-msgstr ""
+msgstr "rommelblik"
#. 🚯 (U+1F6AF), see http://wiki.documentfoundation.org/Emoji
#. 4qXxK
@@ -10274,7 +10274,7 @@ msgctxt ""
"DO_NOT_LITTER_SYMBOL\n"
"LngText.text"
msgid "do not litter"
-msgstr ""
+msgstr "moenie rommelstrooi"
#. 🚰 (U+1F6B0), see http://wiki.documentfoundation.org/Emoji
#. ZjTkh
@@ -10284,7 +10284,7 @@ msgctxt ""
"POTABLE_WATER_SYMBOL\n"
"LngText.text"
msgid "potable water"
-msgstr ""
+msgstr "drink water"
#. 🚱 (U+1F6B1), see http://wiki.documentfoundation.org/Emoji
#. sbTAA
@@ -10294,7 +10294,7 @@ msgctxt ""
"NON-POTABLE_WATER_SYMBOL\n"
"LngText.text"
msgid "non-potable water"
-msgstr ""
+msgstr "niedrinkbare water"
#. 🚲 (U+1F6B2), see http://wiki.documentfoundation.org/Emoji
#. KZmCA
@@ -10314,7 +10314,7 @@ msgctxt ""
"NO_BICYCLES\n"
"LngText.text"
msgid "no bicycles"
-msgstr ""
+msgstr "geen fietse"
#. 🚴 (U+1F6B4), see http://wiki.documentfoundation.org/Emoji
#. FGCMF
@@ -10324,7 +10324,7 @@ msgctxt ""
"BICYCLIST\n"
"LngText.text"
msgid "bicyclist"
-msgstr ""
+msgstr "fiets"
#. 🚵 (U+1F6B5), see http://wiki.documentfoundation.org/Emoji
#. P3F9z
@@ -10334,7 +10334,7 @@ msgctxt ""
"MOUNTAIN_BICYCLIST\n"
"LngText.text"
msgid "bicyclist2"
-msgstr ""
+msgstr "fiets2"
#. 🚶 (U+1F6B6), see http://wiki.documentfoundation.org/Emoji
#. 4Jk7j
@@ -10344,7 +10344,7 @@ msgctxt ""
"PEDESTRIAN\n"
"LngText.text"
msgid "walking"
-msgstr ""
+msgstr "stap"
#. 🚷 (U+1F6B7), see http://wiki.documentfoundation.org/Emoji
#. wMwUM
@@ -10354,7 +10354,7 @@ msgctxt ""
"NO_PEDESTRIANS\n"
"LngText.text"
msgid "no pedestrians"
-msgstr ""
+msgstr "geen voetgangers"
#. 🚸 (U+1F6B8), see http://wiki.documentfoundation.org/Emoji
#. tfRvX
@@ -10364,7 +10364,7 @@ msgctxt ""
"CHILDREN_CROSSING\n"
"LngText.text"
msgid "crosswalk"
-msgstr ""
+msgstr "voetgangerkruising"
#. 🚹 (U+1F6B9), see http://wiki.documentfoundation.org/Emoji
#. 5bTta
@@ -10374,7 +10374,7 @@ msgctxt ""
"MENS_SYMBOL\n"
"LngText.text"
msgid "mens"
-msgstr ""
+msgstr "mans"
#. 🚺 (U+1F6BA), see http://wiki.documentfoundation.org/Emoji
#. DkTJE
@@ -10384,7 +10384,7 @@ msgctxt ""
"WOMENS_SYMBOL\n"
"LngText.text"
msgid "womens"
-msgstr ""
+msgstr "dames"
#. 🚻 (U+1F6BB), see http://wiki.documentfoundation.org/Emoji
#. fyZ5J
@@ -10394,7 +10394,7 @@ msgctxt ""
"RESTROOM\n"
"LngText.text"
msgid "restroom"
-msgstr ""
+msgstr "ruskamer"
#. 🚼 (U+1F6BC), see http://wiki.documentfoundation.org/Emoji
#. waXZA
@@ -10404,7 +10404,7 @@ msgctxt ""
"BABY_SYMBOL\n"
"LngText.text"
msgid "baby2"
-msgstr ""
+msgstr "baba2"
#. 🚽 (U+1F6BD), see http://wiki.documentfoundation.org/Emoji
#. 7j9FT
@@ -10414,7 +10414,7 @@ msgctxt ""
"TOILET\n"
"LngText.text"
msgid "toilet"
-msgstr ""
+msgstr "toilet"
#. 🚾 (U+1F6BE), see http://wiki.documentfoundation.org/Emoji
#. 2GY7E
@@ -10424,7 +10424,7 @@ msgctxt ""
"WATER_CLOSET\n"
"LngText.text"
msgid "toilet2"
-msgstr ""
+msgstr "toilet2"
#. 🚿 (U+1F6BF), see http://wiki.documentfoundation.org/Emoji
#. WrCWt
@@ -10434,7 +10434,7 @@ msgctxt ""
"SHOWER\n"
"LngText.text"
msgid "shower"
-msgstr ""
+msgstr "stortbad"
#. 🛀 (U+1F6C0), see http://wiki.documentfoundation.org/Emoji
#. g545x
@@ -10454,7 +10454,7 @@ msgctxt ""
"BATHTUB\n"
"LngText.text"
msgid "bathtub"
-msgstr ""
+msgstr "bad"
#. 🛂 (U+1F6C2), see http://wiki.documentfoundation.org/Emoji
#. BXMUC
@@ -10464,7 +10464,7 @@ msgctxt ""
"PASSPORT_CONTROL\n"
"LngText.text"
msgid "passport"
-msgstr ""
+msgstr "paspoort"
#. 🛃 (U+1F6C3), see http://wiki.documentfoundation.org/Emoji
#. EcdFo
@@ -10474,7 +10474,7 @@ msgctxt ""
"CUSTOMS\n"
"LngText.text"
msgid "customs"
-msgstr ""
+msgstr "doeane"
#. 🛄 (U+1F6C4), see http://wiki.documentfoundation.org/Emoji
#. rR2Xw
@@ -10484,7 +10484,7 @@ msgctxt ""
"BAGGAGE_CLAIM\n"
"LngText.text"
msgid "baggage"
-msgstr ""
+msgstr "bagasie"
#. 🛅 (U+1F6C5), see http://wiki.documentfoundation.org/Emoji
#. pxsMt
@@ -10494,7 +10494,7 @@ msgctxt ""
"LEFT_LUGGAGE\n"
"LngText.text"
msgid "left luggage"
-msgstr ""
+msgstr "Sluitkassie"
#. 🕃 (U+1F543), see http://wiki.documentfoundation.org/Emoji
#. LZEAD
@@ -10504,7 +10504,7 @@ msgctxt ""
"NOTCHED_LEFT_SEMICIRCLE_WITH_THREE_DOTS\n"
"LngText.text"
msgid "feast"
-msgstr ""
+msgstr "sekondêre liturgiese feesdag"
#. 🙂 (U+1F642), see http://wiki.documentfoundation.org/Emoji
#. PWmbQ
@@ -10514,7 +10514,7 @@ msgctxt ""
"SLIGHTLY_SMILING_FACE\n"
"LngText.text"
msgid "smiling3"
-msgstr ""
+msgstr "glimlag3"
#. 🙁 (U+1F641), see http://wiki.documentfoundation.org/Emoji
#. CeamS
@@ -10524,7 +10524,7 @@ msgctxt ""
"SLIGHTLY_FROWNING_FACE\n"
"LngText.text"
msgid "frowning2"
-msgstr ""
+msgstr "frons2"
#. 🕵 (U+1F575), see http://wiki.documentfoundation.org/Emoji
#. vhzbs
@@ -10534,7 +10534,7 @@ msgctxt ""
"SLEUTH_OR_SPY\n"
"LngText.text"
msgid "detective"
-msgstr ""
+msgstr "speurder"
#. 🛌 (U+1F6CC), see http://wiki.documentfoundation.org/Emoji
#. Ae2cr
@@ -10544,7 +10544,7 @@ msgctxt ""
"SLEEPING_ACCOMMODATION\n"
"LngText.text"
msgid "sleep"
-msgstr ""
+msgstr "slaap"
#. 🕴 (U+1F574), see http://wiki.documentfoundation.org/Emoji
#. Xuc2A
@@ -10554,7 +10554,7 @@ msgctxt ""
"MAN_IN_BUSINESS_SUIT_LEVITATING\n"
"LngText.text"
msgid "suit"
-msgstr ""
+msgstr "pak klere"
#. 🗣 (U+1F5E3), see http://wiki.documentfoundation.org/Emoji
#. AkeBV
@@ -10564,7 +10564,7 @@ msgctxt ""
"SPEAKING_HEAD_IN_SILHOUETTE\n"
"LngText.text"
msgid "head"
-msgstr ""
+msgstr "kop silhoëet"
#. 🏌 (U+1F3CC), see http://wiki.documentfoundation.org/Emoji
#. cf525
@@ -10574,7 +10574,7 @@ msgctxt ""
"GOLFER\n"
"LngText.text"
msgid "golf"
-msgstr ""
+msgstr "golf"
#. 🏋 (U+1F3CB), see http://wiki.documentfoundation.org/Emoji
#. As3GE
@@ -10584,7 +10584,7 @@ msgctxt ""
"WEIGHT_LIFTER\n"
"LngText.text"
msgid "weight lifter"
-msgstr ""
+msgstr "gewigsopteller"
#. 🏎 (U+1F3CE), see http://wiki.documentfoundation.org/Emoji
#. bDCyA
@@ -10594,7 +10594,7 @@ msgctxt ""
"RACING_CAR\n"
"LngText.text"
msgid "car4"
-msgstr ""
+msgstr "resieskar"
#. 🏍 (U+1F3CD), see http://wiki.documentfoundation.org/Emoji
#. 2MoqD
@@ -10604,7 +10604,7 @@ msgctxt ""
"RACING_MOTORCYCLE\n"
"LngText.text"
msgid "motorcycle"
-msgstr ""
+msgstr "motorfiets"
#. 🖕 (U+1F595), see http://wiki.documentfoundation.org/Emoji
#. gNBn5
@@ -10614,7 +10614,7 @@ msgctxt ""
"REVERSED_HAND_WITH_MIDDLE_FINGER_EXTENDED\n"
"LngText.text"
msgid "finger"
-msgstr ""
+msgstr "middelvinger"
#. 🖖 (U+1F596), Mr. Spock's Vulcan salute from Star Trek, see also http://wiki.documentfoundation.org/Emoji
#. AHWD9
@@ -10624,7 +10624,7 @@ msgctxt ""
"RAISED_HAND_WITH_PART_BETWEEN_MIDDLE_AND_RING_FINGERS\n"
"LngText.text"
msgid "spock"
-msgstr ""
+msgstr "spock saluut"
#. 🖐 (U+1F590), see http://wiki.documentfoundation.org/Emoji
#. Ati77
@@ -10634,7 +10634,7 @@ msgctxt ""
"RAISED_HAND_WITH_FINGERS_SPLAYED\n"
"LngText.text"
msgid "hand2"
-msgstr ""
+msgstr "hand2"
#. 👁 (U+1F441), see http://wiki.documentfoundation.org/Emoji
#. 6ADML
@@ -10644,7 +10644,7 @@ msgctxt ""
"EYE\n"
"LngText.text"
msgid "eye"
-msgstr ""
+msgstr "oog"
#. 🗨 (U+1F5E8), see http://wiki.documentfoundation.org/Emoji
#. z7WCd
@@ -10654,7 +10654,7 @@ msgctxt ""
"LEFT_SPEECH_BUBBLE\n"
"LngText.text"
msgid "bubble"
-msgstr ""
+msgstr "spraak borrel"
#. 🗯 (U+1F5EF), see http://wiki.documentfoundation.org/Emoji
#. 7FoF3
@@ -10664,7 +10664,7 @@ msgctxt ""
"RIGHT_ANGER_BUBBLE\n"
"LngText.text"
msgid "bubble4"
-msgstr ""
+msgstr "woede borrel"
#. 🕳 (U+1F573), see http://wiki.documentfoundation.org/Emoji
#. djWbu
@@ -10674,7 +10674,7 @@ msgctxt ""
"HOLE\n"
"LngText.text"
msgid "hole"
-msgstr ""
+msgstr "gat"
#. 🕶 (U+1F576), see http://wiki.documentfoundation.org/Emoji
#. AGMoo
@@ -10684,7 +10684,7 @@ msgctxt ""
"DARK_SUNGLASSES\n"
"LngText.text"
msgid "sunglasses"
-msgstr ""
+msgstr "sonbrille"
#. 🛍 (U+1F6CD), see http://wiki.documentfoundation.org/Emoji
#. fq7Cq
@@ -10694,7 +10694,7 @@ msgctxt ""
"SHOPPING_BAGS\n"
"LngText.text"
msgid "shop"
-msgstr ""
+msgstr "winkelsak"
#. 🐿 (U+1F43F), see http://wiki.documentfoundation.org/Emoji
#. eQaW4
@@ -10704,7 +10704,7 @@ msgctxt ""
"CHIPMUNK\n"
"LngText.text"
msgid "chipmunk"
-msgstr ""
+msgstr "chipmonk"
#. 🕊 (U+1F54A), see http://wiki.documentfoundation.org/Emoji
#. Yoo9T
@@ -10714,7 +10714,7 @@ msgctxt ""
"DOVE_OF_PEACE\n"
"LngText.text"
msgid "dove"
-msgstr ""
+msgstr "duif"
#. 🕷 (U+1F577), see http://wiki.documentfoundation.org/Emoji
#. Uyg9S
@@ -10724,7 +10724,7 @@ msgctxt ""
"SPIDER\n"
"LngText.text"
msgid "spider"
-msgstr ""
+msgstr "spinnekop"
#. 🕸 (U+1F578), see http://wiki.documentfoundation.org/Emoji
#. DPtYj
@@ -10734,7 +10734,7 @@ msgctxt ""
"SPIDER_WEB\n"
"LngText.text"
msgid "web"
-msgstr ""
+msgstr "spinneweb"
#. 🏵 (U+1F3F5), see http://wiki.documentfoundation.org/Emoji
#. UaQDN
@@ -10744,7 +10744,7 @@ msgctxt ""
"ROSETTE\n"
"LngText.text"
msgid "rosette"
-msgstr ""
+msgstr "roset"
#. 🌶 (U+1F336), see http://wiki.documentfoundation.org/Emoji
#. SAxJc
@@ -10754,7 +10754,7 @@ msgctxt ""
"HOT_PEPPER\n"
"LngText.text"
msgid "pepper"
-msgstr ""
+msgstr "rissie"
#. 🍽 (U+1F37D), see http://wiki.documentfoundation.org/Emoji
#. 3WpkF
@@ -10764,7 +10764,7 @@ msgctxt ""
"FORK_AND_KNIFE_WITH_PLATE\n"
"LngText.text"
msgid "plate"
-msgstr ""
+msgstr "bord"
#. 🗺 (U+1F5FA), see http://wiki.documentfoundation.org/Emoji
#. zvA3Y
@@ -10774,7 +10774,7 @@ msgctxt ""
"WORLD_MAP\n"
"LngText.text"
msgid "map"
-msgstr ""
+msgstr "wêreldkaart"
#. 🏔 (U+1F3D4), see http://wiki.documentfoundation.org/Emoji
#. PU3q7
@@ -10784,7 +10784,7 @@ msgctxt ""
"SNOW_CAPPED_MOUNTAIN\n"
"LngText.text"
msgid "mountain2"
-msgstr ""
+msgstr "berg2"
#. 🏕 (U+1F3D5), see http://wiki.documentfoundation.org/Emoji
#. 9CR2B
@@ -10794,7 +10794,7 @@ msgctxt ""
"CAMPING\n"
"LngText.text"
msgid "camping"
-msgstr ""
+msgstr "kampeer"
#. 🏖 (U+1F3D6), see http://wiki.documentfoundation.org/Emoji
#. QQU86
@@ -10804,7 +10804,7 @@ msgctxt ""
"BEACH_WITH_UMBRELLA\n"
"LngText.text"
msgid "beach"
-msgstr ""
+msgstr "strand"
#. 🏜 (U+1F3DC), see http://wiki.documentfoundation.org/Emoji
#. E3dKM
@@ -10814,7 +10814,7 @@ msgctxt ""
"DESERT\n"
"LngText.text"
msgid "desert"
-msgstr ""
+msgstr "woestyn"
#. 🏝 (U+1F3DD), see http://wiki.documentfoundation.org/Emoji
#. uFHXi
@@ -10824,7 +10824,7 @@ msgctxt ""
"DESERT_ISLAND\n"
"LngText.text"
msgid "island"
-msgstr ""
+msgstr "eiland"
#. 🏞 (U+1F3DE), see http://wiki.documentfoundation.org/Emoji
#. rB6rV
@@ -10834,7 +10834,7 @@ msgctxt ""
"NATIONAL_PARK\n"
"LngText.text"
msgid "park"
-msgstr ""
+msgstr "park"
#. 🏟 (U+1F3DF), see http://wiki.documentfoundation.org/Emoji
#. KtGDD
@@ -10844,7 +10844,7 @@ msgctxt ""
"STADIUM\n"
"LngText.text"
msgid "stadium"
-msgstr ""
+msgstr "stadion"
#. 🏛 (U+1F3DB), see http://wiki.documentfoundation.org/Emoji
#. 9UYRC
@@ -10854,7 +10854,7 @@ msgctxt ""
"CLASSICAL_BUILDING\n"
"LngText.text"
msgid "museum"
-msgstr ""
+msgstr "museum"
#. 🏗 (U+1F3D7), see http://wiki.documentfoundation.org/Emoji
#. TU5KH
@@ -10864,7 +10864,7 @@ msgctxt ""
"BUILDING_CONSTRUCTION\n"
"LngText.text"
msgid "crane"
-msgstr ""
+msgstr "boukraan"
#. 🏘 (U+1F3D8), see http://wiki.documentfoundation.org/Emoji
#. ybjvN
@@ -10874,7 +10874,7 @@ msgctxt ""
"HOUSE_BUILDINGS\n"
"LngText.text"
msgid "houses"
-msgstr ""
+msgstr "huise"
#. 🏚 (U+1F3DA), see http://wiki.documentfoundation.org/Emoji
#. TEAtW
@@ -10884,7 +10884,7 @@ msgctxt ""
"DERELICT_HOUSE_BUILDING\n"
"LngText.text"
msgid "house3"
-msgstr ""
+msgstr "huise3"
#. 🏙 (U+1F3D9), see http://wiki.documentfoundation.org/Emoji
#. rjmXE
@@ -10894,7 +10894,7 @@ msgctxt ""
"CITYSCAPE\n"
"LngText.text"
msgid "city"
-msgstr ""
+msgstr "stad"
#. 🛣 (U+1F6E3), see http://wiki.documentfoundation.org/Emoji
#. gdgnE
@@ -10904,7 +10904,7 @@ msgctxt ""
"MOTORWAY\n"
"LngText.text"
msgid "motorway"
-msgstr ""
+msgstr "snelweg"
#. 🛤 (U+1F6E4), see http://wiki.documentfoundation.org/Emoji
#. XNZp2
@@ -10914,7 +10914,7 @@ msgctxt ""
"RAILWAY_TRACK\n"
"LngText.text"
msgid "track"
-msgstr ""
+msgstr "treinspoor"
#. 🛢 (U+1F6E2), see http://wiki.documentfoundation.org/Emoji
#. JDKF2
@@ -10924,7 +10924,7 @@ msgctxt ""
"OIL_DRUM\n"
"LngText.text"
msgid "drum"
-msgstr ""
+msgstr "oliedrom"
#. 🛳 (U+1F6F3), see http://wiki.documentfoundation.org/Emoji
#. KG2xi
@@ -10934,7 +10934,7 @@ msgctxt ""
"PASSENGER_SHIP\n"
"LngText.text"
msgid "ship2"
-msgstr ""
+msgstr "skip2"
#. 🛥 (U+1F6E5), see http://wiki.documentfoundation.org/Emoji
#. hfqZC
@@ -10944,7 +10944,7 @@ msgctxt ""
"MOTOR_BOAT\n"
"LngText.text"
msgid "motor boat"
-msgstr ""
+msgstr "motorboot"
#. 🛩 (U+1F6E9), see http://wiki.documentfoundation.org/Emoji
#. M7r8K
@@ -10954,7 +10954,7 @@ msgctxt ""
"SMALL_AIRPLANE\n"
"LngText.text"
msgid "airplane2"
-msgstr ""
+msgstr "vliegtuig2"
#. 🛫 (U+1F6EB), see http://wiki.documentfoundation.org/Emoji
#. FTJfG
@@ -10964,7 +10964,7 @@ msgctxt ""
"AIRPLANE_DEPARTURE\n"
"LngText.text"
msgid "departure"
-msgstr ""
+msgstr "vertrek"
#. 🛬 (U+1F6EC), see http://wiki.documentfoundation.org/Emoji
#. CwiZi
@@ -10974,7 +10974,7 @@ msgctxt ""
"AIRPLANE_ARRIVING\n"
"LngText.text"
msgid "arrival"
-msgstr ""
+msgstr "landing"
#. 🛰 (U+1F6F0), see http://wiki.documentfoundation.org/Emoji
#. 5BbRQ
@@ -10984,7 +10984,7 @@ msgctxt ""
"SATELLITE\n"
"LngText.text"
msgid "satellite"
-msgstr ""
+msgstr "sateliet"
#. 🛎 (U+1F6CE), see http://wiki.documentfoundation.org/Emoji
#. GePUa
@@ -10994,7 +10994,7 @@ msgctxt ""
"BELLHOP_BELL\n"
"LngText.text"
msgid "bell2"
-msgstr ""
+msgstr "klok2"
#. 🕰 (U+1F570), see http://wiki.documentfoundation.org/Emoji
#. N3XKK
@@ -11004,7 +11004,7 @@ msgctxt ""
"MANTELPIECE_CLOCK\n"
"LngText.text"
msgid "clock"
-msgstr ""
+msgstr "horlosie"
#. 🌡 (U+1F321), see http://wiki.documentfoundation.org/Emoji
#. vC2BF
@@ -11014,7 +11014,7 @@ msgctxt ""
"THERMOMETER\n"
"LngText.text"
msgid "thermometer"
-msgstr ""
+msgstr "termometer"
#. 🌤 (U+1F324), see http://wiki.documentfoundation.org/Emoji
#. eDCCS
@@ -11024,7 +11024,7 @@ msgctxt ""
"WHITE_SUN_WITH_SMALL_CLOUD\n"
"LngText.text"
msgid "cloudy"
-msgstr ""
+msgstr "bewolk"
#. 🌥 (U+1F325), see http://wiki.documentfoundation.org/Emoji
#. yuxDV
@@ -11034,7 +11034,7 @@ msgctxt ""
"WHITE_SUN_BEHIND_CLOUD\n"
"LngText.text"
msgid "cloudy2"
-msgstr ""
+msgstr "swaar bewolk"
#. 🌦 (U+1F326), see http://wiki.documentfoundation.org/Emoji
#. SwLUG
@@ -11044,7 +11044,7 @@ msgctxt ""
"WHITE_SUN_BEHIND_CLOUD_WITH_RAIN\n"
"LngText.text"
msgid "rainy"
-msgstr ""
+msgstr "reën"
#. 🌧 (U+1F327), see http://wiki.documentfoundation.org/Emoji
#. uBa2e
@@ -11054,7 +11054,7 @@ msgctxt ""
"CLOUD_WITH_RAIN\n"
"LngText.text"
msgid "storm"
-msgstr ""
+msgstr "swaar reën"
#. 🌨 (U+1F328), see http://wiki.documentfoundation.org/Emoji
#. f3Sbb
@@ -11064,7 +11064,7 @@ msgctxt ""
"CLOUD_WITH_SNOW\n"
"LngText.text"
msgid "snow"
-msgstr ""
+msgstr "sneeuval"
#. 🌩 (U+1F329), see http://wiki.documentfoundation.org/Emoji
#. boe8A
@@ -11074,7 +11074,7 @@ msgctxt ""
"CLOUD_WITH_LIGHTNING\n"
"LngText.text"
msgid "lightning"
-msgstr ""
+msgstr "weerlig"
#. 🌪 (U+1F32A), see http://wiki.documentfoundation.org/Emoji
#. RS8Wb
@@ -11084,7 +11084,7 @@ msgctxt ""
"CLOUD_WITH_TORNADO\n"
"LngText.text"
msgid "tornado"
-msgstr ""
+msgstr "tornado"
#. 🌫 (U+1F32B), see http://wiki.documentfoundation.org/Emoji
#. EqDhD
@@ -11094,7 +11094,7 @@ msgctxt ""
"FOG\n"
"LngText.text"
msgid "fog"
-msgstr ""
+msgstr "mis"
#. 🌬 (U+1F32C), see http://wiki.documentfoundation.org/Emoji
#. XTTqx
@@ -11104,7 +11104,7 @@ msgctxt ""
"WIND_BLOWING_FACE\n"
"LngText.text"
msgid "wind"
-msgstr ""
+msgstr "wind"
#. 🎗 (U+1F397), see http://wiki.documentfoundation.org/Emoji
#. 7X7bW
@@ -11114,7 +11114,7 @@ msgctxt ""
"REMINDER_RIBBON\n"
"LngText.text"
msgid "ribbon"
-msgstr ""
+msgstr "lint"
#. 🎟 (U+1F39F), see http://wiki.documentfoundation.org/Emoji
#. RqApZ
@@ -11124,7 +11124,7 @@ msgctxt ""
"ADMISSION_TICKETS\n"
"LngText.text"
msgid "ticket2"
-msgstr ""
+msgstr "toegangskaartjie"
#. 🎖 (U+1F396), see http://wiki.documentfoundation.org/Emoji
#. GLTVB
@@ -11134,7 +11134,7 @@ msgctxt ""
"MILITARY_MEDAL\n"
"LngText.text"
msgid "medal2"
-msgstr ""
+msgstr "medalje2"
#. 🏅 (U+1F3C5), see http://wiki.documentfoundation.org/Emoji
#. uT4sx
@@ -11144,7 +11144,7 @@ msgctxt ""
"SPORTS_MEDAL\n"
"LngText.text"
msgid "medal"
-msgstr ""
+msgstr "medalje"
#. 🕹 (U+1F579), see http://wiki.documentfoundation.org/Emoji
#. EszEZ
@@ -11154,7 +11154,7 @@ msgctxt ""
"JOYSTICK\n"
"LngText.text"
msgid "joystick"
-msgstr ""
+msgstr "beheerstok"
#. 🖼 (U+1F5BC), see http://wiki.documentfoundation.org/Emoji
#. wY9cB
@@ -11164,7 +11164,7 @@ msgctxt ""
"FRAME_WITH_PICTURE\n"
"LngText.text"
msgid "picture"
-msgstr ""
+msgstr "beeld"
#. 🎙 (U+1F399), see http://wiki.documentfoundation.org/Emoji
#. RWFZz
@@ -11174,7 +11174,7 @@ msgctxt ""
"STUDIO_MICROPHONE\n"
"LngText.text"
msgid "microphone2"
-msgstr ""
+msgstr "mikrofoon2"
#. 🎚 (U+1F39A), see http://wiki.documentfoundation.org/Emoji
#. FNDDe
@@ -11184,7 +11184,7 @@ msgctxt ""
"LEVEL_SLIDER\n"
"LngText.text"
msgid "slider"
-msgstr ""
+msgstr "skuifreëlaar"
#. 🎛 (U+1F39B), see http://wiki.documentfoundation.org/Emoji
#. HRvG2
@@ -11194,7 +11194,7 @@ msgctxt ""
"CONTROL_KNOBS\n"
"LngText.text"
msgid "control"
-msgstr ""
+msgstr "draaiknop"
#. 🖥 (U+1F5A5), see http://wiki.documentfoundation.org/Emoji
#. DunGT
@@ -11204,7 +11204,7 @@ msgctxt ""
"DESKTOP_COMPUTER\n"
"LngText.text"
msgid "computer2"
-msgstr ""
+msgstr "rekenaar2"
#. 🖨 (U+1F5A8), see http://wiki.documentfoundation.org/Emoji
#. 5i9iG
@@ -11214,7 +11214,7 @@ msgctxt ""
"PRINTER\n"
"LngText.text"
msgid "printer"
-msgstr ""
+msgstr "drukker"
#. 🖱 (U+1F5B1), see http://wiki.documentfoundation.org/Emoji
#. gCiTV
@@ -11224,7 +11224,7 @@ msgctxt ""
"THREE_BUTTON_MOUSE\n"
"LngText.text"
msgid "mouse3"
-msgstr ""
+msgstr "muis3"
#. 🖲 (U+1F5B2), see http://wiki.documentfoundation.org/Emoji
#. kr6mD
@@ -11234,7 +11234,7 @@ msgctxt ""
"TRACKBALL\n"
"LngText.text"
msgid "trackball"
-msgstr ""
+msgstr "balbeheer"
#. 🎞 (U+1F39E), see http://wiki.documentfoundation.org/Emoji
#. a7M8c
@@ -11244,7 +11244,7 @@ msgctxt ""
"FILM_FRAMES\n"
"LngText.text"
msgid "film"
-msgstr ""
+msgstr "video"
#. 📽 (U+1F4FD), see http://wiki.documentfoundation.org/Emoji
#. 5XEHv
@@ -11254,7 +11254,7 @@ msgctxt ""
"FILM_PROJECTOR\n"
"LngText.text"
msgid "projector"
-msgstr ""
+msgstr "projektor"
#. 📸 (U+1F4F8), see http://wiki.documentfoundation.org/Emoji
#. e6d8k
@@ -11264,7 +11264,7 @@ msgctxt ""
"CAMERA_WITH_FLASH\n"
"LngText.text"
msgid "flash"
-msgstr ""
+msgstr "kameraflits"
#. 🕯 (U+1F56F), see http://wiki.documentfoundation.org/Emoji
#. 85ZZG
@@ -11274,7 +11274,7 @@ msgctxt ""
"CANDLE\n"
"LngText.text"
msgid "candle"
-msgstr ""
+msgstr "kers"
#. 🗞 (U+1F5DE), see http://wiki.documentfoundation.org/Emoji
#. Roj4S
@@ -11284,7 +11284,7 @@ msgctxt ""
"ROLLED-UP_NEWSPAPER\n"
"LngText.text"
msgid "newspaper2"
-msgstr ""
+msgstr "koerant2"
#. 🏷 (U+1F3F7), see http://wiki.documentfoundation.org/Emoji
#. KGGrV
@@ -11294,7 +11294,7 @@ msgctxt ""
"LABEL\n"
"LngText.text"
msgid "label"
-msgstr ""
+msgstr "etiket"
#. 🗳 (U+1F5F3), see http://wiki.documentfoundation.org/Emoji
#. MtcT9
@@ -11304,7 +11304,7 @@ msgctxt ""
"BALLOT_BOX_WITH_BALLOT\n"
"LngText.text"
msgid "ballot"
-msgstr ""
+msgstr "stembus"
#. 🖋 (U+1F58B), see http://wiki.documentfoundation.org/Emoji
#. eVhur
@@ -11314,7 +11314,7 @@ msgctxt ""
"LOWER_LEFT_FOUNTAIN_PEN\n"
"LngText.text"
msgid "pen2"
-msgstr ""
+msgstr "pen2"
#. 🖊 (U+1F58A), see http://wiki.documentfoundation.org/Emoji
#. zPbDv
@@ -11324,7 +11324,7 @@ msgctxt ""
"LOWER_LEFT_BALLPOINT_PEN\n"
"LngText.text"
msgid "pen"
-msgstr ""
+msgstr "balpen"
#. 🖌 (U+1F58C), see http://wiki.documentfoundation.org/Emoji
#. GMFPP
@@ -11334,7 +11334,7 @@ msgctxt ""
"LOWER_LEFT_PAINTBRUSH\n"
"LngText.text"
msgid "paintbrush"
-msgstr ""
+msgstr "skilderkwas"
#. 🖍 (U+1F58D), see http://wiki.documentfoundation.org/Emoji
#. oj4qT
@@ -11344,7 +11344,7 @@ msgctxt ""
"LOWER_LEFT_CRAYON\n"
"LngText.text"
msgid "crayon"
-msgstr ""
+msgstr "potlood"
#. 🗂 (U+1F5C2), see http://wiki.documentfoundation.org/Emoji
#. 6mFoM
@@ -11354,7 +11354,7 @@ msgctxt ""
"CARD_INDEX_DIVIDERS\n"
"LngText.text"
msgid "index"
-msgstr ""
+msgstr "indeks"
#. 🗒 (U+1F5D2), see http://wiki.documentfoundation.org/Emoji
#. 4vrvA
@@ -11364,7 +11364,7 @@ msgctxt ""
"SPIRAL_NOTE_PAD\n"
"LngText.text"
msgid "notepad"
-msgstr ""
+msgstr "notaboek"
#. 🗓 (U+1F5D3), see http://wiki.documentfoundation.org/Emoji
#. fjcB6
@@ -11374,7 +11374,7 @@ msgctxt ""
"SPIRAL_CALENDAR_PAD\n"
"LngText.text"
msgid "calendar3"
-msgstr ""
+msgstr "kalender3"
#. 🖇 (U+1F587), see http://wiki.documentfoundation.org/Emoji
#. bwrwB
@@ -11384,7 +11384,7 @@ msgctxt ""
"LINKED_PAPERCLIPS\n"
"LngText.text"
msgid "paperclip2"
-msgstr ""
+msgstr "skuifspelde"
#. 🗃 (U+1F5C3), see http://wiki.documentfoundation.org/Emoji
#. zm6R6
@@ -11394,7 +11394,7 @@ msgctxt ""
"CARD_FILE_BOX\n"
"LngText.text"
msgid "box"
-msgstr ""
+msgstr "liaseerkas"
#. 🗄 (U+1F5C4), see http://wiki.documentfoundation.org/Emoji
#. D9Ev3
@@ -11404,7 +11404,7 @@ msgctxt ""
"FILE_CABINET\n"
"LngText.text"
msgid "cabinet"
-msgstr ""
+msgstr "liaseerkabinet"
#. 🗑 (U+1F5D1), see http://wiki.documentfoundation.org/Emoji
#. 7Rhsi
@@ -11414,7 +11414,7 @@ msgctxt ""
"WASTEBASKET\n"
"LngText.text"
msgid "wastebasket"
-msgstr ""
+msgstr "snippermandjie"
#. 🗝 (U+1F5DD), see http://wiki.documentfoundation.org/Emoji
#. i498o
@@ -11424,7 +11424,7 @@ msgctxt ""
"OLD_KEY\n"
"LngText.text"
msgid "key2"
-msgstr ""
+msgstr "sleutel2"
#. 🛠 (U+1F6E0), see http://wiki.documentfoundation.org/Emoji
#. EDHj7
@@ -11434,7 +11434,7 @@ msgctxt ""
"HAMMER_AND_WRENCH\n"
"LngText.text"
msgid "hammer and wrench"
-msgstr ""
+msgstr "hamer en moersleutel"
#. 🗡 (U+1F5E1), see http://wiki.documentfoundation.org/Emoji
#. qnaCC
@@ -11444,7 +11444,7 @@ msgctxt ""
"DAGGER_KNIFE\n"
"LngText.text"
msgid "knife2"
-msgstr ""
+msgstr "mes2"
#. 🛡 (U+1F6E1), see http://wiki.documentfoundation.org/Emoji
#. QCXRd
@@ -11454,7 +11454,7 @@ msgctxt ""
"SHIELD\n"
"LngText.text"
msgid "shield"
-msgstr ""
+msgstr "skild2"
#. 🗜 (U+1F5DC), see http://wiki.documentfoundation.org/Emoji
#. F9G5C
@@ -11464,7 +11464,7 @@ msgctxt ""
"COMPRESSION\n"
"LngText.text"
msgid "clamp"
-msgstr ""
+msgstr "klamp"
#. 🛏 (U+1F6CF), see http://wiki.documentfoundation.org/Emoji
#. g4DGu
@@ -11474,7 +11474,7 @@ msgctxt ""
"BED\n"
"LngText.text"
msgid "bed"
-msgstr ""
+msgstr "bed"
#. 🛋 (U+1F6CB), see http://wiki.documentfoundation.org/Emoji
#. XnFom
@@ -11484,7 +11484,7 @@ msgctxt ""
"COUCH_AND_LAMP\n"
"LngText.text"
msgid "couch"
-msgstr ""
+msgstr "rusbank"
#. 🕉 (U+1F549), see http://wiki.documentfoundation.org/Emoji
#. R8EvG
@@ -11494,7 +11494,7 @@ msgctxt ""
"OM_SYMBOL\n"
"LngText.text"
msgid "om"
-msgstr ""
+msgstr "om"
#. ⏸ (U+23F8), see http://wiki.documentfoundation.org/Emoji
#. ETWok
@@ -11504,7 +11504,7 @@ msgctxt ""
"DOUBLE_VERTICAL_BAR\n"
"LngText.text"
msgid "pause"
-msgstr ""
+msgstr "verpoos"
#. ⏹ (U+23F9), see http://wiki.documentfoundation.org/Emoji
#. 6Fkq7
@@ -11514,7 +11514,7 @@ msgctxt ""
"BLACK_SQUARE_FOR_STOP\n"
"LngText.text"
msgid "stop2"
-msgstr ""
+msgstr "stop2"
#. ⏺ (U+23FA), see http://wiki.documentfoundation.org/Emoji
#. PApbW
@@ -11524,7 +11524,7 @@ msgctxt ""
"BLACK_CIRCLE_FOR_RECORD\n"
"LngText.text"
msgid "record"
-msgstr ""
+msgstr "opneem"
#. 🏴 (U+1F3F4), see http://wiki.documentfoundation.org/Emoji
#. hytrL
@@ -11534,7 +11534,7 @@ msgctxt ""
"WAVING_BLACK_FLAG\n"
"LngText.text"
msgid "flag"
-msgstr ""
+msgstr "wapperende vlag"
#. 🏳 (U+1F3F3), see http://wiki.documentfoundation.org/Emoji
#. mBjRj
@@ -11544,7 +11544,7 @@ msgctxt ""
"WAVING_WHITE_FLAG\n"
"LngText.text"
msgid "flag2"
-msgstr ""
+msgstr "wit flag"
#. 🗷 (U+1F5F7), see http://wiki.documentfoundation.org/Emoji
#. GBXU7
@@ -11554,7 +11554,7 @@ msgctxt ""
"BALLOT_BOX_WITH_BOLD_SCRIPT_X\n"
"LngText.text"
msgid "checkbox4"
-msgstr ""
+msgstr "keuseblok"
#. 🛉 (U+1F6C9), see http://wiki.documentfoundation.org/Emoji
#. htBDW
@@ -11564,7 +11564,7 @@ msgctxt ""
"BOYS_SYMBOL\n"
"LngText.text"
msgid "boys"
-msgstr ""
+msgstr "seun"
#. 🛈 (U+1F6C8), see http://wiki.documentfoundation.org/Emoji
#. MNHt2
@@ -11574,7 +11574,7 @@ msgctxt ""
"CIRCLED_INFORMATION_SOURCE\n"
"LngText.text"
msgid "information3"
-msgstr ""
+msgstr "informasie3"
#. 🛊 (U+1F6CA), see http://wiki.documentfoundation.org/Emoji
#. 9wBWk
@@ -11584,7 +11584,7 @@ msgctxt ""
"GIRLS_SYMBOL\n"
"LngText.text"
msgid "girls"
-msgstr ""
+msgstr "meisie"
#. 🛨 (U+1F6E8), see http://wiki.documentfoundation.org/Emoji
#. wpUD2
@@ -11594,7 +11594,7 @@ msgctxt ""
"UP-POINTING_SMALL_AIRPLANE\n"
"LngText.text"
msgid "airplane4"
-msgstr ""
+msgstr "vliegtuig4"
#. 🛲 (U+1F6F2), see http://wiki.documentfoundation.org/Emoji
#. AZpeG
@@ -11604,7 +11604,7 @@ msgctxt ""
"DIESEL_LOCOMOTIVE\n"
"LngText.text"
msgid "locomotive2"
-msgstr ""
+msgstr "lokomotief2"
#. 🛧 (U+1F6E7), see http://wiki.documentfoundation.org/Emoji
#. RCBUE
@@ -11614,7 +11614,7 @@ msgctxt ""
"UP-POINTING_AIRPLANE\n"
"LngText.text"
msgid "airplane3"
-msgstr ""
+msgstr "vliegtuig3"
#. 🛱 (U+1F6F1), see http://wiki.documentfoundation.org/Emoji
#. vEzt8
@@ -11624,7 +11624,7 @@ msgctxt ""
"ONCOMING_FIRE_ENGINE\n"
"LngText.text"
msgid "fire engine2"
-msgstr ""
+msgstr "brandweerwa2"
#. 🛦 (U+1F6E6), see http://wiki.documentfoundation.org/Emoji
#. 5E5qt
@@ -11634,7 +11634,7 @@ msgctxt ""
"UP-POINTING_MILITARY_AIRPLANE\n"
"LngText.text"
msgid "airplane5"
-msgstr ""
+msgstr "vegvliegtuig"
#. 🛪 (U+1F6EA), see http://wiki.documentfoundation.org/Emoji
#. 3YCGT
@@ -11644,7 +11644,7 @@ msgctxt ""
"NORTHEAST-POINTING_AIRPLANE\n"
"LngText.text"
msgid "airplane6"
-msgstr ""
+msgstr "vliegtuig regs"
#. 🗭 (U+1F5ED), see http://wiki.documentfoundation.org/Emoji
#. V5pj8
@@ -11654,7 +11654,7 @@ msgctxt ""
"RIGHT_THOUGHT_BUBBLE\n"
"LngText.text"
msgid "bubble5"
-msgstr ""
+msgstr "gedagte borrel"
#. 🗱 (U+1F5F1), see http://wiki.documentfoundation.org/Emoji
#. yp5bD
@@ -11664,7 +11664,7 @@ msgctxt ""
"LIGHTNING_MOOD_BUBBLE\n"
"LngText.text"
msgid "bubble6"
-msgstr ""
+msgstr "woede teksballon"
#. 🗬 (U+1F5EC), see http://wiki.documentfoundation.org/Emoji
#. FFx4K
@@ -11674,7 +11674,7 @@ msgctxt ""
"LEFT_THOUGHT_BUBBLE\n"
"LngText.text"
msgid "bubble7"
-msgstr ""
+msgstr "teksballon"
#. 🗠 (U+1F5E0), see http://wiki.documentfoundation.org/Emoji
#. JEqPj
@@ -11684,7 +11684,7 @@ msgctxt ""
"STOCK_CHART\n"
"LngText.text"
msgid "chart5"
-msgstr ""
+msgstr "prysgrafiek"
#. 🗟 (U+1F5DF), see http://wiki.documentfoundation.org/Emoji
#. LNFqr
@@ -11694,7 +11694,7 @@ msgctxt ""
"PAGE_WITH_CIRCLED_TEXT\n"
"LngText.text"
msgid "page4"
-msgstr ""
+msgstr "omsirkelde bladsy"
#. 🖎 (U+1F58E), see http://wiki.documentfoundation.org/Emoji
#. zi4B5
@@ -11704,7 +11704,7 @@ msgctxt ""
"LEFT_WRITING_HAND\n"
"LngText.text"
msgid "writing2"
-msgstr ""
+msgstr "hand skryf"
#. 🗦 (U+1F5E6), see http://wiki.documentfoundation.org/Emoji
#. r8Xz8
@@ -11714,7 +11714,7 @@ msgctxt ""
"THREE_RAYS_LEFT\n"
"LngText.text"
msgid "rays"
-msgstr ""
+msgstr "strale na links"
#. 🎝 (U+1F39D), see http://wiki.documentfoundation.org/Emoji
#. 7Zvkw
@@ -11724,7 +11724,7 @@ msgctxt ""
"BEAMED_DESCENDING_MUSICAL_NOTES\n"
"LngText.text"
msgid "notes3"
-msgstr ""
+msgstr "dalende musieknote"
#. 🔾 (U+1F53E), see http://wiki.documentfoundation.org/Emoji
#. gYeEg
@@ -11734,7 +11734,7 @@ msgctxt ""
"LOWER_RIGHT_SHADOWED_WHITE_CIRCLE\n"
"LngText.text"
msgid "circle3"
-msgstr ""
+msgstr "sirkel met skadu"
#. 🎜 (U+1F39C), see http://wiki.documentfoundation.org/Emoji
#. iywvE
@@ -11744,7 +11744,7 @@ msgctxt ""
"BEAMED_ASCENDING_MUSICAL_NOTES\n"
"LngText.text"
msgid "notes4"
-msgstr ""
+msgstr "stygende musieknote"
#. 🕮 (U+1F56E), see http://wiki.documentfoundation.org/Emoji
#. ESTxC
@@ -11754,7 +11754,7 @@ msgctxt ""
"BOOK\n"
"LngText.text"
msgid "book"
-msgstr ""
+msgstr "oopboek"
#. 🗛 (U+1F5DB), see http://wiki.documentfoundation.org/Emoji
#. qF7am
@@ -11764,7 +11764,7 @@ msgctxt ""
"DECREASE_FONT_SIZE_SYMBOL\n"
"LngText.text"
msgid "font"
-msgstr ""
+msgstr "font"
#. 🔿 (U+1F53F), see http://wiki.documentfoundation.org/Emoji
#. ZSeGW
@@ -11774,7 +11774,7 @@ msgctxt ""
"UPPER_RIGHT_SHADOWED_WHITE_CIRCLE\n"
"LngText.text"
msgid "circle4"
-msgstr ""
+msgstr "sirkel met boregse skadu"
#. 🕫 (U+1F56B), see http://wiki.documentfoundation.org/Emoji
#. VMMh9
@@ -11784,7 +11784,7 @@ msgctxt ""
"BULLHORN\n"
"LngText.text"
msgid "bullhorn"
-msgstr ""
+msgstr "megafoon2"
#. 🕬 (U+1F56C), see http://wiki.documentfoundation.org/Emoji
#. EvEb4
@@ -11794,7 +11794,7 @@ msgctxt ""
"BULLHORN_WITH_SOUND_WAVES\n"
"LngText.text"
msgid "bullhorn2"
-msgstr ""
+msgstr "megafoon"
#. 🕻 (U+1F57B), see http://wiki.documentfoundation.org/Emoji
#. AtkEf
@@ -11804,7 +11804,7 @@ msgctxt ""
"LEFT_HAND_TELEPHONE_RECEIVER\n"
"LngText.text"
msgid "receiver2"
-msgstr ""
+msgstr "telefoon"
#. 🕾 (U+1F57E), see http://wiki.documentfoundation.org/Emoji
#. EgspW
@@ -11814,7 +11814,7 @@ msgctxt ""
"WHITE_TOUCHTONE_TELEPHONE\n"
"LngText.text"
msgid "phone3"
-msgstr ""
+msgstr "telefoon3"
#. 🕼 (U+1F57C), see http://wiki.documentfoundation.org/Emoji
#. WXomE
@@ -11824,7 +11824,7 @@ msgctxt ""
"TELEPHONE_RECEIVER_WITH_PAGE\n"
"LngText.text"
msgid "receiver4"
-msgstr ""
+msgstr "telefoon4"
#. 🕽 (U+1F57D), see http://wiki.documentfoundation.org/Emoji
#. emFc7
@@ -11834,7 +11834,7 @@ msgctxt ""
"RIGHT_HAND_TELEPHONE_RECEIVER\n"
"LngText.text"
msgid "receiver3"
-msgstr ""
+msgstr "telefoon3"
#. 🕿 (U+1F57F), see http://wiki.documentfoundation.org/Emoji
#. HdoYh
@@ -11844,7 +11844,7 @@ msgctxt ""
"BLACK_TOUCHTONE_TELEPHONE\n"
"LngText.text"
msgid "phone4"
-msgstr ""
+msgstr "swart telefoon"
#. 🖚 (U+1F59A), see http://wiki.documentfoundation.org/Emoji
#. 335BP
@@ -11854,7 +11854,7 @@ msgctxt ""
"SIDEWAYS_BLACK_LEFT_POINTING_INDEX\n"
"LngText.text"
msgid "left4"
-msgstr ""
+msgstr "swart hand na links"
#. 🖏 (U+1F58F), see http://wiki.documentfoundation.org/Emoji
#. ubunD
@@ -11864,7 +11864,7 @@ msgctxt ""
"TURNED_OK_HAND_SIGN\n"
"LngText.text"
msgid "ok2"
-msgstr ""
+msgstr "OK2"
#. 🖜 (U+1F59C), see http://wiki.documentfoundation.org/Emoji
#. 3YbN8
@@ -11874,7 +11874,7 @@ msgctxt ""
"BLACK_LEFT_POINTING_BACKHAND_INDEX\n"
"LngText.text"
msgid "left5"
-msgstr ""
+msgstr "swart hand na links"
#. 🗥 (U+1F5E5), see http://wiki.documentfoundation.org/Emoji
#. 26mFx
@@ -11884,7 +11884,7 @@ msgctxt ""
"THREE_RAYS_BELOW\n"
"LngText.text"
msgid "rays2"
-msgstr ""
+msgstr "strale"
#. 🖛 (U+1F59B), see http://wiki.documentfoundation.org/Emoji
#. YxMaD
@@ -11894,7 +11894,7 @@ msgctxt ""
"SIDEWAYS_BLACK_RIGHT_POINTING_INDEX\n"
"LngText.text"
msgid "right4"
-msgstr ""
+msgstr "swart hand na regs"
#. 🖟 (U+1F59F), see http://wiki.documentfoundation.org/Emoji
#. RHxMa
@@ -11904,7 +11904,7 @@ msgctxt ""
"SIDEWAYS_WHITE_DOWN_POINTING_INDEX\n"
"LngText.text"
msgid "down3"
-msgstr ""
+msgstr "wit hand na onder"
#. 🖞 (U+1F59E), see http://wiki.documentfoundation.org/Emoji
#. Feod4
@@ -11914,7 +11914,7 @@ msgctxt ""
"SIDEWAYS_WHITE_UP_POINTING_INDEX\n"
"LngText.text"
msgid "up3"
-msgstr ""
+msgstr "wit hand na bo"
#. 🌢 (U+1F322), see http://wiki.documentfoundation.org/Emoji
#. vWrdA
@@ -11924,7 +11924,7 @@ msgctxt ""
"BLACK_DROPLET\n"
"LngText.text"
msgid "droplet2"
-msgstr ""
+msgstr "swart druppel"
#. 🎘 (U+1F398), see http://wiki.documentfoundation.org/Emoji
#. tzhR8
@@ -11934,7 +11934,7 @@ msgctxt ""
"MUSICAL_KEYBOARD_WITH_JACKS\n"
"LngText.text"
msgid "synthesizer"
-msgstr ""
+msgstr "musikale klawerbord"
#. 🎕 (U+1F395), see http://wiki.documentfoundation.org/Emoji
#. KpEFc
@@ -11944,7 +11944,7 @@ msgctxt ""
"BOUQUET_OF_FLOWERS\n"
"LngText.text"
msgid "bouquet2"
-msgstr ""
+msgstr "ruiker2"
#. 🎔 (U+1F394), see http://wiki.documentfoundation.org/Emoji
#. kBDE9
@@ -11954,7 +11954,7 @@ msgctxt ""
"HEART_WITH_TIP_ON_THE_LEFT\n"
"LngText.text"
msgid "heart2"
-msgstr ""
+msgstr "hart na links gepunt"
#. 🕱 (U+1F571), see http://wiki.documentfoundation.org/Emoji
#. kWWTC
@@ -11964,7 +11964,7 @@ msgctxt ""
"BLACK_SKULL_AND_CROSSBONES\n"
"LngText.text"
msgid "pirate"
-msgstr ""
+msgstr "seerower"
#. 🖀 (U+1F580), see http://wiki.documentfoundation.org/Emoji
#. Lk3GC
@@ -11974,7 +11974,7 @@ msgctxt ""
"TELEPHONE_ON_TOP_OF_MODEM\n"
"LngText.text"
msgid "modem"
-msgstr ""
+msgstr "modem"
#. 🕲 (U+1F572), see http://wiki.documentfoundation.org/Emoji
#. CYnVK
@@ -11984,7 +11984,7 @@ msgctxt ""
"NO_PIRACY\n"
"LngText.text"
msgid "no piracy"
-msgstr ""
+msgstr "geen seerowery"
#. 🕅 (U+1F545), see http://wiki.documentfoundation.org/Emoji
#. MngCK
@@ -11994,7 +11994,7 @@ msgctxt ""
"SYMBOL_FOR_MARKS_CHAPTER\n"
"LngText.text"
msgid "marks chapter"
-msgstr ""
+msgstr "hoofstuk merker"
#. 🕈 (U+1F548), see http://wiki.documentfoundation.org/Emoji
#. tA9Nr
@@ -12004,7 +12004,7 @@ msgctxt ""
"CELTIC_CROSS\n"
"LngText.text"
msgid "Celtic cross"
-msgstr ""
+msgstr "Keltiese kruis"
#. 🖗 (U+1F597), see http://wiki.documentfoundation.org/Emoji
#. TbsbW
@@ -12014,7 +12014,7 @@ msgctxt ""
"WHITE_DOWN_POINTING_LEFT_HAND_INDEX\n"
"LngText.text"
msgid "down4"
-msgstr ""
+msgstr "Hand na benede"
#. 🖆 (U+1F586), see http://wiki.documentfoundation.org/Emoji
#. Sh7hb
@@ -12024,7 +12024,7 @@ msgctxt ""
"PEN_OVER_STAMPED_ENVELOPE\n"
"LngText.text"
msgid "envelope4"
-msgstr ""
+msgstr "Koevert met pen"
#. 🖃 (U+1F583), see http://wiki.documentfoundation.org/Emoji
#. 6AKdz
@@ -12034,7 +12034,7 @@ msgctxt ""
"STAMPED_ENVELOPE\n"
"LngText.text"
msgid "envelope2"
-msgstr ""
+msgstr "koevert met posseël"
#. 🗤 (U+1F5E4), see http://wiki.documentfoundation.org/Emoji
#. UVBZB
@@ -12044,7 +12044,7 @@ msgctxt ""
"THREE_RAYS_ABOVE\n"
"LngText.text"
msgid "rays3"
-msgstr ""
+msgstr "strale na bo"
#. 🖉 (U+1F589), see http://wiki.documentfoundation.org/Emoji
#. teGE4
@@ -12054,7 +12054,7 @@ msgctxt ""
"LOWER_LEFT_PENCIL\n"
"LngText.text"
msgid "pencil4"
-msgstr ""
+msgstr "potlood na linksonder"
#. 🖂 (U+1F582), see http://wiki.documentfoundation.org/Emoji
#. zvLQc
@@ -12064,7 +12064,7 @@ msgctxt ""
"BACK_OF_ENVELOPE\n"
"LngText.text"
msgid "envelope3"
-msgstr ""
+msgstr "koevertomslag"
#. 🖈 (U+1F588), see http://wiki.documentfoundation.org/Emoji
#. ED7mw
@@ -12074,7 +12074,7 @@ msgctxt ""
"BLACK_PUSHPIN\n"
"LngText.text"
msgid "tack"
-msgstr ""
+msgstr "drukspeld"
#. 🖄 (U+1F584), see http://wiki.documentfoundation.org/Emoji
#. KE6gJ
@@ -12084,7 +12084,7 @@ msgctxt ""
"ENVELOPE_WITH_LIGHTNING\n"
"LngText.text"
msgid "envelope5"
-msgstr ""
+msgstr "koevert met blits"
#. 🖁 (U+1F581), see http://wiki.documentfoundation.org/Emoji
#. npC85
@@ -12094,7 +12094,7 @@ msgctxt ""
"CLAMSHELL_MOBILE_PHONE\n"
"LngText.text"
msgid "mobile2"
-msgstr ""
+msgstr "mobiele telefoon"
#. 🖅 (U+1F585), see http://wiki.documentfoundation.org/Emoji
#. GoddF
@@ -12104,7 +12104,7 @@ msgctxt ""
"FLYING_ENVELOPE\n"
"LngText.text"
msgid "envelope6"
-msgstr ""
+msgstr "lugpos"
#. 🖘 (U+1F598), see http://wiki.documentfoundation.org/Emoji
#. DVJqf
@@ -12114,7 +12114,7 @@ msgctxt ""
"SIDEWAYS_WHITE_LEFT_POINTING_INDEX\n"
"LngText.text"
msgid "left6"
-msgstr ""
+msgstr "wysvinger na links"
#. 🖙 (U+1F599), see http://wiki.documentfoundation.org/Emoji
#. v5Ngu
@@ -12124,7 +12124,7 @@ msgctxt ""
"SIDEWAYS_WHITE_RIGHT_POINTING_INDEX\n"
"LngText.text"
msgid "right5"
-msgstr ""
+msgstr "wysvinger na regs"
#. 🗖 (U+1F5D6), see http://wiki.documentfoundation.org/Emoji
#. Cqs44
@@ -12134,7 +12134,7 @@ msgctxt ""
"MAXIMIZE\n"
"LngText.text"
msgid "maximize"
-msgstr ""
+msgstr "maksimeer"
#. 🗗 (U+1F5D7), see http://wiki.documentfoundation.org/Emoji
#. a8Ton
@@ -12144,7 +12144,7 @@ msgctxt ""
"OVERLAP\n"
"LngText.text"
msgid "overlap"
-msgstr ""
+msgstr "oorvleueling"
#. 🗏 (U+1F5CF), see http://wiki.documentfoundation.org/Emoji
#. jZs9w
@@ -12154,7 +12154,7 @@ msgctxt ""
"PAGE\n"
"LngText.text"
msgid "page2"
-msgstr ""
+msgstr "bladsy2"
#. 🗐 (U+1F5D0), see http://wiki.documentfoundation.org/Emoji
#. ejx3h
@@ -12164,7 +12164,7 @@ msgctxt ""
"PAGES\n"
"LngText.text"
msgid "pages"
-msgstr ""
+msgstr "bladsye"
#. 🗘 (U+1F5D8), see http://wiki.documentfoundation.org/Emoji
#. 2Fp3C
@@ -12174,7 +12174,7 @@ msgctxt ""
"CLOCKWISE_RIGHT_AND_LEFT_SEMICIRCLE_ARROWS\n"
"LngText.text"
msgid "arrows"
-msgstr ""
+msgstr "pyle kloksgewys"
#. 🗚 (U+1F5DA), see http://wiki.documentfoundation.org/Emoji
#. bFSAy
@@ -12184,7 +12184,7 @@ msgctxt ""
"INCREASE_FONT_SIZE_SYMBOL\n"
"LngText.text"
msgid "font2"
-msgstr ""
+msgstr "font vergroot"
#. 🗕 (U+1F5D5), see http://wiki.documentfoundation.org/Emoji
#. KeAPT
@@ -12194,7 +12194,7 @@ msgctxt ""
"MINIMIZE\n"
"LngText.text"
msgid "minimize"
-msgstr ""
+msgstr "minimeer"
#. 🗙 (U+1F5D9), see http://wiki.documentfoundation.org/Emoji
#. cWAh4
@@ -12204,7 +12204,7 @@ msgctxt ""
"CANCELLATION_X\n"
"LngText.text"
msgid "cancel"
-msgstr ""
+msgstr "kanselleer"
#. 🗔 (U+1F5D4), see http://wiki.documentfoundation.org/Emoji
#. CpvEL
@@ -12214,7 +12214,7 @@ msgctxt ""
"DESKTOP_WINDOW\n"
"LngText.text"
msgid "window"
-msgstr ""
+msgstr "rekenaar venster"
#. 🗌 (U+1F5CC), see http://wiki.documentfoundation.org/Emoji
#. 9MFBE
@@ -12224,7 +12224,7 @@ msgctxt ""
"EMPTY_PAGE\n"
"LngText.text"
msgid "empty page"
-msgstr ""
+msgstr "leë bladsy"
#. 🗋 (U+1F5CB), see http://wiki.documentfoundation.org/Emoji
#. 4fcuu
@@ -12234,7 +12234,7 @@ msgctxt ""
"EMPTY_DOCUMENT\n"
"LngText.text"
msgid "empty document"
-msgstr ""
+msgstr "leë dokument"
#. 🗍 (U+1F5CD), see http://wiki.documentfoundation.org/Emoji
#. hQp56
@@ -12244,7 +12244,7 @@ msgctxt ""
"EMPTY_PAGES\n"
"LngText.text"
msgid "empty pages"
-msgstr ""
+msgstr "leë bladsye"
#. 🗎 (U+1F5CE), see http://wiki.documentfoundation.org/Emoji
#. g8N6C
@@ -12254,7 +12254,7 @@ msgctxt ""
"DOCUMENT\n"
"LngText.text"
msgid "document"
-msgstr ""
+msgstr "dokument"
#. 🗆 (U+1F5C6), see http://wiki.documentfoundation.org/Emoji
#. MaUGt
@@ -12264,7 +12264,7 @@ msgctxt ""
"EMPTY_NOTE_PAGE\n"
"LngText.text"
msgid "empty note page"
-msgstr ""
+msgstr "leë notabladsy"
#. 🗊 (U+1F5CA), see http://wiki.documentfoundation.org/Emoji
#. 7w4gh
@@ -12274,7 +12274,7 @@ msgctxt ""
"NOTE_PAD\n"
"LngText.text"
msgid "note pad"
-msgstr ""
+msgstr "nota blok"
#. 🗈 (U+1F5C8), see http://wiki.documentfoundation.org/Emoji
#. AE3mL
@@ -12284,7 +12284,7 @@ msgctxt ""
"NOTE\n"
"LngText.text"
msgid "note3"
-msgstr ""
+msgstr "nota3"
#. 🗇 (U+1F5C7), see http://wiki.documentfoundation.org/Emoji
#. 5aCDm
@@ -12294,7 +12294,7 @@ msgctxt ""
"EMPTY_NOTE_PAD\n"
"LngText.text"
msgid "empty note pad"
-msgstr ""
+msgstr "leë notablok"
#. 🗉 (U+1F5C9), see http://wiki.documentfoundation.org/Emoji
#. bDRqr
@@ -12304,7 +12304,7 @@ msgctxt ""
"NOTE_PAGE\n"
"LngText.text"
msgid "note page"
-msgstr ""
+msgstr "nota bladsy"
#. 🖸 (U+1F5B8), see http://wiki.documentfoundation.org/Emoji
#. FdBv4
@@ -12314,7 +12314,7 @@ msgctxt ""
"OPTICAL_DISC_ICON\n"
"LngText.text"
msgid "optical disc"
-msgstr ""
+msgstr "CD"
#. 🗀 (U+1F5C0), see http://wiki.documentfoundation.org/Emoji
#. Ghxv6
@@ -12324,7 +12324,7 @@ msgctxt ""
"FOLDER\n"
"LngText.text"
msgid "folder3"
-msgstr ""
+msgstr "wit vouer"
#. 🖝 (U+1F59D), see http://wiki.documentfoundation.org/Emoji
#. gwq6Z
@@ -12334,7 +12334,7 @@ msgctxt ""
"BLACK_RIGHT_POINTING_BACKHAND_INDEX\n"
"LngText.text"
msgid "right6"
-msgstr ""
+msgstr "swart vinger na regs"
#. 🗁 (U+1F5C1), see http://wiki.documentfoundation.org/Emoji
#. V9USD
@@ -12344,7 +12344,7 @@ msgctxt ""
"OPEN_FOLDER\n"
"LngText.text"
msgid "folder4"
-msgstr ""
+msgstr "wit oop vouer"
#. 🗅 (U+1F5C5), see http://wiki.documentfoundation.org/Emoji
#. Wb5pZ
@@ -12354,7 +12354,7 @@ msgctxt ""
"EMPTY_NOTE\n"
"LngText.text"
msgid "empty note"
-msgstr ""
+msgstr "leë nota"
#. 🖿 (U+1F5BF), see http://wiki.documentfoundation.org/Emoji
#. 2DTcZ
@@ -12364,7 +12364,7 @@ msgctxt ""
"BLACK_FOLDER\n"
"LngText.text"
msgid "folder5"
-msgstr ""
+msgstr "swart vouer"
#. 🖾 (U+1F5BE), see http://wiki.documentfoundation.org/Emoji
#. 9icB8
@@ -12374,7 +12374,7 @@ msgctxt ""
"FRAME_WITH_AN_X\n"
"LngText.text"
msgid "frame"
-msgstr ""
+msgstr "raam met X"
#. 🖽 (U+1F5BD), see http://wiki.documentfoundation.org/Emoji
#. 2zYBL
@@ -12384,7 +12384,7 @@ msgctxt ""
"FRAME_WITH_TILES\n"
"LngText.text"
msgid "frame2"
-msgstr ""
+msgstr "raam met teëls"
#. 🖹 (U+1F5B9), see http://wiki.documentfoundation.org/Emoji
#. CWPgm
@@ -12394,7 +12394,7 @@ msgctxt ""
"DOCUMENT_WITH_TEXT\n"
"LngText.text"
msgid "document2"
-msgstr ""
+msgstr "dokument met teks"
#. 🖻 (U+1F5BB), see http://wiki.documentfoundation.org/Emoji
#. W5ZZb
@@ -12404,7 +12404,7 @@ msgctxt ""
"DOCUMENT_WITH_PICTURE\n"
"LngText.text"
msgid "document3"
-msgstr ""
+msgstr "dokument met beeld"
#. 🖺 (U+1F5BA), see http://wiki.documentfoundation.org/Emoji
#. BR5B8
@@ -12414,7 +12414,7 @@ msgctxt ""
"DOCUMENT_WITH_TEXT_AND_PICTURE\n"
"LngText.text"
msgid "document4"
-msgstr ""
+msgstr "dokument4"
#. 🖶 (U+1F5B6), see http://wiki.documentfoundation.org/Emoji
#. iWFAt
@@ -12424,7 +12424,7 @@ msgctxt ""
"PRINTER_ICON\n"
"LngText.text"
msgid "printer2"
-msgstr ""
+msgstr "drukker2"
#. 🖷 (U+1F5B7), see http://wiki.documentfoundation.org/Emoji
#. CmW6a
@@ -12434,7 +12434,7 @@ msgctxt ""
"FAX_ICON\n"
"LngText.text"
msgid "fax2"
-msgstr ""
+msgstr "faks"
#. 🖰 (U+1F5B0), see http://wiki.documentfoundation.org/Emoji
#. u4fMX
@@ -12444,7 +12444,7 @@ msgctxt ""
"TWO_BUTTON_MOUSE\n"
"LngText.text"
msgid "mouse4"
-msgstr ""
+msgstr "tweeknop muis"
#. 🖳 (U+1F5B3), see http://wiki.documentfoundation.org/Emoji
#. YM2Wi
@@ -12454,7 +12454,7 @@ msgctxt ""
"OLD_PERSONAL_COMPUTER\n"
"LngText.text"
msgid "pc"
-msgstr ""
+msgstr "Ou PC"
#. 🖵 (U+1F5B5), see http://wiki.documentfoundation.org/Emoji
#. uCEtj
@@ -12464,7 +12464,7 @@ msgctxt ""
"SCREEN\n"
"LngText.text"
msgid "screen"
-msgstr ""
+msgstr "skerm"
#. 🖯 (U+1F5AF), see http://wiki.documentfoundation.org/Emoji
#. dxgBq
@@ -12474,7 +12474,7 @@ msgctxt ""
"ONE_BUTTON_MOUSE\n"
"LngText.text"
msgid "mouse5"
-msgstr ""
+msgstr "eenknop muis"
#. 🖴 (U+1F5B4), see http://wiki.documentfoundation.org/Emoji
#. h2kWQ
@@ -12484,7 +12484,7 @@ msgctxt ""
"HARD_DISK\n"
"LngText.text"
msgid "hard disk"
-msgstr ""
+msgstr "harde skyf"
#. 🖩 (U+1F5A9), see http://wiki.documentfoundation.org/Emoji
#. zVUTo
@@ -12494,7 +12494,7 @@ msgctxt ""
"POCKET_CALCULATOR\n"
"LngText.text"
msgid "calculator"
-msgstr ""
+msgstr "rekenmasjien"
#. 🖭 (U+1F5AD), see http://wiki.documentfoundation.org/Emoji
#. vxsZg
@@ -12504,7 +12504,7 @@ msgctxt ""
"TAPE_CARTRIDGE\n"
"LngText.text"
msgid "cartridge"
-msgstr ""
+msgstr "ink houer"
#. 🖬 (U+1F5AC), see http://wiki.documentfoundation.org/Emoji
#. 8CWzA
@@ -12514,7 +12514,7 @@ msgctxt ""
"SOFT_SHELL_FLOPPY_DISK\n"
"LngText.text"
msgid "floppy2"
-msgstr ""
+msgstr "floppy2"
#. 🖫 (U+1F5AB), see http://wiki.documentfoundation.org/Emoji
#. SxL8M
@@ -12524,7 +12524,7 @@ msgctxt ""
"WHITE_HARD_SHELL_FLOPPY_DISK\n"
"LngText.text"
msgid "floppy3"
-msgstr ""
+msgstr "floppy3"
#. 🖮 (U+1F5AE), see http://wiki.documentfoundation.org/Emoji
#. LYzF5
@@ -12534,7 +12534,7 @@ msgctxt ""
"WIRED_KEYBOARD\n"
"LngText.text"
msgid "keyboard2"
-msgstr ""
+msgstr "toetsbord2"
#. 🖔 (U+1F594), see http://wiki.documentfoundation.org/Emoji
#. 63xqd
@@ -12544,7 +12544,7 @@ msgctxt ""
"REVERSED_VICTORY_HAND\n"
"LngText.text"
msgid "victory2"
-msgstr ""
+msgstr "oorwinning2"
#. 🖧 (U+1F5A7), see http://wiki.documentfoundation.org/Emoji
#. nnqCB
@@ -12554,7 +12554,7 @@ msgctxt ""
"THREE_NETWORKED_COMPUTERS\n"
"LngText.text"
msgid "network"
-msgstr ""
+msgstr "netwerk"
#. 🖪 (U+1F5AA), see http://wiki.documentfoundation.org/Emoji
#. jTG2R
@@ -12564,7 +12564,7 @@ msgctxt ""
"BLACK_HARD_SHELL_FLOPPY_DISK\n"
"LngText.text"
msgid "floppy4"
-msgstr ""
+msgstr "floppy4"
#. 🗢 (U+1F5E2), see http://wiki.documentfoundation.org/Emoji
#. cK4DP
@@ -12574,7 +12574,7 @@ msgctxt ""
"LIPS\n"
"LngText.text"
msgid "lips"
-msgstr ""
+msgstr "lippe"
#. 🖦 (U+1F5A6), see http://wiki.documentfoundation.org/Emoji
#. maQCB
@@ -12584,7 +12584,7 @@ msgctxt ""
"KEYBOARD_AND_MOUSE\n"
"LngText.text"
msgid "keyboard3"
-msgstr ""
+msgstr "toetsbord3"
#. 🖣 (U+1F5A3), see http://wiki.documentfoundation.org/Emoji
#. gxjyq
@@ -12594,7 +12594,7 @@ msgctxt ""
"BLACK_DOWN_POINTING_BACKHAND_INDEX\n"
"LngText.text"
msgid "down5"
-msgstr ""
+msgstr "swart wysvinger na onder5"
#. 🖡 (U+1F5A1), see http://wiki.documentfoundation.org/Emoji
#. fzdRY
@@ -12604,7 +12604,7 @@ msgctxt ""
"SIDEWAYS_BLACK_DOWN_POINTING_INDEX\n"
"LngText.text"
msgid "down6"
-msgstr ""
+msgstr "swart wysvinger na onder6"
#. 📾 (U+1F4FE), see http://wiki.documentfoundation.org/Emoji
#. S5d7x
@@ -12614,7 +12614,7 @@ msgctxt ""
"PORTABLE_STEREO\n"
"LngText.text"
msgid "stereo"
-msgstr ""
+msgstr "stereo"
#. 🏶 (U+1F3F6), see http://wiki.documentfoundation.org/Emoji
#. g3tfF
@@ -12624,7 +12624,7 @@ msgctxt ""
"BLACK_ROSETTE\n"
"LngText.text"
msgid "rosette2"
-msgstr ""
+msgstr "roset2"
#. 🏲 (U+1F3F2), see http://wiki.documentfoundation.org/Emoji
#. i4YCp
@@ -12634,7 +12634,7 @@ msgctxt ""
"BLACK_PENNANT\n"
"LngText.text"
msgid "pennant"
-msgstr ""
+msgstr "swart wimpel"
#. 🖠 (U+1F5A0), see http://wiki.documentfoundation.org/Emoji
#. JBDRo
@@ -12644,7 +12644,7 @@ msgctxt ""
"SIDEWAYS_BLACK_UP_POINTING_INDEX\n"
"LngText.text"
msgid "up4"
-msgstr ""
+msgstr "wysvinger omhoog4"
#. 🖢 (U+1F5A2), see http://wiki.documentfoundation.org/Emoji
#. Pc5KV
@@ -12654,7 +12654,7 @@ msgctxt ""
"BLACK_UP_POINTING_BACKHAND_INDEX\n"
"LngText.text"
msgid "up5"
-msgstr ""
+msgstr "swart wysvinger na bo"
#. 🏱 (U+1F3F1), see http://wiki.documentfoundation.org/Emoji
#. 2A8Yp
@@ -12664,7 +12664,7 @@ msgctxt ""
"WHITE_PENNANT\n"
"LngText.text"
msgid "pennant2"
-msgstr ""
+msgstr "wit wimpel"
#. 🕄 (U+1F544), see http://wiki.documentfoundation.org/Emoji
#. Ew6So
@@ -12674,7 +12674,7 @@ msgctxt ""
"NOTCHED_RIGHT_SEMICIRCLE_WITH_THREE_DOTS\n"
"LngText.text"
msgid "feast2"
-msgstr ""
+msgstr "hoë liturgiese fees"
#. 🖓 (U+1F593), see http://wiki.documentfoundation.org/Emoji
#. AJpzE
@@ -12684,7 +12684,7 @@ msgctxt ""
"REVERSED_THUMBS_DOWN_SIGN\n"
"LngText.text"
msgid "no2"
-msgstr ""
+msgstr "nee2"
#. 🖑 (U+1F591), see http://wiki.documentfoundation.org/Emoji
#. SqfKC
@@ -12694,7 +12694,7 @@ msgctxt ""
"REVERSED_RAISED_HAND_WITH_FINGERS_SPLAYED\n"
"LngText.text"
msgid "hand3"
-msgstr ""
+msgstr "hand3"
#. 🖒 (U+1F592), see http://wiki.documentfoundation.org/Emoji
#. 5EAvq
@@ -12704,7 +12704,7 @@ msgctxt ""
"REVERSED_THUMBS_UP_SIGN\n"
"LngText.text"
msgid "yes2"
-msgstr ""
+msgstr "ja2"
#. 🕩 (U+1F569), see http://wiki.documentfoundation.org/Emoji
#. EBpBK
@@ -12714,7 +12714,7 @@ msgctxt ""
"RIGHT_SPEAKER_WITH_ONE_SOUND_WAVE\n"
"LngText.text"
msgid "speaker2"
-msgstr ""
+msgstr "luidspreker2"
#. 🕆 (U+1F546), see http://wiki.documentfoundation.org/Emoji
#. v3jrY
@@ -12724,7 +12724,7 @@ msgctxt ""
"WHITE_LATIN_CROSS\n"
"LngText.text"
msgid "Latin cross2"
-msgstr ""
+msgstr "Latynse kruis2"
#. 🕇 (U+1F547), see http://wiki.documentfoundation.org/Emoji
#. QhPED
@@ -12734,7 +12734,7 @@ msgctxt ""
"HEAVY_LATIN_CROSS\n"
"LngText.text"
msgid "Latin cross3"
-msgstr ""
+msgstr "Latynse kruis3"
#. 🕨 (U+1F568), see http://wiki.documentfoundation.org/Emoji
#. y9uLG
@@ -12744,7 +12744,7 @@ msgctxt ""
"RIGHT_SPEAKER\n"
"LngText.text"
msgid "speaker3"
-msgstr ""
+msgstr "luidspreker na regs"
#. 🕭 (U+1F56D), see http://wiki.documentfoundation.org/Emoji
#. yXfff
@@ -12754,7 +12754,7 @@ msgctxt ""
"RINGING_BELL\n"
"LngText.text"
msgid "bell3"
-msgstr ""
+msgstr "klok3"
#. 🌣 (U+1F323), see http://wiki.documentfoundation.org/Emoji
#. rq3dA
@@ -12764,7 +12764,7 @@ msgctxt ""
"WHITE_SUN\n"
"LngText.text"
msgid "sun2"
-msgstr ""
+msgstr "wit son"
#. 🛇 (U+1F6C7), see http://wiki.documentfoundation.org/Emoji
#. etzs6
@@ -12774,7 +12774,7 @@ msgctxt ""
"PROHIBITED_SIGN\n"
"LngText.text"
msgid "prohibited"
-msgstr ""
+msgstr "verbode simbool"
#. 🛆 (U+1F6C6), see http://wiki.documentfoundation.org/Emoji
#. Qiqnn
@@ -12784,7 +12784,7 @@ msgctxt ""
"TRIANGLE_WITH_ROUNDED_CORNERS\n"
"LngText.text"
msgid "triangle3"
-msgstr ""
+msgstr "driehoek3"
#. 🗫 (U+1F5EB), see http://wiki.documentfoundation.org/Emoji
#. NxoaJ
@@ -12794,7 +12794,7 @@ msgctxt ""
"THREE_SPEECH_BUBBLES\n"
"LngText.text"
msgid "bubble3"
-msgstr ""
+msgstr "spraak ballon3"
#. 🕪 (U+1F56A), see http://wiki.documentfoundation.org/Emoji
#. ccFjf
@@ -12804,7 +12804,7 @@ msgctxt ""
"RIGHT_SPEAKER_WITH_THREE_SOUND_WAVES\n"
"LngText.text"
msgid "speaker4"
-msgstr ""
+msgstr "luidspreker4"
#. 🗮 (U+1F5EE), see http://wiki.documentfoundation.org/Emoji
#. B8Hg3
@@ -12814,7 +12814,7 @@ msgctxt ""
"LEFT_ANGER_BUBBLE\n"
"LngText.text"
msgid "bubble8"
-msgstr ""
+msgstr "spraak ballon8"
#. 🗧 (U+1F5E7), see http://wiki.documentfoundation.org/Emoji
#. BJdG2
@@ -12824,7 +12824,7 @@ msgctxt ""
"THREE_RAYS_RIGHT\n"
"LngText.text"
msgid "rays4"
-msgstr ""
+msgstr "strale4"
#. 🗲 (U+1F5F2), see http://wiki.documentfoundation.org/Emoji
#. KQe2w
@@ -12834,7 +12834,7 @@ msgctxt ""
"LIGHTNING_MOOD\n"
"LngText.text"
msgid "lightning2"
-msgstr ""
+msgstr "blits2"
#. 🗰 (U+1F5F0), see http://wiki.documentfoundation.org/Emoji
#. ySPbT
@@ -12844,7 +12844,7 @@ msgctxt ""
"MOOD_BUBBLE\n"
"LngText.text"
msgid "bubble9"
-msgstr ""
+msgstr "buie ballon"
#. 🗹 (U+1F5F9), see http://wiki.documentfoundation.org/Emoji
#. Ti5Gc
@@ -12854,7 +12854,7 @@ msgctxt ""
"BALLOT_BOX_WITH_BOLD_CHECK\n"
"LngText.text"
msgid "checkbox5"
-msgstr ""
+msgstr "regmerker veld"
#. 🗴 (U+1F5F4), see http://wiki.documentfoundation.org/Emoji
#. K9FkL
@@ -12864,7 +12864,7 @@ msgctxt ""
"BALLOT_SCRIPT_X\n"
"LngText.text"
msgid "check mark4"
-msgstr ""
+msgstr "stemmerk"
#. 🗪 (U+1F5EA), see http://wiki.documentfoundation.org/Emoji
#. fxebH
@@ -12874,7 +12874,7 @@ msgctxt ""
"TWO_SPEECH_BUBBLES\n"
"LngText.text"
msgid "bubble2"
-msgstr ""
+msgstr "twee spraak balonne"
#. 🗶 (U+1F5F6), see http://wiki.documentfoundation.org/Emoji
#. mQ7Sx
@@ -12884,7 +12884,7 @@ msgctxt ""
"BALLOT_BOLD_SCRIPT_X\n"
"LngText.text"
msgid "x4"
-msgstr ""
+msgstr "X4"
#. 🗩 (U+1F5E9), see http://wiki.documentfoundation.org/Emoji
#. HADvf
@@ -12894,7 +12894,7 @@ msgctxt ""
"RIGHT_SPEECH_BUBBLE\n"
"LngText.text"
msgid "bubble10"
-msgstr ""
+msgstr "spraak ballon na regs"
#. 🗵 (U+1F5F5), see http://wiki.documentfoundation.org/Emoji
#. CgYR4
@@ -12904,7 +12904,7 @@ msgctxt ""
"BALLOT_BOX_WITH_SCRIPT_X\n"
"LngText.text"
msgid "checkbox6"
-msgstr ""
+msgstr "keuseblokkie6"
#. 🗸 (U+1F5F8), see http://wiki.documentfoundation.org/Emoji
#. C3B4F
@@ -12914,7 +12914,7 @@ msgctxt ""
"LIGHT_CHECK_MARK\n"
"LngText.text"
msgid "check mark5"
-msgstr ""
+msgstr "keuse merk5"
#. 🤗 (U+1F917), see http://wiki.documentfoundation.org/Emoji
#. EbZew
@@ -12924,7 +12924,7 @@ msgctxt ""
"HUGGING_FACE\n"
"LngText.text"
msgid "hugging"
-msgstr ""
+msgstr "omhels"
#. 🤔 (U+1F914), see http://wiki.documentfoundation.org/Emoji
#. QGVSq
@@ -12934,7 +12934,7 @@ msgctxt ""
"THINKING_FACE\n"
"LngText.text"
msgid "thinking"
-msgstr ""
+msgstr "denkend"
#. 🙄 (U+1F644), see http://wiki.documentfoundation.org/Emoji
#. YWnjW
@@ -12944,7 +12944,7 @@ msgctxt ""
"FACE_WITH_ROLLING_EYES\n"
"LngText.text"
msgid "eye roll"
-msgstr ""
+msgstr "rollende oë"
#. 🤐 (U+1F910), see http://wiki.documentfoundation.org/Emoji
#. eahZt
@@ -12954,7 +12954,7 @@ msgctxt ""
"ZIPPER-MOUTH_FACE\n"
"LngText.text"
msgid "zipper"
-msgstr ""
+msgstr "ritsluiter"
#. 🙃 (U+1F643), see http://wiki.documentfoundation.org/Emoji
#. UEkgj
@@ -12964,7 +12964,7 @@ msgctxt ""
"UPSIDE-DOWN_FACE\n"
"LngText.text"
msgid "upside-down"
-msgstr ""
+msgstr "onderstebo gesiggie"
#. 🤑 (U+1F911), see http://wiki.documentfoundation.org/Emoji
#. NHvD5
@@ -12974,7 +12974,7 @@ msgctxt ""
"MONEY-MOUTH_FACE\n"
"LngText.text"
msgid "money3"
-msgstr ""
+msgstr "geld3"
#. 🤒 (U+1F912), see http://wiki.documentfoundation.org/Emoji
#. XNpdb
@@ -12984,7 +12984,7 @@ msgctxt ""
"FACE_WITH_THERMOMETER\n"
"LngText.text"
msgid "thermometer2"
-msgstr ""
+msgstr "termometer2"
#. 🤕 (U+1F915), see http://wiki.documentfoundation.org/Emoji
#. 7baC2
@@ -12994,7 +12994,7 @@ msgctxt ""
"FACE_WITH_HEAD-BANDAGE\n"
"LngText.text"
msgid "bandage"
-msgstr ""
+msgstr "gesig met kopverband"
#. 🤓 (U+1F913), see http://wiki.documentfoundation.org/Emoji
#. AZgGL
@@ -13004,7 +13004,7 @@ msgctxt ""
"NERD_FACE\n"
"LngText.text"
msgid "nerd"
-msgstr ""
+msgstr "nerd gesig"
#. 🤖 (U+1F916), see http://wiki.documentfoundation.org/Emoji
#. GdDbE
@@ -13014,7 +13014,7 @@ msgctxt ""
"ROBOT_FACE\n"
"LngText.text"
msgid "robot"
-msgstr ""
+msgstr "robot gesig"
#. 🏻 (U+1F3FB), see http://wiki.documentfoundation.org/Emoji
#. GANQW
@@ -13024,7 +13024,7 @@ msgctxt ""
"EMOJI_MODIFIER_FITZPATRICK_TYPE-1-2\n"
"LngText.text"
msgid "skin1"
-msgstr ""
+msgstr "helder huid"
#. 🏼 (U+1F3FC), see http://wiki.documentfoundation.org/Emoji
#. gbDCJ
@@ -13034,7 +13034,7 @@ msgctxt ""
"EMOJI_MODIFIER_FITZPATRICK_TYPE-3\n"
"LngText.text"
msgid "skin2"
-msgstr ""
+msgstr "huid2"
#. 🏽 (U+1F3FD), see http://wiki.documentfoundation.org/Emoji
#. SCAhC
@@ -13044,7 +13044,7 @@ msgctxt ""
"EMOJI_MODIFIER_FITZPATRICK_TYPE-4\n"
"LngText.text"
msgid "skin3"
-msgstr ""
+msgstr "ligbruin huid"
#. 🏾 (U+1F3FE), see http://wiki.documentfoundation.org/Emoji
#. 73nmB
@@ -13054,7 +13054,7 @@ msgctxt ""
"EMOJI_MODIFIER_FITZPATRICK_TYPE-5\n"
"LngText.text"
msgid "skin4"
-msgstr ""
+msgstr "bruin huid"
#. 🏿 (U+1F3FF), see http://wiki.documentfoundation.org/Emoji
#. xD2SM
@@ -13064,7 +13064,7 @@ msgctxt ""
"EMOJI_MODIFIER_FITZPATRICK_TYPE-6\n"
"LngText.text"
msgid "skin5"
-msgstr ""
+msgstr "swart huid"
#. 🤘 (U+1F918), see http://wiki.documentfoundation.org/Emoji
#. uqz8D
@@ -13074,7 +13074,7 @@ msgctxt ""
"SIGN_OF_THE_HORNS\n"
"LngText.text"
msgid "horns"
-msgstr ""
+msgstr "horings handteken"
#. 📿 (U+1F4FF), see http://wiki.documentfoundation.org/Emoji
#. UZABL
@@ -13084,7 +13084,7 @@ msgctxt ""
"PRAYER_BEADS\n"
"LngText.text"
msgid "beads"
-msgstr ""
+msgstr "gebedskrale"
#. 🦁 (U+1F981), see http://wiki.documentfoundation.org/Emoji
#. XwHn4
@@ -13094,7 +13094,7 @@ msgctxt ""
"LION_FACE\n"
"LngText.text"
msgid "lion"
-msgstr ""
+msgstr "leeu gesig"
#. 🦄 (U+1F984), see http://wiki.documentfoundation.org/Emoji
#. AsQ5Q
@@ -13104,7 +13104,7 @@ msgctxt ""
"UNICORN_FACE\n"
"LngText.text"
msgid "unicorn"
-msgstr ""
+msgstr "unicorn"
#. 🦃 (U+1F983), see http://wiki.documentfoundation.org/Emoji
#. wE3ZV
@@ -13114,7 +13114,7 @@ msgctxt ""
"TURKEY\n"
"LngText.text"
msgid "turkey"
-msgstr ""
+msgstr "kalkoen"
#. 🦀 (U+1F980), see http://wiki.documentfoundation.org/Emoji
#. ygHYG
@@ -13124,7 +13124,7 @@ msgctxt ""
"CRAB\n"
"LngText.text"
msgid "crab"
-msgstr ""
+msgstr "krap"
#. 🦂 (U+1F982), see http://wiki.documentfoundation.org/Emoji
#. eCLRs
@@ -13134,7 +13134,7 @@ msgctxt ""
"SCORPION\n"
"LngText.text"
msgid "scorpion"
-msgstr ""
+msgstr "skerpioen"
#. 🧀 (U+1F9C0), see http://wiki.documentfoundation.org/Emoji
#. 7Rapv
@@ -13144,7 +13144,7 @@ msgctxt ""
"CHEESE_WEDGE\n"
"LngText.text"
msgid "cheese"
-msgstr ""
+msgstr "kaas"
#. 🌭 (U+1F32D), see http://wiki.documentfoundation.org/Emoji
#. G77U6
@@ -13154,7 +13154,7 @@ msgctxt ""
"HOT_DOG\n"
"LngText.text"
msgid "hot dog"
-msgstr ""
+msgstr "worsbroodjie"
#. 🌮 (U+1F32E), see http://wiki.documentfoundation.org/Emoji
#. adkNd
@@ -13164,7 +13164,7 @@ msgctxt ""
"TACO\n"
"LngText.text"
msgid "taco"
-msgstr ""
+msgstr "taco"
#. 🌯 (U+1F32F), see http://wiki.documentfoundation.org/Emoji
#. iznZM
@@ -13174,7 +13174,7 @@ msgctxt ""
"BURRITO\n"
"LngText.text"
msgid "burrito"
-msgstr ""
+msgstr "burrito"
#. 🍿 (U+1F37F), see http://wiki.documentfoundation.org/Emoji
#. EpADQ
@@ -13184,7 +13184,7 @@ msgctxt ""
"POPCORN\n"
"LngText.text"
msgid "popcorn"
-msgstr ""
+msgstr "springmielies"
#. 🍾 (U+1F37E), see http://wiki.documentfoundation.org/Emoji
#. SjEyK
@@ -13194,7 +13194,7 @@ msgctxt ""
"BOTTLE_WITH_POPPING_CORK\n"
"LngText.text"
msgid "party4"
-msgstr ""
+msgstr "sjampanje bottel"
#. 🏺 (U+1F3FA), see http://wiki.documentfoundation.org/Emoji
#. rK7h3
@@ -13204,7 +13204,7 @@ msgctxt ""
"AMPHORA\n"
"LngText.text"
msgid "amphora"
-msgstr ""
+msgstr "amfora"
#. 🕌 (U+1F54C), see http://wiki.documentfoundation.org/Emoji
#. GAMLG
@@ -13214,7 +13214,7 @@ msgctxt ""
"MOSQUE\n"
"LngText.text"
msgid "mosque"
-msgstr ""
+msgstr "moskee"
#. 🕍 (U+1F54D), see http://wiki.documentfoundation.org/Emoji
#. iqBVa
@@ -13224,7 +13224,7 @@ msgctxt ""
"SYNAGOGUE\n"
"LngText.text"
msgid "synagogue"
-msgstr ""
+msgstr "synagoge"
#. 🕋 (U+1F54B), see http://wiki.documentfoundation.org/Emoji
#. 3rTFA
@@ -13234,7 +13234,7 @@ msgctxt ""
"KAABA\n"
"LngText.text"
msgid "Kaaba"
-msgstr ""
+msgstr "Kaaba"
#. 🏐 (U+1F3D0), see http://wiki.documentfoundation.org/Emoji
#. JnWWX
@@ -13244,7 +13244,7 @@ msgctxt ""
"VOLLEYBALL\n"
"LngText.text"
msgid "volleyball"
-msgstr ""
+msgstr "vlugbal"
#. 🏏 (U+1F3CF), see http://wiki.documentfoundation.org/Emoji
#. BLab9
@@ -13254,7 +13254,7 @@ msgctxt ""
"CRICKET_BAT_AND_BALL\n"
"LngText.text"
msgid "cricket"
-msgstr ""
+msgstr "krieket"
#. 🏑 (U+1F3D1), see http://wiki.documentfoundation.org/Emoji
#. 2Gshv
@@ -13264,7 +13264,7 @@ msgctxt ""
"FIELD_HOCKEY_STICK_AND_BALL\n"
"LngText.text"
msgid "hockey2"
-msgstr ""
+msgstr "hokkie"
#. 🏒 (U+1F3D2), see http://wiki.documentfoundation.org/Emoji
#. P8BNH
@@ -13274,7 +13274,7 @@ msgctxt ""
"ICE_HOCKEY_STICK_AND_PUCK\n"
"LngText.text"
msgid "hockey"
-msgstr ""
+msgstr "yshokkie"
#. 🏓 (U+1F3D3), see http://wiki.documentfoundation.org/Emoji
#. sjezt
@@ -13284,7 +13284,7 @@ msgctxt ""
"TABLE_TENNIS_PADDLE_AND_BALL\n"
"LngText.text"
msgid "ping pong"
-msgstr ""
+msgstr "tafeltennis"
#. 🏸 (U+1F3F8), see http://wiki.documentfoundation.org/Emoji
#. qCCrH
@@ -13294,7 +13294,7 @@ msgctxt ""
"BADMINTON_RACQUET_AND_SHUTTLECOCK\n"
"LngText.text"
msgid "badminton"
-msgstr ""
+msgstr "pluimbal"
#. 🏹 (U+1F3F9), see http://wiki.documentfoundation.org/Emoji
#. HpJnE
@@ -13304,7 +13304,7 @@ msgctxt ""
"BOW_AND_ARROW\n"
"LngText.text"
msgid "bow"
-msgstr ""
+msgstr "pyl en boog"
#. 🛐 (U+1F6D0), see http://wiki.documentfoundation.org/Emoji
#. EhGbP
@@ -13314,7 +13314,7 @@ msgctxt ""
"PLACE_OF_WORSHIP\n"
"LngText.text"
msgid "worship"
-msgstr ""
+msgstr "aanbiddingsplek"
#. 🕎 (U+1F54E), see http://wiki.documentfoundation.org/Emoji
#. VJK9e
@@ -13324,7 +13324,7 @@ msgctxt ""
"MENORAH_WITH_NINE_BRANCHES\n"
"LngText.text"
msgid "menorah"
-msgstr ""
+msgstr "menorah"
#. 🤣 (U+1F923), see http://wiki.documentfoundation.org/Emoji
#. ZEUxq
@@ -13334,7 +13334,7 @@ msgctxt ""
"ROLLING_ON_THE_FLOOR_LAUGHING\n"
"LngText.text"
msgid "lol"
-msgstr ""
+msgstr "rol op vloer lag"
#. 🤤 (U+1F924), see http://wiki.documentfoundation.org/Emoji
#. 9dmGD
@@ -13344,7 +13344,7 @@ msgctxt ""
"DROOLING_FACE\n"
"LngText.text"
msgid "drool"
-msgstr ""
+msgstr "kwyl"
#. 🤢 (U+1F922), see http://wiki.documentfoundation.org/Emoji
#. BFDoH
@@ -13354,7 +13354,7 @@ msgctxt ""
"NAUSEATED_FACE\n"
"LngText.text"
msgid "nausea"
-msgstr ""
+msgstr "mislik"
#. 🤧 (U+1F927), see http://wiki.documentfoundation.org/Emoji
#. E2kqb
@@ -13364,7 +13364,7 @@ msgctxt ""
"SNEEZING_FACE\n"
"LngText.text"
msgid "sneeze"
-msgstr ""
+msgstr "nies"
#. 🤠 (U+1F920), see http://wiki.documentfoundation.org/Emoji
#. eqg7B
@@ -13374,7 +13374,7 @@ msgctxt ""
"COWBOY_HAT_FACE\n"
"LngText.text"
msgid "cowboy"
-msgstr ""
+msgstr "cowboy gesig"
#. 🤡 (U+1F921), see http://wiki.documentfoundation.org/Emoji
#. ECess
@@ -13384,7 +13384,7 @@ msgctxt ""
"CLOWN_FACE\n"
"LngText.text"
msgid "clown"
-msgstr ""
+msgstr "nar gesig"
#. 🤥 (U+1F925), see http://wiki.documentfoundation.org/Emoji
#. kGYvx
@@ -13394,7 +13394,7 @@ msgctxt ""
"LYING_FACE\n"
"LngText.text"
msgid "liar"
-msgstr ""
+msgstr "leuenaar gesig"
#. 🤴 (U+1F934), see http://wiki.documentfoundation.org/Emoji
#. Vm8HH
@@ -13404,7 +13404,7 @@ msgctxt ""
"PRINCE\n"
"LngText.text"
msgid "prince"
-msgstr ""
+msgstr "prins"
#. 🤵 (U+1F935), see http://wiki.documentfoundation.org/Emoji
#. z4cUf
@@ -13414,7 +13414,7 @@ msgctxt ""
"MAN_IN_TUXEDO\n"
"LngText.text"
msgid "groom"
-msgstr ""
+msgstr "bruidegom"
#. 🤰 (U+1F930), see http://wiki.documentfoundation.org/Emoji
#. 2z7dc
@@ -13424,7 +13424,7 @@ msgctxt ""
"PREGNANT_WOMAN\n"
"LngText.text"
msgid "pregnant"
-msgstr ""
+msgstr "swanger vrou"
#. 🤶 (U+1F936), see http://wiki.documentfoundation.org/Emoji
#. 2G73S
@@ -13434,7 +13434,7 @@ msgctxt ""
"MRS._CLAUS\n"
"LngText.text"
msgid "mrs. claus"
-msgstr ""
+msgstr "mevr. kersvader"
#. 🤦 (U+1F926), see http://wiki.documentfoundation.org/Emoji
#. DMAKw
@@ -13444,7 +13444,7 @@ msgctxt ""
"PERSON_FACEPALMING\n"
"LngText.text"
msgid "facepalm"
-msgstr ""
+msgstr "gesig in die hande"
#. 🤷 (U+1F937), see http://wiki.documentfoundation.org/Emoji
#. HfLEz
@@ -13454,7 +13454,7 @@ msgctxt ""
"PERSON_SHRUGGING\n"
"LngText.text"
msgid "shrugging"
-msgstr ""
+msgstr "skouer ophalend"
#. 🕺 (U+1F57A), see http://wiki.documentfoundation.org/Emoji
#. LunYv
@@ -13464,7 +13464,7 @@ msgctxt ""
"MAN_DANCING\n"
"LngText.text"
msgid "dancer2"
-msgstr ""
+msgstr "danser"
#. 🤺 (U+1F93A), see http://wiki.documentfoundation.org/Emoji
#. j3rnK
@@ -13474,7 +13474,7 @@ msgctxt ""
"PERSON_FENCING\n"
"LngText.text"
msgid "fencer"
-msgstr ""
+msgstr "skerm deelnemer"
#. 🤸 (U+1F938), see http://wiki.documentfoundation.org/Emoji
#. GWy2x
@@ -13484,7 +13484,7 @@ msgctxt ""
"PERSON_CARTWHEELING\n"
"LngText.text"
msgid "gymnast"
-msgstr ""
+msgstr "draaiwiel"
#. 🤼 (U+1F93C), see http://wiki.documentfoundation.org/Emoji
#. wDcBh
@@ -13494,7 +13494,7 @@ msgctxt ""
"PEOPLE_WRESTLING\n"
"LngText.text"
msgid "wrestling"
-msgstr ""
+msgstr "stoei"
#. 🤽 (U+1F93D), see http://wiki.documentfoundation.org/Emoji
#. d98om
@@ -13504,7 +13504,7 @@ msgctxt ""
"PERSON_PLAYING_WATER_POLO\n"
"LngText.text"
msgid "water polo"
-msgstr ""
+msgstr "waterpolo"
#. 🤾 (U+1F93E), see http://wiki.documentfoundation.org/Emoji
#. CUX53
@@ -13514,7 +13514,7 @@ msgctxt ""
"PERSON_PLAYING_HANDBALL\n"
"LngText.text"
msgid "handball"
-msgstr ""
+msgstr "handbalspeler"
#. 🤹 (U+1F939), see http://wiki.documentfoundation.org/Emoji
#. ZxAWV
@@ -13524,7 +13524,7 @@ msgctxt ""
"PERSON_JUGGLING\n"
"LngText.text"
msgid "juggling"
-msgstr ""
+msgstr "jongleuring"
#. 🤳 (U+1F933), see http://wiki.documentfoundation.org/Emoji
#. ydPAe
@@ -13534,7 +13534,7 @@ msgctxt ""
"SELFIE\n"
"LngText.text"
msgid "selfie"
-msgstr ""
+msgstr "selfie"
#. 🤞 (U+1F91E), see http://wiki.documentfoundation.org/Emoji
#. hCFfC
@@ -13544,7 +13544,7 @@ msgctxt ""
"CROSSED_FINGERS\n"
"LngText.text"
msgid "good luck"
-msgstr ""
+msgstr "sukses"
#. 🤙 (U+1F919), see http://wiki.documentfoundation.org/Emoji
#. cXaXX
@@ -13554,7 +13554,7 @@ msgctxt ""
"CALL_ME_HAND\n"
"LngText.text"
msgid "call"
-msgstr ""
+msgstr "roep hand"
#. 🤛 (U+1F91B), see http://wiki.documentfoundation.org/Emoji
#. FAjqc
@@ -13564,7 +13564,7 @@ msgctxt ""
"LEFT-FACING_FIST\n"
"LngText.text"
msgid "fist3"
-msgstr ""
+msgstr "vuis3"
#. 🤜 (U+1F91C), see http://wiki.documentfoundation.org/Emoji
#. F5CCT
@@ -13574,7 +13574,7 @@ msgctxt ""
"RIGHT-FACING_FIST\n"
"LngText.text"
msgid "fist4"
-msgstr ""
+msgstr "vuis4"
#. 🤚 (U+1F91A), see http://wiki.documentfoundation.org/Emoji
#. ix9At
@@ -13584,7 +13584,7 @@ msgctxt ""
"RAISED_BACK_OF_HAND\n"
"LngText.text"
msgid "hand4"
-msgstr ""
+msgstr "hand4"
#. 🤝 (U+1F91D), see http://wiki.documentfoundation.org/Emoji
#. 9fHKn
@@ -13594,7 +13594,7 @@ msgctxt ""
"HANDSHAKE\n"
"LngText.text"
msgid "handshake"
-msgstr ""
+msgstr "handdruk"
#. 🖤 (U+1F5A4), see http://wiki.documentfoundation.org/Emoji
#. gm7FZ
@@ -13604,7 +13604,7 @@ msgctxt ""
"BLACK_HEART\n"
"LngText.text"
msgid "black heart"
-msgstr ""
+msgstr "swart hart"
#. 🦍 (U+1F98D), see http://wiki.documentfoundation.org/Emoji
#. 2NjPB
@@ -13614,7 +13614,7 @@ msgctxt ""
"GORILLA\n"
"LngText.text"
msgid "gorilla"
-msgstr ""
+msgstr "gorilla"
#. 🦊 (U+1F98A), see http://wiki.documentfoundation.org/Emoji
#. KTrLE
@@ -13624,7 +13624,7 @@ msgctxt ""
"FOX_FACE\n"
"LngText.text"
msgid "fox"
-msgstr ""
+msgstr "jakkals"
#. 🦌 (U+1F98C), see http://wiki.documentfoundation.org/Emoji
#. hFm9Y
@@ -13634,7 +13634,7 @@ msgctxt ""
"DEER\n"
"LngText.text"
msgid "deer"
-msgstr ""
+msgstr "wildsbok"
#. 🦏 (U+1F98F), see http://wiki.documentfoundation.org/Emoji
#. vH7xA
@@ -13644,7 +13644,7 @@ msgctxt ""
"RHINOCEROS\n"
"LngText.text"
msgid "rhinoceros"
-msgstr ""
+msgstr "renoster"
#. 🦇 (U+1F987), see http://wiki.documentfoundation.org/Emoji
#. La26G
@@ -13654,7 +13654,7 @@ msgctxt ""
"BAT\n"
"LngText.text"
msgid "bat"
-msgstr ""
+msgstr "vlermuis"
#. 🦅 (U+1F985), see http://wiki.documentfoundation.org/Emoji
#. A5zoM
@@ -13664,7 +13664,7 @@ msgctxt ""
"EAGLE\n"
"LngText.text"
msgid "eagle"
-msgstr ""
+msgstr "arend"
#. 🦆 (U+1F986), see http://wiki.documentfoundation.org/Emoji
#. 6pBEy
@@ -13674,7 +13674,7 @@ msgctxt ""
"DUCK\n"
"LngText.text"
msgid "duck"
-msgstr ""
+msgstr "eend"
#. 🦉 (U+1F989), see http://wiki.documentfoundation.org/Emoji
#. 5WB2J
@@ -13684,7 +13684,7 @@ msgctxt ""
"OWL\n"
"LngText.text"
msgid "owl"
-msgstr ""
+msgstr "uil"
#. 🦎 (U+1F98E), see http://wiki.documentfoundation.org/Emoji
#. mTdZD
@@ -13694,7 +13694,7 @@ msgctxt ""
"LIZARD\n"
"LngText.text"
msgid "lizard"
-msgstr ""
+msgstr "akkedis"
#. 🦈 (U+1F988), see http://wiki.documentfoundation.org/Emoji
#. HGPa7
@@ -13704,7 +13704,7 @@ msgctxt ""
"SHARK\n"
"LngText.text"
msgid "shark"
-msgstr ""
+msgstr "haai"
#. 🦐 (U+1F990), see http://wiki.documentfoundation.org/Emoji
#. 9st9X
@@ -13714,7 +13714,7 @@ msgctxt ""
"SHRIMP\n"
"LngText.text"
msgid "shrimp"
-msgstr ""
+msgstr "garnaal"
#. 🦑 (U+1F991), see http://wiki.documentfoundation.org/Emoji
#. wLzdC
@@ -13724,7 +13724,7 @@ msgctxt ""
"SQUID\n"
"LngText.text"
msgid "squid"
-msgstr ""
+msgstr "inkvis"
#. 🦋 (U+1F98B), see http://wiki.documentfoundation.org/Emoji
#. ABYeM
@@ -13734,7 +13734,7 @@ msgctxt ""
"BUTTERFLY\n"
"LngText.text"
msgid "butterfly"
-msgstr ""
+msgstr "vlinder"
#. 🥀 (U+1F940), see http://wiki.documentfoundation.org/Emoji
#. g8zbG
@@ -13744,7 +13744,7 @@ msgctxt ""
"WILTED_FLOWER\n"
"LngText.text"
msgid "flower2"
-msgstr ""
+msgstr "verlepte blom"
#. 🥝 (U+1F95D), see http://wiki.documentfoundation.org/Emoji
#. rhEXe
@@ -13754,7 +13754,7 @@ msgctxt ""
"KIWI_FRUIT\n"
"LngText.text"
msgid "kiwi"
-msgstr ""
+msgstr "kiwi"
#. 🥑 (U+1F951), see http://wiki.documentfoundation.org/Emoji
#. YyyRA
@@ -13764,7 +13764,7 @@ msgctxt ""
"AVOCADO\n"
"LngText.text"
msgid "avocado"
-msgstr ""
+msgstr "avokado"
#. 🥔 (U+1F954), see http://wiki.documentfoundation.org/Emoji
#. GszVJ
@@ -13774,7 +13774,7 @@ msgctxt ""
"POTATO\n"
"LngText.text"
msgid "potato"
-msgstr ""
+msgstr "aardtappel"
#. 🥕 (U+1F955), see http://wiki.documentfoundation.org/Emoji
#. Ym3pa
@@ -13784,7 +13784,7 @@ msgctxt ""
"CARROT\n"
"LngText.text"
msgid "carrot"
-msgstr ""
+msgstr "wortel"
#. 🥒 (U+1F952), see http://wiki.documentfoundation.org/Emoji
#. Kh3D3
@@ -13794,7 +13794,7 @@ msgctxt ""
"CUCUMBER\n"
"LngText.text"
msgid "cucumber"
-msgstr ""
+msgstr "komkommer"
#. 🥜 (U+1F95C), see http://wiki.documentfoundation.org/Emoji
#. zhUDL
@@ -13804,7 +13804,7 @@ msgctxt ""
"PEANUTS\n"
"LngText.text"
msgid "peanuts"
-msgstr ""
+msgstr "grondboontjies"
#. 🥐 (U+1F950), see http://wiki.documentfoundation.org/Emoji
#. RjA9y
@@ -13814,7 +13814,7 @@ msgctxt ""
"CROISSANT\n"
"LngText.text"
msgid "croissant"
-msgstr ""
+msgstr "croissant"
#. 🥖 (U+1F956), see http://wiki.documentfoundation.org/Emoji
#. NGegu
@@ -13824,7 +13824,7 @@ msgctxt ""
"BAGUETTE_BREAD\n"
"LngText.text"
msgid "bread2"
-msgstr ""
+msgstr "brood2"
#. 🥞 (U+1F95E), see http://wiki.documentfoundation.org/Emoji
#. Kv3zL
@@ -13834,7 +13834,7 @@ msgctxt ""
"PANCAKES\n"
"LngText.text"
msgid "pancakes"
-msgstr ""
+msgstr "pannekoek"
#. 🥓 (U+1F953), see http://wiki.documentfoundation.org/Emoji
#. ZD8B4
@@ -13844,7 +13844,7 @@ msgctxt ""
"BACON\n"
"LngText.text"
msgid "bacon"
-msgstr ""
+msgstr "spek"
#. 🥙 (U+1F959), see http://wiki.documentfoundation.org/Emoji
#. FBeQo
@@ -13854,7 +13854,7 @@ msgctxt ""
"STUFFED_FLATBREAD\n"
"LngText.text"
msgid "flatbread"
-msgstr ""
+msgstr "platbrood"
#. 🥚 (U+1F95A), see http://wiki.documentfoundation.org/Emoji
#. ogxKP
@@ -13864,7 +13864,7 @@ msgctxt ""
"EGG\n"
"LngText.text"
msgid "egg"
-msgstr ""
+msgstr "eier"
#. 🥘 (U+1F958), see http://wiki.documentfoundation.org/Emoji
#. MLBgW
@@ -13874,7 +13874,7 @@ msgctxt ""
"SHALLOW_PAN_OF_FOOD\n"
"LngText.text"
msgid "food"
-msgstr ""
+msgstr "voedsel"
#. 🥗 (U+1F957), see http://wiki.documentfoundation.org/Emoji
#. NW5YQ
@@ -13884,7 +13884,7 @@ msgctxt ""
"GREEN_SALAD\n"
"LngText.text"
msgid "salad"
-msgstr ""
+msgstr "slaai"
#. 🥛 (U+1F95B), see http://wiki.documentfoundation.org/Emoji
#. ABhFU
@@ -13894,7 +13894,7 @@ msgctxt ""
"GLASS_OF_MILK\n"
"LngText.text"
msgid "milk"
-msgstr ""
+msgstr "melk"
#. 🥂 (U+1F942), see http://wiki.documentfoundation.org/Emoji
#. CE4Gm
@@ -13904,7 +13904,7 @@ msgctxt ""
"CLINKING_GLASSES\n"
"LngText.text"
msgid "party3"
-msgstr ""
+msgstr "partytjie3"
#. 🥃 (U+1F943), see http://wiki.documentfoundation.org/Emoji
#. f7rVY
@@ -13914,7 +13914,7 @@ msgctxt ""
"TUMBLER_GLASS\n"
"LngText.text"
msgid "glass3"
-msgstr ""
+msgstr "glas3"
#. 🥄 (U+1F944), see http://wiki.documentfoundation.org/Emoji
#. xQXfU
@@ -13924,7 +13924,7 @@ msgctxt ""
"SPOON\n"
"LngText.text"
msgid "spoon"
-msgstr ""
+msgstr "lepel"
#. 🛴 (U+1F6F4), see http://wiki.documentfoundation.org/Emoji
#. i9HME
@@ -13934,7 +13934,7 @@ msgctxt ""
"SCOOTER\n"
"LngText.text"
msgid "scooter"
-msgstr ""
+msgstr "skopfiets"
#. 🛵 (U+1F6F5), see http://wiki.documentfoundation.org/Emoji
#. qNJVu
@@ -13944,7 +13944,7 @@ msgctxt ""
"MOTOR_SCOOTER\n"
"LngText.text"
msgid "scooter2"
-msgstr ""
+msgstr "scooter"
#. 🛑 (U+1F6D1), see http://wiki.documentfoundation.org/Emoji
#. aFYby
@@ -13954,7 +13954,7 @@ msgctxt ""
"OCTAGONAL_SIGN\n"
"LngText.text"
msgid "stop"
-msgstr ""
+msgstr "stopteken"
#. 🛶 (U+1F6F6), see http://wiki.documentfoundation.org/Emoji
#. SXBDP
@@ -13964,7 +13964,7 @@ msgctxt ""
"CANOE\n"
"LngText.text"
msgid "canoe"
-msgstr ""
+msgstr "kano"
#. 🥇 (U+1F947), see http://wiki.documentfoundation.org/Emoji
#. 4XgcG
@@ -13974,7 +13974,7 @@ msgctxt ""
"1ST_PLACE_MEDAL\n"
"LngText.text"
msgid "gold"
-msgstr ""
+msgstr "goue medalje"
#. 🥈 (U+1F948), see http://wiki.documentfoundation.org/Emoji
#. TSHQA
@@ -13984,7 +13984,7 @@ msgctxt ""
"2ND_PLACE_MEDAL\n"
"LngText.text"
msgid "silver"
-msgstr ""
+msgstr "silwer medalje"
#. 🥉 (U+1F949), see http://wiki.documentfoundation.org/Emoji
#. EAVkw
@@ -13994,7 +13994,7 @@ msgctxt ""
"3RD_PLACE_MEDAL\n"
"LngText.text"
msgid "bronze"
-msgstr ""
+msgstr "brons medalje"
#. 🥊 (U+1F94A), see http://wiki.documentfoundation.org/Emoji
#. wd46F
@@ -14004,7 +14004,7 @@ msgctxt ""
"BOXING_GLOVE\n"
"LngText.text"
msgid "boxing"
-msgstr ""
+msgstr "boks"
#. 🥋 (U+1F94B), see http://wiki.documentfoundation.org/Emoji
#. YUmnP
@@ -14014,7 +14014,7 @@ msgctxt ""
"MARTIAL_ARTS_UNIFORM\n"
"LngText.text"
msgid "judo"
-msgstr ""
+msgstr "judo"
#. 🥅 (U+1F945), see http://wiki.documentfoundation.org/Emoji
#. qGHW2
@@ -14024,7 +14024,7 @@ msgctxt ""
"GOAL_NET\n"
"LngText.text"
msgid "soccer2"
-msgstr ""
+msgstr "sokker"
#. 🥁 (U+1F941), see http://wiki.documentfoundation.org/Emoji
#. AbcnT
@@ -14034,7 +14034,7 @@ msgctxt ""
"DRUM_WITH_DRUMSTICKS\n"
"LngText.text"
msgid "drum2"
-msgstr ""
+msgstr "drom2"
#. 🛒 (U+1F6D2), see http://wiki.documentfoundation.org/Emoji
#. B6WXA
@@ -14044,7 +14044,7 @@ msgctxt ""
"SHOPPING_TROLLEY\n"
"LngText.text"
msgid "cart"
-msgstr ""
+msgstr "winkeltrollie"
#. 🤩 (U+1F929), see http://wiki.documentfoundation.org/Emoji
#. eVxGr
@@ -14054,7 +14054,7 @@ msgctxt ""
"GRINNING_FACE_WITH_STAR_EYES\n"
"LngText.text"
msgid "excited"
-msgstr ""
+msgstr "opgewonde"
#. 🤨 (U+1F928), see http://wiki.documentfoundation.org/Emoji
#. Tsyfv
@@ -14064,7 +14064,7 @@ msgctxt ""
"FACE_WITH_ONE_EYEBROW_RAISED\n"
"LngText.text"
msgid "eyebrow"
-msgstr ""
+msgstr "wenkbrou"
#. 🤯 (U+1F92F), see http://wiki.documentfoundation.org/Emoji
#. na53j
@@ -14074,7 +14074,7 @@ msgctxt ""
"SHOCKED_FACE_WITH_EXPLODING_HEAD\n"
"LngText.text"
msgid "shocked"
-msgstr ""
+msgstr "geskok"
#. 🤪 (U+1F92A), see http://wiki.documentfoundation.org/Emoji
#. 4WDd3
@@ -14084,7 +14084,7 @@ msgctxt ""
"GRINNING_FACE_WITH_ONE_LARGE_AND_ONE_SMALL_EYE\n"
"LngText.text"
msgid "zany"
-msgstr ""
+msgstr "grinnende gesig"
#. 🤬 (U+1F92C), see http://wiki.documentfoundation.org/Emoji
#. h2dHg
@@ -14094,7 +14094,7 @@ msgctxt ""
"SERIOUS_FACE_WITH_SYMBOLS_COVERING_MOUTH\n"
"LngText.text"
msgid "cursing"
-msgstr ""
+msgstr "vloekend"
#. 🤮 (U+1F92E), see http://wiki.documentfoundation.org/Emoji
#. kBxkz
@@ -14104,7 +14104,7 @@ msgctxt ""
"FACE_WITH_OPEN_MOUTH_VOMITING\n"
"LngText.text"
msgid "vomit"
-msgstr ""
+msgstr "braak"
#. 🤫 (U+1F92B), see http://wiki.documentfoundation.org/Emoji
#. eYbxY
@@ -14114,7 +14114,7 @@ msgctxt ""
"FACE_WITH_FINGER_COVERING_CLOSED_LIPS\n"
"LngText.text"
msgid "hush"
-msgstr ""
+msgstr "stilte"
#. 🤭 (U+1F92D), see http://wiki.documentfoundation.org/Emoji
#. n5YYY
@@ -14124,7 +14124,7 @@ msgctxt ""
"SMILING_FACE_WITH_SMILING_EYES_AND_HAND_COVERING_MOUTH\n"
"LngText.text"
msgid "smiling4"
-msgstr ""
+msgstr "laggend4"
#. 🧐 (U+1F9D0), see http://wiki.documentfoundation.org/Emoji
#. jB9dt
@@ -14134,7 +14134,7 @@ msgctxt ""
"FACE_WITH_MONOCLE\n"
"LngText.text"
msgid "monocle"
-msgstr ""
+msgstr "oogglas"
#. 🧒 (U+1F9D2), see http://wiki.documentfoundation.org/Emoji
#. SLPCQ
@@ -14144,7 +14144,7 @@ msgctxt ""
"CHILD\n"
"LngText.text"
msgid "child"
-msgstr ""
+msgstr "kind"
#. 🧑 (U+1F9D1), see http://wiki.documentfoundation.org/Emoji
#. GfBGz
@@ -14154,7 +14154,7 @@ msgctxt ""
"ADULT\n"
"LngText.text"
msgid "adult"
-msgstr ""
+msgstr "volwassene"
#. 🧓 (U+1F9D3), see http://wiki.documentfoundation.org/Emoji
#. iMBiE
@@ -14164,7 +14164,7 @@ msgctxt ""
"OLDER_ADULT\n"
"LngText.text"
msgid "old"
-msgstr ""
+msgstr "oud"
#. 🧕 (U+1F9D5), see http://wiki.documentfoundation.org/Emoji
#. a4XKd
@@ -14174,7 +14174,7 @@ msgctxt ""
"PERSON_WITH_HEADSCARF\n"
"LngText.text"
msgid "headscarf"
-msgstr ""
+msgstr "kopdoek"
#. 🧔 (U+1F9D4), see http://wiki.documentfoundation.org/Emoji
#. wwFwk
@@ -14184,7 +14184,7 @@ msgctxt ""
"BEARDED_PERSON\n"
"LngText.text"
msgid "beard"
-msgstr ""
+msgstr "baard"
#. 🤱 (U+1F931), see http://wiki.documentfoundation.org/Emoji
#. aiLD6
@@ -14194,7 +14194,7 @@ msgctxt ""
"BREAST-FEEDING\n"
"LngText.text"
msgid "baby3"
-msgstr ""
+msgstr "baba3"
#. 🧙 (U+1F9D9), see http://wiki.documentfoundation.org/Emoji
#. AiBBt
@@ -14204,7 +14204,7 @@ msgctxt ""
"MAGE\n"
"LngText.text"
msgid "mage"
-msgstr ""
+msgstr "Gesigkunstenaar"
#. 🧚 (U+1F9DA), see http://wiki.documentfoundation.org/Emoji
#. 72AoC
@@ -14214,7 +14214,7 @@ msgctxt ""
"FAIRY\n"
"LngText.text"
msgid "fairy"
-msgstr ""
+msgstr "fee"
#. 🧛 (U+1F9DB), see http://wiki.documentfoundation.org/Emoji
#. xcCHr
@@ -14224,7 +14224,7 @@ msgctxt ""
"VAMPIRE\n"
"LngText.text"
msgid "vampire"
-msgstr ""
+msgstr "vampier"
#. 🧜 (U+1F9DC), see http://wiki.documentfoundation.org/Emoji
#. 6E3EF
@@ -14234,7 +14234,7 @@ msgctxt ""
"MERPERSON\n"
"LngText.text"
msgid "merperson"
-msgstr ""
+msgstr "meermin"
#. 🧝 (U+1F9DD), see http://wiki.documentfoundation.org/Emoji
#. 7WZ3s
@@ -14244,7 +14244,7 @@ msgctxt ""
"ELF\n"
"LngText.text"
msgid "elf"
-msgstr ""
+msgstr "elf"
#. 🧞 (U+1F9DE), see http://wiki.documentfoundation.org/Emoji
#. GQBVF
@@ -14254,7 +14254,7 @@ msgctxt ""
"GENIE\n"
"LngText.text"
msgid "genie"
-msgstr ""
+msgstr "genie"
#. 🧟 (U+1F9DF), see http://wiki.documentfoundation.org/Emoji
#. sF9YT
@@ -14264,7 +14264,7 @@ msgctxt ""
"ZOMBIE\n"
"LngText.text"
msgid "zombie"
-msgstr ""
+msgstr "zombie"
#. 🧖 (U+1F9D6), see http://wiki.documentfoundation.org/Emoji
#. SFGkA
@@ -14274,7 +14274,7 @@ msgctxt ""
"PERSON_IN_STEAMY_ROOM\n"
"LngText.text"
msgid "sauna"
-msgstr ""
+msgstr "sauna"
#. 🧗 (U+1F9D7), see http://wiki.documentfoundation.org/Emoji
#. 5LRF9
@@ -14284,7 +14284,7 @@ msgctxt ""
"PERSON_CLIMBING\n"
"LngText.text"
msgid "climber"
-msgstr ""
+msgstr "klimmer"
#. 🧘 (U+1F9D8), see http://wiki.documentfoundation.org/Emoji
#. UhgUh
@@ -14294,7 +14294,7 @@ msgctxt ""
"PERSON_IN_LOTUS_POSITION\n"
"LngText.text"
msgid "yoga"
-msgstr ""
+msgstr "yoga"
#. 🤟 (U+1F91F), see http://wiki.documentfoundation.org/Emoji
#. 2KjLY
@@ -14304,7 +14304,7 @@ msgctxt ""
"I_LOVE_YOU_HAND_SIGN\n"
"LngText.text"
msgid "love2"
-msgstr ""
+msgstr "liefde2"
#. 🤲 (U+1F932), see http://wiki.documentfoundation.org/Emoji
#. tjwnx
@@ -14314,7 +14314,7 @@ msgctxt ""
"PALMS_UP_TOGETHER\n"
"LngText.text"
msgid "palm2"
-msgstr ""
+msgstr "palm2"
#. 🧠 (U+1F9E0), see http://wiki.documentfoundation.org/Emoji
#. Fvr8C
@@ -14324,7 +14324,7 @@ msgctxt ""
"BRAIN\n"
"LngText.text"
msgid "brain"
-msgstr ""
+msgstr "brein"
#. 🧡 (U+1F9E1), see http://wiki.documentfoundation.org/Emoji
#. 65Vzz
@@ -14334,7 +14334,7 @@ msgctxt ""
"ORANGE_HEART\n"
"LngText.text"
msgid "orange heart"
-msgstr ""
+msgstr "oranje hart"
#. 🧣 (U+1F9E3), see http://wiki.documentfoundation.org/Emoji
#. 9F7KC
@@ -14344,7 +14344,7 @@ msgctxt ""
"SCARF\n"
"LngText.text"
msgid "scarf"
-msgstr ""
+msgstr "sjaal"
#. 🧤 (U+1F9E4), see http://wiki.documentfoundation.org/Emoji
#. 2hKw4
@@ -14354,7 +14354,7 @@ msgctxt ""
"GLOVES\n"
"LngText.text"
msgid "gloves"
-msgstr ""
+msgstr "handskoene"
#. 🧥 (U+1F9E5), see http://wiki.documentfoundation.org/Emoji
#. 7dGHw
@@ -14364,7 +14364,7 @@ msgctxt ""
"COAT\n"
"LngText.text"
msgid "coat"
-msgstr ""
+msgstr "jas"
#. 🧦 (U+1F9E6), see http://wiki.documentfoundation.org/Emoji
#. j5RzV
@@ -14374,7 +14374,7 @@ msgctxt ""
"SOCKS\n"
"LngText.text"
msgid "socks"
-msgstr ""
+msgstr "sokkies"
#. 🧢 (U+1F9E2), see http://wiki.documentfoundation.org/Emoji
#. tZNWA
@@ -14384,7 +14384,7 @@ msgctxt ""
"BILLED_CAP\n"
"LngText.text"
msgid "cap"
-msgstr ""
+msgstr "pet"
#. 🦓 (U+1F993), see http://wiki.documentfoundation.org/Emoji
#. 8mGXr
@@ -14394,7 +14394,7 @@ msgctxt ""
"ZEBRA\n"
"LngText.text"
msgid "zebra"
-msgstr ""
+msgstr "sebra"
#. 🦒 (U+1F992), see http://wiki.documentfoundation.org/Emoji
#. KK5ZG
@@ -14404,7 +14404,7 @@ msgctxt ""
"GIRAFFE\n"
"LngText.text"
msgid "giraffe"
-msgstr ""
+msgstr "kameelperd"
#. 🦔 (U+1F994), see http://wiki.documentfoundation.org/Emoji
#. m5ZyA
@@ -14414,7 +14414,7 @@ msgctxt ""
"HEDGEHOG\n"
"LngText.text"
msgid "hedgehog"
-msgstr ""
+msgstr "krimpvarkie"
#. 🦕 (U+1F995), see http://wiki.documentfoundation.org/Emoji
#. QGK7G
@@ -14424,7 +14424,7 @@ msgctxt ""
"SAUROPOD\n"
"LngText.text"
msgid "dinosaur"
-msgstr ""
+msgstr "dinosaurus"
#. 🦖 (U+1F996), see http://wiki.documentfoundation.org/Emoji
#. Nixns
@@ -14434,7 +14434,7 @@ msgctxt ""
"T-REX\n"
"LngText.text"
msgid "dinosaur2"
-msgstr ""
+msgstr "dinosaurus2"
#. 🦗 (U+1F997), see http://wiki.documentfoundation.org/Emoji
#. v74vD
@@ -14444,7 +14444,7 @@ msgctxt ""
"CRICKET\n"
"LngText.text"
msgid "cricket2"
-msgstr ""
+msgstr "kriek2"
#. 🥥 (U+1F965), see http://wiki.documentfoundation.org/Emoji
#. F6DcD
@@ -14454,7 +14454,7 @@ msgctxt ""
"COCONUT\n"
"LngText.text"
msgid "coconut"
-msgstr ""
+msgstr "kokosneut"
#. 🥦 (U+1F966), see http://wiki.documentfoundation.org/Emoji
#. ysJGH
@@ -14464,7 +14464,7 @@ msgctxt ""
"BROCCOLI\n"
"LngText.text"
msgid "broccoli"
-msgstr ""
+msgstr "brokkoli"
#. 🥨 (U+1F968), see http://wiki.documentfoundation.org/Emoji
#. CVDqB
@@ -14474,7 +14474,7 @@ msgctxt ""
"PRETZEL\n"
"LngText.text"
msgid "pretzel"
-msgstr ""
+msgstr "pretzel"
#. 🥩 (U+1F969), see http://wiki.documentfoundation.org/Emoji
#. EFzoB
@@ -14484,7 +14484,7 @@ msgctxt ""
"CUT_OF_MEAT\n"
"LngText.text"
msgid "steak"
-msgstr ""
+msgstr "biefstuk"
#. 🥪 (U+1F96A), see http://wiki.documentfoundation.org/Emoji
#. kUkjd
@@ -14494,7 +14494,7 @@ msgctxt ""
"SANDWICH\n"
"LngText.text"
msgid "sandwich"
-msgstr ""
+msgstr "toebroodjie"
#. 🥣 (U+1F963), see http://wiki.documentfoundation.org/Emoji
#. UgCS4
@@ -14504,7 +14504,7 @@ msgctxt ""
"BOWL_WITH_SPOON\n"
"LngText.text"
msgid "bowl"
-msgstr ""
+msgstr "kommetjie"
#. 🥫 (U+1F96B), see http://wiki.documentfoundation.org/Emoji
#. ruvC5
@@ -14514,7 +14514,7 @@ msgctxt ""
"CANNED_FOOD\n"
"LngText.text"
msgid "can"
-msgstr ""
+msgstr "ingelegde kos blik"
#. 🥟 (U+1F95F), see http://wiki.documentfoundation.org/Emoji
#. TZV8E
@@ -14524,7 +14524,7 @@ msgctxt ""
"DUMPLING\n"
"LngText.text"
msgid "dumpling"
-msgstr ""
+msgstr "pasta"
#. 🥠 (U+1F960), see http://wiki.documentfoundation.org/Emoji
#. APAjG
@@ -14534,7 +14534,7 @@ msgctxt ""
"FORTUNE_COOKIE\n"
"LngText.text"
msgid "cookie2"
-msgstr ""
+msgstr "koekie2"
#. 🥡 (U+1F961), see http://wiki.documentfoundation.org/Emoji
#. T3CFr
@@ -14544,7 +14544,7 @@ msgctxt ""
"TAKEOUT_BOX\n"
"LngText.text"
msgid "takeout"
-msgstr ""
+msgstr "wegneem ete"
#. 🥧 (U+1F967), see http://wiki.documentfoundation.org/Emoji
#. LYCNG
@@ -14554,7 +14554,7 @@ msgctxt ""
"PIE\n"
"LngText.text"
msgid "pie"
-msgstr ""
+msgstr "pastei"
#. 🥤 (U+1F964), see http://wiki.documentfoundation.org/Emoji
#. YNHfJ
@@ -14564,7 +14564,7 @@ msgctxt ""
"CUP_WITH_STRAW\n"
"LngText.text"
msgid "drink"
-msgstr ""
+msgstr "drankie"
#. 🥢 (U+1F962), see http://wiki.documentfoundation.org/Emoji
#. 3KB5F
@@ -14574,7 +14574,7 @@ msgctxt ""
"CHOPSTICKS\n"
"LngText.text"
msgid "chopsticks"
-msgstr ""
+msgstr "eetstokkies"
#. 🛸 (U+1F6F8), see http://wiki.documentfoundation.org/Emoji
#. QmGAB
@@ -14584,7 +14584,7 @@ msgctxt ""
"FLYING_SAUCER\n"
"LngText.text"
msgid "ufo"
-msgstr ""
+msgstr "UFO"
#. 🛷 (U+1F6F7), see http://wiki.documentfoundation.org/Emoji
#. xghQ3
@@ -14594,7 +14594,7 @@ msgctxt ""
"SLED\n"
"LngText.text"
msgid "sled"
-msgstr ""
+msgstr "slee"
#. 🥌 (U+1F94C), see http://wiki.documentfoundation.org/Emoji
#. 5hGNv
@@ -14604,7 +14604,7 @@ msgctxt ""
"CURLING_STONE\n"
"LngText.text"
msgid "curling"
-msgstr ""
+msgstr "curling"
#. ₿ (U+20BF), see http://wiki.documentfoundation.org/Emoji
#. EXrBL
@@ -14614,7 +14614,7 @@ msgctxt ""
"BITCOIN_SIGN\n"
"LngText.text"
msgid "bitcoin"
-msgstr ""
+msgstr "Bitcoin"
#. ½ (U+000BD), see http://wiki.documentfoundation.org/Emoji
#. nmwie
@@ -14624,7 +14624,7 @@ msgctxt ""
"VULGAR_FRACTION_ONE_HALF\n"
"LngText.text"
msgid "1/2"
-msgstr ""
+msgstr "1/2"
#. ⅓ (U+02153), see http://wiki.documentfoundation.org/Emoji
#. GCWJS
@@ -14634,7 +14634,7 @@ msgctxt ""
"VULGAR_FRACTION_ONE_THIRD\n"
"LngText.text"
msgid "1/3"
-msgstr ""
+msgstr "1/3"
#. ¼ (U+000BC), see http://wiki.documentfoundation.org/Emoji
#. Lgj8u
@@ -14644,7 +14644,7 @@ msgctxt ""
"VULGAR_FRACTION_ONE_QUARTER\n"
"LngText.text"
msgid "1/4"
-msgstr ""
+msgstr "1/4"
#. ⅔ (U+02154), see http://wiki.documentfoundation.org/Emoji
#. uYJY7
@@ -14654,7 +14654,7 @@ msgctxt ""
"VULGAR_FRACTION_TWO_THIRDS\n"
"LngText.text"
msgid "2/3"
-msgstr ""
+msgstr "2/3"
#. ¾ (U+000BE), see http://wiki.documentfoundation.org/Emoji
#. UP2KQ
@@ -14664,7 +14664,7 @@ msgctxt ""
"VULGAR_FRACTION_THREE_QUARTERS\n"
"LngText.text"
msgid "3/4"
-msgstr ""
+msgstr "3/4"
#. ⅛ (U+0215B), see http://wiki.documentfoundation.org/Emoji
#. ZBRTd
@@ -14674,7 +14674,7 @@ msgctxt ""
"VULGAR_FRACTION_ONE_EIGHTH\n"
"LngText.text"
msgid "1/8"
-msgstr ""
+msgstr "1/8"
#. ⅜ (U+0215C), see http://wiki.documentfoundation.org/Emoji
#. wAAbx
@@ -14684,7 +14684,7 @@ msgctxt ""
"VULGAR_FRACTION_THREE_EIGHTHS\n"
"LngText.text"
msgid "3/8"
-msgstr ""
+msgstr "3/8"
#. ⅝ (U+0215D), see http://wiki.documentfoundation.org/Emoji
#. CX2bs
@@ -14694,7 +14694,7 @@ msgctxt ""
"VULGAR_FRACTION_FIVE_EIGHTHS\n"
"LngText.text"
msgid "5/8"
-msgstr ""
+msgstr "5/8"
#. ⅞ (U+0215E), see http://wiki.documentfoundation.org/Emoji
#. J9HEX
@@ -14704,7 +14704,7 @@ msgctxt ""
"VULGAR_FRACTION_SEVEN_EIGHTHS\n"
"LngText.text"
msgid "7/8"
-msgstr ""
+msgstr "7/8"
#. ¹ (U+000B9), see http://wiki.documentfoundation.org/Emoji
#. oFFdk
@@ -14714,7 +14714,7 @@ msgctxt ""
"SUPERSCRIPT_ONE\n"
"LngText.text"
msgid "^1"
-msgstr ""
+msgstr "^1"
#. ² (U+000B2), see http://wiki.documentfoundation.org/Emoji
#. tQbfE
@@ -14724,7 +14724,7 @@ msgctxt ""
"SUPERSCRIPT_TWO\n"
"LngText.text"
msgid "^2"
-msgstr ""
+msgstr "^2"
#. ³ (U+000B3), see http://wiki.documentfoundation.org/Emoji
#. KChg6
@@ -14734,7 +14734,7 @@ msgctxt ""
"SUPERSCRIPT_THREE\n"
"LngText.text"
msgid "^3"
-msgstr ""
+msgstr "^3"
#. ⁴ (U+02074), see http://wiki.documentfoundation.org/Emoji
#. FAXEo
@@ -14744,7 +14744,7 @@ msgctxt ""
"SUPERSCRIPT_FOUR\n"
"LngText.text"
msgid "^4"
-msgstr ""
+msgstr "^4"
#. ⁵ (U+02075), see http://wiki.documentfoundation.org/Emoji
#. mq4xj
@@ -14754,7 +14754,7 @@ msgctxt ""
"SUPERSCRIPT_FIVE\n"
"LngText.text"
msgid "^5"
-msgstr ""
+msgstr "^5"
#. ⁶ (U+02076), see http://wiki.documentfoundation.org/Emoji
#. iwveQ
@@ -14764,7 +14764,7 @@ msgctxt ""
"SUPERSCRIPT_SIX\n"
"LngText.text"
msgid "^6"
-msgstr ""
+msgstr "^6"
#. ⁷ (U+02077), see http://wiki.documentfoundation.org/Emoji
#. pB4Eu
@@ -14774,7 +14774,7 @@ msgctxt ""
"SUPERSCRIPT_SEVEN\n"
"LngText.text"
msgid "^7"
-msgstr ""
+msgstr "^7"
#. ⁸ (U+02078), see http://wiki.documentfoundation.org/Emoji
#. mC2zV
@@ -14784,7 +14784,7 @@ msgctxt ""
"SUPERSCRIPT_EIGHT\n"
"LngText.text"
msgid "^8"
-msgstr ""
+msgstr "^8"
#. ⁹ (U+02079), see http://wiki.documentfoundation.org/Emoji
#. uN9Qp
@@ -14794,7 +14794,7 @@ msgctxt ""
"SUPERSCRIPT_NINE\n"
"LngText.text"
msgid "^9"
-msgstr ""
+msgstr "^9"
#. ⁰ (U+02070), see http://wiki.documentfoundation.org/Emoji
#. H3Zqf
@@ -14804,7 +14804,7 @@ msgctxt ""
"SUPERSCRIPT_ZERO\n"
"LngText.text"
msgid "^0"
-msgstr ""
+msgstr "^0"
#. ⁺ (U+0207A), see http://wiki.documentfoundation.org/Emoji
#. GtmTo
@@ -14814,7 +14814,7 @@ msgctxt ""
"SUPERSCRIPT_PLUS_SIGN\n"
"LngText.text"
msgid "^+"
-msgstr ""
+msgstr "^+"
#. ⁻ (U+0207B), see http://wiki.documentfoundation.org/Emoji
#. cKEWZ
@@ -14834,7 +14834,7 @@ msgctxt ""
"SUPERSCRIPT_EQUALS_SIGN\n"
"LngText.text"
msgid "^="
-msgstr ""
+msgstr "^="
#. ⁽ (U+0207D), see http://wiki.documentfoundation.org/Emoji
#. ZMZdA
@@ -14864,7 +14864,7 @@ msgctxt ""
"SUBSCRIPT_ONE\n"
"LngText.text"
msgid "_1"
-msgstr ""
+msgstr "_1"
#. ₂ (U+02082), see http://wiki.documentfoundation.org/Emoji
#. gL88Z
@@ -14874,7 +14874,7 @@ msgctxt ""
"SUBSCRIPT_TWO\n"
"LngText.text"
msgid "_2"
-msgstr ""
+msgstr "_2"
#. ₃ (U+02083), see http://wiki.documentfoundation.org/Emoji
#. gSTF9
@@ -14884,7 +14884,7 @@ msgctxt ""
"SUBSCRIPT_THREE\n"
"LngText.text"
msgid "_3"
-msgstr ""
+msgstr "_3"
#. ₄ (U+02084), see http://wiki.documentfoundation.org/Emoji
#. qW6Ce
@@ -14894,7 +14894,7 @@ msgctxt ""
"SUBSCRIPT_FOUR\n"
"LngText.text"
msgid "_4"
-msgstr ""
+msgstr "_4"
#. ₅ (U+02085), see http://wiki.documentfoundation.org/Emoji
#. B4VTa
@@ -14904,7 +14904,7 @@ msgctxt ""
"SUBSCRIPT_FIVE\n"
"LngText.text"
msgid "_5"
-msgstr ""
+msgstr "_5"
#. ₆ (U+02086), see http://wiki.documentfoundation.org/Emoji
#. WsC7f
@@ -14914,7 +14914,7 @@ msgctxt ""
"SUBSCRIPT_SIX\n"
"LngText.text"
msgid "_6"
-msgstr ""
+msgstr "_6"
#. ₇ (U+02087), see http://wiki.documentfoundation.org/Emoji
#. 2rEnp
@@ -14924,7 +14924,7 @@ msgctxt ""
"SUBSCRIPT_SEVEN\n"
"LngText.text"
msgid "_7"
-msgstr ""
+msgstr "_7"
#. ₈ (U+02088), see http://wiki.documentfoundation.org/Emoji
#. 5SGSg
@@ -14934,7 +14934,7 @@ msgctxt ""
"SUBSCRIPT_EIGHT\n"
"LngText.text"
msgid "_8"
-msgstr ""
+msgstr "_8"
#. ₉ (U+02089), see http://wiki.documentfoundation.org/Emoji
#. Kaa2h
@@ -14944,7 +14944,7 @@ msgctxt ""
"SUBSCRIPT_NINE\n"
"LngText.text"
msgid "_9"
-msgstr ""
+msgstr "_9"
#. ₀ (U+02080), see http://wiki.documentfoundation.org/Emoji
#. op8an
@@ -14954,7 +14954,7 @@ msgctxt ""
"SUBSCRIPT_ZERO\n"
"LngText.text"
msgid "_0"
-msgstr ""
+msgstr "_0"
#. ₊ (U+0208A), see http://wiki.documentfoundation.org/Emoji
#. FE6Lq
@@ -14964,7 +14964,7 @@ msgctxt ""
"SUBSCRIPT_PLUS_SIGN\n"
"LngText.text"
msgid "_+"
-msgstr ""
+msgstr "_+"
#. ₋ (U+0208B), see http://wiki.documentfoundation.org/Emoji
#. PdL5c
@@ -14984,7 +14984,7 @@ msgctxt ""
"SUBSCRIPT_EQUALS_SIGN\n"
"LngText.text"
msgid "_="
-msgstr ""
+msgstr "_="
#. ₍ (U+0208D), see http://wiki.documentfoundation.org/Emoji
#. pF9N5
@@ -15014,7 +15014,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_A\n"
"LngText.text"
msgid "^a"
-msgstr ""
+msgstr "^a"
#. ᵇ (U+01D47), see http://wiki.documentfoundation.org/Emoji
#. pB7jZ
@@ -15024,7 +15024,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_B\n"
"LngText.text"
msgid "^b"
-msgstr ""
+msgstr "^b"
#. ᶜ (U+01D9C), see http://wiki.documentfoundation.org/Emoji
#. QymSR
@@ -15034,7 +15034,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_C\n"
"LngText.text"
msgid "^c"
-msgstr ""
+msgstr "^c"
#. ᵈ (U+01D48), see http://wiki.documentfoundation.org/Emoji
#. WWuF4
@@ -15044,7 +15044,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_D\n"
"LngText.text"
msgid "^d"
-msgstr ""
+msgstr "^d"
#. ᵉ (U+01D49), see http://wiki.documentfoundation.org/Emoji
#. DBFRu
@@ -15054,7 +15054,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_E\n"
"LngText.text"
msgid "^e"
-msgstr ""
+msgstr "^e"
#. ᶠ (U+01DA0), see http://wiki.documentfoundation.org/Emoji
#. FSSAb
@@ -15064,7 +15064,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_F\n"
"LngText.text"
msgid "^f"
-msgstr ""
+msgstr "^f"
#. ᵍ (U+01D4D), see http://wiki.documentfoundation.org/Emoji
#. wFF2B
@@ -15074,7 +15074,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_G\n"
"LngText.text"
msgid "^g"
-msgstr ""
+msgstr "^g"
#. ʰ (U+002B0), see http://wiki.documentfoundation.org/Emoji
#. 2pBei
@@ -15084,7 +15084,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_H\n"
"LngText.text"
msgid "^h"
-msgstr ""
+msgstr "^h"
#. ⁱ (U+02071), see http://wiki.documentfoundation.org/Emoji
#. GtCEX
@@ -15094,7 +15094,7 @@ msgctxt ""
"SUPERSCRIPT_LATIN_SMALL_LETTER_I\n"
"LngText.text"
msgid "^i"
-msgstr ""
+msgstr "^i"
#. ʲ (U+002B2), see http://wiki.documentfoundation.org/Emoji
#. ikBkL
@@ -15104,7 +15104,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_J\n"
"LngText.text"
msgid "^j"
-msgstr ""
+msgstr "^j"
#. ᵏ (U+01D4F), see http://wiki.documentfoundation.org/Emoji
#. JNyVU
@@ -15114,7 +15114,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_K\n"
"LngText.text"
msgid "^k"
-msgstr ""
+msgstr "^k"
#. ˡ (U+002E1), see http://wiki.documentfoundation.org/Emoji
#. U8qEx
@@ -15124,7 +15124,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_L\n"
"LngText.text"
msgid "^l"
-msgstr ""
+msgstr "^l"
#. ᵐ (U+01D50), see http://wiki.documentfoundation.org/Emoji
#. Bb3N7
@@ -15134,7 +15134,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_M\n"
"LngText.text"
msgid "^m"
-msgstr ""
+msgstr "^m"
#. ⁿ (U+0207F), see http://wiki.documentfoundation.org/Emoji
#. oT4ts
@@ -15144,7 +15144,7 @@ msgctxt ""
"SUPERSCRIPT_LATIN_SMALL_LETTER_N\n"
"LngText.text"
msgid "^n"
-msgstr ""
+msgstr "^n"
#. ᵒ (U+01D52), see http://wiki.documentfoundation.org/Emoji
#. ufK3e
@@ -15154,7 +15154,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_O\n"
"LngText.text"
msgid "^o"
-msgstr ""
+msgstr "^o"
#. ᵖ (U+01D56), see http://wiki.documentfoundation.org/Emoji
#. CDWbH
@@ -15164,7 +15164,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_P\n"
"LngText.text"
msgid "^p"
-msgstr ""
+msgstr "^p"
#. ʳ (U+002B3), see http://wiki.documentfoundation.org/Emoji
#. tHyqw
@@ -15174,7 +15174,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_R\n"
"LngText.text"
msgid "^r"
-msgstr ""
+msgstr "^r"
#. ˢ (U+002E2), see http://wiki.documentfoundation.org/Emoji
#. CsBY6
@@ -15184,7 +15184,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_S\n"
"LngText.text"
msgid "^s"
-msgstr ""
+msgstr "^s"
#. ᵗ (U+01D57), see http://wiki.documentfoundation.org/Emoji
#. aU39K
@@ -15194,7 +15194,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_T\n"
"LngText.text"
msgid "^t"
-msgstr ""
+msgstr "^t"
#. ᵘ (U+01D58), see http://wiki.documentfoundation.org/Emoji
#. zDqKT
@@ -15204,7 +15204,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_U\n"
"LngText.text"
msgid "^u"
-msgstr ""
+msgstr "^u"
#. ᵛ (U+01D5B), see http://wiki.documentfoundation.org/Emoji
#. KYKGm
@@ -15214,7 +15214,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_V\n"
"LngText.text"
msgid "^v"
-msgstr ""
+msgstr "^v"
#. ʷ (U+002B7), see http://wiki.documentfoundation.org/Emoji
#. j9e8C
@@ -15224,7 +15224,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_W\n"
"LngText.text"
msgid "^w"
-msgstr ""
+msgstr "^w"
#. ˣ (U+002E3), see http://wiki.documentfoundation.org/Emoji
#. Eiacc
@@ -15234,7 +15234,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_X\n"
"LngText.text"
msgid "^x"
-msgstr ""
+msgstr "^x"
#. ʸ (U+002B8), see http://wiki.documentfoundation.org/Emoji
#. XQPuC
@@ -15244,7 +15244,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_Y\n"
"LngText.text"
msgid "^y"
-msgstr ""
+msgstr "^y"
#. ᶻ (U+01DBB), see http://wiki.documentfoundation.org/Emoji
#. vnmnz
@@ -15254,7 +15254,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_Z\n"
"LngText.text"
msgid "^z"
-msgstr ""
+msgstr "^z"
#. ᴬ (U+01D2C), see http://wiki.documentfoundation.org/Emoji
#. WvCDU
@@ -15264,7 +15264,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_A\n"
"LngText.text"
msgid "^A"
-msgstr ""
+msgstr "^A"
#. ᴮ (U+01D2E), see http://wiki.documentfoundation.org/Emoji
#. wGXNi
@@ -15274,7 +15274,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_B\n"
"LngText.text"
msgid "^B"
-msgstr ""
+msgstr "^B"
#. ᴰ (U+01D30), see http://wiki.documentfoundation.org/Emoji
#. hVJVE
@@ -15284,7 +15284,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_D\n"
"LngText.text"
msgid "^D"
-msgstr ""
+msgstr "^D"
#. ᴱ (U+01D31), see http://wiki.documentfoundation.org/Emoji
#. 8Efke
@@ -15294,7 +15294,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_E\n"
"LngText.text"
msgid "^E"
-msgstr ""
+msgstr "^E"
#. ᴳ (U+01D33), see http://wiki.documentfoundation.org/Emoji
#. pApe7
@@ -15304,7 +15304,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_G\n"
"LngText.text"
msgid "^G"
-msgstr ""
+msgstr "^G"
#. ᴴ (U+01D34), see http://wiki.documentfoundation.org/Emoji
#. Bjk2Z
@@ -15314,7 +15314,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_H\n"
"LngText.text"
msgid "^H"
-msgstr ""
+msgstr "^H"
#. ᴵ (U+01D35), see http://wiki.documentfoundation.org/Emoji
#. UR8AR
@@ -15324,7 +15324,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_I\n"
"LngText.text"
msgid "^I"
-msgstr ""
+msgstr "^I"
#. ᴶ (U+01D36), see http://wiki.documentfoundation.org/Emoji
#. uobRE
@@ -15334,7 +15334,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_J\n"
"LngText.text"
msgid "^J"
-msgstr ""
+msgstr "^J"
#. ᴷ (U+01D37), see http://wiki.documentfoundation.org/Emoji
#. DMNFo
@@ -15344,7 +15344,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_K\n"
"LngText.text"
msgid "^K"
-msgstr ""
+msgstr "^K"
#. ᴸ (U+01D38), see http://wiki.documentfoundation.org/Emoji
#. bzESb
@@ -15354,7 +15354,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_L\n"
"LngText.text"
msgid "^L"
-msgstr ""
+msgstr "^L"
#. ᴹ (U+01D39), see http://wiki.documentfoundation.org/Emoji
#. 2gTjB
@@ -15364,7 +15364,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_M\n"
"LngText.text"
msgid "^M"
-msgstr ""
+msgstr "^M"
#. ᴺ (U+01D3A), see http://wiki.documentfoundation.org/Emoji
#. J5Gx4
@@ -15374,7 +15374,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_N\n"
"LngText.text"
msgid "^N"
-msgstr ""
+msgstr "^N"
#. ᴼ (U+01D3C), see http://wiki.documentfoundation.org/Emoji
#. icthu
@@ -15384,7 +15384,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_O\n"
"LngText.text"
msgid "^O"
-msgstr ""
+msgstr "^O"
#. ᴾ (U+01D3E), see http://wiki.documentfoundation.org/Emoji
#. zE85z
@@ -15394,7 +15394,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_P\n"
"LngText.text"
msgid "^P"
-msgstr ""
+msgstr "^P"
#. ᴿ (U+01D3F), see http://wiki.documentfoundation.org/Emoji
#. jANLc
@@ -15404,7 +15404,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_R\n"
"LngText.text"
msgid "^R"
-msgstr ""
+msgstr "^R"
#. ᵀ (U+01D40), see http://wiki.documentfoundation.org/Emoji
#. VXTXF
@@ -15414,7 +15414,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_T\n"
"LngText.text"
msgid "^T"
-msgstr ""
+msgstr "^T"
#. ᵁ (U+01D41), see http://wiki.documentfoundation.org/Emoji
#. CCEnp
@@ -15424,7 +15424,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_U\n"
"LngText.text"
msgid "^U"
-msgstr ""
+msgstr "^U"
#. ⱽ (U+02C7D), see http://wiki.documentfoundation.org/Emoji
#. CTtuW
@@ -15434,7 +15434,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_V\n"
"LngText.text"
msgid "^V"
-msgstr ""
+msgstr "^V"
#. ᵂ (U+01D42), see http://wiki.documentfoundation.org/Emoji
#. tGGcN
@@ -15444,7 +15444,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_W\n"
"LngText.text"
msgid "^W"
-msgstr ""
+msgstr "^W"
#. ₐ (U+02090), see http://wiki.documentfoundation.org/Emoji
#. mzsGJ
@@ -15454,7 +15454,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_A\n"
"LngText.text"
msgid "_a"
-msgstr ""
+msgstr "_a"
#. ₑ (U+02091), see http://wiki.documentfoundation.org/Emoji
#. AjRgG
@@ -15464,7 +15464,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_E\n"
"LngText.text"
msgid "_e"
-msgstr ""
+msgstr "_e"
#. ₕ (U+02095), see http://wiki.documentfoundation.org/Emoji
#. PEzPP
@@ -15474,7 +15474,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_H\n"
"LngText.text"
msgid "_h"
-msgstr ""
+msgstr "_h"
#. ᵢ (U+01D62), see http://wiki.documentfoundation.org/Emoji
#. oVoDX
@@ -15484,7 +15484,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_I\n"
"LngText.text"
msgid "_i"
-msgstr ""
+msgstr "_i"
#. ⱼ (U+02C7C), see http://wiki.documentfoundation.org/Emoji
#. eAM4q
@@ -15494,7 +15494,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_J\n"
"LngText.text"
msgid "_j"
-msgstr ""
+msgstr "_j"
#. ₖ (U+02096), see http://wiki.documentfoundation.org/Emoji
#. 5ZgCG
@@ -15504,7 +15504,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_K\n"
"LngText.text"
msgid "_k"
-msgstr ""
+msgstr "_k"
#. ₗ (U+02097), see http://wiki.documentfoundation.org/Emoji
#. xvYvD
@@ -15514,7 +15514,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_L\n"
"LngText.text"
msgid "_l"
-msgstr ""
+msgstr "_l"
#. ₘ (U+02098), see http://wiki.documentfoundation.org/Emoji
#. GCDfd
@@ -15524,7 +15524,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_M\n"
"LngText.text"
msgid "_m"
-msgstr ""
+msgstr "_m"
#. ₙ (U+02099), see http://wiki.documentfoundation.org/Emoji
#. GrwUs
@@ -15534,7 +15534,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_N\n"
"LngText.text"
msgid "_n"
-msgstr ""
+msgstr "_n"
#. ₒ (U+02092), see http://wiki.documentfoundation.org/Emoji
#. ZG9m2
@@ -15544,7 +15544,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_O\n"
"LngText.text"
msgid "_o"
-msgstr ""
+msgstr "_o"
#. ₚ (U+0209A), see http://wiki.documentfoundation.org/Emoji
#. HaoJt
@@ -15554,7 +15554,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_P\n"
"LngText.text"
msgid "_p"
-msgstr ""
+msgstr "_p"
#. ᵣ (U+01D63), see http://wiki.documentfoundation.org/Emoji
#. Yeg7A
@@ -15564,7 +15564,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_R\n"
"LngText.text"
msgid "_r"
-msgstr ""
+msgstr "_r"
#. ₛ (U+0209B), see http://wiki.documentfoundation.org/Emoji
#. F3MHa
@@ -15574,7 +15574,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_S\n"
"LngText.text"
msgid "_s"
-msgstr ""
+msgstr "_s"
#. ₜ (U+0209C), see http://wiki.documentfoundation.org/Emoji
#. nKDsn
@@ -15584,7 +15584,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_T\n"
"LngText.text"
msgid "_t"
-msgstr ""
+msgstr "_t"
#. ᵤ (U+01D64), see http://wiki.documentfoundation.org/Emoji
#. NqYaD
@@ -15594,7 +15594,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_U\n"
"LngText.text"
msgid "_u"
-msgstr ""
+msgstr "_u"
#. ᵥ (U+01D65), see http://wiki.documentfoundation.org/Emoji
#. 6P9ZQ
@@ -15604,7 +15604,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_V\n"
"LngText.text"
msgid "_v"
-msgstr ""
+msgstr "_v"
#. ₓ (U+02093), see http://wiki.documentfoundation.org/Emoji
#. BCsM8
@@ -15614,7 +15614,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_X\n"
"LngText.text"
msgid "_x"
-msgstr ""
+msgstr "_x"
#. ᵅ (U+01D45), see http://wiki.documentfoundation.org/Emoji
#. gytmK
diff --git a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
index 3d04f3bf6ef..667aeaf988e 100644
--- a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-28 12:35+0000\n"
+"PO-Revision-Date: 2020-08-06 08:40+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/af/>\n"
"Language: af\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1560976865.000000\n"
#. W5ukN
@@ -29686,7 +29686,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Show outline content visibility button"
-msgstr ""
+msgstr "Vertoon die sigbaarheidsknoppie van die raamwerkinhoud"
#. 9DzFr
#: WriterCommands.xcu
@@ -29696,7 +29696,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Show outline content visibility button"
-msgstr ""
+msgstr "Vertoon die sigbaarheidsknoppie van die raamwerkinhoud"
#. QFi68
#: WriterCommands.xcu
@@ -34936,7 +34936,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Toggle Outline Content Visibility"
-msgstr ""
+msgstr "Wissel die raamwerkinhoud Sigbaarheid"
#. mByUW
#: WriterCommands.xcu
@@ -34946,7 +34946,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Fold or unfold outline content in document"
-msgstr ""
+msgstr "Invou of Uitvou Raamwerkinhoud in Dokument"
#. joS9f
#: WriterFormWindowState.xcu
diff --git a/source/af/sfx2/messages.po b/source/af/sfx2/messages.po
index d8197322d30..7c1480dada5 100644
--- a/source/af/sfx2/messages.po
+++ b/source/af/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-28 12:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560975251.000000\n"
#. bHbFE
@@ -928,8 +928,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "Beeldfilter nie gevind nie"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -945,43 +951,43 @@ msgstr ""
"\n"
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Verkeerde wagwoord"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr "Die OpenPGP sleutel is nie meer beroubaar nie, is of korrup of enkripsie faal."
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(minstens $(MINLEN) karakters)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(minstens 1 karakter)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(Die wagwoord kan leeg wees)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "Die aksie kon nie uitgevoer word nie. Die %PRODUCTNAME-programmodule wat vir hierdie aksie benodig word, is tans nie geïnstalleer nie."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -991,7 +997,7 @@ msgstr ""
"Wil u dit nou installeer?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -1001,215 +1007,215 @@ msgstr ""
"U kan inligting oor bestellings op ons tuisblad kry."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Welkom by %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "Laat val ’n dokument hier of kies ’n toepassing links om een te skep."
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr "Teks"
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr "Standaard Uitdrukking"
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr "Vooraf gedefinieerd"
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr "Onbekend"
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr "Teiken Naam"
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr "Tipe"
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr "Inhoud"
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr "Groot- Klein-letter Sensitief"
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr "Hele woorde"
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr "Ja"
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr "Nee"
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr "Doelwit"
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr "Laai Doelwitte"
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr "Stoor Doelwitte"
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr "Al die velde word vereis"
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr "Daar is alreeds 'n Doelwit met die naam"
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr "Jy het veelvuldige Doelwitte gekies, meer slegs een kan op 'n slag redigeer word."
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr "Is u seker dat u $(TARGETSCOUNT) doelwitte gelyktydig wil skrap?"
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr "Doelversameling (*.json)"
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr "Doel redigeer"
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr "Kon nie 'n nuwe doelwit byvoeg nie. Rapporteer asb. hierdie voorval."
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr "Die tekenmodule is nodig vir redigering. Maak seker dat LibreOffice Draw geïnstalleer is en dat dit goed werk."
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Huidige weergawe"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Voer uit"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Voeg in"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "Voeg ~in"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr "<Alle beelde>"
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Stoor ’n kopie"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Vergelyk met"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "Smelt saam met"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME-dokument"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " J: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1219,31 +1225,31 @@ msgstr ""
"Die waarde sal as teks gestoor word."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Styl bestaan reeds. Oorskryf?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "Stel te~rug"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Hierdie naam is reeds in gebruik."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Hierdie styl bestaan nie."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1253,7 +1259,7 @@ msgstr ""
"omdat dit tot 'n rekursiewe verwysing sou lei."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1263,7 +1269,7 @@ msgstr ""
"Kies asseblief ’n ander naam."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1275,73 +1281,73 @@ msgstr ""
"Wil u die geselekteerde styl uitvee?\n"
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Style in gebruik: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Navigator"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Foutiewe wagwoordbevestiging"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Stuur"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Font"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Sien weergaweopmerking"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(geen naam gegee nie)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Hiërargies"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "Wil u werklik die opname kanselleer? Alle stappe wat tot op hierdie stadium opgeneem is, sal verlore gaan."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Kanselleer opname"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "Die sjablone word vir eerste gebruik geïnisialiseer."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1351,7 +1357,7 @@ msgstr ""
"Kies asseblief 'n drukker en probeer weer."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1361,19 +1367,19 @@ msgstr ""
"Gaan asseblief u drukkeropstelling na."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Drukker besig"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (leesalleen)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1385,7 +1391,7 @@ msgstr ""
"in die aktiewe dokument gestoor word?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1397,7 +1403,7 @@ msgstr ""
"aktiewe dokument gestoor word?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1409,7 +1415,7 @@ msgstr ""
"in die aktiewe dokument gestoor word?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1419,7 +1425,7 @@ msgstr ""
"omdat ’n druktaak uitgevoer word."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1430,7 +1436,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1442,19 +1448,19 @@ msgstr ""
"Foutkode is $1"
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr "Fout met stuur van e-pos"
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "Hierdie dokument kan nie geredigeer word nie, moontlik weens ontbrekende toegangsregte. Wil u ’n kopie van die dokument redigeer?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1464,471 +1470,471 @@ msgstr ""
"Wil u 'n kopie van die dokument wysig?"
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr "U kan ook probeer om die versperring te ignoreer en die lêer oopmaak vir redigering."
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "Open ~kopie"
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr "~Open"
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (herstelde dokument)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "Hierdie dokument is nie op die bediener afgemeld nie."
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr "Help ons om %PRODUCTNAME beter te maak!"
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr "Raak betrokke"
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr "U donasies ondersteun ons wêreldwye gemeenskap."
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr "Doneer"
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr "u loop tans weergawe %PRODUCTVERSION van %PRODUCTNAME vir die eerste keer. Wil u sien wat nuut is?"
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr "Weergawe Inligting"
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Dié dokument is oop in leesalleen modus."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr "Dié PDF is oop in leesalleen modus om die bestaande lêer te kan onderteken."
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "Die klassifikasie etiket van hierdie dokument is %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "Die dokument moet eers geklassifiseer word, voordat die klembord geplak kan word."
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "Hierdie dokument het 'n laer vlak klassifikasie as die inhoud van die klembord."
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "Vlak"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "Nasionale sekuriteit:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Uitvoer Kontrole:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Sluit Af."
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Redigeer dokument"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Onderteken dokument"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr "Finse Simbole"
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "Dié dokument het ’n ongeldige handtekening."
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "Die handtekening is geldig, maar die dokument is gewysig."
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "Die handtekening is OK, maar die sertifikaat kon nie gevalideer word nie."
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "Die handtekening is OK, maar die dokument is slegs gedeeltelik onderteken."
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr "Die sertifikaat kon nie gevalideer word nie en die dokument is slegs gedeeltelik onderteken."
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "Dié dokument is digitaal onderteken en die handtekening is geldig."
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "Wys handtekeninge"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Sluit Paneel."
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Vasmeer"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Losmaak"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Meer Opsies"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Sluit Sybalk"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "Sybalk Instellings"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Aanpassing"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Herstel Verstekwaardes"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "Sluit Sybalk"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr "Alizarin"
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "Byekorf"
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Blou Kromme"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "Bloudruk Planne"
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "Helder Blou"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr "Klassieke Rooi"
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "DNA"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Fokus"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "Woudvoël"
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "Impress"
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "Inspirasie"
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "Ligte"
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "Weelde Groen"
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "Metropolis"
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "Middernag Blou"
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "Natuur Illustrasie"
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "Potlood"
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "Klavier"
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "Portfolio"
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "Voortgaan"
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "Sonsondergang"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Tradisioneel"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "Helder"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "CV"
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "Samevatting"
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "Verstek"
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "Moderne"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "Moderne sakebrief sans-serif"
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "Moderne sakebrief sans-serif"
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "Visetekaartjie met logo"
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "Eenvoudig"
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Verwyder"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Alles uitwis"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Wagwoordlengte"
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "Die wagwoord wat u ingevoer het, veroorsaak probleme met versoenbaarheid. Voer 'n wagwoord, wat korter as 52 grepe is of langer is as 55 grepe."
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr "%{key}-Klik, om die skakel: %{link} te open"
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr "Kliek om die skakel: %{link} te open"
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(gebruik deur: %STYLELIST)"
diff --git a/source/af/svx/messages.po b/source/af/svx/messages.po
index 5b260a20962..7e0d7dacd6e 100644
--- a/source/af/svx/messages.po
+++ b/source/af/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-06-05 20:56+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-17 10:44+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/af/>\n"
"Language: af\n"
@@ -2057,7 +2057,7 @@ msgstr "Skadudeursigtigheid"
#: include/svx/strings.hrc:367
msgctxt "SIP_SA_SHADOWBLUR"
msgid "Shadow blur"
-msgstr ""
+msgstr "Skadu verdof"
#. sDFuG
#: include/svx/strings.hrc:368
@@ -2945,7 +2945,7 @@ msgstr "Snoei"
#: include/svx/strings.hrc:515
msgctxt "SIP_SA_GLOW_RADIUS"
msgid "Radius of glow effect"
-msgstr ""
+msgstr "Radius van gloei-effek"
#. 3hvai
#: include/svx/strings.hrc:516
@@ -2963,7 +2963,7 @@ msgstr "Transparansie van gloei-effek"
#: include/svx/strings.hrc:518
msgctxt "SIP_SA_SOFTEDGE_RADIUS"
msgid "Radius of soft edge effect"
-msgstr ""
+msgstr "Radius van sagte randeffek"
#. nVcjU
#: include/svx/strings.hrc:519
@@ -4247,87 +4247,75 @@ msgstr "Horisontaal blou"
#. ZEfzF
#: include/svx/strings.hrc:749
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT40"
msgid "Horizontal Green"
-msgstr "Horisontaal in"
+msgstr "Horisontaal groen"
#. GFRCF
#: include/svx/strings.hrc:750
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT41"
msgid "Horizontal Orange"
-msgstr "Horisontale reël"
+msgstr "Horisontale oranje"
#. iouxG
#: include/svx/strings.hrc:751
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT42"
msgid "Horizontal Red"
-msgstr "Horisontaal"
+msgstr "Horisontaal rooi"
#. Gta9k
#: include/svx/strings.hrc:752
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT43"
msgid "Horizontal Turquoise"
-msgstr "Hori~sontale liniaal"
+msgstr "Horisontaal turkoois"
#. Tdpw4
#: include/svx/strings.hrc:753
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT44"
msgid "Horizontal Violet"
-msgstr "Horisontaal uit"
+msgstr "Horisontaal violet"
#. DyVEP
#: include/svx/strings.hrc:754
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT45"
msgid "Radial"
msgstr "Radiaal"
#. Uyhuj
#: include/svx/strings.hrc:755
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT46"
msgid "Radial Blue"
-msgstr "Radiaal"
+msgstr "Radiaal blou"
#. MA6Qs
#: include/svx/strings.hrc:756
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT47"
msgid "Radial Green"
-msgstr "Radiaal groen/swart"
+msgstr "Radiaal groen"
#. Pt24U
#: include/svx/strings.hrc:757
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT48"
msgid "Radial Orange"
-msgstr "~Dataomvang"
+msgstr "Radiaal oranje"
#. 37T3A
#: include/svx/strings.hrc:758
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT49"
msgid "Radial Red"
-msgstr "Radiaal"
+msgstr "Radiaal rooi"
#. gLwZp
#: include/svx/strings.hrc:759
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT50"
msgid "Radial Turquoise"
-msgstr "Turkoois"
+msgstr "Radiaal turkoois"
#. gka9C
#: include/svx/strings.hrc:760
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT51"
msgid "Radial Violet"
-msgstr "Violet"
+msgstr "Radiaal violet"
#. BaGs9
#: include/svx/strings.hrc:761
@@ -4337,76 +4325,70 @@ msgstr "Vertikaal"
#. DqGbG
#: include/svx/strings.hrc:762
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT53"
msgid "Vertical Blue"
-msgstr "Vertikale reël"
+msgstr "Vertikaal blou"
#. FCa2X
#: include/svx/strings.hrc:763
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT54"
msgid "Vertical Green"
-msgstr "Vertikaal in"
+msgstr "Vertikaal groen"
#. BNSiE
#: include/svx/strings.hrc:764
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT55"
msgid "Vertical Orange"
-msgstr "Vertikale reël"
+msgstr "Vertikaal oranje"
#. DfiaF
#: include/svx/strings.hrc:765
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT56"
msgid "Vertical Red"
-msgstr "Vertikale liniaal"
+msgstr "Vertikaal rooi"
#. 4htXp
#: include/svx/strings.hrc:766
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT57"
msgid "Vertical Turquoise"
-msgstr "Verti~kale liniaal"
+msgstr "Vertikaal turkoois"
#. FVCCq
#: include/svx/strings.hrc:767
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT58"
msgid "Vertical Violet"
-msgstr "Vertikaal uit"
+msgstr "Vertikaal violet"
#. S3bJ9
#. gradients of unknown provenience
#: include/svx/strings.hrc:769
msgctxt "RID_SVXSTR_GRDT59"
msgid "Gray Gradient"
-msgstr ""
+msgstr "Grys gradiënt"
#. CDxDN
#: include/svx/strings.hrc:770
msgctxt "RID_SVXSTR_GRDT60"
msgid "Yellow Gradient"
-msgstr ""
+msgstr "Geel gradiënt"
#. amMze
#: include/svx/strings.hrc:771
msgctxt "RID_SVXSTR_GRDT61"
msgid "Orange Gradient"
-msgstr ""
+msgstr "Oranje gradiënt"
#. bodAW
#: include/svx/strings.hrc:772
msgctxt "RID_SVXSTR_GRDT62"
msgid "Red Gradient"
-msgstr ""
+msgstr "Rooi gradiënt"
#. Zn2x3
#: include/svx/strings.hrc:773
msgctxt "RID_SVXSTR_GRDT63"
msgid "Pink Gradient"
-msgstr ""
+msgstr "Pienk gradiënt"
#. xXMfH
#: include/svx/strings.hrc:774
@@ -4418,346 +4400,345 @@ msgstr "Lug"
#: include/svx/strings.hrc:775
msgctxt "RID_SVXSTR_GRDT65"
msgid "Cyan Gradient"
-msgstr ""
+msgstr "Blougroen gradiënt"
#. jAu7g
#: include/svx/strings.hrc:776
msgctxt "RID_SVXSTR_GRDT66"
msgid "Blue Gradient"
-msgstr ""
+msgstr "Blou gradiënt"
#. idyKS
#: include/svx/strings.hrc:777
msgctxt "RID_SVXSTR_GRDT67"
msgid "Purple Pipe"
-msgstr ""
+msgstr "Pers buis"
#. fFZia
#: include/svx/strings.hrc:778
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT68"
msgid "Night"
-msgstr "Regs"
+msgstr "Nag"
#. 4ECED
#: include/svx/strings.hrc:779
msgctxt "RID_SVXSTR_GRDT69"
msgid "Green Gradient"
-msgstr ""
+msgstr "Groen gradiënt"
#. ecDQh
#. actual gradients defined for 6.1
#: include/svx/strings.hrc:781
msgctxt "RID_SVXSTR_GRDT70"
msgid "Pastel Bouquet"
-msgstr ""
+msgstr "Paste boeket"
#. 9BV4L
#: include/svx/strings.hrc:782
msgctxt "RID_SVXSTR_GRDT71"
msgid "Pastel Dream"
-msgstr ""
+msgstr "Pastel droom"
#. jEVDi
#: include/svx/strings.hrc:783
msgctxt "RID_SVXSTR_GRDT72"
msgid "Blue Touch"
-msgstr ""
+msgstr "Blou aksent"
#. ZAj48
#: include/svx/strings.hrc:784
msgctxt "RID_SVXSTR_GRDT73"
msgid "Blank with Gray"
-msgstr ""
+msgstr "Wit met grys"
#. CJqu3
#: include/svx/strings.hrc:785
msgctxt "RID_SVXSTR_GRDT74"
msgid "Spotted Gray"
-msgstr ""
+msgstr "Gestippelde grys"
#. s6Z54
#: include/svx/strings.hrc:786
msgctxt "RID_SVXSTR_GRDT75"
msgid "London Mist"
-msgstr ""
+msgstr "Londonse newel"
#. nk99S
#: include/svx/strings.hrc:787
msgctxt "RID_SVXSTR_GRDT76"
msgid "Teal to Blue"
-msgstr ""
+msgstr "Turkoois tot blou"
#. ud3Bc
#: include/svx/strings.hrc:788
msgctxt "RID_SVXSTR_GRDT77"
msgid "Midnight"
-msgstr ""
+msgstr "Middernag"
#. 3DFV9
#: include/svx/strings.hrc:789
msgctxt "RID_SVXSTR_GRDT78"
msgid "Deep Ocean"
-msgstr ""
+msgstr "Diep oseaan"
#. beAAG
#: include/svx/strings.hrc:790
msgctxt "RID_SVXSTR_GRDT79"
msgid "Submarine"
-msgstr ""
+msgstr "Ondersee"
#. LCJCH
#: include/svx/strings.hrc:791
msgctxt "RID_SVXSTR_GRDT80"
msgid "Green Grass"
-msgstr ""
+msgstr "Groen gras"
#. wiGu5
#: include/svx/strings.hrc:792
msgctxt "RID_SVXSTR_GRDT81"
msgid "Neon Light"
-msgstr ""
+msgstr "Neon lig"
#. EGqXT
#: include/svx/strings.hrc:793
msgctxt "RID_SVXSTR_GRDT82"
msgid "Sunshine"
-msgstr ""
+msgstr "Sonskyn"
#. WCs3M
#: include/svx/strings.hrc:794
msgctxt "RID_SVXSTR_GRDT83"
msgid "Present"
-msgstr ""
+msgstr "Aanwesig"
#. 99B5Z
#: include/svx/strings.hrc:795
msgctxt "RID_SVXSTR_GRDT84"
msgid "Mahogany"
-msgstr ""
+msgstr "Mahonie"
#. Z8RH9
#. /gradients
#: include/svx/strings.hrc:797
msgctxt "RID_SVXSTR_HATCH0"
msgid "Black 0 Degrees"
-msgstr ""
+msgstr "Swart 0 grade"
#. BUCv6
#: include/svx/strings.hrc:798
msgctxt "RID_SVXSTR_HATCH1"
msgid "Black 90 Degrees"
-msgstr ""
+msgstr "Swart 90 grade"
#. gyzNu
#: include/svx/strings.hrc:799
msgctxt "RID_SVXSTR_HATCH2"
msgid "Black 180 Degrees Crossed"
-msgstr ""
+msgstr "Swart 180 grade gekruis"
#. KYmyj
#: include/svx/strings.hrc:800
msgctxt "RID_SVXSTR_HATCH3"
msgid "Blue 45 Degrees"
-msgstr ""
+msgstr "Blou 45 grade"
#. 2qkyC
#: include/svx/strings.hrc:801
msgctxt "RID_SVXSTR_HATCH4"
msgid "Blue -45 Degrees"
-msgstr ""
+msgstr "Blou -45 grade"
#. GFqzJ
#: include/svx/strings.hrc:802
msgctxt "RID_SVXSTR_HATCH5"
msgid "Blue 45 Degrees Crossed"
-msgstr ""
+msgstr "Blou 45 grade gekruis"
#. wRXH2
#: include/svx/strings.hrc:803
msgctxt "RID_SVXSTR_HATCH6"
msgid "Green 30 Degrees"
-msgstr ""
+msgstr "Groen 30 grade"
#. JAkb9
#: include/svx/strings.hrc:804
msgctxt "RID_SVXSTR_HATCH7"
msgid "Green 60 Degrees"
-msgstr ""
+msgstr "Groen 60 grade"
#. DnKyA
#: include/svx/strings.hrc:805
msgctxt "RID_SVXSTR_HATCH8"
msgid "Green 90 Degrees Triple"
-msgstr ""
+msgstr "Groen 90 grade drievoudig"
#. oTAUx
#: include/svx/strings.hrc:806
msgctxt "RID_SVXSTR_HATCH9"
msgid "Red 45 Degrees"
-msgstr ""
+msgstr "Rooi 45 grade"
#. xcHED
#: include/svx/strings.hrc:807
msgctxt "RID_SVXSTR_HATCH10"
msgid "Red 90 Degrees Crossed"
-msgstr ""
+msgstr "Rooi 90 grade gekruis"
#. UZM2R
#: include/svx/strings.hrc:808
msgctxt "RID_SVXSTR_HATCH11"
msgid "Red -45 Degrees Triple"
-msgstr ""
+msgstr "Rooi -45 grade drievoudig"
#. TypfV
#: include/svx/strings.hrc:809
msgctxt "RID_SVXSTR_HATCH12"
msgid "Yellow 45 Degrees"
-msgstr ""
+msgstr "Geel 45 grade"
#. eRFD8
#: include/svx/strings.hrc:810
msgctxt "RID_SVXSTR_HATCH13"
msgid "Yellow 45 Degrees Crossed"
-msgstr ""
+msgstr "Geel 45 grade gekruis"
#. JhXx3
#: include/svx/strings.hrc:811
msgctxt "RID_SVXSTR_HATCH14"
msgid "Yellow 45 Degrees Triple"
-msgstr ""
+msgstr "Geel 45 grade drievoudig"
#. 78jyB
#: include/svx/strings.hrc:812
msgctxt "RID_SVXSTR_HATCH15"
msgid "Hatching"
-msgstr ""
+msgstr "Uitbroei"
#. FJati
#: include/svx/strings.hrc:813
msgctxt "RID_SVXSTR_BMP0"
msgid "Empty"
-msgstr ""
+msgstr "Leeg"
#. Q4jUs
#: include/svx/strings.hrc:814
msgctxt "RID_SVXSTR_BMP1"
msgid "Painted White"
-msgstr ""
+msgstr "Wit geverf"
#. iHX2t
#: include/svx/strings.hrc:815
msgctxt "RID_SVXSTR_BMP2"
msgid "Paper Texture"
-msgstr ""
+msgstr "Papier tekstuur"
#. mAyG3
#: include/svx/strings.hrc:816
msgctxt "RID_SVXSTR_BMP3"
msgid "Paper Crumpled"
-msgstr ""
+msgstr "Gefrommelde papier"
#. i3ARe
#: include/svx/strings.hrc:817
msgctxt "RID_SVXSTR_BMP4"
msgid "Paper Graph"
-msgstr ""
+msgstr "Grafiekpapier"
#. 6izYJ
#: include/svx/strings.hrc:818
msgctxt "RID_SVXSTR_BMP5"
msgid "Parchment Paper"
-msgstr ""
+msgstr "Perkament"
#. mQCXG
#: include/svx/strings.hrc:819
msgctxt "RID_SVXSTR_BMP6"
msgid "Fence"
-msgstr ""
+msgstr "Heining"
#. TriUQ
#: include/svx/strings.hrc:820
msgctxt "RID_SVXSTR_BMP7"
msgid "Wooden Board"
-msgstr ""
+msgstr "Houtbord"
#. Hp2Gp
#: include/svx/strings.hrc:821
msgctxt "RID_SVXSTR_BMP8"
msgid "Maple Leaves"
-msgstr ""
+msgstr "Esdoring blare"
#. 2B5Wr
#: include/svx/strings.hrc:822
msgctxt "RID_SVXSTR_BMP9"
msgid "Lawn"
-msgstr ""
+msgstr "Grassny"
#. bAE9x
#: include/svx/strings.hrc:823
msgctxt "RID_SVXSTR_BMP10"
msgid "Colorful Pebbles"
-msgstr ""
+msgstr "Kleurvolle klippies"
#. nqBbP
#: include/svx/strings.hrc:824
msgctxt "RID_SVXSTR_BMP11"
msgid "Coffee Beans"
-msgstr ""
+msgstr "Koffiebone"
#. CQS6y
#: include/svx/strings.hrc:825
msgctxt "RID_SVXSTR_BMP12"
msgid "Little Clouds"
-msgstr ""
+msgstr "Kleine wolke"
#. 2hE6A
#: include/svx/strings.hrc:826
msgctxt "RID_SVXSTR_BMP13"
msgid "Bathroom Tiles"
-msgstr ""
+msgstr "Badkamerteëls"
#. KZeGr
#: include/svx/strings.hrc:827
msgctxt "RID_SVXSTR_BMP14"
msgid "Wall of Rock"
-msgstr ""
+msgstr "Rotsmuur"
#. wAELs
#: include/svx/strings.hrc:828
msgctxt "RID_SVXSTR_BMP15"
msgid "Zebra"
-msgstr ""
+msgstr "Sebra"
#. AVGfC
#: include/svx/strings.hrc:829
msgctxt "RID_SVXSTR_BMP16"
msgid "Color Stripes"
-msgstr ""
+msgstr "Kleur strepe"
#. ZoUmP
#: include/svx/strings.hrc:830
msgctxt "RID_SVXSTR_BMP17"
msgid "Gravel"
-msgstr ""
+msgstr "Puin"
#. 5FiBd
#: include/svx/strings.hrc:831
msgctxt "RID_SVXSTR_BMP18"
msgid "Parchment Studio"
-msgstr ""
+msgstr "Perkament studio"
#. HYfqK
#: include/svx/strings.hrc:832
msgctxt "RID_SVXSTR_BMP19"
msgid "Night Sky"
-msgstr ""
+msgstr "Nagtelike hemel"
#. NkYV3
#: include/svx/strings.hrc:833
msgctxt "RID_SVXSTR_BMP20"
msgid "Pool"
-msgstr ""
+msgstr "Swembad"
#. Co6U3
#: include/svx/strings.hrc:834
@@ -4769,274 +4750,271 @@ msgstr "Biskaart"
#: include/svx/strings.hrc:835
msgctxt "RID_SVXSTR_BMP79"
msgid "Invoice Paper"
-msgstr ""
+msgstr "Faktuur papier"
#. x5eiA
#: include/svx/strings.hrc:836
msgctxt "RID_SVXSTR_BMP80"
msgid "Concrete"
-msgstr ""
+msgstr "Beton"
#. RxiMA
#: include/svx/strings.hrc:837
msgctxt "RID_SVXSTR_BMP81"
msgid "Brick Wall"
-msgstr ""
+msgstr "Steenmuur"
#. WNEfT
#: include/svx/strings.hrc:838
msgctxt "RID_SVXSTR_BMP82"
msgid "Stone Wall"
-msgstr ""
+msgstr "Klipmuur"
#. dFqW3
#: include/svx/strings.hrc:839
msgctxt "RID_SVXSTR_BMP83"
msgid "Floral"
-msgstr ""
+msgstr "Blomme"
#. FzePv
#: include/svx/strings.hrc:840
msgctxt "RID_SVXSTR_BMP84"
msgid "Space"
-msgstr ""
+msgstr "Ruimte"
#. FzVch
#: include/svx/strings.hrc:841
msgctxt "RID_SVXSTR_BMP85"
msgid "Ice light"
-msgstr ""
+msgstr "Yslig"
#. YGtzc
#: include/svx/strings.hrc:842
msgctxt "RID_SVXSTR_BMP86"
msgid "Marble"
-msgstr ""
+msgstr "Marmer"
#. Rzgwp
#: include/svx/strings.hrc:843
msgctxt "RID_SVXSTR_BMP87"
msgid "Sand light"
-msgstr ""
+msgstr "Sandlig"
#. cK72d
#: include/svx/strings.hrc:844
msgctxt "RID_SVXSTR_BMP88"
msgid "Stone"
-msgstr ""
+msgstr "Klip"
#. TnkWd
#: include/svx/strings.hrc:845
msgctxt "RID_SVXSTR_BMP89"
msgid "White Diffusion"
-msgstr ""
+msgstr "Wit diffusie"
#. kksvW
#: include/svx/strings.hrc:846
msgctxt "RID_SVXSTR_BMP90"
msgid "Surface"
-msgstr ""
+msgstr "Oppervlakte"
#. BQj9p
#: include/svx/strings.hrc:847
msgctxt "RID_SVXSTR_BMP91"
msgid "Cardboard"
-msgstr ""
+msgstr "Karton"
#. poA6e
#: include/svx/strings.hrc:848
msgctxt "RID_SVXSTR_BMP92"
msgid "Studio"
-msgstr ""
+msgstr "Studio"
#. YEbqw
#: include/svx/strings.hrc:849
-#, fuzzy
msgctxt "RID_SVXSTR_BMP22"
msgid "5 Percent"
-msgstr "Persent"
+msgstr "5 persent"
#. AAn36
#: include/svx/strings.hrc:850
msgctxt "RID_SVXSTR_BMP23"
msgid "10 Percent"
-msgstr ""
+msgstr "10 persent"
#. NLTbt
#: include/svx/strings.hrc:851
msgctxt "RID_SVXSTR_BMP24"
msgid "20 Percent"
-msgstr ""
+msgstr "20 persent"
#. vx2XC
#: include/svx/strings.hrc:852
msgctxt "RID_SVXSTR_BMP25"
msgid "25 Percent"
-msgstr ""
+msgstr "25 persent"
#. weQqs
#: include/svx/strings.hrc:853
msgctxt "RID_SVXSTR_BMP26"
msgid "30 Percent"
-msgstr ""
+msgstr "30 persent"
#. CAdAS
#: include/svx/strings.hrc:854
msgctxt "RID_SVXSTR_BMP27"
msgid "40 Percent"
-msgstr ""
+msgstr "40 persent"
#. 5T5vP
#: include/svx/strings.hrc:855
msgctxt "RID_SVXSTR_BMP28"
msgid "50 Percent"
-msgstr ""
+msgstr "50 persent"
#. aNdJE
#: include/svx/strings.hrc:856
msgctxt "RID_SVXSTR_BMP29"
msgid "60 Percent"
-msgstr ""
+msgstr "60 persent"
#. 3vD8U
#: include/svx/strings.hrc:857
msgctxt "RID_SVXSTR_BMP30"
msgid "70 Percent"
-msgstr ""
+msgstr "70 persent"
#. UJmCD
#: include/svx/strings.hrc:858
msgctxt "RID_SVXSTR_BMP31"
msgid "75 Percent"
-msgstr ""
+msgstr "75 persent"
#. i9RCR
#: include/svx/strings.hrc:859
msgctxt "RID_SVXSTR_BMP32"
msgid "80 Percent"
-msgstr ""
+msgstr "80 persent"
#. 2oEkC
#: include/svx/strings.hrc:860
msgctxt "RID_SVXSTR_BMP33"
msgid "90 Percent"
-msgstr ""
+msgstr "90 persent"
#. a3yZ5
#: include/svx/strings.hrc:861
msgctxt "RID_SVXSTR_BMP34"
msgid "Light Downward Diagonal"
-msgstr ""
+msgstr "Lig omlaag diagnaal"
#. oiGTx
#: include/svx/strings.hrc:862
msgctxt "RID_SVXSTR_BMP35"
msgid "Light Upward Diagonal"
-msgstr ""
+msgstr "Lig omhoog diagnaal"
#. CGpy7
#: include/svx/strings.hrc:863
msgctxt "RID_SVXSTR_BMP36"
msgid "Dark Downward Diagonal"
-msgstr ""
+msgstr "Donker omlaag diagnaal"
#. cucpa
#: include/svx/strings.hrc:864
msgctxt "RID_SVXSTR_BMP37"
msgid "Dark Upward Diagonal"
-msgstr ""
+msgstr "Donker omhoog diagnaal"
#. EFDcT
#: include/svx/strings.hrc:865
msgctxt "RID_SVXSTR_BMP38"
msgid "Wide Downward Diagonal"
-msgstr ""
+msgstr "Breed omlaag diagnaal"
#. CWmH5
#: include/svx/strings.hrc:866
msgctxt "RID_SVXSTR_BMP39"
msgid "Wide Upward Diagonal"
-msgstr ""
+msgstr "Breed omhoog diagnaal"
#. BZJUK
#: include/svx/strings.hrc:867
msgctxt "RID_SVXSTR_BMP40"
msgid "Light Vertical"
-msgstr ""
+msgstr "Lig vertikaal"
#. B5FVF
#: include/svx/strings.hrc:868
-#, fuzzy
msgctxt "RID_SVXSTR_BMP41"
msgid "Light Horizontal"
-msgstr "Kantel horisontaal"
+msgstr "Lig horisontaal"
#. daP9i
#: include/svx/strings.hrc:869
msgctxt "RID_SVXSTR_BMP42"
msgid "Narrow Vertical"
-msgstr ""
+msgstr "Smal vertikaal"
#. JD5FJ
#: include/svx/strings.hrc:870
msgctxt "RID_SVXSTR_BMP43"
msgid "Narrow Horizontal"
-msgstr ""
+msgstr "Smal horisontaal"
#. eB4wk
#: include/svx/strings.hrc:871
msgctxt "RID_SVXSTR_BMP44"
msgid "Dark Vertical"
-msgstr ""
+msgstr "Donker vertikaal"
#. MeoCx
#: include/svx/strings.hrc:872
-#, fuzzy
msgctxt "RID_SVXSTR_BMP45"
msgid "Dark Horizontal"
-msgstr "Kantel horisontaal"
+msgstr "donker horisontaal"
#. gAqnG
#: include/svx/strings.hrc:873
msgctxt "RID_SVXSTR_BMP46"
msgid "Dashed Downward Diagonal"
-msgstr ""
+msgstr "Gestippeld omlaag diagnaal"
#. DGB5k
#: include/svx/strings.hrc:874
msgctxt "RID_SVXSTR_BMP47"
msgid "Dashed Upward Diagonal"
-msgstr ""
+msgstr "Gestippeld omhoog diagnaal"
#. JC7je
#: include/svx/strings.hrc:875
msgctxt "RID_SVXSTR_BMP48"
msgid "Dashed Horizontal"
-msgstr ""
+msgstr "Gestippeld horisontaal"
#. iFiBq
#: include/svx/strings.hrc:876
msgctxt "RID_SVXSTR_BMP49"
msgid "Dashed Vertical"
-msgstr ""
+msgstr "Gestippeld vertikaal"
#. gWDnG
#: include/svx/strings.hrc:877
msgctxt "RID_SVXSTR_BMP50"
msgid "Small Confetti"
-msgstr ""
+msgstr "Klein konfetti"
#. vbh6h
#: include/svx/strings.hrc:878
msgctxt "RID_SVXSTR_BMP51"
msgid "Large Confetti"
-msgstr ""
+msgstr "Groot konfetti"
#. XFemm
#: include/svx/strings.hrc:879
msgctxt "RID_SVXSTR_BMP52"
msgid "Zig Zag"
-msgstr ""
+msgstr "Sigsag"
#. mC3BE
#: include/svx/strings.hrc:880
@@ -5048,63 +5026,58 @@ msgstr "Golf"
#: include/svx/strings.hrc:881
msgctxt "RID_SVXSTR_BMP54"
msgid "Diagonal Brick"
-msgstr ""
+msgstr "Diagnale stene"
#. 8CqPG
#: include/svx/strings.hrc:882
-#, fuzzy
msgctxt "RID_SVXSTR_BMP55"
msgid "Horizontal Brick"
-msgstr "horisontale reël"
+msgstr "donker baksteen"
#. GFUZF
#: include/svx/strings.hrc:883
-#, fuzzy
msgctxt "RID_SVXSTR_BMP56"
msgid "Weave"
-msgstr "Golf"
+msgstr "geweef"
#. bp9ZY
#: include/svx/strings.hrc:884
-#, fuzzy
msgctxt "RID_SVXSTR_BMP57"
msgid "Plaid"
-msgstr "Gewone"
+msgstr "geruite"
#. ZrVMS
#: include/svx/strings.hrc:885
msgctxt "RID_SVXSTR_BMP58"
msgid "Divot"
-msgstr ""
+msgstr "Kol"
#. tFas9
#: include/svx/strings.hrc:886
msgctxt "RID_SVXSTR_BMP59"
msgid "Dotted Grid"
-msgstr ""
+msgstr "Gestippelde rooster"
#. SECdZ
#: include/svx/strings.hrc:887
msgctxt "RID_SVXSTR_BMP60"
msgid "Dotted Diamond"
-msgstr ""
+msgstr "Gestippelde diamant"
#. ri3Ge
#: include/svx/strings.hrc:888
-#, fuzzy
msgctxt "RID_SVXSTR_BMP61"
msgid "Shingle"
-msgstr "Enkel"
+msgstr "dakteël"
#. jD9er
#: include/svx/strings.hrc:889
msgctxt "RID_SVXSTR_BMP62"
msgid "Trellis"
-msgstr ""
+msgstr "Latwerk"
#. aemFS
#: include/svx/strings.hrc:890
-#, fuzzy
msgctxt "RID_SVXSTR_BMP63"
msgid "Sphere"
msgstr "sfeer"
@@ -5113,37 +5086,37 @@ msgstr "sfeer"
#: include/svx/strings.hrc:891
msgctxt "RID_SVXSTR_BMP64"
msgid "Small Grid"
-msgstr ""
+msgstr "Klein rooster"
#. a33Ci
#: include/svx/strings.hrc:892
msgctxt "RID_SVXSTR_BMP65"
msgid "Large Grid"
-msgstr ""
+msgstr "Groot rooster"
#. BCSZY
#: include/svx/strings.hrc:893
msgctxt "RID_SVXSTR_BMP66"
msgid "Small Checker Board"
-msgstr ""
+msgstr "Klein skaakbord"
#. Bgczw
#: include/svx/strings.hrc:894
msgctxt "RID_SVXSTR_BMP67"
msgid "Large Checker Board"
-msgstr ""
+msgstr "Groot skaakbord"
#. sD7Mf
#: include/svx/strings.hrc:895
msgctxt "RID_SVXSTR_BMP68"
msgid "Outlined Diamond"
-msgstr ""
+msgstr "Omgerande diamant"
#. RNNkR
#: include/svx/strings.hrc:896
msgctxt "RID_SVXSTR_BMP69"
msgid "Solid Diamond"
-msgstr ""
+msgstr "Solied diamant"
#. HJkgr
#: include/svx/strings.hrc:897
@@ -5161,13 +5134,13 @@ msgstr "Horisontaal"
#: include/svx/strings.hrc:899
msgctxt "RID_SVXSTR_BMP72"
msgid "Downward Diagonal"
-msgstr ""
+msgstr "Neerwaarts diagnaal"
#. mbjPX
#: include/svx/strings.hrc:900
msgctxt "RID_SVXSTR_BMP73"
msgid "Upward Diagonal"
-msgstr ""
+msgstr "Opwaarts diagnaal"
#. TxAfM
#: include/svx/strings.hrc:901
@@ -5179,2754 +5152,2767 @@ msgstr "Kruis"
#: include/svx/strings.hrc:902
msgctxt "RID_SVXSTR_BMP75"
msgid "Diagonal Cross"
-msgstr ""
+msgstr "Diagnaal kruis"
#. J4CJa
#: include/svx/strings.hrc:903
msgctxt "RID_SVXSTR_BMP76"
msgid "Dashed Dotted"
-msgstr ""
+msgstr "Gestreepies-gestippeld"
#. Rno6q
#: include/svx/strings.hrc:904
msgctxt "RID_SVXSTR_BMP77"
msgid "Dashed Dotted Upward Diagonal"
-msgstr ""
+msgstr "Stippelde stippelvormige stygende diagonaal"
#. pFZkq
#: include/svx/strings.hrc:905
msgctxt "RID_SVXSTR_BMP78"
msgid "Solid Dotted"
-msgstr ""
+msgstr "Vaste en stippellyn"
#. NA5sT
#: include/svx/strings.hrc:906
msgctxt "RID_SVXSTR_DASH0"
msgid "Dot"
-msgstr ""
+msgstr "Punt"
#. nCpL4
#: include/svx/strings.hrc:907
msgctxt "RID_SVXSTR_DASH1"
msgid "Long Dot"
-msgstr ""
+msgstr "Lang punt"
#. utrkH
#: include/svx/strings.hrc:908
msgctxt "RID_SVXSTR_DASH2"
msgid "Double Dot"
-msgstr ""
+msgstr "Dubbele punt"
#. 2X7pw
#: include/svx/strings.hrc:909
msgctxt "RID_SVXSTR_DASH3"
msgid "Dash"
-msgstr ""
+msgstr "Strepie"
#. A46B5
#: include/svx/strings.hrc:910
msgctxt "RID_SVXSTR_DASH4"
msgid "Long Dash"
-msgstr ""
+msgstr "Lang strepie"
#. axE2r
#: include/svx/strings.hrc:911
msgctxt "RID_SVXSTR_DASH5"
msgid "Double Dash"
-msgstr ""
+msgstr "Dubbel strepie"
#. beDTh
#: include/svx/strings.hrc:912
msgctxt "RID_SVXSTR_DASH6"
msgid "Long Dash Dot"
-msgstr ""
+msgstr "Lang-streep punt"
#. gVPtU
#: include/svx/strings.hrc:913
msgctxt "RID_SVXSTR_DASH7"
msgid "Double Dash Dot"
-msgstr ""
+msgstr "Dubbelstreep punt"
#. UFaLC
#: include/svx/strings.hrc:914
msgctxt "RID_SVXSTR_DASH8"
msgid "Double Dash Dot Dot"
-msgstr ""
+msgstr "Dubbel streep punt streep"
#. F9cPw
#: include/svx/strings.hrc:915
msgctxt "RID_SVXSTR_DASH9"
msgid "Ultrafine Dotted"
-msgstr ""
+msgstr "Ultradun gestippeld"
#. s3rBZ
#: include/svx/strings.hrc:916
msgctxt "RID_SVXSTR_DASH10"
msgid "Fine Dotted"
-msgstr ""
+msgstr "Fyn gestippeld"
#. w7W8j
#: include/svx/strings.hrc:917
msgctxt "RID_SVXSTR_DASH11"
msgid "Ultrafine Dashed"
-msgstr ""
+msgstr "Ultrafyn gestreep"
#. xWgiA
#: include/svx/strings.hrc:918
msgctxt "RID_SVXSTR_DASH12"
msgid "Fine Dashed"
-msgstr ""
+msgstr "Fyn gestreep"
#. u34Ff
#: include/svx/strings.hrc:919
msgctxt "RID_SVXSTR_DASH13"
msgid "Fine Dashed"
-msgstr ""
+msgstr "Fyn gestreep"
#. hT4CE
#: include/svx/strings.hrc:920
msgctxt "RID_SVXSTR_DASH14"
msgid "Dashed"
-msgstr ""
+msgstr "Gestreep"
#. T7sVF
#: include/svx/strings.hrc:921
msgctxt "RID_SVXSTR_DASH15"
msgid "Line Style 9"
-msgstr ""
+msgstr "Lyn styl 9"
#. evPXr
#: include/svx/strings.hrc:922
msgctxt "RID_SVXSTR_DASH16"
msgid "3 Dashes 3 Dots"
-msgstr ""
+msgstr "3 strepies 3 punte"
#. H7iUz
#: include/svx/strings.hrc:923
msgctxt "RID_SVXSTR_DASH17"
msgid "Ultrafine 2 Dots 3 Dashes"
-msgstr ""
+msgstr "Ultradun 2 punte 3 strepies"
#. KpCzr
#: include/svx/strings.hrc:924
msgctxt "RID_SVXSTR_DASH18"
msgid "2 Dots 1 Dash"
-msgstr ""
+msgstr "2 punte 1 strepie"
#. zbWk3
#: include/svx/strings.hrc:925
msgctxt "RID_SVXSTR_DASH19"
msgid "Line with Fine Dots"
-msgstr ""
+msgstr "Lyn met fyn punte"
#. ibALA
#: include/svx/strings.hrc:926
msgctxt "RID_SVXSTR_DASH20"
msgid "Dashed"
-msgstr ""
+msgstr "Gestippeld"
#. qEZc6
#: include/svx/strings.hrc:927
msgctxt "RID_SVXSTR_DASH21"
msgid "Line Style"
-msgstr ""
+msgstr "Lyn styl"
#. iKAwD
#: include/svx/strings.hrc:928
msgctxt "RID_SVXSTR_IMAP_ALL_FILTER"
msgid "All formats"
-msgstr ""
+msgstr "Alle formate"
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
-msgstr ""
+msgstr "Konkaaf kort"
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Vierkant 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
-msgstr ""
+msgstr "Pyl kort"
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
-msgstr ""
+msgstr "Maatlyne"
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Dubbelpyltjie"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
-msgstr ""
+msgstr "Driehoek"
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
-msgstr ""
+msgstr "Konkaaf"
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
-msgstr ""
+msgstr "Pyl groot"
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
-msgstr ""
+msgstr "Maatlyn"
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Sirkel"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Vierkant"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Pyltjie"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
-msgstr ""
+msgstr "Halfsirkel"
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
-msgstr ""
+msgstr "Ongevulde driehoek"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
-msgstr ""
+msgstr "Ongevulde diamant"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Diamant"
#. P2Raq
-#: include/svx/strings.hrc:945
-#, fuzzy
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Sirkel, oningevul"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Vierkant 45, oningevul"
#. ECeBc
-#: include/svx/strings.hrc:947
-#, fuzzy
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
-msgstr "Vierkant, oningevul"
+msgstr "oningevulde vierkant"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
-msgstr ""
+msgstr "Ongevulde halfsirkel"
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
-msgstr ""
+msgstr "Maatlyn pyl"
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
-msgstr ""
+msgstr "Kort lyn"
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
-msgstr ""
+msgstr "Lyn"
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
-msgstr ""
+msgstr "Halwe Pyl links"
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
-msgstr ""
+msgstr "Halwe Pyl regs"
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
-msgstr ""
+msgstr "Omgedraaide Pyl"
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
-msgstr ""
+msgstr "Kraaipoot Een"
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
-msgstr ""
+msgstr "Kraaipoot slegs Een"
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
-msgstr ""
+msgstr "Kraaipoot Baie"
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
-msgstr ""
+msgstr "Kraaipoot Baie tot Een"
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
-msgstr ""
+msgstr "Kraaipoot Nul Een"
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
-msgstr ""
+msgstr "Kraaipoot Nul tot Baie"
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Deursigtigheid"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
-msgstr ""
+msgstr "Groen 1 (%PRODUCTNAME hoofkleur)"
#. Msh88
-#: include/svx/strings.hrc:963
-#, fuzzy
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
-msgstr "Gravisaksent"
+msgstr "Groen aksent"
#. opj2M
-#: include/svx/strings.hrc:964
-#, fuzzy
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
-msgstr "Akuutaksent"
+msgstr "Blou Aksent"
#. tC5jE
-#: include/svx/strings.hrc:965
-#, fuzzy
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
-msgstr "Gravisaksent"
+msgstr "Oranje Aksent"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Pers"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
-msgstr ""
+msgstr "Pers Aksent"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
-msgstr ""
+msgstr "Geel Aksent"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Galerytema"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Suksesvol herwin"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "Oorspronklike dokument herwin"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Herwinning het misluk"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "Herwinning onderweg"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Nog nie herwin nie"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION het begin om u dokumente te herwin. Afhangende van die grootte van die dokumente kan hierdie proses ’n rukkie duur."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "Herwinning van u dokumente is afgehandel. Kliek “Klaar” om u dokumente te sien."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~Klaar"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Laaste doelgemaakte waarde"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
-msgstr ""
+msgstr "Beeld Uitvoer"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "Stoor as beeld"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Voeg objek(te) in"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "Roteer 3-D-objek"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Skep ekstrusieobjek"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Skep rotasieobjek"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Verdeel 3-D-objek"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Almal]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Grafikafilter"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Nuwe tema"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3-D-effekte"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Animasies"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Koeëltjies"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Kantoor"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Vlaggies"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Vloeidiagramme"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Emotikons"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Beelde"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Agtergronde"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Tuisblad"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Interaksie"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Kaarte"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Mense"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Oppervlakke"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Rekenaars"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Diagramme"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Omgewing"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Finansies"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Vervoer"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Teksvorms"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Klanke"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Simbole"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "My tema"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Pyltjies"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Ballonne"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Sleutelbord"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Tyd"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Voorlegging"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Kalender"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Navigasie"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Kommunikasie"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Finansies"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Rekenaars"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Klimaat"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Skool en universiteit"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Probleemoplossing"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Skermboontjies"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Seleksie druk"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "Wil u die seleksie of die hele dokument druk?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~Alles"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~Seleksie"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Ekstrusie noordwes"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Ekstrusie noord"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Ekstrusie noordoos"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Ekstrusie wes"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Ekstrusie agtertoe"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Ekstrusie oos"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Ekstrusie suidwes"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Ekstrusie suid"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Ekstrusie suidoos"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 cm"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 cm"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 cm"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 cm"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~cm"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 duim"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0,~5 duim"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 duim"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 duim"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 duim"
#. K5dY9
-#: include/svx/strings.hrc:1061
-#, fuzzy
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Geen invulling"
#. TFBK3
-#: include/svx/strings.hrc:1062
-#, fuzzy
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
-msgstr "Deursigtigheid"
+msgstr "Deursigtig"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Verstek"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Grense"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Randstrookstyl"
#. 9Ckww
-#: include/svx/strings.hrc:1066
-#, fuzzy
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
-msgstr "~Reël-nommering..."
+msgstr "Meer nummering..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
-msgstr ""
+msgstr "Meer kolparagraaf tekens..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
-msgstr ""
+msgstr "Deur Outeur"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Bladsye"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Maak formatering skoon"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Meer style..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Meer opsies..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Fontnaam"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
-msgstr ""
+msgstr "Font Naam. Die huidige font is nie beskikbaar nie en sal vervang word."
#. CVvXU
-#: include/svx/strings.hrc:1076
-#, fuzzy
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
-msgstr "Doelgemaak"
+msgstr "doelgemaak"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "Dokumentkleure"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Dokumentkleur"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Ekstrusie"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Pas ekstrusie aan/af"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Kantel af"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Kantel op"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Kantel links"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Kantel regs"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Verander ekstrusiediepte"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Verander gerigtheid"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Verander projeksiesoort"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Verander beligting"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Verander helderheid"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Verander ekstrusieoppervlak"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Verander ekstrusiekleur"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Gunsteling"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwerk"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Pas Fontwerk-vorm toe"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Pas Fontwerk-selfdeletterhoogtes toe"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Pas Fontwerk-belyning toe"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Pas Fontwerk-karakterspasiëring toe"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "met"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Styl"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "en"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Hoekbeheer"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Seleksie van 'n hoekpunt."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Bo links"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Bo middel"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Bo regs"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Links middel"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Sentreer"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Regs middel"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Onder links"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Onder middel"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Onder regs"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Kontoerbeheer"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Dit is waar u die kontoer kan redigeer."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Spesialekarakter-keuse"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Kies spesiale karakters in hierdie area."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Karakterkode "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Toevoer benodig in veld '#'. Tik asseblief 'n waarde in."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Vorms"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Geen beheer geselekteer nie"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Eienskappe: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Vormeienskappe"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Vormnavigator"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Vorm"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
-msgstr ""
+msgstr "Verborge"
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Vorm"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Versteekte kontrole"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Beheer"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Rekord"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "van"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Voeg veld by:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Kan nie data na databasis skryf nie"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Sintaksfout in navraaguitdrukking"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "U beoog om 1 rekord te skrap."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# rekords sal geskrap word."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
"Do you want to continue anyway?"
msgstr ""
+"As u Ja kies, kan die handeling nie ongedaan gemaak word nie.\n"
+"Wil u in elk geval voortgaan?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Navigasiebalk"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Kol"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Stel eienskap '#' op"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Voeg in houer in"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Skrap #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Skrap # objekte"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Vervang 'n houerelement"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Vervang beheer"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Druk knoppie"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Opsieknoppie"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Merkblokkie"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Etiketveld"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Groepkassie"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Tekskassie"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Geformateerde veld"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Lyskassie"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Kombinasiekassie"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Beeldknoppie"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Beeldbeheer"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Lêerseleksie"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Datum-veld"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Tyd-veld"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Numeriese veld"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Geldeenheidveld"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Patroonveld"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Tabelbeheer "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Rolstaaf"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Spinknoppie"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Navigasiebalk"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Veelvoudige seleksie"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "Geen dataverwante beheerinstrumente in huidige vorm nie!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Datum)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Tyd)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Filternavigator"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Filter vir"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Of"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "Geldige gebinde beheerinstrumente wat in die tabelaansig gebruik kan word bestaan nie in die huidige vorm nie."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<OutoVeld>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Sintaksfout in SQL-stelling"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Die waarde #1 kan nie saam met LIKE gebruik word nie."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE kan nie saam met hierdie veld gebruik word nie."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Die waarde wat ingevoer is, is nie 'n geldige datum nie. Tik asseblief 'n datum in 'n geldige formaat in, byvoorbeeld MM/DD/JJ."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Die veld kan nie met 'n heelgetal vergelyk word nie."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Die databasis bevat nie 'n tabel genaamd \"#\" nie."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Die databasis bevat nie 'n tabel of 'n navraag genaamd \"#\" nie."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Die databasis bevat reeds 'n tabel of 'n aansig genaamd \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Die databasis bevat reeds 'n navraag genaamd \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Die kolom \"#1\" is onbekend in die tabel \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Die veld kan nie met 'n wisselpuntgetal vergelyk word nie."
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Die toegevoerde kriterium kan nie met hierdie veld vergelyk word nie."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Datanavigator"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (leesalleen)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Die lêer bestaan reeds. Oorheenskryf?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object#-etiket"
#. JpaM6
-#: include/svx/strings.hrc:1202
-#, fuzzy
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
"Do you really want to delete this model?"
msgstr ""
-"Om die model '$MODELNAME' te skrap, sal alle kontroles wat tans aan hierdie model gebind is affekteer.\n"
+"Skrapping van die model '$MODELNAME', sal alle hierdie verbonde kontroles affekteer.\n"
"Wil u werklik hierdie model skrap?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
-#, fuzzy
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
"Do you really want to delete this instance?"
msgstr ""
-"Om die model '$INSTANCENAME' te skrap, sal alle kontroles wat tans aan hierdie instans gebind is affekteer.\n"
-"Wil u werklik hierdie instans skrap?"
+"Om die model '$INSTANCENAME' te skrap, sal al hierdie instans gebonde kontroles affekteer.\n"
+"Wil u werklik die instans skrap?"
#. VEzGF
-#: include/svx/strings.hrc:1204
-#, fuzzy
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
"Do you really want to delete this element?"
msgstr ""
-"Om die model '$ELEMENTNAME' te skrap, sal alle kontroles wat tans aan hierdie element gebind is affekteer.\n"
+"Om die model '$ELEMENTNAME' te skrap, sal al hierdie element gebonde kontroles affekteer.\n"
"Wil u werklik hierdie element skrap?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Wil u werklik die attribuut '$ATTRIBUTENAME' skrap?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
-#, fuzzy
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
"\n"
"Do you really want to delete this submission?"
msgstr ""
-"As u die indiening '$SUBMISSIONNAME' skrap, sal dit alle kontroles wat tans aan hierdie indiening gebind is, beïnvloed.\n"
+"As u die indiening '$SUBMISSIONNAME' skrap, sal al hierdie gebonde kontroles, beïnvloed word.\n"
"\n"
-"Wil u regtig hierdie indiening skrap?"
+"Wil u regtig die indiening skrap?"
#. SGiK5
-#: include/svx/strings.hrc:1207
-#, fuzzy
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
"\n"
"Do you really want to delete this binding?"
msgstr ""
-"As u die binding '$BINDINGNAME' skrap, sal dit alle kontroles wat tans aan hierdie binding gebind is, beïnvloed.\n"
+"As u die binding '$BINDINGNAME' skrap, sal al hierdie binding gebonde kontroles, beïnvloed word.\n"
"\n"
-"Wil u regtig hierdie binding skrap?"
+"Wil u regtig die binding skrap?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Die naam '%1' is nie geldig in XML nie. Tik asseblief 'n ander naam in."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Die voorvoegsel '%1' is nie geldig in XML nie. Tik asseblief 'n ander voorvoegsel in."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Die naam '%1' bestaan reeds. Tik asseblief 'n nuwe naam in."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Die indiening moet 'n naam hê."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "POST"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "PUT"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "GET"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Geen"
#. Bjxmg
-#: include/svx/strings.hrc:1216
-#, fuzzy
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
-msgstr "~Instanse"
+msgstr "Instanse"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Dokument"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Binding: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Verwysing: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Aksie: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Metode: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Vervang: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Voeg element by"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Redigeer element"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Skrap element"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Voeg attribuut by"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Redigeer attribuut"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Skrap attribuut"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Voeg binding by"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Redigeer binding"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Skrap binding"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Voeg indiening by"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Redigeer indiening"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Skrap indiening"
#. qvvD7
-#: include/svx/strings.hrc:1235
-#, fuzzy
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
-msgstr "Element:"
+msgstr "Element"
#. U4Btb
-#: include/svx/strings.hrc:1236
-#, fuzzy
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
-msgstr "Attribute"
+msgstr "Attribuut"
#. Prceg
-#: include/svx/strings.hrc:1237
-#, fuzzy
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
-msgstr "Bindings"
+msgstr "Verbinding"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Bindinguitdrukking"
#. BTmNa
-#: include/svx/strings.hrc:1240
-#, fuzzy
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
-msgstr "Is u seker u wil die %PRODUCTNAME-dokumentherwinning kanselleer?"
+msgstr "Is u seker u wil die %PRODUCTNAME-dokument herwinningsdata kanselleer?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Links"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Regs"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Sentreer"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Desimaal"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
-msgstr ""
+msgstr "Invoegmodus. Klik om na Oorskryfmodus te wissel."
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
-msgstr ""
+msgstr "Oorskryfmodus. Klik om na Invoegmodus te wissel."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
-#, fuzzy
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
-msgstr "~Oorheenskryf"
+msgstr "Oorskryf"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
-msgstr ""
+msgstr "Invoeg"
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Digitale handtekening: Die dokument se handtekening is OK."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Digitale handtekening: Die dokument se handtekening is OK, maar die sertifikaat kon nie gevalideer word nie."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
-msgstr ""
+msgstr "Digitale handtekening: Die dokumenthandtekening stem nie ooreen met die inhoud van die dokument nie. Ons beveel sterk aan dat u nie hierdie dokument vertrou nie."
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Digitale handtekening: Die dokument is nie onderteken nie."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Digitale handtekening: Die dokumenthandtekening en die sertifikaat is goed, maar nie alle dele van die dokument is onderteken nie."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Die dokument is gewysig. Klik om die dokument te stoor."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
-msgstr ""
+msgstr "Die dokument is onveranderd sedert dit laas gestoor is."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Laai tans dokument..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
-msgstr ""
+msgstr "Pas skyfie aan na huidige vensterruimte."
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
-msgstr ""
+msgstr "Kan nie alle SmartArts laai nie. As u Microsoft Office 2010 of in 'n later formaat stoor, kan u hierdie probleem vermy."
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Zoemfaktor. Klik regs om die zoemfaktor te verander, of klik om die zoemdialoog te open."
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Zoem in"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Zoem uit"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
-msgstr ""
+msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Hele bladsy"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Bladsywydte"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Optimale aansig"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Style ingesluit"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Paragraafst~yle"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Selst_yle"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
-msgstr ""
+msgstr "Soek vir formattering"
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
-msgstr ""
+msgstr "Vervang met formattering"
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
-msgstr ""
+msgstr "Einde van die document is bereik"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
-msgstr ""
+msgstr "Aan die einde van die dokument, hervat aan die begin"
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
-msgstr ""
+msgstr "Einde van die blad bereik"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Soeksleutel nie gevind nie"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
-msgstr ""
+msgstr "Navigasie-element nie gevind nie"
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
-msgstr ""
+msgstr "Begin van die dokument is bereik"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
-msgstr ""
+msgstr "Het die begin van die dokument bereik, hervat aan die einde"
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
-msgstr ""
+msgstr "Het die eerste herinnering bereik, hervat vanaf die laaste"
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
-msgstr ""
+msgstr "Het die laaste herinnering bereik, hervat vanaf die eerste"
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Kleurpalet"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
-msgstr ""
+msgstr "Kleurvervanger"
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
-msgstr ""
+msgstr "3D-Effekte"
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Verkeerde wagwoord"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Wagwoorde pas nie"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Soliede klein sirkelvormige koeëltjies"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Soliede groot sirkelvormige koeëltjies"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Soliede ruitvormige koeëltjies"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Soliede groot vierkantige koeëltjies"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Regswysende pyltjies ingevul"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Regswysende pyltjie-koeëltjies"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
-msgstr ""
+msgstr "Kruisies as kolparagrawe"
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
-msgstr ""
+msgstr "Regmerkies as kolparagrawe"
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Nommer 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Nommer 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Nommer (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Bokas Romeinse syfer I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Bokasletter A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Onderkasletter a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Onderkasletter (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Onderkas Romeinse syfer i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Numeries, numeries, onderkasletters, soliede klein sirkelvormige koeëltjie"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Numeries, onderkasletters, soliede klein sirkelvormige koeëltjie"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Numeries, onderkasletters, onderkas Romeins, bokasletters, soliede klein sirkelvormige koeëltjie"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Numeries"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Bokas Romeins, bokasletters, onderkas Romeins, onderkasletters, soliede klein sirkelvormige koeëltjie"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Bokasletters, bokas romein, onderkasletters, onderkas romein, soliede klein ronde koeëltjie"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numeries met alle subvlakke"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Regswysende koeëltjie, regswysende pyltjiekoeëltjie, soliede ruitvormige koeëltjie, soliede klein sirkelvormige koeëltjie"
#. nEJiF
-#: include/svx/strings.hrc:1323
-#, fuzzy
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
-msgstr "Hierdie lêer kon nie geskep word nie."
+msgstr "Hierdie zip-lêer kon nie geskep word nie."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Tabelontwerpstyle"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Aksies om te ontdoen: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Aksies om te ontdoen: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Aksies om te herdoen: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Aksies om te herdoen: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Soek"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Selfde kas"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
-msgstr ""
+msgstr "Geformatterde skerm"
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
-msgstr ""
+msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
-msgstr ""
+msgstr "$(WIDTH) x $(HEIGHT) by $(DPI) DPI"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
-msgstr ""
+msgstr "$(CAPACITY) kB"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "GIF-beeld"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "JPEG-beeld"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "PNG-beeld"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "TIFF-beeld"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "WMF-beeld"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "MET-beeld"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "PCT-beeld"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "SVG-beeld"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "BMP-beeld"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Onbekend"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
-msgstr ""
+msgstr "Wissel"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
-msgstr ""
+msgstr "Beeld modus"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Rooi"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Groen"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Blou"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Helderheid"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Kontras"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Deursigtigheid"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Snoei"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Verstek oriëntasie"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Van bo na onder"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Onder na bo"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Gestapel"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Linkerkantlyn: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Boonste kantlyn: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Regterkantlyn: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Onderste kantlyn: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Bladsybeskrywing: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Hoofletters"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Onderkas"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Bokas Romein"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Onderkas Romein"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabies"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Geen"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Landskap"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Regop"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Links"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Regs"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Almal"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Spieëlbeeld"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Outeur: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Datum: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Teks: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Karakteragtergrond"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Kleurpalet"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
-msgstr ""
+msgstr "Skyfie nommers:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7936,1944 +7922,1919 @@ msgstr ""
"Wil u eerder die gewysigde weergawe stoor?"
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Basiese Latyn"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latyn-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Latyn uitgebrei-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Latyn uitgebrei-B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA-uitbreidings"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Spasiewysigingsletters"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Kombinerende diakritiese tekens"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Basiese Grieks"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Griekse simbole en Kopties"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Cyrillies"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armeens"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Basiese Hebreeus"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebreeus uitgebrei"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Basiese Arabies"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabies uitgebrei"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengaals"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Goedjarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
-msgstr ""
+msgstr "Odia"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Teloegoe"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malabaars"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thais"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Lao"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Basiese Georgies"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Georgies uitgebrei"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangoel Jamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Latyn uitgebrei bykomend"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Grieks uitgebrei"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Algemene leestekens"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Superskrifte en subskrifte"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Geldeenheidsimbole"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Kombinerende diakritiese simbole"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Letteragtige simbole"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Getalvorms"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Pyltjies"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Wiskundige operateure"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Diverse tegniese"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Beheer prentjies"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Optiese karakterherkenning"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Ingeslote alfanumeriese karakters"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Kassietekening"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Blokelemente"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Geometriese vorms"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Diverse simbole"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbats"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK-simbole en leestekens"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangoel-versoenbaarheid Jamo"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK Diverse"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Ingeslote CJK-letters en -maande"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK-versoenbaarheid"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangoel"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK Unified-ideogramme"
#. JVCP5
-#: include/svx/strings.hrc:1454
-#, fuzzy
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK Unified-ideogramme uitbreiding-A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Area vir private gebruik"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK-versoenbare ideogramme"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Alfabetiese aanbiedingsvorms"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Arabiese aanbiedingsvorms-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Kombinerende halftekens"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK-versoenbaarheidsvorms"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Klein vormvariante"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Arabiese aanbiedingsvorms-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Halfbreedte- en volbreedtevorms"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Spesiales"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
-msgstr ""
+msgstr "Yi lettergrepe"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
-msgstr ""
+msgstr "Yi-Radikale"
#. cuQ2k
-#: include/svx/strings.hrc:1467
-#, fuzzy
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
-msgstr "Vet skuinsdruk"
+msgstr "Oue skuinsdruk"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Goties"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
-msgstr ""
+msgstr "Deseret-Alfabet"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
-msgstr ""
+msgstr "Bizantynse musieksymbole"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Musieksimbole"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Wiskundige alfanumeriese simbole"
#. 3XZRw
-#: include/svx/strings.hrc:1473
-#, fuzzy
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
-msgstr "CJK Unified-ideogramme uitbreiding-A"
+msgstr "CJK Unified-ideogramme uitbreiding-B"
#. nZnQc
-#: include/svx/strings.hrc:1474
-#, fuzzy
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
-msgstr "CJK Unified-ideogramme uitbreiding-A"
+msgstr "CJK Unified-ideogramme uitbreiding-C"
#. HBwZE
-#: include/svx/strings.hrc:1475
-#, fuzzy
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
-msgstr "CJK Unified-ideogramme uitbreiding-A"
+msgstr "CJK Unified-ideogramme uitbreiding-D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
-msgstr ""
+msgstr "CJK versoenbare-ideogramme aanvulling"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
-msgstr ""
+msgstr "Etikette"
#. 2iHJN
-#: include/svx/strings.hrc:1478
-#, fuzzy
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
-msgstr "Cyrillies aanvullend"
+msgstr "Cyrillies aanvulling"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
-msgstr ""
+msgstr "Variasie kiesers"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
-msgstr ""
+msgstr "Aanvullende privaatgebruik gebied-A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
-msgstr ""
+msgstr "Aanvullende privaatgebruik gebied-B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
-msgstr ""
+msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
-msgstr ""
+msgstr "Thai Le"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Khmer simbole"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Fonetiese uitbreidings"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Allerlei simbole en pyle"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
-msgstr ""
+msgstr "Yijing heksagram symbole"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
-msgstr ""
+msgstr "Liniêr B-lettergrepe"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
-msgstr ""
+msgstr "Liniêr B-Ideogramme"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
-msgstr ""
+msgstr "Egeïese getalle"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
-msgstr ""
+msgstr "Ugarities"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
-msgstr ""
+msgstr "Shavianse-Alfabet"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
-msgstr ""
+msgstr "Osmaans"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhalees"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetaans"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Birmaans"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runies"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Siries"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etiopies"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokee"
#. 9mgNF
-#: include/svx/strings.hrc:1504
-#, fuzzy
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
-msgstr "Kanadiese inheemse lettergrepe"
+msgstr "Kanadese inheemse lettergrepe"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongools"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Diverse wiskundige simbole-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Aanvullende pyltjies-A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Braille-patrone"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Aanvullende pyltjies-B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Diverse wiskundige simbole-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK-radikale aanvullend"
#. WLLAP
-#: include/svx/strings.hrc:1512
-#, fuzzy
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
-msgstr "Kanxi-radikale"
+msgstr "Kanxi-woordstamvorme"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Ideografiese beskrywende karakters"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo uitgebrei"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Katakana fonetiese simbole"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
-msgstr ""
+msgstr "CJK-strepe"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
-msgstr ""
+msgstr "Cypriotiese lettergrepe"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
-msgstr ""
+msgstr "Tai Xuan Jing Symbole"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
-msgstr ""
+msgstr "Variasie kiesers, Toevoeging"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
-msgstr ""
+msgstr "Antieke-Griekse musikale notasie"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
-msgstr ""
+msgstr "Antieke Griekse Getalle"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
-msgstr ""
+msgstr "Arabiese Toevoeging"
#. KUnXb
-#: include/svx/strings.hrc:1528
-#, fuzzy
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
-msgstr "Besigheid"
+msgstr "Buginees"
#. zDaXa
-#: include/svx/strings.hrc:1529
-#, fuzzy
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
-msgstr "Kombinerende diakritiese tekens"
+msgstr "Gekombineerde diakritiese tekenaanvullings"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Kopties"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
-msgstr ""
+msgstr "Etiopiese toevoeging"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
-msgstr ""
+msgstr "Etiopiese toevoeging"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
-msgstr ""
+msgstr "Georgiese Toevoeging"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
-msgstr ""
+msgstr "Glagoljica"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
-msgstr ""
+msgstr "Kharoshthi"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
-msgstr ""
+msgstr "Wysiging van toontekens"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
-msgstr ""
+msgstr "Nuwe Tai Lue"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
-msgstr ""
+msgstr "Antiek Persies"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
-msgstr ""
+msgstr "Fonetiese Uitbreidings Toevoeging"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
-msgstr ""
+msgstr "Toegevoegde Leestekens"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
-msgstr ""
+msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
-msgstr ""
+msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
-msgstr ""
+msgstr "Vertikale vorms"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
-msgstr ""
+msgstr "N’Ko"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
-msgstr ""
+msgstr "Balinees"
#. 428ER
-#: include/svx/strings.hrc:1546
-#, fuzzy
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
-msgstr "Latyn uitgebrei-A"
+msgstr "Latynse uitbreiding-C"
#. SqFfT
-#: include/svx/strings.hrc:1547
-#, fuzzy
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
-msgstr "Latyn uitgebrei-A"
+msgstr "Latynse uitbreiding-D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
-msgstr ""
+msgstr "Phagspa"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
-msgstr ""
+msgstr "Fenisiese"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
-msgstr ""
+msgstr "Spykerskrif"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
-msgstr ""
+msgstr "Spykerskrif Getalle en Leestekens"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
-msgstr ""
+msgstr "Telraam-getalle"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
-msgstr ""
+msgstr "Soendanees"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
-msgstr ""
+msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
-msgstr ""
+msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
-msgstr ""
+msgstr "Cyrilliese verlengde-A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
-msgstr ""
+msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
-msgstr ""
+msgstr "Cyrilliese verlengde-B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
-msgstr ""
+msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
-msgstr ""
+msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
-msgstr ""
+msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1562
-#, fuzzy
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
-msgstr "Grafiek"
+msgstr "Cham dialek"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
-msgstr ""
+msgstr "Antieke Simbole"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
-msgstr ""
+msgstr "Skyf van Phaistos"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
-msgstr ""
+msgstr "Lykian"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
-msgstr ""
+msgstr "Carish"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
-msgstr ""
+msgstr "Lydisch"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
-msgstr ""
+msgstr "Mahjong-teëls"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Domino-teëltjies"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
-msgstr ""
+msgstr "Samaritaans"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
-msgstr ""
+msgstr "Verenigde Kanadese inheemse Klinkers uitgebrei"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
-msgstr ""
+msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
-msgstr ""
+msgstr "Vediese Toevoegings"
#. bVNYf
-#: include/svx/strings.hrc:1574
-#, fuzzy
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
-msgstr "Lys"
+msgstr "Lisu dialek"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
-msgstr ""
+msgstr "Bamun"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
-msgstr ""
+msgstr "Algemene Indiese nommervorme"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
-msgstr ""
+msgstr "Devanagari uitgebrei"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
-msgstr ""
+msgstr "Hangul Jamo uitgebrei-A"
#. g5H7j
-#: include/svx/strings.hrc:1579
-#, fuzzy
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
-msgstr "Japannees"
+msgstr "Javaans"
#. upBjC
-#: include/svx/strings.hrc:1580
-#, fuzzy
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
-msgstr "Latyn uitgebrei-A"
+msgstr "Latynse uitbreiding-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
-msgstr ""
+msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
-msgstr ""
+msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
-msgstr ""
+msgstr "Hangul Jamo uitgebrei-B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
-msgstr ""
+msgstr "Offisiële Aramees"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
-msgstr ""
+msgstr "Oud Suid-Arabies"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
-msgstr ""
+msgstr "Avesties"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
-msgstr ""
+msgstr "Inskripsie Parthian"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
-msgstr ""
+msgstr "Inskripsie Pahlavi"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
-msgstr ""
+msgstr "Ou Turks"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
-msgstr ""
+msgstr "Rumi-getalsymbole"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
-msgstr ""
+msgstr "Kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
-msgstr ""
+msgstr "Egiptiese hiërogliewe"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
-msgstr ""
+msgstr "Ingeslote Alfanumeriese Toevoeging"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
-msgstr ""
+msgstr "Ingeslote Ideografiese Toevoeging"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
-msgstr ""
+msgstr "Mandaïs"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
-msgstr ""
+msgstr "Batak"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
-msgstr ""
+msgstr "Ethiopies, uitbreiding-A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
-msgstr ""
+msgstr "Brahmi"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
-msgstr ""
+msgstr "Bamum Toevoeging"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
-msgstr ""
+msgstr "Kana Toevoeging"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
-msgstr ""
+msgstr "Speelkaarte"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
-msgstr ""
+msgstr "Diverse Simbole en Piktogramme"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Emotikons"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
-msgstr ""
+msgstr "Transport- en kaartsimbole"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
-msgstr ""
+msgstr "Alchemiese simbole"
#. CWvjP
-#: include/svx/strings.hrc:1606
-#, fuzzy
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
-msgstr "Arabies uitgebrei"
+msgstr "Arabiese uitbreiding-A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
-msgstr ""
+msgstr "Arabiese Wiskundige Alfabetiese Simbole"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
-msgstr ""
+msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
-msgstr ""
+msgstr "Meetei Mayek-uitbreidings"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
-msgstr ""
+msgstr "Meroities Kursief"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
-msgstr ""
+msgstr "Meroïtiese hiërogliewe"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
-msgstr ""
+msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
-msgstr ""
+msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
-msgstr ""
+msgstr "Sorang-Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
-msgstr ""
+msgstr "Sundanese Toevoeging"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
-msgstr ""
+msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
-msgstr ""
+msgstr "Bassa Vah"
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
-msgstr ""
+msgstr "Kaukasiese Albanees"
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
-msgstr ""
+msgstr "Koptiese Getaltekens"
#. kAeYs
-#: include/svx/strings.hrc:1620
-#, fuzzy
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
-msgstr "Kombinerende diakritiese tekens"
+msgstr "Gekombineerde diakritiese tekensuitbreiding"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
-msgstr ""
+msgstr "Duployé"
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
-msgstr ""
+msgstr "Elbasan"
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
-msgstr ""
+msgstr "Geometriese Vorms Toegevoegd"
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
-msgstr ""
+msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
-msgstr ""
+msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
-msgstr ""
+msgstr "Khudawadi"
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Latyn uitgebrei-E"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
-msgstr ""
+msgstr "Linieêr A"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
-msgstr ""
+msgstr "Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
-msgstr ""
+msgstr "Manichees"
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
-msgstr ""
+msgstr "Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1632
-#, fuzzy
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
-msgstr "Modus"
+msgstr "Modusse"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
-msgstr ""
+msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
-msgstr ""
+msgstr "Birmaans uitgebreid-B"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
-msgstr ""
+msgstr "Nabatees"
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
-msgstr ""
+msgstr "Oud Noord-Arabies"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
-msgstr ""
+msgstr "Oud Permies"
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
-msgstr ""
+msgstr "Ornamentele Diersimbole"
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
-msgstr ""
+msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
-msgstr ""
+msgstr "Palmyreens"
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
-msgstr ""
+msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
-msgstr ""
+msgstr "Psalter Pahlavi"
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
-msgstr ""
+msgstr "Stenografiese Formaat Kontroles"
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
-msgstr ""
+msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
-msgstr ""
+msgstr "Sinhala argaïese getalle"
#. mz3Cs
-#: include/svx/strings.hrc:1646
-#, fuzzy
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
-msgstr "Aanvullende pyltjies-A"
+msgstr "Aanvullende pyltjies-C"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
-msgstr ""
+msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
-msgstr ""
+msgstr "Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
-msgstr ""
+msgstr "Ahom"
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
-msgstr ""
+msgstr "Anatoliaanse hiërogliewe"
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
-msgstr ""
+msgstr "Cherokee Toevoeging"
#. TDgY4
-#: include/svx/strings.hrc:1652
-#, fuzzy
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
-msgstr "CJK Unified-ideogramme uitbreiding-A"
+msgstr "CJK Unified-ideogramme uitbreiding-E"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
-msgstr ""
+msgstr "Vroeë dinastiese spykerskrif"
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
-msgstr ""
+msgstr "Hatraans"
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
-msgstr ""
+msgstr "Multanees"
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
-msgstr ""
+msgstr "Oud Hongaars"
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
-msgstr ""
+msgstr "Bykomende simbole en piktogramme"
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
-msgstr ""
+msgstr "Sutton Tekenskrif"
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
-msgstr ""
+msgstr "Adlam"
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
-msgstr ""
+msgstr "Bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
-msgstr ""
+msgstr "Cyrillies, uitbreiding-C"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
-msgstr ""
+msgstr "Glagolitiese Toevoeging"
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
-msgstr ""
+msgstr "Ideografiese Simbole en leestekens"
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
-msgstr ""
+msgstr "Marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
-msgstr ""
+msgstr "Mongoliese Toevoeging"
#. RTgGA
-#: include/svx/strings.hrc:1666
-#, fuzzy
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
-msgstr "Nuwe"
+msgstr "Newaans"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
-msgstr ""
+msgstr "Osaags"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
-msgstr ""
+msgstr "Tanguties"
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
-msgstr ""
+msgstr "Tangutiese Toevoegings"
#. uFMWt
-#: include/svx/strings.hrc:1670
-#, fuzzy
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
-msgstr "CJK Unified-ideogramme uitbreiding-A"
+msgstr "CJK Unified-ideogramme uitbreiding-F"
#. DH39v
-#: include/svx/strings.hrc:1671
-#, fuzzy
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
-msgstr "Latyn uitgebrei-A"
+msgstr "Kana uitbreiding-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
-msgstr ""
+msgstr "Masaram Gondi"
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
-msgstr ""
+msgstr "Nushu"
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
-msgstr ""
+msgstr "Soyombo"
#. gPnhH
-#: include/svx/strings.hrc:1675
-#, fuzzy
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
-msgstr "Cyrillies aanvullend"
+msgstr "Siriese aanvulling"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
-msgstr ""
+msgstr "Zanabazar-vierkant skrif"
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "Skaaksimbole"
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
-msgstr ""
+msgstr "Dogra"
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
-msgstr ""
+msgstr "Gunjala Gondi"
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
-msgstr ""
+msgstr "Hanifi Rohingya"
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
-msgstr ""
+msgstr "Indiese Siyaq getalle"
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
-msgstr ""
+msgstr "Makasar"
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
-msgstr ""
+msgstr "Maya getalle"
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
-msgstr ""
+msgstr "Medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
-msgstr ""
+msgstr "Oud Sogdiaans"
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
-msgstr ""
+msgstr "Sogdiaans"
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
-msgstr ""
+msgstr "Egiptiese hiëroglief formaat Kontrols"
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
-msgstr ""
+msgstr "Elymaic"
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
-msgstr ""
+msgstr "Nandinagari"
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
-msgstr ""
+msgstr "Nyiakeng Puachue Hmong"
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
-msgstr ""
+msgstr "Ottoman Siyaq Getalle"
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
-msgstr ""
+msgstr "Kleine Kana Uitbreiding"
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
-msgstr ""
+msgstr "Piktografiese simbole, verlenging-A"
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
-msgstr ""
+msgstr "Tamil Toevoeging"
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
-msgstr ""
+msgstr "Wancho"
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
-msgstr ""
+msgstr "Chorasmian"
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
-msgstr ""
+msgstr "Uniforme CJK-ideogramme, uitbreiding-G"
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
-msgstr ""
+msgstr "Dhives Akuru"
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
-msgstr ""
+msgstr "Khitan klein-skrif"
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
-msgstr ""
+msgstr "Lisu Toevoeging"
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
-msgstr ""
+msgstr "Simbole vir Retro Rekenaars"
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
-msgstr ""
+msgstr "Tangut Toevoeging"
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
-msgstr ""
+msgstr "Yezidi"
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "Links-na-regs (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "Regs-na-links (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Gebruik bogeskikte objekinstellings"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "Links na regs (horisontaal)"
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "Regs na links (horisontaal)"
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "Regs na links (vertikaal)"
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "Links na regs (vertikaal)"
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
-msgstr ""
+msgstr "Onder-na-bo, links-na-regs (vertikaal)"
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
-msgstr ""
+msgstr "Fontwerk"
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
-msgstr ""
+msgstr "Digitaal onderteken deur:"
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
-msgstr ""
+msgstr "Datum: %1"
#. oFcMf
#: include/svx/svxitems.hrc:33
@@ -9987,7 +9948,7 @@ msgstr "Posisie"
#: include/svx/svxitems.hrc:51
msgctxt "RID_ATTR_NAMES"
msgid "Character blinking"
-msgstr ""
+msgstr "Flitsende Karakter"
#. A7wEV
#: include/svx/svxitems.hrc:52
@@ -10051,10 +10012,9 @@ msgstr "Paragraafspasiëring"
#. Z7Kxv
#: include/svx/svxitems.hrc:62
-#, fuzzy
msgctxt "RID_ATTR_NAMES"
msgid "Paragraph indent"
-msgstr "Paragraafbelyning"
+msgstr "Paragraaf belyning"
#. cffCk
#: include/svx/svxitems.hrc:63
@@ -10120,13 +10080,13 @@ msgstr "Grootte van Asiatiese font"
#: include/svx/svxitems.hrc:73
msgctxt "RID_ATTR_NAMES"
msgid "Language of Asian font"
-msgstr ""
+msgstr "Taal van Asiatiese font"
#. FGao4
#: include/svx/svxitems.hrc:74
msgctxt "RID_ATTR_NAMES"
msgid "Posture of Asian font"
-msgstr ""
+msgstr "Karakterstyl van Asiatiese font"
#. 6mRQX
#: include/svx/svxitems.hrc:75
@@ -10204,7 +10164,7 @@ msgstr "Rotering"
#: include/svx/svxitems.hrc:87
msgctxt "RID_ATTR_NAMES"
msgid "Character scaling"
-msgstr ""
+msgstr "Karakter skaling"
#. d574i
#: include/svx/svxitems.hrc:88
@@ -10280,14 +10240,12 @@ msgstr "Grafiek"
#. DyFjJ
#: svx/inc/fieldunit.hrc:40
-#, fuzzy
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Line"
-msgstr "Linne"
+msgstr "Lyn"
#. QYjeZ
#: svx/inc/fmstring.hrc:27
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "LIKE"
msgstr "SOOS"
@@ -10300,7 +10258,6 @@ msgstr "NOT"
#. JBngM
#: svx/inc/fmstring.hrc:29
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "EMPTY"
msgstr "LEEG"
@@ -10319,14 +10276,12 @@ msgstr "FALSE"
#. mtAA5
#: svx/inc/fmstring.hrc:32
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "IS"
msgstr "IS"
#. YWtNJ
#: svx/inc/fmstring.hrc:33
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "BETWEEN"
msgstr "TUSSEN"
@@ -10375,193 +10330,183 @@ msgstr "Som"
#. GwMS7
#: svx/inc/fmstring.hrc:41
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Every"
msgstr "Elke"
#. M6DCS
#: svx/inc/fmstring.hrc:42
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Any"
msgstr "Enige"
#. AyNgd
#: svx/inc/fmstring.hrc:43
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Some"
-msgstr "Sekere"
+msgstr "Sommige"
#. QYQ2c
#: svx/inc/fmstring.hrc:44
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "STDDEV_POP"
msgstr "STDDEV_POP"
#. DsDPW
#: svx/inc/fmstring.hrc:45
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "STDDEV_SAMP"
msgstr "STDDEV_SAMP"
#. RqHwF
#: svx/inc/fmstring.hrc:46
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "VAR_SAMP"
msgstr "VAR_SAMP"
#. id43S
#: svx/inc/fmstring.hrc:47
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "VAR_POP"
msgstr "VAR_POP"
#. mjjoD
#: svx/inc/fmstring.hrc:48
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Collect"
msgstr "Versamel"
#. GcZBA
#: svx/inc/fmstring.hrc:49
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Fusion"
msgstr "Fusie"
#. gpKQz
#: svx/inc/fmstring.hrc:50
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Intersection"
-msgstr "Interaksie"
+msgstr "Deursnit"
#. 8DMsd
#: svx/inc/formnavi.hrc:29
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToEdit"
msgid "~Text Box"
-msgstr ""
+msgstr "Teks Kassie"
#. LaRik
#: svx/inc/formnavi.hrc:30
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToButton"
msgid "~Button"
-msgstr ""
+msgstr "Knoppie"
#. qjKaG
#: svx/inc/formnavi.hrc:31
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToFixed"
msgid "La~bel field"
-msgstr ""
+msgstr "Etiket veld"
#. sq3AT
#: svx/inc/formnavi.hrc:32
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToList"
msgid "L~ist Box"
-msgstr ""
+msgstr "Lys kassie"
#. agpbk
#: svx/inc/formnavi.hrc:33
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToCheckBox"
msgid "~Check Box"
-msgstr ""
+msgstr "Merk kassie"
#. 9WA4B
#: svx/inc/formnavi.hrc:34
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToRadio"
msgid "~Radio Button"
-msgstr ""
+msgstr "Radio Knoppie"
#. PpgmW
#: svx/inc/formnavi.hrc:35
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToGroup"
msgid "G~roup Box"
-msgstr ""
+msgstr "Groep Kassie"
#. A8Dbz
#: svx/inc/formnavi.hrc:36
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToCombo"
msgid "Combo Bo~x"
-msgstr ""
+msgstr "Kombo kassie"
#. HRAoH
#: svx/inc/formnavi.hrc:37
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToImageBtn"
msgid "I~mage Button"
-msgstr ""
+msgstr "Beeld knoppie"
#. gZZqq
#: svx/inc/formnavi.hrc:38
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToFileControl"
msgid "~File Selection"
-msgstr ""
+msgstr "Leêr seleksie"
#. EEADE
#: svx/inc/formnavi.hrc:39
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToDate"
msgid "~Date Field"
-msgstr ""
+msgstr "Datum veld"
#. gDr8N
#: svx/inc/formnavi.hrc:40
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToTime"
msgid "Tim~e Field"
-msgstr ""
+msgstr "Tyd veld"
#. jAbfP
#: svx/inc/formnavi.hrc:41
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToNumeric"
msgid "~Numerical Field"
-msgstr ""
+msgstr "Numeriese veld"
#. ryXjj
#: svx/inc/formnavi.hrc:42
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToCurrency"
msgid "C~urrency Field"
-msgstr ""
+msgstr "Monetêre veld"
#. GXHFr
#: svx/inc/formnavi.hrc:43
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToPattern"
msgid "~Pattern Field"
-msgstr ""
+msgstr "Patroon veld"
#. a7jCc
#: svx/inc/formnavi.hrc:44
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToImageControl"
msgid "Ima~ge Control"
-msgstr ""
+msgstr "Beeld beheerkontrole"
#. WDsBh
#: svx/inc/formnavi.hrc:45
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToFormatted"
msgid "Fo~rmatted Field"
-msgstr ""
+msgstr "Geformateerde veld"
#. aEXn5
#: svx/inc/formnavi.hrc:46
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToScrollBar"
msgid "Scroll bar"
-msgstr ""
+msgstr "Rolbalk"
#. cGxjA
#: svx/inc/formnavi.hrc:47
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToSpinButton"
msgid "Spin Button"
-msgstr ""
+msgstr "Spin knoppie"
#. HYbc6
#: svx/inc/formnavi.hrc:48
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToNavigationBar"
msgid "Navigation Bar"
-msgstr ""
+msgstr "Navigasie staaf"
#. d7vkX
#: svx/inc/frmsel.hrc:29
@@ -10672,244 +10617,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Diagonale randlyn van onder links na bo regs"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Geen"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "Koeëltjie"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Grafika"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "Gekoppelde grafika"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
-msgstr ""
+msgstr "1e, 2e, 3e, ..."
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr "Een, Twee, Drie, ..."
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr "Eerste, tweede, derde, ..."
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
-msgstr ""
+msgstr "*, †, ‡, §, **, ††, ..."
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Eie nommering"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (Bulgaars)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (Bulgaars)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (Bulgaars)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (Bulgaars)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (Russies)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (Russies)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (Russies)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (Russies)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (Serwies)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (Serwies)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (Serwies)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (Serwies)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (Griekse hoofletter)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (Griekse kleinletter)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א...י, יא...כ, ..."
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א...ת, אא...תת, ..."
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١, ٢, ٣, ٤, ... (Arabies)"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱, ۲, ۳, ۴, ... (Persies)"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -10920,25 +10866,25 @@ msgstr "१, २, ३, ..."
#: svx/inc/rotationstrings.hrc:18
msgctxt "RID_SVXITEMS_ROTATE_MODE_STANDARD"
msgid "Rotation only within cell"
-msgstr ""
+msgstr "Rotasie slegs binne sel"
#. r8WzF
#: svx/inc/rotationstrings.hrc:19
msgctxt "RID_SVXITEMS_ROTATE_MODE_TOP"
msgid "From upper cell edge"
-msgstr ""
+msgstr "Vanaf boonste sel rand"
#. E7EVi
#: svx/inc/rotationstrings.hrc:20
msgctxt "RID_SVXITEMS_ROTATE_MODE_CENTER"
msgid "From vertical middle cell"
-msgstr ""
+msgstr "Vanaf vertikale middelste sel"
#. NEwyu
#: svx/inc/rotationstrings.hrc:21
msgctxt "RID_SVXITEMS_ROTATE_MODE_BOTTOM"
msgid "From lower cell edge"
-msgstr ""
+msgstr "Vanaf onderste sel rand"
#. Je56M
#: svx/inc/samecontent.hrc:18
@@ -10974,43 +10920,43 @@ msgstr "Geen"
#: svx/inc/spacing.hrc:27
msgctxt "RID_SVXSTRARY_SPACING_INCH"
msgid "Extra Small (1/16″)"
-msgstr ""
+msgstr "Ekstra klein (1/16″)"
#. DB9aM
#: svx/inc/spacing.hrc:28
msgctxt "RID_SVXSTRARY_SPACING_INCH"
msgid "Small (1/8″)"
-msgstr ""
+msgstr "Klein (1/8″)"
#. 5PhsT
#: svx/inc/spacing.hrc:29
msgctxt "RID_SVXSTRARY_SPACING_INCH"
msgid "Small Medium (1/4″)"
-msgstr ""
+msgstr "Medium klein (1/4″)"
#. 3LSyH
#: svx/inc/spacing.hrc:30
msgctxt "RID_SVXSTRARY_SPACING_INCH"
msgid "Medium (3/8″)"
-msgstr ""
+msgstr "Medium (3/8″)"
#. NzRZJ
#: svx/inc/spacing.hrc:31
msgctxt "RID_SVXSTRARY_SPACING_INCH"
msgid "Medium Large (1/2″)"
-msgstr ""
+msgstr "Medium groot (1/2″)"
#. JBwJZ
#: svx/inc/spacing.hrc:32
msgctxt "RID_SVXSTRARY_SPACING_INCH"
msgid "Large (3/4″)"
-msgstr ""
+msgstr "Groot (3/4″)"
#. AwWUq
#: svx/inc/spacing.hrc:33
msgctxt "RID_SVXSTRARY_SPACING_INCH"
msgid "Extra Large (1″)"
-msgstr ""
+msgstr "Ekstra groot (1″)"
#. SGERK
#: svx/inc/spacing.hrc:40
@@ -11023,49 +10969,49 @@ msgstr "Geen"
#: svx/inc/spacing.hrc:42
msgctxt "RID_SVXSTRARY_SPACING_CM"
msgid "Extra Small (%1)"
-msgstr ""
+msgstr "Ekstra klein (%1)"
#. DJAZx
#. Small (0.32 cm)
#: svx/inc/spacing.hrc:44
msgctxt "RID_SVXSTRARY_SPACING_CM"
msgid "Small (%1)"
-msgstr ""
+msgstr "Klein (%1)"
#. scXTX
#. Small Medium (0.64 cm)
#: svx/inc/spacing.hrc:46
msgctxt "RID_SVXSTRARY_SPACING_CM"
msgid "Small Medium (%1)"
-msgstr ""
+msgstr "Klein Medium (%1)"
#. zN8GJ
#. Medium (0.95 cm)
#: svx/inc/spacing.hrc:48
msgctxt "RID_SVXSTRARY_SPACING_CM"
msgid "Medium (%1)"
-msgstr ""
+msgstr "Medium (%1)"
#. cbhBF
#. Medium Large (1.27 cm)
#: svx/inc/spacing.hrc:50
msgctxt "RID_SVXSTRARY_SPACING_CM"
msgid "Medium Large (%1)"
-msgstr ""
+msgstr "Medium Groot (%1)"
#. 8kTDK
#. Large (1.9 cm)
#: svx/inc/spacing.hrc:52
msgctxt "RID_SVXSTRARY_SPACING_CM"
msgid "Large (%1)"
-msgstr ""
+msgstr "Groot (%1)"
#. etG35
#. Extra Large (2.54 cm)
#: svx/inc/spacing.hrc:54
msgctxt "RID_SVXSTRARY_SPACING_CM"
msgid "Extra Large (%1)"
-msgstr ""
+msgstr "Ekstra groot (%1)"
#. F7GxF
#: svx/inc/spacing.hrc:61
@@ -11077,43 +11023,43 @@ msgstr "Geen"
#: svx/inc/spacing.hrc:62
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Extra Small (1/16″)"
-msgstr ""
+msgstr "Ekstra klein (1/16″)"
#. BUnaC
#: svx/inc/spacing.hrc:63
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Small (1/8″)"
-msgstr ""
+msgstr "Klein (1/8″)"
#. oBhFP
#: svx/inc/spacing.hrc:64
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Small Medium (1/4″)"
-msgstr ""
+msgstr "Klein medium (1/4″)"
#. tDBA3
#: svx/inc/spacing.hrc:65
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Medium (3/8″)"
-msgstr ""
+msgstr "Medium (3/8″)"
#. fDRCW
#: svx/inc/spacing.hrc:66
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Medium Large (1/2″)"
-msgstr ""
+msgstr "Medium groot (1/2″)"
#. Ls2Jq
#: svx/inc/spacing.hrc:67
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Large (3/4″)"
-msgstr ""
+msgstr "Groot (3/4″)"
#. DLXcU
#: svx/inc/spacing.hrc:68
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Extra Large (1″)"
-msgstr ""
+msgstr "Ekstra groot (1″)"
#. phGfi
#: svx/inc/spacing.hrc:75
@@ -11126,49 +11072,49 @@ msgstr "Geen"
#: svx/inc/spacing.hrc:77
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Extra Small (%1)"
-msgstr ""
+msgstr "Ekstra klein (%1)"
#. L3BfG
#. Small (0.32 cm)
#: svx/inc/spacing.hrc:79
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Small (%1)"
-msgstr ""
+msgstr "Klein (%1)"
#. 2VGHi
#. Small Medium (0.64 cm)
#: svx/inc/spacing.hrc:81
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Small Medium (%1)"
-msgstr ""
+msgstr "Klein Medium (%1)"
#. Z7Wot
#. Medium (0.95 cm)
#: svx/inc/spacing.hrc:83
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Medium (%1)"
-msgstr ""
+msgstr "Medium (%1)"
#. CS6Zz
#. Medium Large (1.27 cm)
#: svx/inc/spacing.hrc:85
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Medium Large (%1)"
-msgstr ""
+msgstr "Medium groot (%1)"
#. BaS7j
#. Large (1.9 cm)
#: svx/inc/spacing.hrc:87
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Large (%1)"
-msgstr ""
+msgstr "Groot (%1)"
#. gAc3E
#. Extra Large (2.54 cm)
#: svx/inc/spacing.hrc:89
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Extra Large (%1)"
-msgstr ""
+msgstr "Extra Groot (%1)"
#. koHH6
#: svx/inc/svxerr.hrc:33
@@ -11252,7 +11198,7 @@ msgstr "'n Taal is nie vir die gemerkte term vasgelê nie."
#: svx/inc/svxerr.hrc:63
msgctxt "RID_SVXERRCODE"
msgid "All changes to the Basic Code are lost. The original VBA Macro Code is saved instead."
-msgstr ""
+msgstr "Alle veranderinge aan die BASIC-kode is verlore. In plaas daarvan word die oorspronklike VBA-makrokode gestoor."
#. A2WQJ
#: svx/inc/svxerr.hrc:65
@@ -11400,7 +11346,7 @@ msgstr "Bladsyteksarea"
#: svx/inc/swframeposstrings.hrc:46
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Page text area bottom"
-msgstr ""
+msgstr "Bladsy teks area onderkant"
#. XG9Bj
#: svx/inc/swframeposstrings.hrc:47
@@ -12066,7 +12012,7 @@ msgstr "B4 (ISO)"
#: svx/source/dialog/page.hrc:37
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Letter"
-msgstr "Letter"
+msgstr "letter"
#. sx5cV
#: svx/source/dialog/page.hrc:38
@@ -12124,7 +12070,6 @@ msgstr "Groot 32 Kai"
#. by7kM
#: svx/source/dialog/page.hrc:47
-#, fuzzy
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "User"
msgstr "Gebruiker"
@@ -12167,10 +12112,9 @@ msgstr "#6¾-koevert"
#. zy6rP
#: svx/source/dialog/page.hrc:54
-#, fuzzy
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#7¾ (Monarch) Envelope"
-msgstr "#7¾-koevert (Monarch)"
+msgstr "#7¾ (Monarch)-koevert"
#. m4N6Q
#: svx/source/dialog/page.hrc:55
@@ -12266,7 +12210,7 @@ msgstr "B4 (ISO)"
#: svx/source/dialog/page.hrc:74
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Letter"
-msgstr "Letter"
+msgstr "letter"
#. NKMub
#: svx/source/dialog/page.hrc:75
@@ -12324,7 +12268,6 @@ msgstr "Groot 32 Kai"
#. rSAv7
#: svx/source/dialog/page.hrc:84
-#, fuzzy
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "User"
msgstr "Gebruiker"
@@ -12463,7 +12406,6 @@ msgstr "Beskrywing"
#. VDtBL
#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:213
-#, fuzzy
msgctxt "acceptrejectchangesdialog|writeredit"
msgid "Edit Comment..."
msgstr "Redigeer opmerking..."
@@ -12508,13 +12450,13 @@ msgstr "Dokumentposisie"
#: svx/uiconfig/ui/accessibilitycheckdialog.ui:12
msgctxt "accessibilitycheckdialog|AccessibilityCheckDialog"
msgid "Accessibility Check"
-msgstr ""
+msgstr "Toeganklikheid Toetsing"
#. JgTnF
#: svx/uiconfig/ui/accessibilitycheckentry.ui:25
msgctxt "accessibilitycheckentry|accessibilityCheckEntryGotoButton"
msgid "Go to Issue"
-msgstr ""
+msgstr "Gaan na fout"
#. k4D3g
#: svx/uiconfig/ui/addconditiondialog.ui:8
@@ -12538,7 +12480,7 @@ msgstr "_Resultaat:"
#: svx/uiconfig/ui/addconditiondialog.ui:152
msgctxt "addconditiondialog|edit"
msgid "_Edit Namespaces..."
-msgstr ""
+msgstr "Verander Naamspasies..."
#. Ac8VD
#: svx/uiconfig/ui/adddataitemdialog.ui:114
@@ -12554,7 +12496,6 @@ msgstr "_Verstek waarde:"
#. 6XN5s
#: svx/uiconfig/ui/adddataitemdialog.ui:140
-#, fuzzy
msgctxt "adddataitemdialog|browse"
msgid "_Add..."
msgstr "Voeg by..."
@@ -12567,14 +12508,12 @@ msgstr "Item"
#. 5eBHo
#: svx/uiconfig/ui/adddataitemdialog.ui:210
-#, fuzzy
msgctxt "adddataitemdialog|datatypeft"
msgid "_Data type:"
-msgstr "Datasoort"
+msgstr "Data tipe:"
#. CDawq
#: svx/uiconfig/ui/adddataitemdialog.ui:234
-#, fuzzy
msgctxt "adddataitemdialog|required"
msgid "_Required"
msgstr "Vereis"
@@ -12587,7 +12526,6 @@ msgstr "Voorwaarde"
#. Rqtm8
#: svx/uiconfig/ui/adddataitemdialog.ui:263
-#, fuzzy
msgctxt "adddataitemdialog|relevant"
msgid "R_elevant"
msgstr "Relevant"
@@ -12600,24 +12538,21 @@ msgstr "Voorwaarde"
#. gLAEV
#: svx/uiconfig/ui/adddataitemdialog.ui:292
-#, fuzzy
msgctxt "adddataitemdialog|constraint"
msgid "_Constraint"
msgstr "Beperking"
#. k7xDZ
#: svx/uiconfig/ui/adddataitemdialog.ui:307
-#, fuzzy
msgctxt "adddataitemdialog|readonly"
msgid "Read-_only"
msgstr "Leesalleen"
#. aAGTh
#: svx/uiconfig/ui/adddataitemdialog.ui:322
-#, fuzzy
msgctxt "adddataitemdialog|calculate"
msgid "Calc_ulate"
-msgstr "Berek~en"
+msgstr "Bereken"
#. Rxz2f
#: svx/uiconfig/ui/adddataitemdialog.ui:337
@@ -12647,11 +12582,10 @@ msgstr "Instellings"
#: svx/uiconfig/ui/addinstancedialog.ui:8
msgctxt "addinstancedialog|AddInstanceDialog"
msgid "Add Instance"
-msgstr ""
+msgstr "Voeg Eksemplaar by"
#. CiRHq
#: svx/uiconfig/ui/addinstancedialog.ui:102
-#, fuzzy
msgctxt "addinstancedialog|label2"
msgid "_Name:"
msgstr "Naam:"
@@ -12660,17 +12594,16 @@ msgstr "Naam:"
#: svx/uiconfig/ui/addinstancedialog.ui:116
msgctxt "addinstancedialog|alttitle"
msgid "Edit Instance"
-msgstr ""
+msgstr "Redigeer Eksemplaar"
#. TDx57
#: svx/uiconfig/ui/addinstancedialog.ui:128
msgctxt "addinstancedialog|urlft"
msgid "_URL:"
-msgstr ""
+msgstr "URL:"
#. vXdwB
#: svx/uiconfig/ui/addinstancedialog.ui:157
-#, fuzzy
msgctxt "addinstancedialog|browse"
msgid "_Browse..."
msgstr "Blaai..."
@@ -12679,23 +12612,22 @@ msgstr "Blaai..."
#: svx/uiconfig/ui/addinstancedialog.ui:170
msgctxt "addinstancedialog|link"
msgid "_Link instance"
-msgstr ""
+msgstr "Koppel eksemplaar"
#. BUU2x
#: svx/uiconfig/ui/addmodeldialog.ui:8
msgctxt "addmodeldialog|AddModelDialog"
msgid "Add Model"
-msgstr ""
+msgstr "Voeg model by"
#. BVA6X
#: svx/uiconfig/ui/addmodeldialog.ui:87
msgctxt "addmodeldialog|modify"
msgid "Model data updates change document's modification status"
-msgstr ""
+msgstr "Die bywerk van die modeldata verander die dokument se wysigingstatus"
#. SDrTB
#: svx/uiconfig/ui/addmodeldialog.ui:117
-#, fuzzy
msgctxt "addmodeldialog|label2"
msgid "_Name:"
msgstr "Naam:"
@@ -12704,17 +12636,16 @@ msgstr "Naam:"
#: svx/uiconfig/ui/addmodeldialog.ui:131
msgctxt "addmodeldialog|alttitle"
msgid "Edit Model"
-msgstr ""
+msgstr "Model bywerk"
#. tEB4d
#: svx/uiconfig/ui/addnamespacedialog.ui:8
msgctxt "addnamespacedialog|AddNamespaceDialog"
msgid "Add Namespace"
-msgstr ""
+msgstr "Naamspasie byvoeg"
#. Tr89B
#: svx/uiconfig/ui/addnamespacedialog.ui:89
-#, fuzzy
msgctxt "addnamespacedialog|label1"
msgid "_Prefix:"
msgstr "Voorvoegsel"
@@ -12723,13 +12654,13 @@ msgstr "Voorvoegsel"
#: svx/uiconfig/ui/addnamespacedialog.ui:129
msgctxt "addnamespacedialog|label2"
msgid "_URL:"
-msgstr ""
+msgstr "_URL:"
#. YtT2E
#: svx/uiconfig/ui/addnamespacedialog.ui:143
msgctxt "addnamespacedialog|alttitle"
msgid "Edit Namespace"
-msgstr ""
+msgstr "Naamspasie bywerk"
#. zGRwg
#: svx/uiconfig/ui/addsubmissiondialog.ui:8
@@ -12739,58 +12670,51 @@ msgstr "Voeg indiening by"
#. Q6TEm
#: svx/uiconfig/ui/addsubmissiondialog.ui:103
-#, fuzzy
msgctxt "addsubmissiondialog|label2"
msgid "_Name:"
msgstr "Naam:"
#. uHEpR
#: svx/uiconfig/ui/addsubmissiondialog.ui:117
-#, fuzzy
msgctxt "addsubmissiondialog|urlft"
msgid "Binding e_xpression:"
-msgstr "Bindinguitdrukking"
+msgstr "Bindingsuitdrukking:"
#. AncQm
#: svx/uiconfig/ui/addsubmissiondialog.ui:129
-#, fuzzy
msgctxt "addsubmissiondialog|browse"
msgid "_Add..."
msgstr "Voeg by..."
#. RzDTr
#: svx/uiconfig/ui/addsubmissiondialog.ui:145
-#, fuzzy
msgctxt "addsubmissiondialog|label3"
msgid "_Action:"
-msgstr "Aksie: "
+msgstr "Aksie:"
#. zHkNb
#: svx/uiconfig/ui/addsubmissiondialog.ui:173
-#, fuzzy
msgctxt "addsubmissiondialog|label4"
msgid "_Method:"
-msgstr "Metode: "
+msgstr "Metode:"
#. 6VGN7
#: svx/uiconfig/ui/addsubmissiondialog.ui:212
-#, fuzzy
msgctxt "addsubmissiondialog|label5"
msgid "_Binding:"
-msgstr "Bindings"
+msgstr "Binding:"
#. GkBRk
#: svx/uiconfig/ui/addsubmissiondialog.ui:226
-#, fuzzy
msgctxt "addsubmissiondialog|label6"
msgid "_Replace:"
-msgstr "Vervang: "
+msgstr "Vervang:"
#. yvhoc
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:8
msgctxt "asianphoneticguidedialog|AsianPhoneticGuideDialog"
msgid "Asian Phonetic Guide"
-msgstr ""
+msgstr "Asiatiese fonetiekgids"
#. Hj3z4
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:93
@@ -12802,7 +12726,7 @@ msgstr "Basisteks"
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:105
msgctxt "asianphoneticguidedialog|rubytextft"
msgid "Ruby text"
-msgstr ""
+msgstr "Ruby-teks"
#. 5i2SB
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:152
@@ -12814,7 +12738,7 @@ msgstr "Basisteks"
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:191
msgctxt "asianphoneticguidedialog|Right2ED-atkobject"
msgid "Ruby text"
-msgstr ""
+msgstr "Ruby-teks"
#. iMRNj
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:207
@@ -12826,13 +12750,13 @@ msgstr "Basisteks"
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:223
msgctxt "asianphoneticguidedialog|Right3ED-atkobject"
msgid "Ruby text"
-msgstr ""
+msgstr "Ruby-teks"
#. atKaG
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:239
msgctxt "asianphoneticguidedialog|Right4ED-atkobject"
msgid "Ruby text"
-msgstr ""
+msgstr "Ruby-teks"
#. QsYkZ
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:255
@@ -12856,7 +12780,7 @@ msgstr "Posisie:"
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:320
msgctxt "asianphoneticguidedialog|styleft"
msgid "Character style for ruby text:"
-msgstr ""
+msgstr "Karakter profiel vir Ruby-teks:"
#. VmD7B
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:343
@@ -13012,7 +12936,7 @@ msgstr "Vereenvoudigde _Sjinees na tradisionele Sjinees"
#: svx/uiconfig/ui/chinesedictionary.ui:149
msgctxt "chinesedictionary|reverse"
msgid "Reverse mapping"
-msgstr ""
+msgstr "Toewysing terugstel"
#. 4Y5b9
#: svx/uiconfig/ui/chinesedictionary.ui:180
@@ -13028,11 +12952,10 @@ msgstr "Term"
#: svx/uiconfig/ui/chinesedictionary.ui:441
msgctxt "chinesedictionary|mappingft"
msgid "Mapping"
-msgstr ""
+msgstr "Toewysing"
#. XZbeq
#: svx/uiconfig/ui/chinesedictionary.ui:227
-#, fuzzy
msgctxt "chinesedictionary|modify"
msgid "_Modify"
msgstr "Wysig"
@@ -13047,16 +12970,15 @@ msgstr "Eienskap"
#. nDmEW
#: svx/uiconfig/ui/chinesedictionary.ui:279
-#, fuzzy
msgctxt "chinesedictionary|property"
msgid "Other"
-msgstr "Andere"
+msgstr "Ander"
#. zEzUA
#: svx/uiconfig/ui/chinesedictionary.ui:280
msgctxt "chinesedictionary|property"
msgid "Foreign"
-msgstr ""
+msgstr "Buitelandse"
#. fG6PM
#: svx/uiconfig/ui/chinesedictionary.ui:281
@@ -13086,7 +13008,7 @@ msgstr "Status"
#: svx/uiconfig/ui/chinesedictionary.ui:285
msgctxt "chinesedictionary|property"
msgid "Place name"
-msgstr ""
+msgstr "Pleknaam"
#. waJRm
#: svx/uiconfig/ui/chinesedictionary.ui:286
@@ -13098,23 +13020,22 @@ msgstr "Besigheid"
#: svx/uiconfig/ui/chinesedictionary.ui:287
msgctxt "chinesedictionary|property"
msgid "Adjective"
-msgstr ""
+msgstr "byvoeglike naamwoord"
#. VKjdE
#: svx/uiconfig/ui/chinesedictionary.ui:288
msgctxt "chinesedictionary|property"
msgid "Idiom"
-msgstr ""
+msgstr "Idioom"
#. dB4SG
#: svx/uiconfig/ui/chinesedictionary.ui:289
msgctxt "chinesedictionary|property"
msgid "Abbreviation"
-msgstr ""
+msgstr "Afkorting"
#. sBYxF
#: svx/uiconfig/ui/chinesedictionary.ui:290
-#, fuzzy
msgctxt "chinesedictionary|property"
msgid "Numerical"
msgstr "Numeries"
@@ -13123,19 +13044,19 @@ msgstr "Numeries"
#: svx/uiconfig/ui/chinesedictionary.ui:291
msgctxt "chinesedictionary|property"
msgid "Noun"
-msgstr ""
+msgstr "Selfstandige naamwoord"
#. kXcwC
#: svx/uiconfig/ui/chinesedictionary.ui:292
msgctxt "chinesedictionary|property"
msgid "Verb"
-msgstr ""
+msgstr "Werkwoord"
#. YSxrd
#: svx/uiconfig/ui/chinesedictionary.ui:293
msgctxt "chinesedictionary|property"
msgid "Brand name"
-msgstr ""
+msgstr "Handelsnaam"
#. TZEqZ
#: svx/uiconfig/ui/classificationdialog.ui:37
@@ -13159,7 +13080,7 @@ msgstr "Internasionaal:"
#: svx/uiconfig/ui/classificationdialog.ui:180
msgctxt "classificationdialog|label-Marking"
msgid "Marking:"
-msgstr ""
+msgstr "Merk:"
#. QZAAx
#: svx/uiconfig/ui/classificationdialog.ui:196
@@ -13181,29 +13102,27 @@ msgstr "Vetdruk"
#. v8MHF
#: svx/uiconfig/ui/classificationdialog.ui:314
-#, fuzzy
msgctxt "classificationdialog|signButton"
msgid "Sign Paragraph"
-msgstr "Versteekde paragraaf"
+msgstr "Paragraaf teken"
#. cDs9q
#: svx/uiconfig/ui/classificationdialog.ui:381
msgctxt "classificationdialog|label-PartNumber"
msgid "License:"
-msgstr ""
+msgstr "Lisensie:"
#. d24J5
#: svx/uiconfig/ui/classificationdialog.ui:396
-#, fuzzy
msgctxt "classificationdialog|label-PartNumber"
msgid "Part Number:"
-msgstr "Bladsynommer"
+msgstr "Onderdeelnommer:"
#. AEUjh
#: svx/uiconfig/ui/classificationdialog.ui:412
msgctxt "classificationdialog|label-PartNumber"
msgid "Part text:"
-msgstr ""
+msgstr "Teks deel:"
#. gdZhQ
#: svx/uiconfig/ui/classificationdialog.ui:523
@@ -13215,7 +13134,7 @@ msgstr "Voeg by"
#: svx/uiconfig/ui/classificationdialog.ui:547
msgctxt "classificationdialog|label-IntellectualProperty"
msgid "Intellectual Property"
-msgstr ""
+msgstr "Intellektuele Eiendom"
#. gogLP
#: svx/uiconfig/ui/colorwindow.ui:57
@@ -13405,7 +13324,6 @@ msgstr "_Meer..."
#. JtMyQ
#: svx/uiconfig/ui/colsmenu.ui:255
-#, fuzzy
msgctxt "colsmenu|all"
msgid "_All"
msgstr "Almal"
@@ -13432,7 +13350,7 @@ msgstr "JPEG-kwaliteit"
#: svx/uiconfig/ui/compressgraphicdialog.ui:136
msgctxt "compressgraphicdialog|radio-jpeg|tooltip_text"
msgid "Lossy compression"
-msgstr ""
+msgstr "Verliesgevoelige kompressie"
#. vZFgs
#: svx/uiconfig/ui/compressgraphicdialog.ui:153
@@ -13510,13 +13428,13 @@ msgstr "Lanczos"
#: svx/uiconfig/ui/compressgraphicdialog.ui:468
msgctxt "compressgraphicdialog|label13"
msgid "px"
-msgstr ""
+msgstr "px"
#. KACB4
#: svx/uiconfig/ui/compressgraphicdialog.ui:480
msgctxt "compressgraphicdialog|label14"
msgid "px"
-msgstr ""
+msgstr "px"
#. unj5i
#: svx/uiconfig/ui/compressgraphicdialog.ui:492
@@ -13540,25 +13458,25 @@ msgstr "Tipe:"
#: svx/uiconfig/ui/compressgraphicdialog.ui:578
msgctxt "compressgraphicdialog|label7"
msgid "Actual dimensions:"
-msgstr ""
+msgstr "Werklike dimensies:"
#. BZCWQ
#: svx/uiconfig/ui/compressgraphicdialog.ui:610
msgctxt "compressgraphicdialog|label8"
msgid "Apparent dimensions:"
-msgstr ""
+msgstr "Skynbare dimensies:"
#. QzEYW
#: svx/uiconfig/ui/compressgraphicdialog.ui:641
msgctxt "compressgraphicdialog|label9"
msgid "Image size:"
-msgstr ""
+msgstr "Beeld grootte:"
#. ARYxX
#: svx/uiconfig/ui/compressgraphicdialog.ui:670
msgctxt "compressgraphicdialog|calculate"
msgid "Calculate New Size:"
-msgstr ""
+msgstr "Bereken Nuwe grootte:"
#. ArZKq
#: svx/uiconfig/ui/compressgraphicdialog.ui:708
@@ -13726,7 +13644,7 @@ msgstr "_Stuur omvalverslag"
#: svx/uiconfig/ui/crashreportdlg.ui:53
msgctxt "crashreportdlg|btn_cancel"
msgid "Do_n’t Send"
-msgstr ""
+msgstr "Moenie Versend nie"
#. afExy
#: svx/uiconfig/ui/crashreportdlg.ui:67
@@ -13754,14 +13672,12 @@ msgstr "Herbegin %PRODUCTNAME om veilige modus te betree"
#. gsFSM
#: svx/uiconfig/ui/datanavigator.ui:12
-#, fuzzy
msgctxt "datanavigator|instancesadd"
msgid "_Add..."
msgstr "Voeg by..."
#. BdRnW
#: svx/uiconfig/ui/datanavigator.ui:20
-#, fuzzy
msgctxt "datanavigator|instancesedit"
msgid "_Edit..."
msgstr "Redigeer..."
@@ -13770,32 +13686,28 @@ msgstr "Redigeer..."
#: svx/uiconfig/ui/datanavigator.ui:28
msgctxt "datanavigator|instancesremove"
msgid "_Remove..."
-msgstr ""
+msgstr "Verwyder..."
#. YM7Tk
#: svx/uiconfig/ui/datanavigator.ui:42
-#, fuzzy
msgctxt "datanavigator|instancesdetails"
msgid "_Show Details"
-msgstr "~Toon details"
+msgstr "Vertoon details"
#. rMqsT
#: svx/uiconfig/ui/datanavigator.ui:54
-#, fuzzy
msgctxt "datanavigator|modelsadd"
msgid "_Add..."
msgstr "Voeg by..."
#. m8vxV
#: svx/uiconfig/ui/datanavigator.ui:62
-#, fuzzy
msgctxt "datanavigator|modelsedit"
msgid "_Edit..."
msgstr "Redigeer..."
#. VqB4m
#: svx/uiconfig/ui/datanavigator.ui:70
-#, fuzzy
msgctxt "datanavigator|modelsremove"
msgid "_Remove"
msgstr "Verwyder"
@@ -13808,43 +13720,39 @@ msgstr "_Modelle"
#. BF3zW
#: svx/uiconfig/ui/datanavigator.ui:177
-#, fuzzy
msgctxt "datanavigator|instance"
msgid "Instance"
-msgstr "~Instanse"
+msgstr "Instans"
#. 3Yg5b
#: svx/uiconfig/ui/datanavigator.ui:223
-#, fuzzy
msgctxt "datanavigator|submissions"
msgid "Submissions"
msgstr "Indienings"
#. hHddS
#: svx/uiconfig/ui/datanavigator.ui:270
-#, fuzzy
msgctxt "datanavigator|bindings"
msgid "Bindings"
msgstr "Bindings"
#. KaGD7
#: svx/uiconfig/ui/datanavigator.ui:286
-#, fuzzy
msgctxt "datanavigator|instances"
msgid "_Instances"
-msgstr "~Instanse"
+msgstr "Instanse"
#. 2xX4C
#: svx/uiconfig/ui/defaultshapespanel.ui:48
msgctxt "defaultshapespanel|label1"
msgid "Lines and Arrows"
-msgstr ""
+msgstr "Lyne en Pyle"
#. xvX8C
#: svx/uiconfig/ui/defaultshapespanel.ui:86
msgctxt "defaultshapespanel|label2"
msgid "Curves and Polygons"
-msgstr ""
+msgstr "Boë en Veelhoeke"
#. KHMSA
#: svx/uiconfig/ui/defaultshapespanel.ui:124
@@ -13862,7 +13770,7 @@ msgstr "Basiese vorms"
#: svx/uiconfig/ui/defaultshapespanel.ui:200
msgctxt "defaultshapespanel|label5"
msgid "Symbol Shapes"
-msgstr ""
+msgstr "Simbool Vorme"
#. SGxDy
#: svx/uiconfig/ui/defaultshapespanel.ui:238
@@ -13886,7 +13794,7 @@ msgstr "Uitroepe"
#: svx/uiconfig/ui/defaultshapespanel.ui:352
msgctxt "defaultshapespanel|label9"
msgid "Stars and Banners"
-msgstr ""
+msgstr "Sterre en Baniere"
#. cibWf
#: svx/uiconfig/ui/defaultshapespanel.ui:390
@@ -13934,85 +13842,76 @@ msgstr "Alle inhoud van die kop sal geskrap word en kan nie herwin word nie."
#: svx/uiconfig/ui/depthwindow.ui:137
msgctxt "depthwindow|RID_SVXSTR_INFINITY"
msgid "_Infinity"
-msgstr ""
+msgstr "Oneindig"
#. uwFgU
#: svx/uiconfig/ui/depthwindow.ui:156
msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
-msgstr ""
+msgstr "Aangepas..."
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
msgid "_Perspective"
-msgstr ""
+msgstr "Perspektief"
#. svnJ7
#: svx/uiconfig/ui/directionwindow.ui:77
msgctxt "dockingwindow|RID_SVXSTR_PARALLEL"
msgid "P_arallel"
-msgstr ""
+msgstr "Parallel"
#. nEw4G
#: svx/uiconfig/ui/docking3deffects.ui:294
-#, fuzzy
msgctxt "docking3deffects|diagonalft"
msgid "R_ounded edges"
-msgstr "Ger~onde kante"
+msgstr "Geronde rante"
#. MozLP
#: svx/uiconfig/ui/docking3deffects.ui:308
-#, fuzzy
msgctxt "docking3deffects|scaleddepthft"
msgid "_Scaled depth"
-msgstr "~Geskaleerde diepte"
+msgstr "Geskaleerde diepte"
#. uK3Fv
#: svx/uiconfig/ui/docking3deffects.ui:322
-#, fuzzy
msgctxt "docking3deffects|angleft"
msgid "_Rotation angle"
msgstr "Rotasiehoek"
#. 2YAH9
#: svx/uiconfig/ui/docking3deffects.ui:336
-#, fuzzy
msgctxt "docking3deffects|depthft"
msgid "_Depth"
msgstr "Diepte"
#. LKo3e
#: svx/uiconfig/ui/docking3deffects.ui:403
-#, fuzzy
msgctxt "docking3deffects|label1"
msgid "Geometry"
msgstr "Geometrie"
#. b7NAE
#: svx/uiconfig/ui/docking3deffects.ui:444
-#, fuzzy
msgctxt "docking3deffects|label6"
msgid "_Horizontal"
msgstr "Horisontaal"
#. 9HFzC
#: svx/uiconfig/ui/docking3deffects.ui:483
-#, fuzzy
msgctxt "docking3deffects|label7"
msgid "_Vertical"
msgstr "Vertikaal"
#. G67Pd
#: svx/uiconfig/ui/docking3deffects.ui:519
-#, fuzzy
msgctxt "docking3deffects|label10"
msgid "Segments"
msgstr "Segmente"
#. uGbYJ
#: svx/uiconfig/ui/docking3deffects.ui:571
-#, fuzzy
msgctxt "docking3deffects|objspecific|tooltip_text"
msgid "Object-Specific"
msgstr "Objekspesifiek"
@@ -14025,81 +13924,72 @@ msgstr "Plat"
#. aLmTz
#: svx/uiconfig/ui/docking3deffects.ui:599
-#, fuzzy
msgctxt "docking3deffects|spherical|tooltip_text"
msgid "Spherical"
msgstr "Sferies"
#. a9hYr
#: svx/uiconfig/ui/docking3deffects.ui:613
-#, fuzzy
msgctxt "docking3deffects|invertnormals|tooltip_text"
msgid "Invert Normals"
-msgstr "Keer normale om"
+msgstr "Normaal omgekeerd"
#. kBScz
#: svx/uiconfig/ui/docking3deffects.ui:627
-#, fuzzy
msgctxt "docking3deffects|doublesidedillum|tooltip_text"
msgid "Double-Sided Illumination"
msgstr "Tweesydige beligting"
#. Jq33F
#: svx/uiconfig/ui/docking3deffects.ui:641
-#, fuzzy
msgctxt "docking3deffects|doublesided|tooltip_text"
msgid "Double-Sided"
-msgstr "Dubbellyn"
+msgstr "Dubbelsydig"
#. 2xzfy
#: svx/uiconfig/ui/docking3deffects.ui:667
-#, fuzzy
msgctxt "docking3deffects|label11"
msgid "Normals"
-msgstr "~Normaal"
+msgstr "Normale"
#. XjqvC
#: svx/uiconfig/ui/docking3deffects.ui:699
-#, fuzzy
msgctxt "docking3deffects|to3d|tooltip_text"
msgid "Convert to 3D"
-msgstr "Skakel om in 3D"
+msgstr "Omset na 3D"
#. v5fdY
#: svx/uiconfig/ui/docking3deffects.ui:712
-#, fuzzy
msgctxt "docking3deffects|tolathe|tooltip_text"
msgid "Convert to Rotation Object"
-msgstr "Skakel om in draaibankobjek"
+msgstr "Omskakel na rotasie-objek"
#. Tk7Vb
#: svx/uiconfig/ui/docking3deffects.ui:725
-#, fuzzy
msgctxt "docking3deffects|perspective|tooltip_text"
msgid "Perspective On/Off"
-msgstr "Perspektief aan/af"
+msgstr "Perspektief aan/af-skakel"
#. S27FV
#: svx/uiconfig/ui/docking3deffects.ui:765
msgctxt "docking3deffects|preview-atkobject"
msgid "3D Preview"
-msgstr ""
+msgstr "3D Voorskou"
#. snUGf
#: svx/uiconfig/ui/docking3deffects.ui:797
msgctxt "tp_3D_SceneIllumination|CTL_LIGHT_PREVIEW|tooltip_text"
msgid "Light Preview"
-msgstr ""
+msgstr "Ligte Voorskou"
#. c86Xg
#: svx/uiconfig/ui/docking3deffects.ui:802
msgctxt "docking3deffects|lightpreview-atkobject"
msgid "Color Light Preview"
-msgstr ""
+msgstr "Ligte Kleure Voorskou"
#. ysdwL
#: svx/uiconfig/ui/docking3deffects.ui:893
-#, fuzzy
msgctxt "docking3deffects|label8"
msgid "_Mode"
msgstr "Modus"
@@ -14119,7 +14009,6 @@ msgstr "Phong"
#. D6L7i
#: svx/uiconfig/ui/docking3deffects.ui:910
-#, fuzzy
msgctxt "docking3deffects|mode"
msgid "Gouraud"
msgstr "Gouraud"
@@ -14259,49 +14148,49 @@ msgstr "Ligbron 8"
#: svx/uiconfig/ui/docking3deffects.ui:1363
msgctxt "docking3deffects|lightcolor1|tooltip_text"
msgid "Light 1 color"
-msgstr ""
+msgstr "Lig 1 Kleur"
#. EBVTG
#: svx/uiconfig/ui/docking3deffects.ui:1383
msgctxt "docking3deffects|lightcolor2|tooltip_text"
msgid "Light 2 color"
-msgstr ""
+msgstr "Lig 2 Kleur"
#. wiDjj
#: svx/uiconfig/ui/docking3deffects.ui:1403
msgctxt "docking3deffects|lightcolor3|tooltip_text"
msgid "Light 3 color"
-msgstr ""
+msgstr "Lig 3 Kleur"
#. zZSLi
#: svx/uiconfig/ui/docking3deffects.ui:1423
msgctxt "docking3deffects|lightcolor4|tooltip_text"
msgid "Light 4 color"
-msgstr ""
+msgstr "Lig 4 Kleur"
#. bPGBH
#: svx/uiconfig/ui/docking3deffects.ui:1443
msgctxt "docking3deffects|lightcolor5|tooltip_text"
msgid "Light 5 color"
-msgstr ""
+msgstr "Lig 5 Kleur"
#. mCg85
#: svx/uiconfig/ui/docking3deffects.ui:1463
msgctxt "docking3deffects|lightcolor6|tooltip_text"
msgid "Light 6 color"
-msgstr ""
+msgstr "Lig 6 Kleur"
#. Lj2HV
#: svx/uiconfig/ui/docking3deffects.ui:1483
msgctxt "docking3deffects|lightcolor7|tooltip_text"
msgid "Light 7 color"
-msgstr ""
+msgstr "Kleur Lig 7"
#. aNZDv
#: svx/uiconfig/ui/docking3deffects.ui:1503
msgctxt "docking3deffects|lightcolor8|tooltip_text"
msgid "Light 8 color"
-msgstr ""
+msgstr "Kleur Lig 8"
#. HqaQ2
#: svx/uiconfig/ui/docking3deffects.ui:1528
@@ -14598,7 +14487,7 @@ msgstr "Bronkleur"
#: svx/uiconfig/ui/dockingcolorreplace.ui:73
msgctxt "dockingcolorreplace|label3"
msgid "Tolerance"
-msgstr ""
+msgstr "Toleransie"
#. hpBPk
#: svx/uiconfig/ui/dockingcolorreplace.ui:85
@@ -14650,25 +14539,25 @@ msgstr "Deursigtigheid"
#: svx/uiconfig/ui/dockingcolorreplace.ui:199
msgctxt "dockingcolorreplace|tol1-atkobject"
msgid "Tolerance 1"
-msgstr ""
+msgstr "Toleransie 1"
#. dCyn7
#: svx/uiconfig/ui/dockingcolorreplace.ui:217
msgctxt "dockingcolorreplace|tol2-atkobject"
msgid "Tolerance 2"
-msgstr ""
+msgstr "Toleransie 2"
#. bUkAc
#: svx/uiconfig/ui/dockingcolorreplace.ui:235
msgctxt "dockingcolorreplace|tol3-atkobject"
msgid "Tolerance 3"
-msgstr ""
+msgstr "Toleransie 3"
#. Wp3Q3
#: svx/uiconfig/ui/dockingcolorreplace.ui:253
msgctxt "dockingcolorreplace|tol4-atkobject"
msgid "Tolerance 4"
-msgstr ""
+msgstr "Toleransie 4"
#. CTGcU
#: svx/uiconfig/ui/dockingcolorreplace.ui:275
@@ -14716,7 +14605,7 @@ msgstr "(Vervang)"
#: svx/uiconfig/ui/dockingcolorreplace.ui:480
msgctxt "dockingcolorreplace|pipette"
msgid "Pipette"
-msgstr ""
+msgstr "Pipet"
#. cXHxL
#: svx/uiconfig/ui/dockingfontwork.ui:42
@@ -14960,7 +14849,7 @@ msgstr "%PRODUCTNAME %PRODUCTVERSION-dokumentherwinning"
#: svx/uiconfig/ui/docrecoverysavedialog.ui:76
msgctxt "docrecoverysavedialog|label1"
msgid "Due to an error, %PRODUCTNAME crashed. All the files you were working on will now be saved. The next time %PRODUCTNAME is launched, your files will be recovered automatically."
-msgstr ""
+msgstr "%PRODUCTNAME het aborteer weens 'n fout. Enige lêers waaraan u gewerk het, sal gestoor word. Die volgende keer as u met %PRODUCTNAME begin, word u dokumente outomaties herstel."
#. JEJdG
#: svx/uiconfig/ui/docrecoverysavedialog.ui:98
@@ -15019,241 +14908,241 @@ msgstr "I~s nie nul nie"
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:8
msgctxt "findreplacedialog-mobile|FindReplaceDialog"
msgid "Find & Replace"
-msgstr ""
+msgstr "Vind & Vervang"
#. eByBj
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:141
msgctxt "findreplacedialog-mobile|label4"
msgid "_Find:"
-msgstr ""
+msgstr "Vind:"
#. oNJkY
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:195
msgctxt "findreplacedialog-mobile|matchcase"
msgid "Ma_tch case"
-msgstr ""
+msgstr "Vergelyk kas"
#. uiV7G
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:211
msgctxt "findreplacedialog-mobile|searchformatted"
msgid "For_matted display"
-msgstr ""
+msgstr "Geformatterde skou"
#. 3KibH
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:231
msgctxt "findreplacedialog-mobile|wholewords"
msgid "Whole wor_ds only"
-msgstr ""
+msgstr "Slegs Heelgetalle"
#. BRbAi
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:249
msgctxt "findreplacedialog-mobile|entirecells"
msgid "_Entire cells"
-msgstr ""
+msgstr "Volle selle"
#. xFvzF
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:267
msgctxt "findreplacedialog-mobile|allsheets"
msgid "All _sheets"
-msgstr ""
+msgstr "Alle blaaie"
#. 8a3TB
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:306
msgctxt "findreplacedialog-mobile|label1"
msgid "_Search For"
-msgstr ""
+msgstr "Soek na"
#. aHAoN
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:391
msgctxt "findreplacedialog-mobile|label5"
msgid "Re_place:"
-msgstr ""
+msgstr "Vervang:"
#. PhyMv
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:431
msgctxt "findreplacedialog-mobile|label2"
msgid "Re_place With"
-msgstr ""
+msgstr "Vervang met"
#. gi3jL
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:457
msgctxt "findreplacedialog-mobile|searchall"
msgid "Find _All"
-msgstr ""
+msgstr "Vind Alles"
#. xizGS
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:471
msgctxt "findreplacedialog-mobile|backsearch"
msgid "Find Pre_vious"
-msgstr ""
+msgstr "Vind Vorige"
#. Fnoy9
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:485
msgctxt "findreplacedialog-mobile|search"
msgid "Find Ne_xt"
-msgstr ""
+msgstr "Vind Volgende"
#. 4xbpA
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:501
msgctxt "findreplacedialog-mobile|replace"
msgid "_Replace"
-msgstr ""
+msgstr "Vervang"
#. LXUGG
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:515
msgctxt "findreplacedialog-mobile|replaceall"
msgid "Replace A_ll"
-msgstr ""
+msgstr "Vervang Alles"
#. 8pjvL
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:671
msgctxt "findreplacedialog-mobile|selection"
msgid "C_urrent selection only"
-msgstr ""
+msgstr "Slegs Huidige Seleksie"
#. kXCyp
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:686
msgctxt "findreplacedialog-mobile|regexp"
msgid "Re_gular expressions"
-msgstr ""
+msgstr "Meta-uitdrukkings"
#. PHsrD
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:708
msgctxt "findreplacedialog-mobile|attributes"
msgid "Attribut_es..."
-msgstr ""
+msgstr "Attribute..."
#. GRaeC
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:722
msgctxt "findreplacedialog-mobile|format"
msgid "For_mat..."
-msgstr ""
+msgstr "Formatteer..."
#. cx7u7
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:736
msgctxt "findreplacedialog-mobile|noformat"
msgid "_No Format"
-msgstr ""
+msgstr "Geen Formaat"
#. TnTGs
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:757
msgctxt "findreplacedialog-mobile|layout"
msgid "Search for st_yles"
-msgstr ""
+msgstr "Soek vir style"
#. QZvqy
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:772
msgctxt "findreplacedialog-mobile|includediacritics"
msgid "Diac_ritic-sensitive"
-msgstr ""
+msgstr "Diakrities-sensitief"
#. jgEBu
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:787
msgctxt "findreplacedialog-mobile|includekashida"
msgid "_Kashida-sensitive"
-msgstr ""
+msgstr "Kashida-sensitief"
#. HEtSQ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:802
msgctxt "findreplacedialog-mobile|matchcharwidth"
msgid "Match character _width"
-msgstr ""
+msgstr "Pas Karakter wydte"
#. PeENq
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:822
msgctxt "findreplacedialog-mobile|similarity"
msgid "S_imilarity search"
-msgstr ""
+msgstr "Ooreenkomstige soek"
#. BxPGW
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:838
msgctxt "findreplacedialog-mobile|similaritybtn"
msgid "Similarities..."
-msgstr ""
+msgstr "Ooreenkomstighede..."
#. z8Uiz
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:865
msgctxt "findreplacedialog-mobile|soundslike"
msgid "Sounds like (_Japanese)"
-msgstr ""
+msgstr "Klink soos (_Japanees)"
#. e7EkJ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:881
msgctxt "findreplacedialog-mobile|soundslikebtn"
msgid "Sounds..."
-msgstr ""
+msgstr "Klink soos..."
#. ZvWKZ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:907
msgctxt "findreplacedialog-mobile|wildcard"
msgid "Wil_dcards"
-msgstr ""
+msgstr "Meta terme"
#. jCtqG
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:923
msgctxt "findreplacedialog-mobile|notes"
msgid "_Comments"
-msgstr ""
+msgstr "Opmerkings"
#. CABZs
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:945
msgctxt "findreplacedialog-mobile|replace_backwards"
msgid "Replace _backwards"
-msgstr ""
+msgstr "Vervang terugwaarts"
#. EjXBb
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:981
msgctxt "findreplacedialog-mobile|searchinlabel"
msgid "Search i_n:"
-msgstr ""
+msgstr "Soek in:"
#. vHG2V
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:996
msgctxt "findreplacedialog-mobile|calcsearchin"
msgid "Formulas"
-msgstr ""
+msgstr "Formules"
#. BC8U6
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:997
msgctxt "findreplacedialog-mobile|calcsearchin"
msgid "Values"
-msgstr ""
+msgstr "Waardes"
#. BkByZ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:998
msgctxt "findreplacedialog-mobile|calcsearchin"
msgid "Notes"
-msgstr ""
+msgstr "Notas"
#. a8BE2
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1023
msgctxt "findreplacedialog-mobile|searchdir"
msgid "Direction:"
-msgstr ""
+msgstr "Rigting:"
#. GPC8q
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1040
msgctxt "findreplacedialog-mobile|rows"
msgid "Ro_ws"
-msgstr ""
+msgstr "Rye"
#. xCeTz
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1060
msgctxt "findreplacedialog-mobile|cols"
msgid "Colum_ns"
-msgstr ""
+msgstr "Kolomme"
#. fPE4f
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1107
msgctxt "findreplacedialog-mobile|label3"
msgid "Other _options"
-msgstr ""
+msgstr "Ander Opsies"
#. 2B7FQ
#: svx/uiconfig/ui/findreplacedialog.ui:8
msgctxt "findreplacedialog|FindReplaceDialog"
msgid "Find and Replace"
-msgstr ""
+msgstr "Soek en Vervang"
#. bathy
#: svx/uiconfig/ui/findreplacedialog.ui:141
@@ -15271,7 +15160,7 @@ msgstr "S_elfde kas"
#: svx/uiconfig/ui/findreplacedialog.ui:211
msgctxt "findreplacedialog|searchformatted"
msgid "For_matted display"
-msgstr ""
+msgstr "Geformatterde vertoon"
#. eTjvm
#: svx/uiconfig/ui/findreplacedialog.ui:231
@@ -15379,19 +15268,19 @@ msgstr "Soek vir st_yle"
#: svx/uiconfig/ui/findreplacedialog.ui:767
msgctxt "findreplacedialog|includediacritics"
msgid "Diac_ritic-sensitive"
-msgstr ""
+msgstr "Diarakties sensitief"
#. J8Zou
#: svx/uiconfig/ui/findreplacedialog.ui:782
msgctxt "findreplacedialog|includekashida"
msgid "_Kashida-sensitive"
-msgstr ""
+msgstr "Kashida sensitief"
#. AtLV3
#: svx/uiconfig/ui/findreplacedialog.ui:797
msgctxt "findreplacedialog|matchcharwidth"
msgid "Match character _width"
-msgstr ""
+msgstr "Vergelyk karakterwydte"
#. WCsiC
#: svx/uiconfig/ui/findreplacedialog.ui:817
@@ -15421,7 +15310,7 @@ msgstr "Klank..."
#: svx/uiconfig/ui/findreplacedialog.ui:902
msgctxt "findreplacedialog|wildcard"
msgid "Wil_dcards"
-msgstr ""
+msgstr "Vergelyk metatekens"
#. Eyo7o
#: svx/uiconfig/ui/findreplacedialog.ui:918
@@ -15457,7 +15346,7 @@ msgstr "Waardes"
#: svx/uiconfig/ui/findreplacedialog.ui:993
msgctxt "findreplacedialog|calcsearchin"
msgid "Comments"
-msgstr ""
+msgstr "Opmerkings"
#. K4WuW
#: svx/uiconfig/ui/findreplacedialog.ui:1018
@@ -15493,43 +15382,43 @@ msgstr "_Hoek:"
#: svx/uiconfig/ui/floatingareastyle.ui:76
msgctxt "floatingareastyle|angle|tooltip_text"
msgid "Specify the angle of rotation for the gradient shading style."
-msgstr ""
+msgstr "Kies die rotasiehoek vir die gradiënt kleurskadu."
#. JjgJw
#: svx/uiconfig/ui/floatingareastyle.ui:99
msgctxt "floatingareastyle|left|tooltip_text"
msgid "Rotate counterclockwise by 45 degrees."
-msgstr ""
+msgstr "Draai 45 grade antikloksgewys."
#. 3ijiX
#: svx/uiconfig/ui/floatingareastyle.ui:124
msgctxt "floatingareastyle|right|tooltip_text"
msgid "Rotate clockwise by 45 degrees."
-msgstr ""
+msgstr "Draai 45 grade kloksgewys."
#. msZVT
#: svx/uiconfig/ui/floatingareastyle.ui:167
msgctxt "floatingareastyle|label4"
msgid "_Start value:"
-msgstr ""
+msgstr "Beginwaarde:"
#. AD585
#: svx/uiconfig/ui/floatingareastyle.ui:181
msgctxt "floatingareastyle|label5"
msgid "_End value:"
-msgstr ""
+msgstr "Eindwaarde:"
#. xms3E
#: svx/uiconfig/ui/floatingareastyle.ui:194
msgctxt "floatingareastyle|start|tooltip_text"
msgid "Enter a transparency value for the beginning point of the gradient, where 0% is fully opaque and 100% is fully transparent."
-msgstr ""
+msgstr "Voer die deursigtigheidswaarde in van die kleurgradiënt se beginpunt, waar 0% geen- tot 100% volle- deursigtigheid is."
#. fPaB7
#: svx/uiconfig/ui/floatingareastyle.ui:206
msgctxt "floatingareastyle|end|tooltip_text"
msgid "Enter a transparency value for the endpoint of the gradient, where 0% is fully opaque and 100% is fully transparent."
-msgstr ""
+msgstr "Voer die deursigtigheidswaarde in van die kleurgradiënt se eindpunt, waar 0% geen- tot 100% volle- deursigtigheid is."
#. PgT4m
#: svx/uiconfig/ui/floatingareastyle.ui:230
@@ -15542,19 +15431,19 @@ msgstr "Grense"
#: svx/uiconfig/ui/floatingareastyle.ui:243
msgctxt "floatingareastyle|border|tooltip_text"
msgid "Specify the border value of gradient transparency."
-msgstr ""
+msgstr "Voer die grenswaarde in van die kleurgradiënt se deursigtigheid."
#. hrDvA
#: svx/uiconfig/ui/floatingareastyle.ui:268
msgctxt "floatingareastyle|label2"
msgid "Center _X:"
-msgstr ""
+msgstr "Middel _X:"
#. 2edDC
#: svx/uiconfig/ui/floatingareastyle.ui:282
msgctxt "floatingareastyle|label3"
msgid "Center _Y:"
-msgstr ""
+msgstr "Middel _Y:"
#. C7FRC
#: svx/uiconfig/ui/floatingareastyle.ui:295
@@ -15880,10 +15769,9 @@ msgstr "Hernoem"
#. T7dN7
#: svx/uiconfig/ui/formnavimenu.ui:88
-#, fuzzy
msgctxt "formnavimenu|props"
msgid "Propert_ies"
-msgstr "Eienskappe: "
+msgstr "Eienskappe:"
#. E4cAk
#: svx/uiconfig/ui/formnavimenu.ui:96
@@ -15974,10 +15862,9 @@ msgstr "Wys ID toe"
#. eTopW
#: svx/uiconfig/ui/gallerymenu1.ui:62
-#, fuzzy
msgctxt "gallerymenu1|properties"
msgid "Propert_ies..."
-msgstr "Eienskappe: "
+msgstr "Eienskappe:"
#. EdDyv
#: svx/uiconfig/ui/gallerymenu2.ui:12
@@ -16048,17 +15935,15 @@ msgstr ""
#. 7EUPX
#: svx/uiconfig/ui/headfootformatpage.ui:160
-#, fuzzy
msgctxt "headfootformatpage|labelLeftMarg"
msgid "_Left margin:"
-msgstr "Linkerkantlyn: "
+msgstr "Linkerkantlyn:"
#. ABGki
#: svx/uiconfig/ui/headfootformatpage.ui:189
-#, fuzzy
msgctxt "headfootformatpage|labelRightMarg"
msgid "R_ight margin:"
-msgstr "Regterkantlyn: "
+msgstr "Regterkantlyn:"
#. F2C4E
#: svx/uiconfig/ui/headfootformatpage.ui:218
@@ -16315,7 +16200,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
@@ -16946,10 +16831,9 @@ msgstr "Datum:"
#. EnyT2
#: svx/uiconfig/ui/redlinefilterpage.ui:51
-#, fuzzy
msgctxt "redlinefilterpage|author"
msgid "_Author:"
-msgstr "Outeur: "
+msgstr "Outeur:"
#. G36HS
#: svx/uiconfig/ui/redlinefilterpage.ui:66
@@ -16972,24 +16856,21 @@ msgstr ""
#. fdw75
#: svx/uiconfig/ui/redlinefilterpage.ui:128
-#, fuzzy
msgctxt "redlinefilterpage|actionlist-atkobject"
msgid "Action"
-msgstr "Aksie: "
+msgstr "Aksie:"
#. c4doe
#: svx/uiconfig/ui/redlinefilterpage.ui:139
-#, fuzzy
msgctxt "redlinefilterpage|action"
msgid "A_ction:"
-msgstr "Aksie: "
+msgstr "Aksie:"
#. r9bBY
#: svx/uiconfig/ui/redlinefilterpage.ui:164
-#, fuzzy
msgctxt "redlinefilterpage|authorlist-atkobject"
msgid "Author"
-msgstr "Outeur: "
+msgstr "Outeur:"
#. mGrjp
#: svx/uiconfig/ui/redlinefilterpage.ui:191
@@ -17097,10 +16978,9 @@ msgstr ""
#. p8TCX
#: svx/uiconfig/ui/redlineviewpage.ui:71 svx/uiconfig/ui/redlineviewpage.ui:180
-#, fuzzy
msgctxt "redlineviewpage|action"
msgid "Action"
-msgstr "Aksie: "
+msgstr "Aksie:"
#. j2BA9
#: svx/uiconfig/ui/redlineviewpage.ui:86
@@ -17111,10 +16991,9 @@ msgstr "Posisie"
#. BCWpJ
#: svx/uiconfig/ui/redlineviewpage.ui:101
#: svx/uiconfig/ui/redlineviewpage.ui:200
-#, fuzzy
msgctxt "redlineviewpage|author"
msgid "Author"
-msgstr "Outeur: "
+msgstr "Outeur:"
#. tFbAs
#: svx/uiconfig/ui/redlineviewpage.ui:116
@@ -18341,19 +18220,19 @@ msgstr ""
#: svx/uiconfig/ui/surfacewindow.ui:94
msgctxt "surfacewindow|RID_SVXSTR_METAL"
msgid "Me_tal"
-msgstr ""
+msgstr "Metaal"
#. ECSGJ
#: svx/uiconfig/ui/tablewindow.ui:35
msgctxt "tablewindow|moreoptions"
msgid "_More Options"
-msgstr ""
+msgstr "Meer Opsies"
#. BsL29
#: svx/uiconfig/ui/tablewindow.ui:39
msgctxt "tablewindow|moreoptions|tooltip_text"
msgid "More Options"
-msgstr ""
+msgstr "Meer Opsies"
#. DJ6vY
#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:17
@@ -18385,28 +18264,27 @@ msgstr "~Lossies"
#. 4kdQx
#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:81
-#, fuzzy
msgctxt "textcharacterspacingcontrol|very_loose"
msgid "Very Loose"
-msgstr "~Baie lossies"
+msgstr "Baie lossies"
#. hsu3c
#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:97
msgctxt "textcharacterspacingcontrol|last_custom"
msgid "Last Custom Value"
-msgstr ""
+msgstr "Laaste Aangepaste Waarde"
#. pZZ9u
#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:132
msgctxt "textcharacterspacingcontrol|kerning"
msgid "0.0"
-msgstr ""
+msgstr "0.0"
#. 6kNQD
#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:143
msgctxt "textcharacterspacingcontrol|label2"
msgid "Custom Value"
-msgstr ""
+msgstr "Aangepaste waarde"
#. dmyBS
#: svx/uiconfig/ui/textcontrolchardialog.ui:8
@@ -18442,7 +18320,7 @@ msgstr "Paragraaf"
#: svx/uiconfig/ui/textcontrolparadialog.ui:135
msgctxt "textcontrolparadialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
-msgstr ""
+msgstr "Inspringingen en spesiëring"
#. EGGHM
#: svx/uiconfig/ui/textcontrolparadialog.ui:181
@@ -18454,26 +18332,25 @@ msgstr "Belyning"
#: svx/uiconfig/ui/textcontrolparadialog.ui:229
msgctxt "textcontrolparadialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
-msgstr ""
+msgstr "Asiatiese Tipografie"
#. YMTHT
#: svx/uiconfig/ui/textcontrolparadialog.ui:276
msgctxt "textcontrolparadialog|labelTP_TABULATOR"
msgid "Tabs"
-msgstr ""
+msgstr "Tabel stoppe"
#. hHwzA
#: svx/uiconfig/ui/textunderlinecontrol.ui:19
msgctxt "textunderlinecontrol|none"
msgid "(Without)"
-msgstr ""
+msgstr "(Sonder)"
#. 9VDo4
#: svx/uiconfig/ui/textunderlinecontrol.ui:37
-#, fuzzy
msgctxt "textunderlinecontrol|single|tooltip_text"
msgid "Single"
-msgstr "Enkel"
+msgstr "Enkelvoudig"
#. czS3W
#: svx/uiconfig/ui/textunderlinecontrol.ui:54
@@ -18533,11 +18410,10 @@ msgstr "Golf"
#: svx/uiconfig/ui/textunderlinecontrol.ui:204
msgctxt "textunderlinecontrol|moreoptions"
msgid "_More Options..."
-msgstr ""
+msgstr "Meer opsies..."
#. QWLND
#: svx/uiconfig/ui/xformspage.ui:36
-#, fuzzy
msgctxt "xformspage|TBI_ITEM_ADD"
msgid "Add Item"
msgstr "Voeg item by"
@@ -18568,7 +18444,6 @@ msgstr "Skrap"
#. LMM8D
#: svx/uiconfig/ui/xmlsecstatmenu.ui:12
-#, fuzzy
msgctxt "xmlsecstatmenu|signatures"
msgid "Digital Signatures..."
msgstr "Digitale handtekeninge..."
@@ -18589,7 +18464,7 @@ msgstr "Bladsywydte"
#: svx/uiconfig/ui/zoommenu.ui:28
msgctxt "zoommenu|optimal"
msgid "Optimal View"
-msgstr ""
+msgstr "Optimale aansig"
#. tMYhp
#: svx/uiconfig/ui/zoommenu.ui:36
diff --git a/source/af/sw/messages.po b/source/af/sw/messages.po
index e773c65dfac..8611b0ed77f 100644
--- a/source/af/sw/messages.po
+++ b/source/af/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
-"PO-Revision-Date: 2020-07-31 23:14+0000\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
+"PO-Revision-Date: 2020-08-06 08:40+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/af/>\n"
"Language: af\n"
@@ -575,7 +575,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Genommerde paragrawe"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -583,1304 +583,1340 @@ msgstr "Genommerde paragrawe"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
+msgstr "Rand Afstand"
+
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
msgstr ""
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
-msgstr ""
+msgstr "Onderste Rand"
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
-msgstr ""
+msgstr "Onderste Rand Afstand"
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
-msgstr ""
+msgstr "Tipe Breek"
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
-msgstr ""
+msgstr "Kategorie"
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
-msgstr ""
+msgstr "Sel"
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
-msgstr ""
+msgstr "Karakter Outo Uitbreek"
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
-msgstr ""
+msgstr "Karakter Outo Spasiëring"
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
-msgstr ""
+msgstr "Karakter Outo Styl Naam"
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
-msgstr ""
+msgstr "Karakter Agtergrond Kleur"
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
-msgstr ""
+msgstr "Karakter Agtergrond Deursigtig"
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
-msgstr ""
+msgstr "Karakter Rand Afstand"
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
-msgstr ""
+msgstr "Karakter Onderste Rand"
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
-msgstr ""
+msgstr "Karakter Onderste Rand Afstand"
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
-msgstr ""
+msgstr "Karakter Kas Patroon"
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
-msgstr ""
+msgstr "Karakter Kleur"
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
-msgstr ""
+msgstr "Karakter Kombinasie Aan"
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
-msgstr ""
+msgstr "Karakter Kombinasie Voorvoegsel"
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
-msgstr ""
+msgstr "Karakter Kombinasie Agtervoegsel"
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
-msgstr ""
+msgstr "Karakter Gekontoer"
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
-msgstr ""
+msgstr "Karakter Gedeurstreep"
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
-msgstr ""
+msgstr "Karakter Hoogte Verskil"
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
-msgstr ""
+msgstr "Karakter Hoogte Verskil Asiaties"
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
-msgstr ""
+msgstr "Karakter Hoogte Verskil Kompleks"
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
-msgstr ""
+msgstr "Karakter Beklemtoning"
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
-msgstr ""
+msgstr "Karakter Uitbreek"
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
-msgstr ""
+msgstr "Karakter Uitbreek Hoogte"
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
-msgstr ""
+msgstr "Karakter Flitsend"
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
-msgstr ""
+msgstr "Karakter Font Karakter Stel"
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
-msgstr ""
+msgstr "Karakter Font Karakter Stel Asiaties"
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
-msgstr ""
+msgstr "Karakter Font Karakter Stel Kompleks"
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
-msgstr ""
+msgstr "Karakter Font Familie"
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
-msgstr ""
+msgstr "Karakter Font Familie Asiaties"
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
-msgstr ""
+msgstr "Karakter Font Familie Kompleks"
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
-msgstr ""
+msgstr "Karakter Font Naam"
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
-msgstr ""
+msgstr "Karakter Font Naam Asiaties"
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
-msgstr ""
+msgstr "Karakter Font Naam Kompleks"
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
-msgstr ""
+msgstr "Karakter Font Lynspasiëring"
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
-msgstr ""
+msgstr "Karakter Font Lynspasiëring Asiaties"
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
-msgstr ""
+msgstr "Karakter Font Lynspasiëring Kompleks"
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
-msgstr ""
+msgstr "Karakter Font Styl Naam"
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
-msgstr ""
+msgstr "Karakter Font Styl Naam Asiaties"
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
-msgstr ""
+msgstr "Karakter Font Styl Naam Kompleks"
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
-msgstr ""
+msgstr "Karakter Hoogte"
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
-msgstr ""
+msgstr "Karakter Hoogte Asiaties"
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
-msgstr ""
+msgstr "Karakter Hoogte Kompleks"
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
-msgstr ""
+msgstr "Karakter Versteek"
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
-msgstr ""
+msgstr "Karakter Beklemtoon"
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
-msgstr ""
+msgstr "Karakter \"Interoperability Grab Bag\""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
-msgstr ""
+msgstr "Karakter Spasiëring"
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
-msgstr ""
+msgstr "Karakter Linker Rand"
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
-msgstr ""
+msgstr "Karakter Links Randafstand"
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
-msgstr ""
+msgstr "Karakter Lokaliteit"
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
-msgstr ""
+msgstr "Karakter Lokaliteit Asiaties"
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
-msgstr ""
+msgstr "Karakter Lokaliteit Kompleks"
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
-msgstr ""
+msgstr "Karakter geen Koppelteken"
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
-msgstr ""
+msgstr "Karakter Oorstreep"
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
-msgstr ""
+msgstr "Karakter Oorstreep Kleur"
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
-msgstr ""
+msgstr "Karakter Oorstreep het Kleur"
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
-msgstr ""
+msgstr "Karakter Postuur"
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
-msgstr ""
+msgstr "Karakter Postuur Asiaties"
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
-msgstr ""
+msgstr "Karakter Postuur Kompleks"
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
-msgstr ""
+msgstr "Karakter Hoogte Eienskap"
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
-msgstr ""
+msgstr "Karakter Eienskap Hoogte Asiaties"
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
-msgstr ""
+msgstr "Karakter Eienskap Hoogte Kompleks"
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
-msgstr ""
+msgstr "Karakter Reliëf"
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
-msgstr ""
+msgstr "Karakter Regter Rand"
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
-msgstr ""
+msgstr "Karakter Regter Rand Afstand"
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
-msgstr ""
+msgstr "Karakter Rotasie"
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
-msgstr ""
+msgstr "Karakter Rotasie rig na Lyn"
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
-msgstr ""
+msgstr "Karakter Skaal Wydte"
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
-msgstr ""
+msgstr "Karakter Skadu Waarde"
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
-msgstr ""
+msgstr "Karakter Skadu Formaat"
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
-msgstr ""
+msgstr "Karakter Geskadu"
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
-msgstr ""
+msgstr "Karakter Deurstreep"
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
-msgstr ""
+msgstr "Karakter Styl Naam"
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
-msgstr ""
+msgstr "Karakter Styl Name"
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
-msgstr ""
+msgstr "Karakter Boonste Rand"
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
-msgstr ""
+msgstr "Karakter Boonste Rand Afstand"
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
-msgstr ""
+msgstr "Karakter Deursigtigheid"
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
-msgstr ""
+msgstr "Karakter Onderstreep"
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
-msgstr ""
+msgstr "Karakter Onderstreep Kleur"
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
-msgstr ""
+msgstr "Karakter Onderstreep het Kleur"
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
-msgstr ""
+msgstr "Karakter Gewig"
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
-msgstr ""
+msgstr "Karakter Gewig Asiaties"
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
-msgstr ""
+msgstr "Karakter Gewig Kompleks"
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
-msgstr ""
+msgstr "Karakter Woord Modus"
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
-msgstr ""
+msgstr "Vorige Boomstruktuur Voorsetting"
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
-msgstr ""
+msgstr "Vertoning Naam"
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
-msgstr ""
+msgstr "Dokument Indeks"
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
-msgstr ""
+msgstr "Dokument Indeks Merk"
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
-msgstr ""
+msgstr "Kleinletter Karakter Stylnaam"
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
-msgstr ""
+msgstr "Kleinletter Formaat"
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
-msgstr ""
+msgstr "Kleinletter Heel Woord"
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
-msgstr ""
+msgstr "Eindnota"
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
-msgstr ""
+msgstr "Vul Agtergrond"
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
-msgstr ""
+msgstr "Vul Bispatroon"
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
-msgstr ""
+msgstr "Vul Bispatroon Logiese Grootte"
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
-msgstr ""
+msgstr "Vul Bispatroon Modus"
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
-msgstr ""
+msgstr "Vul Bispatroon Naam"
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
-msgstr ""
+msgstr "Vul Bispatroon Afset X"
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
-msgstr ""
+msgstr "Vul Bispatroon Afset Y"
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
-msgstr ""
+msgstr "Vul Bispatroon Posisie Afset X"
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
-msgstr ""
+msgstr "Vul Bispatroon Posisie Afset Y"
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
-msgstr ""
+msgstr "Vul Bispatroon Reghoekpunt"
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
-msgstr ""
+msgstr "Vul Bispatroongrootte X"
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
-msgstr ""
+msgstr "Vul Bispatroon Grootte Y"
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
-msgstr ""
+msgstr "Vul Bispatroon Strekking"
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
-msgstr ""
+msgstr "Vul Bispatroon Teël"
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
-msgstr ""
+msgstr "Vul Bispatroon URL"
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
-msgstr ""
+msgstr "Vul Kleur"
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
-msgstr ""
+msgstr "Vul Kleur2"
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
-msgstr ""
+msgstr "Vul Gradiënt"
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
-msgstr ""
+msgstr "Vul Gradiënt Naam"
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
-msgstr ""
+msgstr "Vul Gradiënt Stap-aantal"
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
-msgstr ""
+msgstr "Vul Merk"
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
-msgstr ""
+msgstr "Vul Merk Naam"
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
-msgstr ""
+msgstr "Vul Styl"
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
-msgstr ""
+msgstr "Vul Deursigtigheid"
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
-msgstr ""
+msgstr "Vul Deursigtigheid Gradiënt"
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
-msgstr ""
+msgstr "Vul Deursigtigheid Gradiënt Naam"
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
-msgstr ""
+msgstr "Volg Styl"
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
-msgstr ""
+msgstr "Voetnota"
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
-msgstr ""
+msgstr "Versteek"
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
-msgstr ""
+msgstr "Hiperskakel Insidente"
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
-msgstr ""
+msgstr "Hiperskakel Naam"
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
-msgstr ""
+msgstr "Hiperskakel Doelwit"
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
-msgstr ""
+msgstr "Hiperskakel URL"
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
-msgstr ""
+msgstr "Is Outo Hersiening"
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
-msgstr ""
+msgstr "Is Fissies"
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
-msgstr ""
+msgstr "Linker Rand"
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
-msgstr ""
+msgstr "Linker Rand Afstand"
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
-msgstr ""
+msgstr "Lys Outo Formaat"
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
-msgstr ""
+msgstr "Lys Id"
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
-msgstr ""
+msgstr "Lysetiket String"
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
-msgstr ""
+msgstr "Geneste Teks Inhoud"
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
-msgstr ""
+msgstr "Numering is Nommer"
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
-msgstr ""
+msgstr "Numering Vlak"
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
-msgstr ""
+msgstr "Numering Reëls"
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
-msgstr ""
+msgstr "Numering Beginwaarde"
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
-msgstr ""
+msgstr "Numering Stylnaam"
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
-msgstr ""
+msgstr "Raamwerk Inhoud Sigbaar"
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
-msgstr ""
+msgstr "Raamwerk Vlak"
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
-msgstr ""
+msgstr "Bladsybeskrywing Naam"
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
-msgstr ""
+msgstr "Bladsy Nommer Afset"
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
-msgstr ""
+msgstr "Bladsy Styl Naam"
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
-msgstr ""
+msgstr "Para Rsid"
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
-msgstr ""
+msgstr "Para Verstel"
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
-msgstr ""
+msgstr "Para Outo Styl Naam"
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
-msgstr ""
+msgstr "Para Agtergrond Naam"
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
-msgstr ""
+msgstr "Para Agtergrond Grafika"
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
-msgstr ""
+msgstr "Para Agtergrond Grafika Filter"
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
-msgstr ""
+msgstr "Para Agtergrond Grafika Posisie"
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
-msgstr ""
+msgstr "Para Agtergrond Grafika URL"
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
-msgstr ""
+msgstr "Para Agtergrond Deursigtigheid"
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
-msgstr ""
+msgstr "Para Onderste Kantstrook"
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
-msgstr ""
+msgstr "Para Onderste Kantstrook Relatief"
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
-msgstr ""
+msgstr "Para Hoofstuk Numering Vlak"
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
-msgstr ""
+msgstr "Para Voorwaardelike Styl Naam"
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
-msgstr ""
+msgstr "Para Konteks Kantstrook"
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
-msgstr ""
+msgstr "Para Uitbreiding Enkelwoord"
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
-msgstr ""
+msgstr "Para Eerste Lyn Inkeping"
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
-msgstr ""
+msgstr "Para Eerste Inkeping Relatief"
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
-msgstr ""
+msgstr "Para Koppelteken Maks Koppelteken"
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
-msgstr ""
+msgstr "Para Koppelteken Maks Voorkarakters"
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
-msgstr ""
+msgstr "Para Koppelteken Maks Agterkarakters"
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
-msgstr ""
+msgstr "Para Koppelteken Kleinletters"
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
-msgstr ""
+msgstr "Para \"Interoperability Grab Bag\""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
-msgstr ""
+msgstr "Para is Outo Eerste Lyninsprong"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
-msgstr ""
+msgstr "Para is Karakter Afstand"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
-msgstr ""
+msgstr "Para is Verbind Rande"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
-msgstr ""
+msgstr "Para is verbode Reëls"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
-msgstr ""
+msgstr "Para is hangende Leestekens"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
-msgstr ""
+msgstr "Para is Koppeltekens"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
-msgstr ""
+msgstr "Para is Numering Herbegin"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
-msgstr ""
+msgstr "Para is Hou Bymekaar"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
-msgstr ""
+msgstr "Para is Laaste Lyn Aanpas"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
-msgstr ""
+msgstr "Para Linker Kantstrook"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
-msgstr ""
+msgstr "Para Linker Kantstrook Relatief"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
-msgstr ""
+msgstr "Para Lyn Nommer Teller"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
-msgstr ""
+msgstr "Para Lyn Nommer Begin Waarde"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
-msgstr ""
+msgstr "Para Lyn Spasiëring"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
-msgstr ""
+msgstr "Para Geskeide"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
-msgstr ""
+msgstr "Para Register Modus Aktief"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
-msgstr ""
+msgstr "Para Regter Kantstrook"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
-msgstr ""
+msgstr "Para Regter Kantstrook Relatief"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
-msgstr ""
+msgstr "Para Skadu Formaat"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
-msgstr ""
+msgstr "Para Splitsing"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
-msgstr ""
+msgstr "Para Stylnaam"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
-msgstr ""
+msgstr "Para Tabulasie Stoppe"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
-msgstr ""
+msgstr "Para Boonste Kantstrook"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
-msgstr ""
+msgstr "Para Boonste Kantstrook Relatief"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
-msgstr ""
+msgstr "Para Gebruikergedefineerde Attribute"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
-msgstr ""
+msgstr "Para Vertikale Belyning"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
-msgstr ""
+msgstr "Para Windows"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
-msgstr ""
+msgstr "Verwysingsmerk"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
-msgstr ""
+msgstr "Regter Rand"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
-msgstr ""
+msgstr "Regter Rand Afstand"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
-msgstr ""
+msgstr "Rsid"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
-msgstr ""
+msgstr "Ruby Verstel"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
-msgstr ""
+msgstr "Ruby Karakter Styl Naam"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
-msgstr ""
+msgstr "Ruby is boontoe"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
-msgstr ""
+msgstr "Ruby Posisie"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
-msgstr ""
+msgstr "Ruby Teks"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
-msgstr ""
+msgstr "Trek na Rooster"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
-msgstr ""
+msgstr "Styl \"Interoperability Grab Bag\""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
-msgstr ""
+msgstr "Teks Veld"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
-msgstr ""
+msgstr "Teks Raam"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
-msgstr ""
+msgstr "Teks Paragraaf"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
-msgstr ""
+msgstr "Teks Seksie"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
-msgstr ""
+msgstr "Teks Tabel"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
-msgstr ""
+msgstr "Teks Gebruikergedefinieerde Attribute"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
-msgstr ""
+msgstr "Boonste Rand"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
-msgstr ""
+msgstr "Boonste Rand Afstand"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
-msgstr ""
+msgstr "Ongesiende Karakter Styl Naam"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
-msgstr ""
+msgstr "Gesiende Karakter Styl Naam"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
-msgstr ""
+msgstr "Skryf Modus"
#. QBR3s
#: sw/inc/mmaddressblockpage.hrc:27
@@ -5671,49 +5707,49 @@ msgstr "Af"
#: sw/inc/strings.hrc:646
msgctxt "STR_OUTLINE_CONTENT_TOGGLE_VISIBILITY"
msgid "Toggle Outline Content Visibility"
-msgstr ""
+msgstr "Wissel Raamwerkinhoud Visueel"
#. CwzRG
#: sw/inc/strings.hrc:647
msgctxt "STR_OUTLINE_CONTENT_TOGGLE_VISIBILITY_EXT"
msgid "hold Ctrl or right-click to include sub levels"
-msgstr ""
+msgstr "Hou Ctrl of regsmuisklik om subvlakke in te sluit"
#. 2Ndnj
#: sw/inc/strings.hrc:648
msgctxt "STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY"
msgid "Click to Toggle Outline Content Visibility"
-msgstr ""
+msgstr "Kliek om Raamwerkinhoud se Sigbaarheid te wissel"
#. rkD8H
#: sw/inc/strings.hrc:649
msgctxt "STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY_EXT"
msgid "right-click to include sub levels"
-msgstr ""
+msgstr "regsmuisklik om subvlakke in te sluit"
#. JZgRD
#: sw/inc/strings.hrc:650
msgctxt "STR_OUTLINE_CONTENT"
msgid "Outline Content Visibility"
-msgstr ""
+msgstr "raamwerkinhoud se sigbaarheid"
#. oBH6y
#: sw/inc/strings.hrc:651
msgctxt "STR_OUTLINE_CONTENT_VISIBILITY_TOGGLE"
msgid "Toggle"
-msgstr ""
+msgstr "Wissel"
#. 7UQPv
#: sw/inc/strings.hrc:652
msgctxt "STR_OUTLINE_CONTENT_VISIBILITY_SHOW_ALL"
msgid "Show All"
-msgstr ""
+msgstr "Vertoon Alles"
#. ZUuCQ
#: sw/inc/strings.hrc:653
msgctxt "STR_OUTLINE_CONTENT_VISIBILITY_HIDE_ALL"
msgid "Hide All"
-msgstr ""
+msgstr "Verberg Alles"
#. 9Fipd
#: sw/inc/strings.hrc:655
@@ -10507,7 +10543,7 @@ msgstr "e-posadres"
#: sw/uiconfig/swriter/ui/businessdatapage.ui:236
msgctxt "extended tip | email"
msgid "Type your company email address."
-msgstr ""
+msgstr "Tik in u Maatskappy se e-pos adres."
#. CCKWa
#: sw/uiconfig/swriter/ui/businessdatapage.ui:255
@@ -10948,127 +10984,127 @@ msgid "Width:"
msgstr "Wydte:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Spasiëring:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Wydte en spasiëring"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "St_yl:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_Wydte:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "Hoogt_e:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "_Posisie:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Bo"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Middel"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Onder"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_Kleur:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Skeilyn"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Kolomme:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Verdeel inhoud eweredig _tussen al die kolomme"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Seleksie"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Huidige afdeling"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Gemerkte afdeling"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Raam"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Bladsystyl: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "P_as toe op:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "Teks_rigting:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Instellings"
@@ -12800,67 +12836,67 @@ msgid "Space to text"
msgstr "Spasie tot by teks"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Voetnoot-area"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_Posisie"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "_Styl"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "Dik_te"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_Kleur"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_Lengte"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "_Spasiëring tot by inhoud van voetnoot"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Links"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Middel"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Regs"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "Skeilyn"
@@ -16151,7 +16187,7 @@ msgstr "Verwyder Alles"
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:189
msgctxt "navigatorcontextmenu|STR_OUTLINE_CONTENT"
msgid "Outline Content Visibility"
-msgstr ""
+msgstr "Raamwerkinhoud se Sigbaarheid"
#. EBK2E
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:209
@@ -19095,7 +19131,7 @@ msgid "_More Options"
msgstr "_Meer opsies"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Meer opsies"
@@ -20010,7 +20046,7 @@ msgstr "e-posadres"
#: sw/uiconfig/swriter/ui/privateuserpage.ui:290
msgctxt "extended tip | email"
msgid "Type your email address."
-msgstr ""
+msgstr "Tik in u e-pos adres."
#. Qxb4Q
#: sw/uiconfig/swriter/ui/privateuserpage.ui:309
@@ -21277,43 +21313,43 @@ msgid "Remaining space:"
msgstr "Oorblywende spasie:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Kolom 2 se wydte"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Kolom 3 se wydte"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Kolom 4 se wydte"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Kolom 5 se wydte"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Kolom 6 se wydte"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Kolom 1 se wydte"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Kolomwydte"
@@ -22834,7 +22870,7 @@ msgstr "Wenke by aangetekende veranderinge"
#: sw/uiconfig/swriter/ui/viewoptionspage.ui:187
msgctxt "viewoptionspage|outlinecontentvisibilitybutton"
msgid "_Show outline content visibility button"
-msgstr ""
+msgstr "Vertoon die raamwerkinhoud Sigbaarheidsknoppie"
#. ZPSpD
#: sw/uiconfig/swriter/ui/viewoptionspage.ui:208
diff --git a/source/am/chart2/messages.po b/source/am/chart2/messages.po
index 7f0143af68c..0534f06c51e 100644
--- a/source/am/chart2/messages.po
+++ b/source/am/chart2/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-06-05 20:56+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-09 12:35+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/am/>\n"
"Language: am\n"
@@ -1812,7 +1812,7 @@ msgstr "አርእስቶች"
#: chart2/uiconfig/ui/sidebarelements.ui:104
msgctxt "sidebarelements|checkbutton_legend"
msgid "Show legend"
-msgstr ""
+msgstr "መግለጫ ማሳያ"
#. XxG3r
#: chart2/uiconfig/ui/sidebarelements.ui:108
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "የ ጽሁፍ አቅጣጫ"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "እቅ_ድ"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "ቀላል"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "ትክክለኛ"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "ማስተካከያ"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "እቅ_ድ"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_ጥላ"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "_የ እቃ ድንበሮች"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "_የተከበቡ ጠርዞች"
diff --git a/source/am/cui/messages.po b/source/am/cui/messages.po
index 64604a8af2a..f13bb130b6e 100644
--- a/source/am/cui/messages.po
+++ b/source/am/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-11 01:10+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/am/>\n"
@@ -4341,45 +4341,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "_ጽሁፍ ብቻ"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/am/dbaccess/messages.po b/source/am/dbaccess/messages.po
index a4cc0ad5e93..844361c1132 100644
--- a/source/am/dbaccess/messages.po
+++ b/source/am/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-05 20:56+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/am/>\n"
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "ስራዎች"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "መግለጫ"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "ቅድመ እይታ"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"ሁሉንም ሰነዶች አሁን መዝጋት ይፈልጋሉ?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "የፎ~ርሙ ስም"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "~የመግለጫው ስም"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "የፎ~ልደሩ ስም"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "ሰነዱ በ ውስጡ ፎርሞች እና መግለጫዎች እንዲሁም የ ተጣበቁ ማክሮስ ይዟል"
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"ያስታውሱ ማክሮስ ማክሮስ አይችሉም ወደ ዳታቤዝ ሰነዶች ውስጥ: የ ማክሮስ ማዘዋወሩ ሂደት እስከሚካሄድ ድረስ "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "የ ተጣበቀ ዳታቤዝ"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "የተለያዩ ምድቦች መምረጥ አይችሉም"
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "የማይደገፍ አይነት እቃ ተገኝቷል ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "የ ረቀቁ ባህሪዎች"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "ተጨማሪ ማሰናጃዎች"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "ግንኙነት ማሰናጃዎች"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "~የ ሰንጠረዥ ስም"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "~የ ጥያቄ ስም"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "እንደገና መሰየሚያ ወደ"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "ማስገቢያ እንደ"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "የተመረጠውን ዳታ ማጥፋት ይፈልጋሉ?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "ስህተት መለያ መመዘኛ በማሰናዳት ላይ"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "ስህተት ማጣሪያ መመዘኛ በማሰናዳት ላይ"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "ግንኙነቱ ተቋርጧል"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "ጥያቄዎች"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "ሰንጠረዦች"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "ማጥፋቱን ማረጋገጫ"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "ሰንጠረዡን ማጥፋት ይፈልጋሉ '%1'?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "ወደ ዳታ ቤዝ ግንኙነቱ ተቋርጧል: እንደገና መገናኘት ይፈልጋሉ?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "ማስጠንቀቂያ ተፈጥሯል"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "ሰንጠረዡ በሚፈልግበት ጊዜ: የ ማስጠንቀቂያ መግለጫ ተሰጥቷል ዳታቤዝ ግንኙነት ውስጥ"
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "በመገናኘት ላይ ወደ \"$name$\" ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "ጥያቄውን በመጫን ላይ $name$ ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "ሰንጠረዡን በመጫን ላይ $name$ ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "የ ሰንጠረዥ አቀራረብ ማግኘት አልተገኘም"
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "ወደ ዳታ ምንጩ ግንኙነት \"$name$\" መፍጠር አልተቻለም"
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "ያልታወቀ: ጽሁፍ: ቁጥር: ቀን/ሰአት: ቀን: ሰአት: አዎ/አይ: ገንዘብ: ማስታወሻ: መቁጠሪያ: ምስል: ጽሁፍ (መጠገኛ):ዴሲማል: Binary (መጠገኛ);Binary;BigInt;ድርብ: ማንሳፈፊያ ;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "ቀዳሚ ቁልፍ ማስገቢያ/ማስወገጃ"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "አዎ"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "አይ"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<ምንም>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "የ ሜዳው ስም"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "የ ሜዳው አይነት"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "መግለጫ"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "የአምድ መግለጫ"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "የ ሜዳ ባህሪዎች"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "ክፍል ማሻሻያ"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "ረድፍ ማጥፊያ"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "የ ሜዳውን አይነት ማሻሻያ"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "ረድፍ ማስገቢያ"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "አዲስ ረድፍ ማስገቢያ"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~ነባር ዋጋ"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"ሜዳው ነባር ዋጋ ካልነበረው: ባዶ ሀረግ ይምረጡ"
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"በኋላ ሰንጠረዥ ውስጥ ዳታ ሲያስገቡ: ይህን ሀረግ ይጠቀማል ሜዳው ለ ተመረጠው ለ እያንዳንዱ መዝገብ: ስለዚህም ለ ተመረጠው ክፍል አቀራረብ ግንኙነት ያደርጋል ከ ታች ማስገባት ለሚፈልጉት"
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "ለ ጽሁፍ የ ተፈቀደውን ከፍተኛ እርዝመት ያስገቡ"
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "የ ቁጥር አቀራረብ ያስገቡ"
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"ዋጋው እንደ አስፈላጊነቱ ይታረማል ለዚህ ዳታቤዝ ከ ተመደበው መጠኑ ሲያልፍ"
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "ለዚህ ሜዳ የ ተፈቀደውን የ ዴሲማል ቦታዎች እዚህ ይወስኑ"
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "እዚህ ነው ዳታው በ አሁኑ አቀራረብ እንዴት እንደሚታይ የሚያዩት (አቀራረቡን ለማሻሻል በቀኝ በኩል ያለውን ቁልፍ ይጠቀሙ)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "እዚህ ነው የዳታውን አቀራረብ ውጤት የሚወስኑት"
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"በ እንደዚህ አይነት ሜዳዎች ውስጥ ዳታ ማስገባት አይችሉም: የተዘማዱ ዋጋዎች ይመደባሉ ለ እያንዳንዱ አዲስ መረጃ ራሱ በራሱ (የሚጨምሩትን ውጤት ቀደም ካለው መረጃ)"
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "ሰንጠረዡን ማስቀመጥ አይቻልም ምክንያቱም የሰንጠረዡ ስም \"$column$\" ሁለት ጊዜ ተመድቧል"
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "አምዱ \"$column$\" የሚገባው ለቀዳሚ ቁልፍ ነው ፡ አምዱ ከጠፋ ቀዳሚ ቁልፉም አብሮ ይጠፋል ፡ በእርግጥ መቀጠል ይፈልጋሉ?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "ቀዳሚ ቁልፍ ተፅእኖ አለው"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "አምድ"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "ለማናቸውም ልቀጥል"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "ሰንጠረዡን ማስቀመጥ አልተቻለም የ ዳታቤዙን መገናኘት ባለመቻል"
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "የ ሰንጠረዥ ማጣሪያውን ማስተካከል አይቻልም ምክንያቱም የ ዳታ ምንጩ ጠፍቷል"
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"ለውጦቹን አሁን ማስቀመጥ ይፈልጋሉ?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "ቀዳሚ ቁልፍ የለም"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"ቀዳሚ ቁልፍ አሁን ይፈጠር?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "አምዱን \"$column$\" መቀየር አይቻልም: በምትኩ አምዱ ይጥፋ እና አዲሱ አቀራረብ ይያያዝ?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "ስህተት የሰንጠረዥ ንድፉን በማስቀመጥ ላይ"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "አምዱን $column$ ማጥፋት አይቻልም"
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"ይህ አነጋገር በቀጥታ ወደ ዳታቤዝ ይተላለፋል ሰንጠረዥ ሲፈጠር"
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"ለዚህ ዳታ ምንጭ የ ሰንጠረዡ ንድፍ ዘዴ አልተገኘም"
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "የ ሜዳ ስም መቀየሪያ"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "የ ሜዳ አይነት መቀየሪያ"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "የ ሜዳ መግለጫ መቀየሪያ"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "የ ሜዳ ባህሪ መቀየሪያ"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "የ መግቢያ ቃል ያስፈልጋል ከ ዳታው ምንጩ ጋር ለ መገናኘት \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"አልነበረም: አሁን ይፈጠር?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "ዳይሬክቶሪውን $name$ መፍጠር አልተቻለም"
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ፋይሉ ቀደም ሲል ነበር በላዩ ላይ ደርቤ ልጻፍበት?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "ፎልደር"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "የ ዳታቤዝ ባህሪዎች"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "የ ዳታ ምንጩ ባህሪዎች: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "እባክዎን ይምረጡ 'ግንኙነት ወደ ነበረው ዳታቤዝ' ለ መገናኘት ወደ ነበረው ዳታቤዝ በሱ ምትክ"
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "የ ፕሮግራሙን መጻህፍት ቤት መጫን አልተቻለም #lib# ወይንም የ ተበላሸ ነው የ ODBC ዳታ ምንጭ ምርጫ አልተገኘም"
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"ማሰናጃውን መቀየር ይችላሉ: ነገር ግን ምናልባት ወደ ዳታቤዝ መገናኘት አይችሉም"
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{ምንም}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 መዘጋጀት አለበት"
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 እና #2 ልዩ መሆን አለበት"
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "ሁለገብ እንደ የ ?,* ያሉ አይፈቀድም በ #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "ግንኙነት መሞከሪያ"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "ግንኙነት በሚገባ ተሳክቶ ተመስርቷል"
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "ግንኙነት መፍጠር አልተቻለም"
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "የ JDBC driver ተሳክቶ ተጭኗል"
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "የ JDBC driver መጫን አልተቻለም"
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS Access file"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007 file"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "የ ፋየርበርድ ዳታቤዝ"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "ስርአት"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "ስህተት ተፈጥሯል በመፍጠር ላይ እንዳለ"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "ስህተት ተፈጥሯል: ተግባሩን መፈጸም አይቻልም"
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "ሰነዱን \"$file$\" መክፈት አልተቻለም"
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "ሰንጠረዡን ማጥፋት አይቻልም ምክንያቱም የ ዳታቤዝ ግንኙነት ይህን አይደግፍም"
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~ሁሉንም"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "መተው:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "እንደገና መስሪያ:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "ምንም አይነት ተመሳሳይ አምድ አልተገኘም ለ አምዱ '#1'."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "ፋይሉን \"$file$\" ማግኘት አልተቻለም"
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "ማስጠንቀቂያ ተሰጥቷል ወደ ዳታ ምንጩ ጋር ለመገናኘት በሞመከር ላይ እንዳለ: ይጫኑ \"$buttontext$\" መልእክቱን ለማየት"
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "መግለጫው \"$file$\", ተጨማሪ የ ገጽታ መገንቢያ ይፈልጋል"
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "መገናኘት አልተቻለም ወደ SDBC driver አስተዳዳሪ (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "አካሉ አልተመዘገበም ለ URL #connurl#."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "በሚገባ ተገናኝቷል: ነገር ግን ስለ ዳታቤዝ ሰንጠረዥ መረጃ አልተገኘም"
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "ሁሉንም ሰንጠረዦች"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "ሁሉንም መመልከቻዎች"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "ሁሉንም ሰንጠረዦች እና መመልከቻዎች"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "የሰንጠረዡ ስም"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "ዳታ ማስገቢያ"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "ዳታ ማጥፊያ"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "ዳታ ማሻሻያ"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "አካሉን መለወጫ"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "ዳታ ማንበቢያ"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "ማመሳከሪያዎችን ማሻሻያ"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "አካሉን መጣያ"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "መንገድ ወደ የ dBASE ፋይሎች"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "ወደ ጽሁፍ ፋይሎች መንገድ"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "ወደ ሰንጠረዥ ሰነድ መንገድ"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "የ ODBC ዳታ ምንጭ ስም በ እርስዎ ስርአት ውስጥ"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "ወደ መጻፊያ ሰነድ መንገድ"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "ስም ለ MySQL ዳታቤዝ"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "የ Oracle database ስም"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Microsoft Access database file"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "ምንም አይነት ማሰናጃ አያስፈልግም: ግንኙነቱ እንደሚሰራ ለማረጋገጥ: ይጫኑ '%test' ቁልፉን"
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "Datasource URL (e.g. host=$host:$port dbname=$database)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "~የጋባዥ ስም"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "~Mozilla profile name"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "~Thunderbird profile name"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "ሰንጠረዦች መጨመሪያ"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "ሰንጠረዥ ወይንም ጥያቄ መጨመሪያ"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "አምዶቹን መፈጸሚያ"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "የ አቀራረብ አይነት"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"የሚቀጥለውን ስም በቅድሚያ ተጠቅመውበታል:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "አምዶች መመደቢያ"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~ወደ ኋላ"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~ይቀጥሉ>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "መ~ፍጠሪያ"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "ሰንጠረዥ ኮፒ ማድረጊያ"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "ሰንጠረዥ ኮፒ ማድረጊያ"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "በ አሁኑ ዳታቤዝ ውስጥ ይህ የ ስንጠረዥ ስም ዋጋ የለውም"
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "ይህን ምርጫ ይምረጡ 'ዳታ መጨመሪያ' በ መጀመሪያው ገጽ ላይ ወደ ነበረው ሰንጠረዥ ውስጥ ዳታ ለመጨመር"
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "እባክዎን የ ሰንጠረዡን ስም ይቀይሩ: ስሙ በጣም ረጅም ነው"
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "የ ዳታቤዝ አዋቂ"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "ዳታቤዝ ይምረጡ"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "የ dBASE ግንኙነት ማሰናጃ"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "ወደ ጽሁፍ ፋይሎች ግንኙነት ማሰናጃ"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "የ Microsoft Access ግንኙነት ማሰናጃ"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "የ LDAP ግንኙነት ማሰናጃ"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "የ ADO ግንኙነት ማሰናጃ"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "የ JDBC ግንኙነት ማሰናጃ"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "የ Oracle database ግንኙነት ማሰናጃ"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "የ MySQL ግንኙነት ማሰናጃ"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "የ ODBC ግንኙነት ማሰናጃ"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "የ መጻፊያ ሰነድ ወይንም ሰንጠረዥ ግንኙነት ማሰናጃ"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "የተጠቃሚ ማረጋገጫ ማሰናጃ"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "የ MySQL server data ማሰናጃ"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "ማስቀመጫ እና መቀጠያ"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "አዲስ ዳታቤዝ"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "ግንኙነት ማሰናጃ ወደ MySQL ዳታቤዝ JDBC ን በመጠቀም"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ:"
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC d~river class:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "ነባር : 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "ወደ dBASE ፋይሎች ግንኙነት ማሰናጃ"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "የ dBASE files የሚቀመጡበትን ይምረጡ"
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "ወደ ጽሁፍ ፋይሎች ግንኙነት ማሰናጃ"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "ፎልደር ይምረጡ የ CSV (Comma Separated Values) የ ጽሁፍ ፋይል የሚጠራቀምበት %PRODUCTNAME Base እነዚህን ፋይሎች ለንባብ-ብቻ ዘዴ ይከፍታቸዋል"
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "ወደ ጽሁፍ ፋይሎች መንገድ"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "ወደ Microsoft ዳታቤዝ መድረሻ ማሰናጃ"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "እባክዎን ይምረጡ የ Microsoft መድረሻ ፋይል ማስኬድ የሚፈልጉትን"
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "ግንኙነት ማሰናጃ ወደ ADO database"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ ሰለዚህ ማሰናጃ እርግጠኛ ካልሆኑ:"
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "ግንኙነት ማሰናጃ ወደ ODBC database"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ ሰለዚህ ማሰናጃ እርግጠኛ ካልሆኑ:"
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "ግንኙነት ማሰናጃ ወደ JDBC database"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ:"
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "ግንኙነት ማሰናጃ ወደ Oracle ዳታቤዝ"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "ነባር : 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle JDBC ~driver class"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ:"
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "ወደ ሰንጠረዥ ግንኙነት ማሰናጃ"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"%PRODUCTNAME ለማንበብ-ዘዴ ብቻ ይከፈታል"
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "የ ፋይል ስም እና ~አካባቢው"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "ትእዛዙ በሚገባ ተፈጽሟል"
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "ወደ ዳታቤዝ የነበረው ግንኙነት ተቋርጧል: ይህ ንግግር ይዘጋል"
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "ደንብ መለያ"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "የ ማውጫ ሜዳ"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "እየጨመረ የሚሄድ"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "እየቀነሰ የሚሄድ"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "በእርግጥ ማውጫውን ማጥፋት ይፈልጋሉ '$name$'?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "ማውጫ"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "ማውጫው ቢያንስ አንድ ሜዳ መያዝ አለበት"
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "በዚህ ስም ቀደም ሲል ሌላ ማውጫ ነበር \"$name$\"."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "በ ማውጫ መግለጫ ውስጥ ምንም የ ሰንጠርዥ አምድ ከ አንድ ጊዜ በላይ መኖር የለበትም: ነገር ግን እርስዎ አምዱን ሁለት ጊዜ \"$name$\" አስገብተዋል"
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "ማስገቢያውን መቀየር አልተቻለም ወደ ዋጋ ያለው ዋጋ ለ \"$name$\" ደንብ"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "SQL Status"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "የ ስህተት ኮድ"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "ብዙ ጊዜ ይህ ስህተት የሚፈጠረው ለ ዳታቤዙ ቋንቋ አግባብ ያልሆነ ባህሪዎች ሲዘጋጁ ነው ማሰናጃውን ይምረጡ እና ይመርምሩ ማረሚያ - ዳታቤዝ - ባህሪዎች"
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "ስህተት"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "ማስጠንቀቂያ"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "መረጃ"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "ዝርዝሮች"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "በእርግጥ ተጠቃሚውን ማጥፋት ይፈልጋሉ?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "ይህ ዳታቤዝ የ ተጠቃሚ አስተዳዳሪን አይደግፍም:"
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "የመግቢያ ቃሉ አይመሳሰልም ፡ እባክዎን የመግቢያ ቃሉን እንደገና ያስገቡ"
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "እባክዎን ያስታውሱ አንዳንድ ዳታቤዞች እንደዚህ አይነት አገናኞች አይደግፉም"
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "መዝገቦችን ብቻ ማካተቻ ይዞታቸው ከ ሜዳዎቹ ጋር የሚዛመደውን የ ሁለቱንም ተመሳሳይ ሰንጠረዦች"
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "ሁሉንም መዝገቦች ይዟል ከ ሰንጠረዦች ውስጥ '%1' ነገር ግን መዝገቦችን ብቻ ከሰንጠረዥ ውስጥ '%2' ዋጋቸው በተዛመደው ሜዳዎች ውስጥ የሚመሳሰለውን"
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "ሁሉንም መዝገቦች ይዟል ከ '%1' እና ከ '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "ሁሉንም የ cartesian product መዝገብ ይይዛል ከ '%1' እና እስከ '%2'."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "መድረሻው ዳታቤዝ መመልከቻን አይደግፍም"
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "መድረሻው ዳታቤዝ ቀዳሚ ቁልፎችን አይደግፍም"
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "ምንም የ ዳታ መድረሻ መግለጫ አልተገኘም: ወይንም የ ዳታ መድረሻ መግለጫ አስፈላጊ መረጃ አልተገኘም"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "ለጊዜው የተደገፉት ሰንጠረዦች እና ጥያቄዎች ብቻ ናቸው"
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "የ ኮፒ ምንጮች ውጤት ማሰናጃ ምልክት ማድረጊያዎችን መደገፍ አለበት"
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "ያልተደገፈ የምንጭ አምድ አይነት ($type$) በ አምድ ቦታ $pos$"
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "ዋጋ የሌላቸው የ ቁጥር ማስነሻ ደንቦች"
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "ስህተት ተፈጥሯል በማስነሳት ላይ እንዳለ"
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "በምንጭ መግለጫው ኮፒ ውስጥ ያልተደገፈ ማሰናጃ : $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "ጥያቄዎችን ኮፒ ለማድረግ: የ እርስዎ ግንኙነት ጥያቄ መጠየቅ አለበት"
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "የ ተሰጠው ተጽእኖ ያዢ ዋጋ የለውም"
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "ይህ ዝምድና ቀደም ሲል ነበር ፡ ሊያርሙት ይፈልጋሉ ወይስ አዲስ ይፈጠር?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "ማረሚያ..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "መፍጠሪያ..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: የ ተዛመደ ንድፍ"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "ዳታቤዙ ግንኙነት አይደግፍም"
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "ደህና ልቀጥል?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4536,7 +4530,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "ለመተግበሪያው የሚታየውን ሰንጠርዥ ምልክት ያድርጉ"
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "ሰንጠረዦች እና የ ሰንጠረዦች ማጣሪያ"
@@ -4565,6 +4559,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "ሰንጠረዥ ወይንም ጥያቄ መጨመሪያ"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/am/desktop/messages.po b/source/am/desktop/messages.po
index ff0f840a147..cd0e55e3f9a 100644
--- a/source/am/desktop/messages.po
+++ b/source/am/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2019-01-03 22:16+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "ተጨማሪ"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO Dynamic Library Component"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO Java Component"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO Python Component"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO Components"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB Type Library"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO Java Type Library"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG መጻሕፍት ቤት"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "እርዳታ"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "ተጨማሪውን መግጠም አይቻልም ምክንያቱም :\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "ተጨማሪውን መግጠም አይቻልም ምክንያቱም በእርዳታ ፋይሎች ውስጥ ስህተት ተፈጥሯል :\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "ተጨማሪ(ዎች) መጨመሪያ"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~ማስወገጃ"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~ማስቻያ"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~ማሰናከያ"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~ማሻሻያ..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "በ መጨመር ላይ %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "በ ማስወገድ ላይ %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "በ ማስቻል ላይ %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "በ ማሰናከል ላይ %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "ፍቃዱን ይቀበሉ ለ %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "ስህተት: የ ተጨማሪው ሁኔታ የማይታወቅ ነው"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "መዝጊያ"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "ማጥፊያ"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"የሚካፈሉዋቸውን ተጨማሪዎች ለ ማሻሻል የ አስተዳዳሪ ፍቃድ ያስፈልጋል: የ ስር አት አስተዳዳሪውን ያነጋግሩ የሚካፈሉዋቸውን ተጨማሪዎች ለማሻሻል:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "እነዚህ ጥገኞች እስካልተሟሉ ድረስ ተጨማሪውን ማስቻል አይቻልም :"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "ይህ ተጨማሪ ተሰናክሏል ምክንያቱም የፍቃድ ስምምነቱን ስላልተቀበሉ\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "ፍቃዱን ማሳያ"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "ተጨማሪ መግጠሚያ አሁን ተሰናክሏል: እባክዎን ለ በለጠ መረጃ የ ስርአት አስተዳዳሪውን ያማክሩ"
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "ተጨማሪ ማስወገጃ አሁን ተሰናክሏል: እባክዎን ለ በለጠ መረጃ የ ስርአት አስተዳዳሪውን ያማክሩ"
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' ተጨማሪ ማስወገጃውን ለማስቆም"
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' ተጨማሪ ማስወገጃውን ለማስቆም"
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' ተጨማሪ ማስወገጃውን ለማስቆም"
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"ይጫኑ 'መሰረዣ' ተጨማሪ ማሰናከያውን ለማስቆም"
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "ተጨማሪው '%Name' በዚህ ኮምፒዩተር ላይ መስራት አይችልም"
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "ተጨማሪዎችን በመግጠም ላይ..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "መግጠሙ ተፈጽሟል"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "ስህተቶች የሉም"
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "ስህተት ተጨማሪዎችን በማውረድ ላይ %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "የ ስህተቱ መልእክት ይህ ነው: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "ስህተት ተጨማሪዎችን በ መግጠም ላይ %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "ለ ተጨማሪው የ ፍቃድ ስምምነቱን %NAME አልተቀበሉም "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "ተጨማሪዎች አይገጠሙም"
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "ያልታወቀ"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "ተጨማሪው ቢያንስ ይህን OpenOffice.org ማመሳከሪያ እትም ይፈልጋል %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "ተጨማሪው ድጋፍ አይሰጥም ለ OpenOffice.org ማመሳከሪያ እትሞች ይህን ለሚበልጡ %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "ተጨማሪው ቢያንስ ይህን እትም ይፈልጋል %PRODUCTNAME version %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"ይጫኑ 'መሰረዣ' የሚለውን መግጠሙን ለማስቆም"
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "አዲስ ማሻሻያ የለም"
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "ምንም የሚገጠም ማሻሻያ የለም ፡ የተተዉ ወይም የተሰናከሉ ማሻሻያዎችን ለማየት በምልክት ማሳያው ሳጥን ውስጥ ምልክት ያድርጉ 'ሁሉንም ማሻሻያ ማሳያ'"
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "ስህተት ተፈጥሯል:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "ያልታወቀ ስህተት"
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "ለዚህ ማሻሻያ ምንም ተጨማሪ ዝርዝር የለም"
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "ተጨማሪውን ማሻሻል አይቻልም ምክንያቱም:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "ያስፈልጋል %PRODUCTNAME የእትም አለመስማማት :"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "የእርስዎ %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "መቃኛን መሰረት ያደረገ ማሻሻያ"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "እትም"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "ይህ ማሻሻያ ይተዋል\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "መተግበሪያውን ማስጀመር አልተቻለም "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "የማዋቀሪያ ዳይሬክቶሪው \"$1\" አልተገኘም"
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "የ መግጠሚያው መንገድ ዋጋ የለውም"
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "የ ውስጥ ስህተት ተፈጥሯል"
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "የማዋቀሪያ ፋይሉ \"$1\" የተበላሸ ነው"
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "ማዋቀሪያ ፋይሉ \"$1\" አልተገኘም"
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "ማዋቀሪያ ፋይሉ \"$1\" የአሁኑን እትም አይደግፍም"
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "የ ተጠቃሚውን መስሪያ ቋንቋ ማወቅ አልተቻለም"
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "የተጠቃሚውን አገጣጠም መፈጸም አልተቻለም "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "የማዋቀሪያ ግልጋሎት አልተገኘም"
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "የመግጠሚያ መተግበሪያውን ያስጀምሩ አገጣጠሙን ከ CD ለመጠገን ወይም የጥቅል መግጠሚያዎችን የያዘውን ፎልደር"
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "ባጠቃላይ ስህተት ተፈጥሯል ማእከላዊ ማዋቀሪያው ጋር ለመድረስ ሲሞከር "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ"
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "ይህ የውስጥ ስህተት ተፈጥሯል: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "%PRODUCTNAME ከ ተገጠም ወይንም ከ ተሻሻለ በኋላ በ እጅ እንደገና ማስነሳት ያስፈልጋል"
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"በእርግጥ መቀጠል ይፈልጋሉ?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "ማተሚያው ተሰናክሏል ፡ ምንም ሰነድ ማተም አይቻልም"
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "የ መንገድ አስተዳዳሪ አልተገኘም\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -737,7 +743,7 @@ msgstr ""
"\n"
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -747,61 +753,61 @@ msgstr ""
"\n"
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "የ ተጨማሪ ሶፍትዌር ፍቃድ ስምምነት ከ $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "ከላይ የሚታየውን ሙሉ የ ፍቃድ ስምምነት ያንብቡ: የ ፍቃድ ስምምነቱን ይቀበሉ \"አዎ\" በ መጻፍ እና በ ማስገባት: ወይንም ይጻፉ \"አይ\" የ ፍቃድ ስምምነቱን ላለመቀበል እና ከ ተጨማሪው መግጠሚያ ማሰናጃ ለ መውጣት"
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[ያስገቡ \"አዎ\" ወይም \"አይ \"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "ያስገቡት ትክክል አይደለም: እባክዎን ያስገቡ \"አዎ\" ወይም \"አይ\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "አዎ"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "አዎ"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "አይ"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "አይ"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg ማስጀመር አልተቻለም: የ መቆለፊያ ፋይል የሚያሳየው እየሰራ እንዳለ ነው: ይህ ካልተፈጸመ: የ መቆለፊያ ፋይሉን ያጥፉት በ:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ስህተት : "
diff --git a/source/am/helpcontent2/source/text/sbasic/shared.po b/source/am/helpcontent2/source/text/sbasic/shared.po
index 2643cefc078..46020ef004a 100644
--- a/source/am/helpcontent2/source/text/sbasic/shared.po
+++ b/source/am/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 20:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8161,14 +8161,14 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
-msgstr "የ ማተሚያ አረፍተ ነገር"
+msgid "Print# Statement"
+msgstr ""
#. addUg
#: 03010103.xhp
@@ -8179,23 +8179,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr ""
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "የ ተወሰነ ሀረግ ውጤት ወይንም የ ቁጥር መግለጫ ለ ንግግር ወይንም ለ ፋይል"
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9745,14 +9754,14 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>እንደ ነበር መመለሻ መግለጫ</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">አረፍተ ነገር እንደ ነበር መመለሻ</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
+msgstr ""
#. iLCKn
#: 03020104.xhp
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "ሁሉንም የ ተከፈቱ ፋይሎች መዝጊያ እና ይዞታዎችን መጻፊያ: ሁሉንም ፋይሎች ወደ ሀርድ ዲስክ"
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10024,50 +10024,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "ከ ተከፈተ ተከታታይ ፋይል ውስጥ ዳታ ማንበቢያ"
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "ማስገቢያ #የ ፋይል ቁጥር እንደ ኢንቲጀር; ተለዋዋጭ1[, ተለዋዋጭ2[, ተለዋዋጭ3[,...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>የ ፋይል ቁጥር:</emph> እርስዎ ማንበብ የሚፈልጉትን ዳታ የያዘው የ ፋይል ቁጥር: ፋይሉ መከፈት አለበት በ መክፈቻ አረፍተ ነገር ቁልፍ ቃል ማስገቢያ በ መጠቀም"
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>ተለዋዋጭ:</emph> የ ቁጥር ወይንም የ ሀረግ ተለዋዋጭ እርስዎ የ መደቡት ዋጋዎች የሚያነእው ከ ተከፈተ ፋይል ውስጥ ነው ወደ"
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "የ ዳታ አካሉን በሚያነብ ጊዜ ፋይሉ መጨረሻ ላይ ከ ደረሰ: ስህተት ይፈጠራል እና ሂደቱ ይቋረጣል"
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,14 +10114,14 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr "' የ ዳታ ፋይል ማንበቢያ ማስገቢያ በ መጠቀም"
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
-msgstr "መስመር ማስገቢያ # አረፍተ ነገር"
+msgid "Line Input# Statement"
+msgstr ""
#. CCEuD
#: 03020203.xhp
@@ -10150,68 +10132,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>የ መስመር ማስገቢያ መግለጫ</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">መስመር ማስገቢያ # አረፍተ ነገር</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
+msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "ሀረጎች ከ ተከታታይ ፋይል ወደ ተለዋዋጭ ማንበቢያ"
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "መስመር ማስገቢያ #የ ፋይል ቁጥር እንደ ኢንቲጀር, ተለዋዋጭ እንደ ሀረግ"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>የ ፋይል ቁጥር:</emph> እርስዎ ማንበብ የሚፈልጉትን ዳታ የያዘው የ ፋይል ቁጥር: ፋይሉ በ ቅድሚያ መከፈት አለበት በ መክፈቻ አረፍተ ነገር ቁልፍ ቃል ማስገቢያ በ መጠቀም"
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>ተለዋዋጭ:</emph> የ ተለዋዋጭ ስም ውጤቱን የሚያስቀምጠው"
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10222,41 +10186,14 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "በ <emph>መስመር ማስገቢያ#</emph> አረፍተ ነገር ውስጥ: እርስዎ ማንበብ ይችላሉ ሀረጎች ከ ተከፈተ ፋይል ውስጥ ወደ ተለዋዋጭ ውስጥ: የ ተለዋዋጭ ሀረጎች የሚነበቡት በ መስመር-በ-መስመር ላይ ነው እስከ መጀመሪያው መመለሻ ድረስ ነው (Asc=13) ውይንም መስመር መመገቢያ (Asc=10). ተ መስመር መጨረሻ ምልክት በ ውጤት ሀረጎች ውስጥ አይካተቱም"
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNumber, \"This is a line of text\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNumber, \"This is another line of text\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
-msgstr "አረፍተ ነገር ማስቀመጫ"
+msgid "Put# Statement"
+msgstr ""
#. psWQE
#: 03020204.xhp
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>አረፍተ ነገር ማስገቢያ</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,14 +10222,14 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "መዝገብ ወደ አንፃራዊ ፋይል መጻፊያ ወይንም ተከታታይ ባይቶች ወደ ባይነሪ ፋይል ውስጥ መጻፊያ"
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "ይህን ይመልከቱ: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\"> ማግኛ </item></link> አረፍተ ነገር"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. 9HgEG
#: 03020204.xhp
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "ለ binary ፋይሎች (binary access), በ ፋይል ውስጥ የ ባይት ቦታ ነው እርስዎ መጻፍ መጀመር የሚፈልጉበት"
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,68 +10321,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>መጻፊያ መግለጫ</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">አረፍተ ነገር መጻፊያ</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
+msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "ዳታ ወደ ተከታታይ ፋይል መጻፊያ"
-
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "መጻፊያ [#የ ፋይል ስም], [የ መግለጫ ዝርዝር]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>የ ፋይል ስም:</emph> ማንኛውም የ ቁጥር መግለጫ የ ፋይል ቁጥር የያዘ እና የ ተሰናዳ የ Open statement ለ ተመሳሳይ ፋይል"
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>የ መግለጫ ዝርዝር:</emph> ተለዋዋጭ ወይንም መግለጫ እርስዎ ማስገባት የሚፈልጉት ወደ ፋይል ውስጥ: በ ኮማ የ ተለያየ"
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr "ቁጥሮች ከ ዴሲማል ቅደም ተከተል ጋር ይቀየራሉ እንደ ተሰናዳው ቋንቋ አይነት"
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,14 +10942,14 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>የ ፋይል ቁጥር:</emph>የ ዳታ ጣቢያ ቁጥር የ ተጠቀሙት በ መክፈቻ አረፍተ ነገር ውስጥ"
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
-msgstr "ተግባር መፈለጊያ"
+msgid "Seek# Statement"
+msgstr ""
#. vLW2K
#: 03020305.xhp
@@ -11041,14 +10960,14 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>መግለጫ መፈለጊያ</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">ተግባር መፈለጊያ</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
+msgstr ""
#. RBPKW
#: 03020305.xhp
@@ -11077,59 +10996,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "ለ ሌሎች ሁሉም ፋይሎች: ተግባር ይመልሳል የ ባይት ቦታ የሚቀጥለው እንቅስቃሴ የሚፈጠርበትን"
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "ይህን ይመልከቱ: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\"> መክፈቻ </link> <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\"> መፈለጊያ </link>"
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "መፈለጊያ[#የ ፋይል ቁጥር] ቦታ (እስከ)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>የ ፋይል ቁጥር:</emph>የ ዳታ ጣቢያ ቁጥር የ ተጠቀሙት በ መክፈቻ አረፍተ ነገር ውስጥ"
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>ቦታ: </emph>ቦታ ለሚቀጥለው መጻፊያ ወይንም ማንበቢያ: ቦታ ቁጥር መሆን ይችላል በ 1 እና በ 2,147,483,647. መካከል: እንደ ፋይሉ አይነት: ቦታው የሚያሳየው የ ቁጥር መዝገብ ነው: (ፋይሎች በ ደፈናው ዘዴ ውስጥ) ወይንም የ ባይት ቦታ (ፋይሎች በ Binary, ውጤት ይጨመራል ወይንም ማስገቢያ ዘዴ ውስጥ). የ መጀመሪያው ባይት በ ፋይል ቦታ ውስጥ 1, ሁለተኛው የ ባይት ቦታ 2, እና ወዘተ"
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39391,13 +39310,13 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -41254,13 +41173,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/am/helpcontent2/source/text/sdatabase.po b/source/am/helpcontent2/source/text/sdatabase.po
index 2d4c3a3caf6..8790dd9b661 100644
--- a/source/am/helpcontent2/source/text/sdatabase.po
+++ b/source/am/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -157,13 +157,13 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr ""
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 3JCfK
@@ -175,13 +175,13 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr ""
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
msgstr ""
#. ASeVi
@@ -193,13 +193,13 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr ""
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
msgstr ""
#. JTXBF
@@ -211,13 +211,13 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr ""
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
msgstr ""
#. FWCVa
@@ -292,13 +292,13 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -319,13 +319,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -364,6 +364,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sdraw/01.po b/source/am/helpcontent2/source/text/sdraw/01.po
index 14e1f82cf6e..c074fb5be8c 100644
--- a/source/am/helpcontent2/source/text/sdraw/01.po
+++ b/source/am/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2017-05-09 15:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr ""
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/00.po b/source/am/helpcontent2/source/text/shared/00.po
index 2d437d6d6e6..9a2657b42de 100644
--- a/source/am/helpcontent2/source/text/shared/00.po
+++ b/source/am/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-17 21:27+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr "ሁሉንም ለውጦች ማስወገጃ እና የ ምርጫውን ንግግር መዝጊያ:"
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/01.po b/source/am/helpcontent2/source/text/shared/01.po
index 96eed973def..5454c8a1830 100644
--- a/source/am/helpcontent2/source/text/shared/01.po
+++ b/source/am/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-03-18 16:16+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/am/>\n"
@@ -25801,32 +25801,14 @@ msgctxt ""
msgid "Add"
msgstr "መጨመሪያ"
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">የ አሁኑን ማሰናጃ በ መጠቀም አዲስ የ መስመር ዘዴ መፍጠሪያ </ahelp>"
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr "ስም"
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
-msgstr "<ahelp hid=\".\">ስም ያስገቡ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
+msgstr ""
#. 6Yvch
#: 05200200.xhp
@@ -27259,14 +27241,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr "<ahelp hid=\".uno:FillShadow\">ለ ተመረጠው እቃ ጥላ መጨመሪያ: እቃው ቀደም ብሎ ጥላ ከ ነበረው: ጥላው ይወገዳል: እርስዎ ይህን ምልክት ከ ተጫኑ ምንም እቃ ሳይመረጥ: ጥላው የሚጨመረው እርስዎ ለሚስሉት ለሚቀጥለው እቃ ይሆናል:</ahelp>"
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
+msgstr ""
#. 6XJUi
#: 05210600.xhp
@@ -47275,13 +47257,13 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr ""
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
msgstr ""
#. ChX9A
@@ -47464,24 +47446,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr ""
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr ""
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr ""
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47491,15 +47455,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr ""
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr ""
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49561,6 +49516,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/02.po b/source/am/helpcontent2/source/text/shared/02.po
index 344067475ac..03cff890946 100644
--- a/source/am/helpcontent2/source/text/shared/02.po
+++ b/source/am/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-02-05 07:21+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/am/>\n"
@@ -8809,14 +8809,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr ""
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
-msgstr "የ ንዑስ ፎርም መሰረት ያደረገው የ <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\"> SQL </link> ጥያቄ ነው: በ ተለይ በ <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\"> ደንቦች ጥያቄ </link> ላይ ነው: የ ሜዳ ስም ካስገቡ በ <emph> ዋናው ሜዳዎች አገናኝ </emph> ሳጥን ውስጥ: በዛ ሜዳ ውስጥ ያለው ዳታ በ ዋናው ፎርም ውስጥ ይነበባል ለ ተለዋዋጭ እርስዎ ለሚያስገቡት በ <emph> አገልጋይ ሜዳዎች አገናኝ </emph> ውስጥ: በ ተገቢው የ SQL አረፍተ ነገር ውስጥ: ይህ ተላዋዋጭ ይወዳደራል ከ ሰንጠረዥ ዳታ ጋር ንዑስ ፎርም ከ ሚያመሳክረው ጋር: በ አማራጭ: እርስዎ ማስገባት ይችላሉ የ አምድ ስም በ <emph> ዋናው ሜዳዎች አገናኝ </emph> ሳጥን ውስጥ:"
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgstr ""
#. KAQ4c
#: 01170203.xhp
@@ -10528,14 +10528,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr ""
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -11761,14 +11761,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr "የ <emph> ቀስት ዘዴ </emph> ምልክት የሚታየው እርስዎ በሚስሉ ጊዜ ነው: በ መሳያ ተግባሮች: በበለጠ ለመረዳት ይህን ይመልከቱ የ <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph> መስመር ዘዴዎች </emph></link> ክፍል በ እርዳታ ውስጥ"
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -17026,13 +17026,13 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "የ SQL ትእዛዝ በቀጥታ ማስኬጃ"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
msgstr ""
#. tTG7m
@@ -17053,13 +17053,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">ተግባሮች</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
msgstr ""
#. iGFfH
@@ -17098,13 +17098,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">የ ሰንጠረዡ ስም</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. t48DA
@@ -17143,13 +17143,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">የ ሀሰት ስም</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. CcbaZ
@@ -17197,13 +17197,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">የተለዩ ዋጋዎች</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
msgstr ""
#. EXAFG
@@ -19240,14 +19240,41 @@ msgctxt ""
msgid "Limit"
msgstr "መጠን"
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
-msgstr "<ahelp hid=\".\">ማስፊያ የ ተፈጠረውን እና የ ተመረጠውን በ <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL ጥያቄ </link> በ LIMIT X clause</ahelp> እርስዎ ይህን መጠቀም ይችላሉ ለ መወሰን የ SQL ጥያቄ ውጤት በ መጀመሪያ X ቁጥር ውስጥ ለሚወድቁ"
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
+msgstr ""
#. Ae3Qb
#: paintbrush.xhp
diff --git a/source/am/helpcontent2/source/text/shared/explorer/database.po b/source/am/helpcontent2/source/text/shared/explorer/database.po
index 112e53662da..e4720dc237d 100644
--- a/source/am/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/am/helpcontent2/source/text/shared/explorer/database.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-12-10 01:28+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,2220 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1544405296.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr "የ ጥያቄ ንድፍ"
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr "<bookmark_value>መመልከቻ; ዳታቤዝ መመልከቻ መፍጠሪያ (ቤዝ)</bookmark_value> <bookmark_value>ጥያቄዎች; በ ንድፍ መመልከቻ ውስጥ መፍጠሪያ (ቤዝ)</bookmark_value> <bookmark_value>መንደፊያ; ጥያቄዎች (ቤዝ)</bookmark_value> <bookmark_value>ንድፍ መመልከቻ; ጥያቄዎች/መመልከቻ (ቤዝ)</bookmark_value> <bookmark_value>መጋጠሚያ;ሰንጠረዦች (ቤዝ)</bookmark_value> <bookmark_value>ሰንጠረዦች ከ ዳታቤዞች ውስጥ; መጋጠሚያ ለ ጥያቄዎች (ቤዝ)</bookmark_value> <bookmark_value>ጥያቄዎች; መጋጠሚያ: ሰንጠረዦች (ቤዝ)</bookmark_value> <bookmark_value>ሰንጠረዦች ከ ዳታቤዞች ውስጥ; ግንኙነት (ቤዝ)</bookmark_value> <bookmark_value>ግንኙነት; መጋጠሚያ: ሰንጠረዦች (ቤዝ)</bookmark_value> <bookmark_value>ጥያቄዎች: የ ሰንጠረዦች አገናኞች ማጥፊያ (ቤዝ)</bookmark_value> <bookmark_value>መመዘኛ ለ ጥያቄ ንድፍ (ቤዝ)</bookmark_value> <bookmark_value>ጥያቄዎች; የ መቀመሪያ ማጣሪያ ሁኔታዎች (ቤዝ)</bookmark_value> <bookmark_value>ሁኔታዎች ማጣሪያ; በ ጥያቄዎች ውስጥ (ቤዝ)</bookmark_value> <bookmark_value>ደንቦች; ጥያቄዎች (ቤዝ)</bookmark_value> <bookmark_value>ጥያቄዎች; ደንብ ጥያቄዎች (ቤዝ)</bookmark_value> <bookmark_value>SQL; ጥያቄዎች (ቤዝ)</bookmark_value> <bookmark_value>native SQL (ቤዝ)</bookmark_value>"
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">የ ጥያቄ ንድፍ</link>"
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr "<ahelp hid=\".\">የ <emph> ጥያቄ ንድፍ መመልከቻ </emph> እርስዎን የ ዳታቤዝ ጥያቄ መፍጠር እና ማረም ያስችሎታል </ahelp>"
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr "በርካታ የ ዳታቤዞች ጥያቄዎችን እንደ ማጣሪያ ይጠቀማሉ: ወይንም የ ዳታቤዝ ሰንጠረዥ መለያ ለ መመዝገብ በ እርስዎ ኮምፒዩተር ውስጥ: መመልከቻ ተመሳሳይ ተግባር ያቀርባል እንደ ጥያቄዎች: ነገር ግን በ ሰርቨር በኩል: የ እርስዎ ዳታቤዝ በ ሰርቨር ላይ ከሆነ እና መመልከቻን የሚደግፍ ከሆነ: እርስዎ መመልከቻን መጠቀም ይችላሉ ለማጣራት መዝገቦችን በ ሰርቨሩ ላይ ለማፍጠን የ ማሳያውን ጊዜ"
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr "በ መምረጥ የ <emph> መመልከቻ መፍጠሪያ </emph> ትእዛዝ ከ <emph> ሰንጠረዥ </emph> tab ገጽ የ ዳታቤዝ ሰነድ ውስጥ: ይህ ይታያል በ <emph> ንድፍ መመልከቻ </emph> መስኮት የሚመስል የ <emph> ጥያቄ ንድፍ </emph> መስኮት እዚህ የተገለጸውን ነው"
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr "የ ጥያቄ ንድፍ መስኮት እቅድ የሚጠራቀመው በ ተፈጠረው ጥያቄ ውስጥ ነው: ነገር ግን በ ተፈጠረው መመልከቻ ውስጥ ማጠራቀም አይቻልም"
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr "የ ንድፍ መመልከቻ"
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr "ጥያቄ ለ መፍጠር ይጫኑ በ <emph> ጥያቄዎች </emph> ምልክት ላይ: ከ ዳታቤዝ ሰነድ ውስጥ እና ከዛ ይጫኑ <emph> ጥያቄ መፍጠሪያ በ ንድፍ መመልከቻ ውስጥ </emph>"
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr ""
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr "በ ጥያቄ ንድፍ መመልከቻ መስኮት ውስጥ ከ ላይ በኩል: <link href=\"text/shared/main0214.xhp\" name=\"icons\"> ምልክት </link> በ <emph> ጥያቄ ንድፍ </emph> መደርደሪያ እና የ <emph> ንድፍ </emph> መደርደሪያ ላይ ይታያል"
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr "እርስዎ ጥያቄን መሞከር ከፈለጉ: ሁለት ጊዜ-ይጫኑ የ ጥያቄውን ስም ከ ዳታቤዝ ሰነድ ውስጥ: የ ጥያቄው ውጤት ይታያል በ ሰንጠረዥ ውስጥ ተመሳሳይ ነው ከ ዳታ ምንጭ መመልከቻ ማስታወሻ ጋር: ሰንጠረዡ የሚታየው ጊዚያዊ ነው"
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr "ቁልፎች በ ጥያቄ ንድፍ መመልከቻ"
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr "ቁልፍ"
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "ተግባር"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr "F4"
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr "ቅድመ እይታ"
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr "F5"
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr "ጥያቄ ማስኬጃ"
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr "F7"
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr "ሰንጠረዥ ወይም ጥያቄ መጨመሪያ"
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr "መቃኛ"
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr "እርስዎ የ ጥያቄ ንድፍ ለ መጀመሪያ ጊዜ ሲከፍቱ: ለ እርስዎ ንግግር ይታያል: እርስዎ መምረጥ አለብዎት ሰንጠረዥ ወይንም ጥያቄ ለ እርስዎ ጥያቄ መሰረት የሚሆን"
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">ሁለት ጊዜ-ይጫኑ ሜዳዎቹ ላይ ለ መጨመር ወደ ጥያቄ: መጎተቻ-እና-መጣያ ግንኙነት ለ መግለጽ </ahelp>"
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr "ጥያቄ በሚፈጥሩ ጊዜ የተመረጠውን ሰንጠረዥ ማሻሻል አይችሉም"
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr "ሰንጠረዦች ማስወገጃ"
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr "ሰንጠረዥ ከ ንድፍ መመልከቻ ውስጥ ለ ማስወገድ: ይጫኑ የ ላይኛውን ድንበር የ ሰንጠረዡን መስኮት እና የ አገባብ ዝርዝር ማሳያ: እርስዎ መጠቀም ይችላሉ የ <emph> ማጥፊያ </emph> ትእዛዝ ሰንጠረዥ ለ ማስወገድ ከ ንድፍ መመልከቻ ውስጥ: ሌላው ምርጫ የ ማጥፊያ ቁልፍ መጫን ነው"
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr "ሰንጠረዥ ማንቀሳቀሻ እና የ ሰንጠረዥ መጠን ማሻሻያ"
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr "እርስዎ እንደገና መመጠን እና ማዘጋጀት ይችላሉ ሰንጠረዦችን የ እርስዎን ፍላጎት እንዲያሟላ አድርገው: ሰንጠረዥ ለማንቀሳቀውስ: ይጎትቱ የ ላይኛውን ድንበር የሚፈለገውን ቦታ: መጠኑን ማሳደግ ወይንም ማሳነስ ይችላሉ ሰንጠረዡ የሚታይበትን ቦታ በ አይጥ መጠቆሚያ በ ድንበሩ ወይንም በ ድንበሩ ጠርዝ ላይ አድርገው በ መጎተት ሰንጠረዡ የሚፈልጉት መጠን ላይ እስኪደርስ ድረስ"
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr "የ ሰንጠረዥ ግንኙነት"
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr "የ ዳታ ግንኙነት ካለ በ ሜዳ ስም መካከል በ አንድ ሰንጠረዥ ውስጥ እና የ ሜዳ ስም በሌላ ሰንጠረዥ ውስጥ: እርስዎ መጠቀም ይችላሉ እነዚህን ግንኙነቶች በ እርስዎ ጥያቄ ውስጥ"
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr ""
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr ""
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr "ጥያቄ መፍጠር በርካታ የ ተዛመዱ ወረቀቶን መሰረት ያደረገ የሚቻለው እርስዎ ከ ተጠቀሙ ነው $[officename] እንደ ገጽታ ለ ተዛመዱ ዳታቤዞች"
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr "እርስዎ በ ጥያቄ ውስጥ ወደ ተለያዩ የ ዳታቤዝ ውስጥ መድረስ አይችሉም: ጥያቄዎች በርካታ ሰንጠረዦች የሚያካትቱ መፍጠር የሚቻለው ከ አንድ ዳታቤዝ ውስጥ ብቻ ነው"
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr ""
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr ""
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">ማረሚያ ባህሪዎች ማጋጠሚያ </ahelp> በ አማራጭ ይጫኑ Tab መስመሩ እስከሚመረጥ ድረስ: እና ከዛ ይጫኑ Shift+F10 ለ ማሳየት የ አገባብ ዝርዝር እና ከዛ ይምረጡ ትእዛዝ <emph> ማረሚያ </emph> አንዳንድ ዳታቤዞች የሚደግፉት ንዑስ ስብስብ ብቻ ነው የሚቻለውን የ መጋጠሚያ አይነት"
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr "ግንኙነት ማጥፊያ"
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr "በ ሁለት ሰንጠረዦች መካከል ያለውን ግንኙነት ለማጥፋት: ይጫኑ በ መገናኛው መስመር ላይ እና ከዛ ይጫኑ ማጥፊያ ቁልፍ"
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr "በ አማራጭ: ማጥፊያ የ ተወሰነ ማስገቢያ በ <emph> ሜዳዎች ዙሪያ </emph> በ <emph> ግንኙነት </emph> ንግግር ውስጥ: ወይንም ይጫኑ Tab አገናኙ አቅጣጫ እስከሚታይ እና እስከሚደምቅ ድረስ: እና ከዛ ይጫኑ Shift+F10 ለ መክፈት የ አገባብ ዝርዝር እና ይምረጡ <emph> ማጥፊያ </emph> ትእዛዝ"
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr ""
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">ሁኔታዎች ይምረጡ ጥያቄውን ለ መግለጽ </ahelp> እያንዳንዱ አምድ በ ንድፍ ሰንጠረዥ ውስጥ የ ዳታ ሜዳ ይቀበላል ለ ጥያቄ: ሁኔታዎቹ በ አንድ ረድፍ ላይ ተገናኝተዋል ከ ቡልያን እና ጋር"
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr ""
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr "መጀመሪያ ይምረጡ ሁሉንም የ ሜዳ ስሞች ከ ሰንጠረዥ ውስጥ እርስዎ ወደ ጥያቄ ውስጥ መጨመር የሚፈልጉትን: ይህን ለማድረግ ይጎትቱ-እና-ይጣሉ ወይንም ሁለት ጊዜ-ይጫኑ በ ሜዳው ስም ላይ ሰንጠረዥ መስኮት ላይ: በ መጎተቻ-እና-መጣያ ዘዴ አይጡን ይጠቀሙ የ ሜዳ ስም ከ ሰንጠረዥ መስኮት ውስጥ ወደ ታችኛው የ ጥያቄ ንድፍ ቦታ: ይህን ሲያደርጉ: እርስዎ መወሰን ይችላሉ የትኛውን አምድ መጨመር እንደሚፈልጉ ወደ ሜዳው: ይምረጡ የ ሜዳ ስም ሁለት ጊዜ-በመጫን ከዛ ወደሚቀጥለው ነፃ አምድ ይጨመራል"
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr "የ ሜዳ ስሞችን ማጥፊያ"
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr "የ ሜዳ ስም ከ ጥያቄ ውስጥ ለማስወገድ: ይጫኑ በ አምድ ራስጌ ሜዳ ላይ እና ይምረጡ የ <emph> ማጥፊያ </emph> ትእዛዝ ከ አምድ አገባብ ዝርዝር ውስጥ"
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr "ጥያቄ ማስቀመጫ"
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr "ይጠቀሙ የ <emph> ማስቀመጫ </emph> ምልክት በ መደበኛ መደርደሪያ ላይ ጥያቄ ለ ማስቀመጥ: ለ እርስዎ ይህ ንግግር ይታያል እና ይጠይቃል ስም እንዲያስገቡ ለ ጥያቄው: የ ዳታቤዝ ንድፍ የሚደግፍ ከሆነ: እርስዎ ንድፍ ማስገባት ይችላሉ"
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr "እቅድ"
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">ስም ያስገቡ ለ ንድፍ ለ ጥያቄው ለ ተመደበው ወይንም ለ ሰንጠረዥ መመልከቻ</ahelp>"
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr "የ ጥያቄው ስም ወይንም የ ሰንጠረዥ መመልከቻ ስም"
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">የ ጥያቄው ወይንም የ ሰንጠረዥ መመልከቻ ስም</ahelp>"
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr "ዳታ ማጣሪያ"
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr "ለ ጥያቄው ዳታ ለማጣራት: የሚፈለገውን ምርጫ ያሰናዱ ከ ታች በኩል በ ንድፍ መመልከቻ ውስጥ: የሚቀጥሉት መስመሮች ዝግጁ ናቸው:"
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr "ሜዳ"
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">የ ዳታ ሜዳ ስም ያስገቡ እርስዎ በ ጥያቄ ውስጥ ያመሳከሩትን: ሁሉም ማሰናጃዎች በ ታችኛው ረድፍ በኩል ያሉት የሚያመሳክሩት ይህን ሜዳ ነው </ahelp> እርስዎ በ አይጥ ክፍል ካስጀመሩ ይጫኑ ለ እርስዎ የ ቀስት ቁልፍ ይታያል: እርስዎን ሜዳ መምረጥ ያስችሎታል: የ \"ሰንጠረዥ ስም:*\" ምርጫ ይመርጣል ሁሉንም የ ዳታ ሜዳዎች እና መለያው ለ ሁሉም ሰንጠረዥ ሜዳዎች ዋጋ አለው"
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr "የ ሀሰት ስም"
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">ሀሰት መወሰኛ: ይህ ሀሰት በ ጥያቄ ዝርዝር ውስጥ ይቀመጣል በ ሜዳ ስም ውስጥ ከ ማስቀመጥ ይልቅ: ይህ ሁኔታ በተጠቃሚ-የሚገለጽ የ አምድ ምልክቶች መጠቀም ያስችለዋል </ahelp> ለምሳሌ: የ ዳታ ሜዳው ስም ካለው የ አካል ቁጥር እና ከ ስም ይልቅ: እርስዎ እንዲታይ ከ ፈለጉ የ አካል ቁጥር በ ጥያቄ ውስጥ ይታያል: ያስገቡ የ አካል ቁጥር እንደ ሀሰት"
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr "በ SQL አረፍተ ነገር ውስጥ: ሀሰቶች የሚገለጹት እንደሚከተለው ነው:"
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr "ይምረጡ አምድ እንደ ሀሰት ከ ሰንጠረዥ ውስጥ"
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr "ለምሳሌ:"
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr "ይምረጡ \"የ አካል ቁጥር\" እንደ \"የ አካል ቁጥር\" ከ \"አካል\" ውስጥ"
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr "ሰንጠረዥ"
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">ተመሳሳይ የ ዳታቤዝ ሰንጠረዥ ለ ተመረጠው የ ዳታ ሜዳ እዚህ ተዘርዝሯል </ahelp> እርስዎ ክፍሉን ካስጀመሩ አይጥ በ መጫን: ለ እርስዎ የ ቀስት ቁልፍ ይታያል: እርስዎን ሌላ ሰንጠረዥ መምረጥ ያስችሎታል ለ አሁኑ ጥያቄ"
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr "መለያ"
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">እርስዎ ክፍል ከ ተጫኑ የ መለያ ምርጫዎች መምረጥ ይችላሉ: እየጨመረ በሚሄድ: እየቀነሰ በሚሄድ እና አለመምረጥ </ahelp> የ ጽሁፍ ሜዳዎች የሚለዩት በ ፊደል ቅደም ተከተል እና በ ቁጥር ሜዳ ነው: የ በርካታ ዳታቤዝ አስተዳዳሪዎች የ መለያ ምርጫ ማሰናዳት ይችላሉ"
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr "የሚታይ"
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">እርስዎ ምልክት ካደረጉ <emph> የሚታይ </emph> ባህሪዎች ለ ዳታ ሜዳ: ሜዳው ይታያል በ ጥያቄ ውስጥ </ahelp> እርስዎ የሚጠቀሙ ከሆነ የ ዳታ ሜዳ ለ ሁኔታዎች መቀመሪያ: እርስዎ ማሳየት የለብዎትም"
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr "መመዘኛ"
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr ""
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr "ወይንም"
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr ""
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr ""
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "ተግባሮች"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr ""
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr ""
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr "ምርጫ"
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr "ተፅእኖ"
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr "ተገባር የለም"
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr "ምንም አይነት ተግባር አይፈጸምም"
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr "መካከለኛ"
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr "አማካይ ዋጋ ማስሊያ በ ሜዳ ውስጥ"
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr "መቁጠሪያ"
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr ""
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr "a) መቁጠሪያ(*): ኮከብ ማለፍ እንደ ክርክር ሁሉም መዝገቦች በ ሰንጠረዥ ውስጥ ይቆጥራል"
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr ""
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr "ከፍተኛ"
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr ""
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr "ዝቅተኛ"
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr ""
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr "ድምር"
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr ""
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr "ቡድን"
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr ""
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr "እርስዎ የ ተግባር መጥሪያዎች በ ቀጥታ ማስገባት ይችላሉ ወደ SQL አረፍተ ነገር: አገባቡም እንደሚከተለው ነው:"
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr "ይምረጡ ተግባር(አምድ) ከ ሰንጠረዥ ውስጥ"
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr "ለምሳሌ: የ ተግባር መጥሪያ ለ SQL ድምር ለ ማስሊያ ይህ ነው:"
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr "ይምረጡ ድምር(\"ዋጋ\") ከ \"ጽሁፍ\" ውስጥ"
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr ""
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr ""
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr ""
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr "ተመሳሳዩ ተግባር ለ SQL አረፍተ ነገር ነው:"
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr "ይምረጡ ተግባር() እንደ ሀሰት ከ ሰንጠረዥ ውስጥ"
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr "ይምረጡ መቁጠሪያ(*) እንደ መቁጠሪያ ከ \"እቃ\" ውስጥ"
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr "ይህን ተግባር የሚያስኬዱ ከሆነ: እርስዎ ማስገባት አይችሉም ተጨማሪ አምዶች ለ ጥያቄ እነዚህን አምዶች ከ መቀበል ይልቅ እንደ \"ቡድን\" ተግባር"
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "<emph>ምሳሌዎች</emph>"
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr "በሚቀጥለው ምሳሌ ውስጥ: ጥያቄ በ ሁለት ሰንጠረዥ ውስጥ ይሄዳል: የ \"እቃ\" ሰንጠረዥ በ \"እቃ_ቁጥር\" ሜዳ ጋር እና ከ \"አቅራቢ\" ሰንጠረዥ ጋር በ \"አቅራቢ_ስም\" ሜዳ ጋር: በ ተጨማሪ ሁለቱም ሰንጠረዦች የ ጋራ ሜዳ ስም አላቸው የ \"አቅራቢ_ቁጥር\""
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr "የሚቀጥሉት ደረጃዎች አስፈላጊ ናቸው ጥያቄ ለ መፍጠር: ከ ሶስት እቃ በላይ ለሚያቀርቡ አቅራቢዎችን የያዘ"
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "ያስገቡ የ \"እቃ\" እና \"አቅራቢዎች\" ሰንጠረዥ ወደ ጥያቄ ንድፍ ውስጥ"
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr "አገናኝ የ \"አቅራቢ_ቁጥር\" ሜዳዎች ለ ሁለቱ ሰንጠረዦች እስከ አሁን ካልነበረ የዚህ አይነት ግንኙነት"
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr "ሁለት ጊዜ-ይጫኑ በ \"እቃ_ቁጥር\" ሜዳ ላይ በ \"እቃ\" ሰንጠረዥ ላይ: ማሳያ የ <emph> ተግባር </emph> መስመር በ መጠቀም የ አገባብ ዝርዝር እና ይምረጡ የ መቁጠሪያ ተግባር"
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "ያስገቡ >3 እንደ ደንብ እና የሚታዩ ሜዳዎችን ያሰናክሉ"
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "ሁለት ጊዜ-ይጫኑ በ \"አቅራቢ_ስም\" ሜዳ ላይ በ \"አቅራቢዎች\" ሰንጠረዥ ላይ: እና ይምረጡ የ ቡድን ተግባር"
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr "ጥያቄ ማስኬጃ"
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr "ይህ \"ዋጋ\" (ለ እያንዳንዱ እቃ ዋጋ) እና \"አቅራቢው_ቁጥር\" (ለ እቃ አቅራቢው) ሜዳዎች የሚኖረው በ \"እቃ\" ሰንጠረዥ ውስጥ ነው: እርስዎ መከከለኛ ዋጋ ማግኘት ይችላሉ አቅራቢው የሚያቀርበውን በሚቀጥሉት ጥያቄዎች:"
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr "ያስገቡ የ \"እቃ\" ሰንጠረዥ ወደ ጥያቄ ንድፍ ውስጥ"
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr "ሁለት ጊዜ-ይጫኑ በ \"ዋጋ\" ላይ እና \"የ አቅራቢ_ቁጥር\" ሜዳዎች ላይ"
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr "ማስቻያ የ <emph> ተግባር </emph> መስመር እና ይምረጡ የ መከከለኛ ተግባር ከ \"ዋጋ\" ሜዳ ውስጥ"
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr "እርስዎ ማስገባት ይችላሉ \"መከከለኛ\" በ መስመር ላይ ለ ሀሰት ስም (ያለ ትምህርተ ጥቅስ)"
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr "ይምረጡ ቡድን ለ \"አቅራቢ_ቁጥር\" ሜዳ"
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr "ጥያቄ ማስኬጃ"
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr "የሚቀጥሉት የ አገባብ ዝርዝር ትእዛዞች እና ምልክቶች ዝግጁ ናቸው:"
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "ተግባሮች"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">ለ ተመረጡት ተግባሮች ረድፍ ማሳያ ወይንም መደበቂያ </ahelp>"
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr "የ ሰንጠረዥ ስም"
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">ለ ሰንጠረዥ ስም ረድፍ ማሳያ ወይንም መደበቂያ </ahelp>"
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr "የ ሀስት ስም"
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">ለ ሀስት ስም ረድፍ ማሳያ ወይንም መደበቂያ </ahelp>"
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr "የተለዩ ዋጋዎች"
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr ""
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr "ለምሳሌ: ይህ ስም \"Smith\" በርካታ ጊዜ በ እርስዎ ዳታቤዝ ውስጥ ከታየ: እርስዎ መምረጥ ይችላሉ የ <emph> ዋጋዎች መለያ </emph> ትእዛዝ ለ መወሰን በ ጥያቄ ውስጥ ይህ ስም \"Smith\" አንድ ጊዜ ብቻ ይታያል"
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr "ለ ጥያቄ በርካታ ሜዳዎች ለሚያካትት: የ መቀላቀያ ዋጋዎች ከ ሁሉም ሜዳዎች ውስጥ ልዩ መሆን አለበት ስለዚህ ውጤቱ መፍጠር ይቻላል ከ ተወሰነ መዝገብ: ለምሳሌ: እርስው አለዎት \"Smith in Chicago\" አንዴ ካለ በ እርስዎ አድራሻ ደብተር ውስጥ እና \"Smith in London\" ሁለት ጊዜ በ<emph> መለያ ዋጋዎች</emph> ትእዛዝ: ጥያቄ ሁለት ሜዳዎች ይጠቀማል \"የ አባት ስም\" እና \"ከተማ\" እና ይመልሳል የ ጥያቄውን ውጤት \"Smith in Chicago\" አንዴ እና \"Smith in London\" አንዴ"
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr "በ SQL: ይህ ትእዛዝ ይመሳሰላል ከ የተለየ አንቀጽ ጋር"
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr "መጠን"
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr ""
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr ""
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr "የ ማጣሪያ ሁኔታዎች መቀመሪያ"
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr ""
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr "አንቀሳቃሽ"
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "ትርጉም"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "ሁኔታው ተሟልቷል ይህ ከሆነ..."
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr "እኩል ነው"
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr "... የ ሜዳው ይዞታ ተመሳሳይ ይሆናል ለ ተጠቆመው መግለጫ"
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr ""
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr "እኩል አይደለም"
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr "...የ ሜዳው ይዞታ ተመሳሳይ አይደለም ከ ተወሰነው መግለጫ ጋር"
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr "ይበልጣል ከ"
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr "...የ ሜዳው ይዞታ ይበልጣል ከ ተወሰነው መግለጫ ጋር"
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr "ያንሳል ከ"
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr "...የ ሜዳው ይዞታ ያንሳል ከ ተወሰነው መግለጫ ጋር"
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr "ይበልጣል ወይንም እኩል ይሆናል ከ"
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr "...የ ሜዳው ይዞታ ይበልጣል ወይን እኩል ይሆናል ከ ተወሰነው መግለጫ ጋር"
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr "ያንሳል ወይም እኩል ይሆናል ከ"
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr "...የ ሜዳው ይዞታ ያንሳል ወይንም እኩል ይሆናል ከ ተወሰነው መግለጫ ጋር"
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr "$[officename] ትእዛዝ"
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr "የ SQL ትእዛዝ"
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "ትርጉም"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "ሁኔታው ተሟልቷል ይህ ከሆነ..."
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr "ባዶ ነው"
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr ""
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr "ባዶ አይደለም"
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr ""
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr "(ቦታ ያዢ (*) ለማንኛውም ቁጥር ባህሪዎች"
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr "ቦታ ያዢ (?) ለ አንድ ባህሪ ብቻ"
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr "<bookmark_value>ቦታ ያዢዎች: በ SQL ጥያቄዎች</bookmark_value>"
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr "ቦታ ያዢ (%) ለማንኛውም ቁጥር ባህሪ"
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr "ቦታ ያዢ (_) ለ አንድ ባህሪ ብቻ"
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr "አካል ነው ለ"
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr ""
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr ""
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr "አካል አይደለም የ"
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr ""
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr "በ ክፍተቱ ውስጥ ይወድቃል [x,y]"
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr ""
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr "በ ክፍተቱ ውስጥ አይወድቅም [x,y]"
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr ""
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr ""
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr "ይዟል a, b, c..."
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr ""
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr "አልያዘም a, b, c..."
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr ""
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr "ዋጋው እውነት ነው"
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr "... የ ሜዳ ስም የያዘው ዋጋ እውነት ነው"
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr "ዋጋው ሀሰት ነው"
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr ""
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "ምሳሌዎች"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr "የ ሜዳ ስሞች ይመልሳል: የ ሜዳ ስም ይዞታ በ \"ወይዘሪት\""
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr "ከ ጥር 10, 2001 በፊት የሆኑ ቀኖች ይመልሳል"
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr ""
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr ""
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr ""
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr ""
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr ""
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr "<emph>እንደ </emph>መዝለያ ቅደም ተከተል: {መዝለያ 'መዝለያ-ባህሪ'}"
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr "ለምሳሌ: ይምረጡ * ከ እቃዎች ውስጥ ከ እቃው ስም እንደ 'የ *%' {መዝለያ '*'}"
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr "ይህ ምሳሌ ለ እርስዎ ሁሉንም ማስገቢያዎች ይሰጣል የ እቃው ስም የሚጀምርበትን በ 'የ *': ይህ ማለት እርስዎ መፈለግ ይችላሉ ባህሪዎችን ያለበለዚያ እንደ ቦታ ያዢዎች የሚወሰዱ: እንደ *, ?, _, % ወይንም ነጥብ."
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr "<emph>የ ውጭ ማገናኛ</emph> ሂደት መዝለያ: {oj የ ውጭ-ማገናኛ}"
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "ለምሳሌ: ይምረጡ ጽሁፍ.* ከ {oj እቃ ከ ግራ ውጪ አገናኝ ደንቦች በ እቃ.no=orders.ANR}"
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr "የ ጽሁፍ ሜዳዎች ጥያቄ"
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr "የ ጽሁፍ ሜዳ ይዞታ ለ መጠየቅ: እርስዎ ማስገባት አለብዎት ነጠላ ትምህርተ ጥቅስ በ አገላለጽ መካከል: መለያው የ ላይኛው ጉዳይ ፊደል እና የ ታችኛው ጉዳይ ፊደል መካከል እንደ ዳታቤዝ አጠቃቀም ይለያያል: እንደ ትርጉሙ: ፊደል-መመጠኛ ነው (አንዳንድ ዳታቤዝ ይህን መከልከያ አያዩትም)"
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr "የ ቀን ሜዳዎች ጥያቄ"
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr "<emph>የ ቀን ሜዳዎች</emph> የሚወከሉት በ #ቀን# በ ግልጽ ለ መለየት እንደ ቀን: ቀን: ሰአት: እና/ሰአት መደበኛ (የተለዩ) የሚጠቅሙት በ ሁኔታ ውስጥ ነው በ አንዱ በ SQL መዝለያ አገባብ ወይንም በ ነባር የ SQL2 አገባብ"
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr "የ ቀን አይነት አካል"
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr "የ SQL መዝለያ አገባብ #1 - አይሰራ ይሆናል"
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr "የ SQL መዝለያ አገባብ #2"
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr "የ SQL2 አገባብ"
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "ቀን"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr "ሰአት"
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr "ቀን ሰአት"
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr "ለምሳሌ: ይምረጡ {d '1999-12-31'} ከ አለም አመቶች"
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr "ለምሳሌ: ይምረጡ * ከ የ እኔ ሰንጠረዥ አመቶች='1999-12-31'"
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr ""
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr "የ አዎ/አይ ሜዳዎች ጥያቄ"
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr "ለ ጥያቄ አዎ/አይ ሜዳዎች: የሚቀጥለውን አገባብ ከ ዳታቤዝ ሰንጠረዥ ውስጥ ይጠቀሙ:"
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr "ሁኔታው"
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr "የ ጥያቄ መመዘኛ"
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "ለምሳሌ"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "አዎ"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr "ከ ዳታቤዝ ሰንጠረዦች: እኩል አይደለም ከ ማንኛውም ዋጋ ጋር"
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr "=1 ይመልሳል ለ ሁሉም መዝገቦች ለ አዎ/አይ ሜዳ አንዱን ሁኔታ \"አዎ\" ወይንም \"አይ\" (በ ተመረጠው ጥቁር ውስጥ)"
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "አይ"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr "=0 ይመልሳል ለ ሁሉም መዝገቦች ለ አዎ/አይ ሜዳ አንዱን ሁኔታ \"አዎ\" ወይንም \"አይ\" (ምርጫ የለም)"
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr "ባዶ"
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr "ባዶ ነው"
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr "ባዶ ነው ይመልሳል ለ ሁሉም መዝገቦች ለ አዎ/አይ ሜዳ አንዱን ሁኔታ አዎ ወይንም አይ (በ ግራጫ የተመረጠውን)"
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr "አገባቡ ይለያያል እንደ ዳታቤዝ ስርአት እንደሚጠቀሙት: እርስዎ ማስታወስ አለብዎት አዎ/አይ ሜዳዎች መግለጽ እንደሚቻል በ ተለያዩ (ለ 2 ብቻ ሁኔታዎች ከ 3 ይልቅ)"
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr "የ ጥያቄዎች ደንብ"
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr "የ ጥያቄዎች ደንብ ተጠቃሚውን የሚያስችለው ዋጋዎችን ማስገባት ነው በ ማስኬጃ-ሰአት ጊዜ: እነዚህ ዋጋዎች የሚጠቅሙት ለ መመዘኛ ነው ለ የሚታዩትን መዝገቦች ለ መምረጥ: እያንዳንዱ ዋጋ የተዛመደ የ ደንብ ስም አለው: የሚጠቅመው ተጠቃሚው ጥያቄ በሚያስኬድ ጊዜ ነው"
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr "የ ደንብ ስሞች የሚቀጥሉት በ ኮለን ነው በ ሁለቱም በ ንድፍ እና SQL መመልከቻ ጥያቄ ውስጥ: ይህን መጠቀም ይችላሉ ዋጋ በሚታይበት ቦታ ሁሉ: ተመሳሳይ ዋጋ የሚታይ ከሆነ ከ አንድ ጊዜ በላይ በ ጥያቄ ውስጥ: ተመሳሳይ የ ደንብ ስም ተጠቅመዋል ማለት ነው"
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr "በ ቀላሉ ጉዳይ: ተጠቃሚ ዋጋ በሚያስገባበት እኩል የሚሆን ከ ጥራት ጋር: የ ደንብ ስም ቀደም ያለው ኮለን (:) በ ቀላሉ ይገባል በ መመዘኛው ረድፍ ውስጥ: በ <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\"> SQL ዘዴ </link> ውስጥ: ይህ መጻፍ አለበት እንደ <item type=\"input\"> የት \"ሜዳ\" = :ደንብ_ስም </item>"
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr "የ ደንቦች ስም እነዚህን ባህሪዎች መያዝ የለበትም <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item> ተመሳሳይ የ ሜዳ ስሞች አይደሉም ወይንም የ SQL የ ተቀመጡ ቃሎች: ተመሳሳይ ሊሆኑ ይችላሉ በ ሀሰት"
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr "ለ ተመረጡት መዝገቦች ጠቃሚ መገንቢያ የ ጽሁፍ ሜዳዎች ይዞታ መሰረት ያደረገ የ ተደበቀ አምድ መጨመር ነው በ <item type=\"input\">\"እንደ '%' || :የ ሜዳ_አካል_ነው || '%'\"</item> እንደ መለያ: ይህ ተመሳሳይ መዝገቦች በ ትክክል ይመርጣል: የ ፊደል-መመጠኛ መሞከሪያ ካስፈለገ: አንድ የሚጠቀሙት መፍትሄ <item type=\"input\"> ዝቅተኛ (የ ሜዳ_ስም) </item> እንደ ሜዳ እና <item type=\"input\"> እንደ ዝቅተኛ ( '%' || : የ ሜዳ_አካል_ነው || '%' )</item> እንደ መለያ: ማስታወሻ ክፍተት እንደ መለያ በጣም አስፈላጊ ነው: ክፍተት ካላስገቡ የ SQL ተንታኝ የሚተረጉመው ጠቅላላ መለያው እንደ አንድ ሀረግ ተመሳሳይ እንደሚፈለግ ነው: በ <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\"> SQL mode </link> ይህ መጻፍ አለበት እንደ <item type=\"input\"> ዝቅተኛ ( \"የ ሜዳ_ስም\" ) እንደ ዝቅተኛ ( '%' || : የ ሜዳ_አካል_ነው || '%' )</item>"
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr "የ ጥያቄ ደንብ መጠቀም ይችላሉ ለ ዳታ ምንጭ ለ <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">ንዑስ ፎርሞች</link> ለ ማስቻል ለ መከልከል ተጠቃሚው የሚታየውን መዝገብ"
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr "የ ማስገቢያ ደንብ"
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">የ <emph> ደንብ ማስገቢያ </emph> ንግግር ተጠቃሚውን ይጠይቃል የ ደንብ ዋጋዎች እንዲያስገባ: ያስገቡ ዋጋ ለ እያንዳንዱ ጥያቄ ደንብ እና ያረጋግጡ በ መጫን <emph> እሺ </emph> ወይንም በ መጻፍ <emph> ማስገቢያ </emph>.</ahelp>"
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr "በ ተጠቃሚው የሚገቡ ዋጋዎች ማንኛውም ባህሪዎች መያዝ አለባቸው የሚፈቀድ ለ SQL ለ ተዛመደው መመዘኛ: ይህ ሁኔታ እንደ ዳታቤዝ ስርአት አይነት ይለያያል"
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr "ተጠቃሚው መጠቀም ይችላል የ SQL ሁለ-ገብ ባህሪዎች \"%\" (አሻሚ ሀረግ) ወይንም \"_\" (አሻሚ ነጠላ ሀረግ) እንደ ዋጋ ለ መዝገቦች ፈልጎ ማግኛ ለ ውስብስ መለያዎች"
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr "የ SQL ዘዴ"
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr "SQL ማለት የ \"Structured Query Language\" እና መግለጫ ለ መምሪያ: ለ ማሻሻያ እና ለ ማስተዳደሪያ ተዛማጅ ዳታቤዞች"
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr ""
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr ""
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr ""
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr ""
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5488,14 +3274,14 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr "እርስዎ የ አስተዳዳሪ ትእዛዞች ብቻ ማስገባት ይችላሉ በዚህ ንግግር ውስጥ: እንደ እርዳታ: ሰንጠረዥ መፍጠሪያ: ወይንም ሰንጠረዥ መጣል እና ትእዛዞችን አለማጣራት: እርስዎ የሚያስገቡት ትእዛዞች እንደ ዳታ ምንጩ ይለያያል: ለምሳሌ: የ ዳታቤዝ አንዳንድ የ SQL ትእዛዞች ዝርዝር ማስኬድ ይችላል"
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "ለማስኬድ የ SQL ጥያቄ ዳታ እንዲያጣራ ከ ዳታቤዝ ውስጥ: ይጠቀሙ የ <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"> ጥያቄ ንድፍ መመልከቻ </link>"
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgstr ""
#. Ck9G4
#: 11080000.xhp
diff --git a/source/am/helpcontent2/source/text/shared/guide.po b/source/am/helpcontent2/source/text/shared/guide.po
index f0e3ac7bbc4..ea9a89db291 100644
--- a/source/am/helpcontent2/source/text/shared/guide.po
+++ b/source/am/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-12-09 17:46+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6523,14 +6523,14 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr "ይጫኑ የ <emph>ማስቀመጫ</emph> ወይንም <emph>ማስቀመጫ እንደ</emph> ምልክት <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">ምልክት</alt></image> ጥያቄውን ለማስቀመጥ"
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">የ ጥያቄ ንድፍ</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 2ArGc
#: data_forms.xhp
@@ -7081,14 +7081,14 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr "ይጫኑ <emph> ጥያቄ መፍጠሪያ በ ንድፍ መመልከቻ </emph>"
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "ለ እርስዎ ይታያል የ <link href=\"text/shared/explorer/database/02010100.xhp\"> ጥያቄ ንድፍ መስኮት </link>"
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
+msgstr ""
#. xGFGr
#: data_register.xhp
@@ -7747,14 +7747,14 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr "የ ማጣሪያ ሁኔታ ያስገቡ ወደ አንዱ ከ በርካታ ሜዳዎች ውስጥ: ያስታውሱ እርስዎ የ ማጣሪያ ሁኔታዎች ካስገቡ ወደ በርካት ሜዳዎች: ሁሉም ያስገቡዋቸው ማጣሪያዎች መመሳሰል አለባቸው ከ (ቡሊያን እና) ጋር"
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
-msgstr "ተጨማሪ መረጃ ስለ ሁለ ገብ እዚህ ይገኛል በ <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"> የ ጥያቄ ንድፍ </link>"
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgstr ""
#. cEDEo
#: data_search2.xhp
@@ -8107,14 +8107,14 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr "ይጫኑ <emph>የ ሰንጠረዥ መመልከቻ መፍጠሪያ</emph>."
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "የ ንድፍ መመልከቻ መስኮት ይታያል: በጣም ተመሳሳይ ነው ከ <link href=\"text/shared/explorer/database/02010100.xhp\"> ጥያቄ ንድፍ መስኮት ጋር </link>"
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
+msgstr ""
#. bTx8G
#: data_view.xhp
@@ -21058,14 +21058,14 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr "<bookmark_value>ለውጦች: መጠበቂያ</bookmark_value><bookmark_value>መጠበቂያ: መዝገቦች ለውጦች</bookmark_value><bookmark_value>መዝገቦች: መጠበቂያ</bookmark_value><bookmark_value>መገምገሚያ ተግባሮች: መጠበቂያ መዝገቦች</bookmark_value>"
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
-msgstr "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">ከ መቀየር መጠበቂያ</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
+msgstr ""
#. jVeUw
#: redlining_protect.xhp
diff --git a/source/am/helpcontent2/source/text/shared/optionen.po b/source/am/helpcontent2/source/text/shared/optionen.po
index 0510bb379e6..91004d290f0 100644
--- a/source/am/helpcontent2/source/text/shared/optionen.po
+++ b/source/am/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-12-10 01:08+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -61,14 +61,14 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr "እርስዎ ያሰናዱት በሙሉ ራሱ በራሱ ይቀመጣል: ማስገቢያውን ለማስፋት ሁለት ጊዜ ይጫኑ ማስገቢያው ላይ ወይንም ይጫኑ መደመሪያ ምልክት ላይ: ማስገቢያውን ለማሳነስ ሁለት ጊዜ ይጫኑ ማስገቢያው ላይ ወይንም ይጫኑ መቀነሻ ምልክት ላይ"
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
-msgstr "ለ እርስዎ የሚታየው ማስገቢያ ለ አሁኑ ሰነድ መፈጸሚያ ብቻ ነው: የ አሁኑ ሰነድ የ ጽሁፍ ሰነድ ከሆነ: ለ እርስዎ ይህ ይታያል የ %PRODUCTNAME መጻፊያ ማስገቢያ: እና ለ ሁሉም ክፍሎች: %PRODUCTNAME. %PRODUCTNAME ማስደነቂያ እና %PRODUCTNAME መሳያ በዚህ ንግግር ውስጥ የሚታዩት እንደ አንድ ነው: መደበኛ ማስገቢያዎች ሁልጊዜ ይታያሉ"
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
+msgstr ""
#. uYcBu
#: 01000000.xhp
@@ -79,14 +79,14 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">ማስገቢያ ይምረጡ ለማረም</ahelp>"
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
-msgstr "ማስታወሻ ለ: Mac OS ተጠቃሚዎች: እርዳታ ይገልጻል ስለ ዝርዝር መንገድ መሳሪያዎች - ምርጫ በ ተለያዩ ቦታዎች: ይህን መንገድ ይቀይሩ በ %PRODUCTNAME - ምርጫዎች በ እርስዎ የ Mac OS ዋና ዝርዝር ላይ: ሁለቱም ዝርዝር ማስገቢያዎች የሚከፍቱት የ ምርጫ ንግግር ሳጥን ነው"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
+msgstr ""
#. WS53M
#: 01000000.xhp
@@ -5245,42 +5245,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsecuritypage/cert\">መክፈቻ <emph>የ ምስክር ወረቀት መንገድ </emph> ንግግር </ahelp>"
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr "TSAs"
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr "እርስዎን መቆጣጠር ያስችሎታል የ ሰአት ማህተም ባለስልጣን (TSA) URLs. TSAs በ ዲጂታል የ ተፈረመ የ ሰአት ማህተም (RFC 3161) በ ምርጫ የ ተፈረመ PDF የ ተጠቀሙት የ ተላከ"
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr "TSAs"
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">መክፈቻ የ <emph>ጊዜ ማህተም ሀላፊ URLs</emph> ንግግር </ahelp>"
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7522,6 +7486,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">በ ጽሁፍ ሰነድ ውስጥ ለ ተቀየሩ መስመሮች ማድመቂያ ቀለም መወሰኛ </ahelp>"
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16747,41 +16873,41 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr ""
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
-msgstr "Open CL"
+msgid "OpenCL"
+msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
-msgstr "<bookmark_value>Open CL: ማሰናጃ ምርጫ</bookmark_value><bookmark_value>ማሰናጃ ምርጫ: Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
+msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
-msgstr "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
-msgstr "Open CL ቴክኖሎጂ ነው የ ትልቅ ሰንጠረዥ ስሌቶች ማፍጠኛ"
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
+msgstr ""
#. ddvkj
#: opencl.xhp
diff --git a/source/am/helpcontent2/source/text/simpress.po b/source/am/helpcontent2/source/text/simpress.po
index b7de329e090..3b015fb2474 100644
--- a/source/am/helpcontent2/source/text/simpress.po
+++ b/source/am/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2019-01-13 02:16+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -601,15 +601,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">የ ቦታ ዘዴ / መሙያ</link>"
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ጥላ</link>"
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1105,15 +1096,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "ለ ተመረጠው እቃ የ 3ዲ ውጤቶች ማብሪያ እና ማጥፊያ መቀያየሪያ"
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">ተፅእኖው</link>"
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/01.po b/source/am/helpcontent2/source/text/swriter/01.po
index c1c30860d50..2fc5a96ce6e 100644
--- a/source/am/helpcontent2/source/text/swriter/01.po
+++ b/source/am/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-12-09 17:43+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22777,14 +22777,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">በምጽፍበት ጊዜ</link>"
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
-msgstr "<ahelp hid=\".uno:OnlineAutoFormat\">ራሱ በራሱ ሰነድ አቀራረብ በ ሰነድ ውስጥ እርስዎ በሚጽፉ ጊዜ: የ አቀራረብ ምርጫ ለማሰናዳት: ይምረጡ <emph> መሳሪያዎች - በራሱ አራሚ </emph><emph> ምርጫ </emph> እና ከዛ ይጫኑ የ <emph> ምርጫ </emph>tab.</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
+msgstr ""
#. Ddr5r
#: 05150100.xhp
diff --git a/source/am/sfx2/messages.po b/source/am/sfx2/messages.po
index 4b5aaa5641c..cc49a814bb5 100644
--- a/source/am/sfx2/messages.po
+++ b/source/am/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-11 01:09+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/am/>\n"
@@ -924,8 +924,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "የ ምስል ማጣሪያ አልተገኘም"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -936,43 +942,43 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "የተሳሳተ የመግቢያ ቃል"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr "OpenPGP key አይታመንም: የ ተበላሸ ነው: ወይንም መመስጠሪያው ተበላሽቷል: እባክዎን እንደገና ይሞክሩ"
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(አነስተኛ $(MINLEN) ባህሪዎች)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(አነስተኛ 1 ባህሪ)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(የመግቢያ ቃሉ ባዶ ሊሆን ይችላል)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "ተግባሩን ማስኬድ አልተቻለም የ %PRODUCTNAME ፕሮግራሙ ክፍል ለዚህ ተግባር እስከ አሁን አልተገጠመም"
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -982,7 +988,7 @@ msgstr ""
"ይህን አሁን መስራት ይፈልጋሉ?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -992,215 +998,215 @@ msgstr ""
"በ ድህረ ገጻችን እቃዎችን ለማዘዝ መረጃ ማግኘት ይችላሉ"
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "እንኳን ደህና መጡ ወደ %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "ሰነድ እዚህ ይጣሉ ወይንም መተግበሪያ ከ ግራ በኩል ያንሱ አዲስ ለ መፍጠር"
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "የአሁኑ እትም"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "መላኪያ"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "ማስገቢያ"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~ማስገቢያ"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr "<ሁሉንም ምስሎች>"
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "ኮፒ ማስቀመጫ"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "ማወዳደሪያ ከ"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "መቀላቀያ ከ"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME ሰነድ"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " አ: %1 ወ: %2 ቀ: %3 ሰ: %4 ደ: %5 ሰ: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1210,31 +1216,31 @@ msgstr ""
"ዋጋው እንደ ጽሁፍ ይቀመጣል"
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "ዘዴው ቀደም ሲል ነበር: በላዩ ላይ ደርቤ ልጻፍበት?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~እንደ ነበር መመለሻ"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "ይህን ስም ቀደም ሲል ተጠቅመውበታል"
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "ይህ ዘዴ አልተገኘም"
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1244,7 +1250,7 @@ msgstr ""
"ምክንያቱም የድግግሞሽ ማመሳከሪያ ውጤት ያስከትላል"
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1254,7 +1260,7 @@ msgstr ""
"እባክዎን ሌላ አዲስ ስም ይምረጡ"
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1263,73 +1269,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "የሚጠቀሙት ዘዴዎች: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "መቃኛ"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "የተሳሳተ የመግቢያ ቃል ማረጋገጫ"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "መላኪያ"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "ፊደል"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "የእትም አስተያየት መመልከቻ"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(ምንም ስም አልተሰናዳም)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "በ ቅደም ተከተል"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "በእርግጥ መመዝገቡን ማጥፋት ይፈልጋሉ? እስከ አሁን የተመዘገበው በሙሉ ይጠፋል"
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "ምዝገባውን መሰረዣ"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "ቴምፕሌቶቹ ለ መጀመሪያ-ጊዜ መጠቀሚያ በ መነሳት ላይ ናቸው"
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1339,7 +1345,7 @@ msgstr ""
"እባክዎን ማተሚያ ይምረጡ እና እንደገና ይሞክሩ"
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1349,19 +1355,19 @@ msgstr ""
"እባክዎን የማተሚያውን ማዋቀሪያ ይመርምሩ"
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "ማተሚያው በ ስራ ላይ ነው"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (ለማንበብ ብቻ)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1373,7 +1379,7 @@ msgstr ""
"ማስቀመጥ ይፈልጋሉ?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1385,7 +1391,7 @@ msgstr ""
"ማስቀመጥ ይፈልጋሉ?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1397,7 +1403,7 @@ msgstr ""
"ማስቀመጥ ይፈልጋሉ?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1407,7 +1413,7 @@ msgstr ""
" የህትመት ስራ እየተከናወነ ነው"
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1418,7 +1424,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1430,19 +1436,19 @@ msgstr ""
"የ ስህተቱ ኮድ ይህ ነው $1"
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr "ደብዳቤ በ መላክ ላይ ስህተት ተፈጥሯል"
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "ይህን ሰነድ ማረም አይቻልም ፡ ምክንያቱም በፍቃድ ማጣት ምክንያት: የሰነዱን ኮፒ ማረም ይፈልጋሉ?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1450,471 +1456,471 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "~ኮፒ መክፈቻ"
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr "~መክፈቻ"
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (የተጠገነ ሰነድ)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "ሰነዱ ከሰርቨሩ አልወጣም"
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr "እባክዎን %PRODUCTNAME የ ተሻለ እንድንሆን ይርዱን!"
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr "ይሳተፉ"
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "ሰነዱ የተከፈተው ለማንበብ-ብቻ ዘዴ ነው"
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr "ይህ PDF የ ተከፈተው ለ ንባብ-ብቻ ነው የ ነበረውን ፋይል መፈረም እንዲችሉ"
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "ይህ የዚህ ሰነድ ምድብ ምልክት ነው %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "ይህ ሰነድ መመደብ አለበት ቁራጭ ሰሌዳ ከ መለጠፉ በፊት"
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "ይህ ሰነድ አነስተኛ መመደቢያ ደረጃ አለው ከ ቁራጭ ሰሌዳ ይልቅ"
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "ደረጃ"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "የ አገር ደህንነት:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "የ መላኪያ መቆጣጠሪያ:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "የ ወጣበት ጊዜ"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "ሰነድ ማረሚያ"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "ሰነድ መፈረሚያ"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "ይህ ሰነድ ዋጋ የሌለው ፊርማ አለው"
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "ፊርማው ዋጋ ያለው ነው: ነገር ግን ሰነዱ ተሻሽሏል:"
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "ፊርማው ጥሩ ነው: ነገር ግን የ ምስክር ወረቀቱን ማረጋገጥ አልተቻለም"
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "ፊርማው ጥሩ ነው: ነገር ግን ሰነዱ የ ተፈረመው በከፊል ነው"
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "ይህ ሰነድ ዲጂታሊ የ ተፈረመ ነው: እና ፊርማው ዋጋ ያለው ነው"
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "ፊርማዎች ማሳያ"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "ክፍል መዝጊያ"
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "ማሳረፊያ"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "አታሳርፍ"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "ተጨማሪ ምርጫዎች"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "የ ጎን መደርደሪያ መዝጊያ"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "የ ጎን መደርደሪያ ማሰናጃዎች"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "ማስተካከያ"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "ነባሩን መመለሻ"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "የ ጎን መደርደሪያ መዝጊያ"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr "አሊዛሪን"
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "የ ንብ እንጀራ"
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "ሰማያዊ ክብ"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "የ ንድፍ እቅድ"
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "ደማቅ ሰማያዊ"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr "ቀይ"
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "DNA"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "ትኩረት"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "የ ጫካ ወፍ"
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "ማስደነቂያ"
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "ቀስቃሽ"
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "ብርሃን"
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "ለምለም አረንጓዴ"
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "ትልቅ ከተማ"
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "እኩለ ሌሊት ሰማያዊ"
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "ተፈጥሮ ማሳያ"
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "እርሳስ"
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "ፒያኖ"
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "ቦርሳ"
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "ሂደት"
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "ፀሐይ መጥለቂያ"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "የ ጥንት"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "ደማቅ"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "ስራ ማመልከቻ"
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "መቀጠያ"
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "ነባር"
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "ዘመናዊ"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "ዘመናዊ የ ንግድ ደብዳቤ sans-serif"
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "ዘመናዊ የ ንግድ ደብዳቤ serif"
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "የ ንግድ ካርድ ከ አርማ ጋር"
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "ማስወገጃ"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "ሁሉንም ማጽጃ"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "የ መግቢያ ቃል እርዝመት"
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "እርስዎ ያስገቡት የ መግቢያ ቃል የ መረጃ መለዋወጫ ችግር ይፈጥራል: እባክዎን የ መግቢያ ቃል ያስገቡ ያነሰ ከ 52 ባይትስ: ወይንም የ በለጠ ከ 55 ባይትስ:"
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/am/svx/messages.po b/source/am/svx/messages.po
index f3221c0f161..9ae6e483fce 100644
--- a/source/am/svx/messages.po
+++ b/source/am/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-20 11:22+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/am/>\n"
@@ -5311,1195 +5311,1227 @@ msgid "All formats"
msgstr "ሁሉንም አቀራረብ"
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "ስኴር 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "ድርብ ቀስት"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "ክብ"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "ስኴር"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "ቀስት"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "ያልተሞላ ሶስት ማእዘን"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "ያልተሞላ አልማዝ"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "አልማዝ"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "ያልተሞላ ክብ"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "ስኴር 45 ያልተሞላ"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "ስኴር ያልተሞላ"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "ግልጽነት"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr "አረንጓዴ 1 (%PRODUCTNAME ዋናው ቀለም)"
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "አረንጓዴ ማጉሊያ"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "ሰማያዊ ማጉሊያ"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "ብርቱካንማ ማጉሊያ"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Purple"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "ወይን ጠጅ ማጉሊያ"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "ቢጫ ማጉሊያ"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "የ አዳራሽ ገጽታ"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "ተሳክተው ድነዋል"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "ዋናው የዳነው ስነድ"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "ማዳን አልተቻለም"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "ማዳን በሂደት ላይ"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "ማዳኑ ገና አልጨረሰም"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION የ እርስዎን ሰነድ ማዳን ይጀምራል: እንደ ሰነዶቹ መጠን ሂደቱ ትንሽ ጊዜ ይወስዳል"
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "የ እርስዎን ሰነድ ማዳኑን ጨርሷል ይጫኑ 'መጨረሻ' የሚለውን ሰነዶቹን ለማየት"
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~መጨረሻ"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "የ መጨረሻው ዋጋ ማስተካከያ"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "ነጥብ"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "ምስል መላኪያ"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "እንደ ምስል ማስቀመጫ"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "እቃ(ዎች) ማስገቢያ"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "3ዲ እቃ ማሽከርከሪያ"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "የ ማሾለኪያ እቃ መፍጠሪያ"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "የሚሽከረከር እቃ መፍጠሪያ"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "3ዲ እቃዎችን መክፈያ"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[All]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "ንድፎች ማጣሪያ"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "አዲስ አርእስት"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3ዲ ውጤቶች"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "እንቅስቃሴ"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "ነጥቦች"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "ቢሮ"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "ባንዲራዎች"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "የ ሂደት ቻርትስ"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "የስሜት ምልክቶች"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "ምስሎች"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "መደቦቹ"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "የ ገጽ ቤት"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "ተፅእኖው"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "ካርታዎች"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "ሰዎች"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "የውጪ ክፍል"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "ኮምፒዩተሮች"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "ስእላዊ መግለጫ"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "አካባቢ"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "ገንዘብ"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "መጓጓዣ"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "የጽሁፍ ቅርጾች"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "ድምጾች"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "ምልክቶች"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "የኔ አርእስት"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "ቀስቶች"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "ፊኛዎች"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "የ ፊደል ገበታ"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "ሰአት"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "ማቅረቢያ"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "ቀን መቁጠሪያ"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "መቃኛ"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "ግንኙነት"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "ገንዘብ"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "ኮምፒዩተሮች"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "የአየር ፀባይ"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "ትምህርት ቤት & ዩኒቨርስቲ"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "ችግር አፈታት"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Screen Beans"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "የህትመት ምርጫዎች"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "ጠቅላላ ሰነዱን ማተም ይፈልጋሉ ወይም የተመረጠውን?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~ሁሉንም"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~ምርጫ"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "ወደ ሰሜን-ምእራብ ማሾለኪያ"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "ወደ ሰሜን ማሾለኪያ"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "ወደ ሰሜን-ምስራቅ ማሾለኪያ"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "ወደ ምእራብ ማሾለኪያ"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "ወደ ኋላ ማሾለኪያ"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "ወደ ምስራቅ ማሾለኪያ"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "ወደ ደቡብ-ምእራብ ማሾለኪያ"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "ወደ ደቡብ ማሾለኪያ"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "ወደ ደቡብ-ምስራቅ ማሾለኪያ"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 ሴሚ"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 ሴሚ"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 ሴሚ"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 ሴሚ"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~ሴሚ"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 ኢንች"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.~5 ኢንች"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 ኢንች"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 ኢንች"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 ኢንች"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "መሙያ የለም"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "ግልጽነት"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "ነባር"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "ድንበሮች"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "የድንበሮች ዘዴ"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "ተጨማሪ ቁጥር መስጫ..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "ተጨማሪ ነጥቦች..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "በ ደራሲው"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "ገጾች"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "አቀራረብ ማጽጃ"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "ተጨማሪ ዘዴዎች..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "ተጫማሪ ምርጫዎች..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "የፊደሉ ስም"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "የ ፊደሉ ስም: የ አሁኑ ፊደል ዝግጁ አይደለም እና በሌላ ይቀየራል"
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "ማስተካከያ"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "የ ሰነድ ቀለሞች"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "የ ሰነድ ቀለሞች"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "ማሾለኪያ"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "ማሾለኪያ ማብሪያ/ማጥፊያ መፈጸሚያ"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "ወደ ታች ማዘንበያ"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "ወደ ላይ ማዘንበያ"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "ወደ ግራ ማዘንበያ"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "ወደ ቀኝ ማዘንበያ"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "የ ማሾለኪያ ጥልቀት መቀየሪያ"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "አቅጣጫ መቀየሪያ"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Change Projection Type"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "ብርሃን መቀየሪያ"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "ብሩህነቱን መቀየሪያ"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "የ ማሾለኪያ ገጽታ መቀየሪያ"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "የ ማሾለኪያ ቀለም መቀየሪያ"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "የምወዳቸው"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "የ ፊደል ስራ"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "የ ፊደል ስራ ቅርጽ መፈጸሚያ"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "የ ፊደል ስራ ተመሳሳይ የ ፊደል እርዝመት መፈጸሚያ"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "የ ፊደል ስራ ማሰለፊያ መፈጸሚያ"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "የ ፊደል ስራ ባህሪ ክፍተት መፈጸሚያ"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "ጋር"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "ዘዴ"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "እና"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "የጠርዝ መቆጣጠሪያ"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "የጠርዝ ነጥቦች መምረጫ"
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "ከ ላይ በ ግራ በኩል"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "ከ ላይ መሀከል"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "ከ ላይ በ ቀኝ በኩል"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "በ ግራ በኩል መሀከል"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "መሀከል"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "በ ቀኝ በኩል መሀከል"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "ከ ታች በ ግራ በኩል"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "ከ ታች መካከል"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "ከ ታች በ ቀኝ በኩል"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "ቅርጽ መቆጣጠሪያ"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "እዚህ ነው ቅርጹን የሚያርሙት"
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "የ ተለዩ ባህሪዎች ማረሚያ"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "የ ተለዩ ባህሪዎች ከዚህ አካባቢ ይምረጡ"
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "የ ባህሪዎች ኮድ "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "በ ሜዳው ውስጥ ማስገባት ያስፈልጋል '#'. እባክዎን ዋጋ ያስገቡ"
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "ፎርሞች"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "መቆጣጠሪያ አልተመረጠም"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "ባህሪዎች : "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "ባህሪዎች መፍጠሪያ"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "መቃኛ መፍጠሪያ"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "ፎርም"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "ፎርም"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "የተደበቀ መቆጣጠሪያ"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "መቆጣጠሪያ"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "መቅረጫ"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "ከ"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "ሜዳ መጨመሪያ :"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "ዳታ ወደ ዳታቤዝ ሲጻፍ ስህተት ተፈጥሯል"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Syntax error in query expression"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "1 መዝገብ ሊያጠፉ ነው"
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# መዝገብ ይጠፋል"
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6509,331 +6541,331 @@ msgstr ""
"ለማንኛውም መቀጠል ይፈልጋሉ?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "መቃኛ መደርደሪያ"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "አምድ"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "ባህሪ ማሰናጃ '#'"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "በማጠራቀሚያው ውስጥ ያስገቡ"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "ማጥፊያ #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "እቃዎችን # ማጥፊያ"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "የማጠራቀሚያ አካል መቀየሪያ"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "መቆጣጠሪያ መቀየሪያ"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "ቁልፉን ይጫኑ"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "አማራጭ ቁልፍ"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "ሳጥኑ ውስጥ ምልክት ያድርጉ"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "የ ምልክት ሜዳ"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "የ ቡድን ሳጥን"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "የ ጽሁፍ ሳጥን"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "የ ሜዳ አቀራረብ"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "የ ዝርዝር ሳጥን"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "መቀላቀያ ሳጥን"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "የ ምስል ቁልፍ"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "ምስል መቆጣጠሪያ"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "የ ፋይል ምርጫዎች"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "የ ቀን ሜዳ"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "የ ሰአት ሜዳ"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "የ ቁጥር ሜዳ"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "የ ገንዘብ ሜዳ"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "የ ንድፍ ሜዳ"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "ሰንጠረዥ መቆጣጠሪያ "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "መሸብለያ መደርደሪያ"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "ማሽከርከሪያ ቁልፍ"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "መቃኛ መደርደሪያ"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "በርካታ ምርጫ"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "በ አሁኑ ፎርም ውስጥ ምንም ዳታ-የተዛመደ መቆጣጠሪያ የለም"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (ቀን)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (ሰአት)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "መቃኛ ማጣሪያ"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "ማጣሪያ ከ"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "ወይም"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "ዋጋ ያለው መዝለያ መቆጣጠሪያ በ ሰንጠረዥ መመልከቻ ውስጥ የሚጠቀሙበት በ አሁኑ ፎርም ውስጥ አልተገኘም"
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<በራሱ ሜዳ>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Syntax error in SQL statement"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "The value #1 cannot be used with LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE cannot be used with this field."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "ያስገቡት ዋጋ ያለው ቀን አይደለም: እባክዎን ዋጋ ያለው ቀን በ አቀራረብ ያስገቡ ለምሳሌ ወወ/ቀቀ/አአ"
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "ሜዳው መወዳደር አይችልም ከቁጥር ጋር"
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ሰንጠረዥ የለም \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ሰንጠረዥ ወይንም የ ጥያቄ ስም አለ \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ሰንጠረዥ ወይንም መመልከቻ አለ \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ጥያቄ አለ \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "ይህ አምድ \"#1\" ያልታወቀ ሰንጠረዥ ነው \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "ሜዳውን ማወዳደር አይቻልም ከተንሳፋፊ ነጥብ ቁጥር ጋር"
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "ያስገቡት ደንብ ከዚህ ሜዳ ጋር መወዳደር አይችልም"
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "ዳታ መቃኛ"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (ለማንበብ-ብቻ)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ፋይሉ ቀድም ሲል ነበር ፡ በላዩ ላይ ደርቤ ልጻፍበት?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# label"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6843,7 +6875,7 @@ msgstr ""
"በእርግጥ ምሳሌውን ማጥፋት ይፈልጋሉ?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6853,7 +6885,7 @@ msgstr ""
"በእርግጥ ምሳሌውን ማጥፋት ይፈልጋሉ?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6863,13 +6895,13 @@ msgstr ""
"በእርግጥ አካሉን ማጥፋት ይፈልጋሉ?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "ባህሪውን ማጥፋት ይፈልጋሉ '$ATTRIBUTENAME'?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6881,7 +6913,7 @@ msgstr ""
"በእርግጥ ማስገቢያውን ማጥፋት ይፈልጋሉ?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6893,994 +6925,994 @@ msgstr ""
"በእርግጥ ማጣመሪያውን ማጥፋት ይፈልጋሉ?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "ስሙ '%1' ዋጋ የለውም በ XML አይደለም ፡ እባክዎን ሌላ የተለየ ስም ያስገቡ"
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "መነሻው '%1' ዋጋ የለውም በ XML. እባክዎን የተለየ መነሻ ያስገቡ"
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "ስሙ '%1' ቀደም ሲል ነበር ፡ እባክዎን ሌላ አዲስ ስም ያስገቡ"
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "ማስገቢያ ስም ያስፈልገዋል"
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "ማስቀመጫ"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "ማግኛ"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "ምንም"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "ምሳሌ"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "ሰነድ"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "መሸፈኛ : "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "ማመሳከሪያ: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "ተግባር : "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "ዘዴ : "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "መቀየሪያ: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "አካል መጨመሪያ"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "አካል ማረሚያ"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "አካል ማጥፊያ"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "ባህሪ መጨመሪያ"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "ባህሪ ማረሚያ"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "ባህሪ ማጥፊያ"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "ማጣመሪያ መጨመሪያ"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "ማጣመሪያ ማረሚያ"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "ማጣመሪያ ማጥፊያ"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "ማስገቢያ መጨመሪያ"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "ማቅረቢያ ማረሚያ"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "ማቅረቢያ ማጥፊያ"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "አካል"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "መለያ"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "ማጣመሪያ"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "መግለጫ ማጣመሪያ"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "በእርግጥ ሰነድ ማዳኑን %PRODUCTNAME መሰረዝ ይፈልጋሉ?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "በ ግራ"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "በ ቀኝ"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "መሀከል"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "ዴሲማል"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "ማስገቢያ ዘዴ: ይጫኑ ለመቀየር ወደ በላዩ ላይ ደርቦ መጻፊያ ዘዴ"
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "በላዩ ላይ ደርቦ መጻፊያ ዘዴ: ይጫኑ ለመቀየር ወደ ማስገቢያ ዘዴ"
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "በላዩ ላይ ደርቦ መጻፊያ"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "ማስገቢያ"
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "የ ዲጂታል ፊርማ: የ ሰነዱ ፊርማ ትክክል ነው"
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "የ ዲጂታል ፊርማ: የ ሰነዱ ፊርማ ትክክል ነው: ነገር ግን የ ምስክር ወረቀቱን ማረጋገጥ አልተቻለም"
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "የ ዲጂታል ፊርማ: ሰነዱ አልተፈረመም"
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "የ ዲጂታል ፊርማ: የ ሰነዱ ፊርማ ትክክል ነው: ነገር ግን አንዳንድ የ ሰነዱ ክፍል አልተፈረመም"
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "ሰነዱ ተሻሽሏል: ይጫኑ ሰነዱን ለ ማስቀመጥ"
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "ሰነዱ አልተሻሻለም መጨረሻ ከ ተቀመጠ በኋላ"
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "ሰነዶችን በመጫን ላይ..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "ተንሸራታቹን በ አሁኑ መስኮት ልክ ማድረጊያ"
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "SmartArts. መጫን አልተቻለም: ማስቀመጥ በ Microsoft Office 2010 ወይንም ከዚያ በኋላ ያሉ ይህን ችግር ያስወግዳሉ"
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "የ ማሳያ መጠን: በቀኝ-ይጫኑ ለ መቀየር የ ማሳያ መጠን ወይንም ይጫኑ ለ መክፈት የ ማሳያ ንግግር"
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "በቅርብ ማሳያ"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "በርቀት ማሳያ"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "ጠቅላላ ገጹን"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "የ ገጽ ስፋት"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "አጥጋቢ መመልከቻ"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "ዘዴዎችን ማካተቻ"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "የ አንቀጽ ዘዴ~ዎች"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "የ ክፍል ዘዴ~ዎች"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "አቀራረብ መፈለጊያ"
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "በ አቀራረብ መቀየሪያ"
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "የ ሰነዱ መጨረሻ ላይ ደርሷል"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "የ ሰነዱ መጨረሻ ላይ ደርሷል: ከ መጀመሪያው ጀምሮ"
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "የ ወረቀቱ መጨረሻ ላይ ደርሷል"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "መፈለጊያ ቁልፍ አልተገኘም"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "ምንም የ መቃኛ አካል አልተገኘም"
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "የ ሰነዱ መጀመሪያ ላይ ደርሷል"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "የ ሰነዱ መጀመሪያ ላይ ደርሷል: ከ መጨረሻው ጀምሮ"
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "ቀለም ማሰናጃ"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "ዋጋ የሌለው የ መግቢያ ቃል"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "የመግቢያ ቃሎቹ አይመሳሰሉም"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "ሙሉ ትንሽ ክብ ነጥቦች"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "ሙሉ ትልቅ ክብ ነጥቦች"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "ሙሉ የ አልማዝ ቅርጽ ነጥቦች"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "ሙሉ ትልቅ ስኴር ነጥቦች"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "የተሞላ ወደ ቀኝ የሚጠቁም ቀስት ነጥቦች"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "ወደ ቀኝ የሚጠቁም ቀስት ነጥቦች"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "ምልክት ማድረጊያ ነጥቦች"
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "ምልክት ማድረጊያ ነጥቦች"
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "ቁጥር 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "ቁጥር 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "ቁጥር (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "በትንንሹ በትልቅ በሮማን ቁጥር መጻፊያ I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "በትንንሹ በትልቅ ፊደል መጻፊያ A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "በትንንሽ ፊደል መጻፊያ a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "በትንንሽ ፊደል መጻፊያ (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "በትንንሽ ፊደል በሮማን ቁጥር መጻፊያ i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "ቁጥር: ቁጥር: በትንንሽ ፊደል መጻፊያ: ሙሉ በ ትንንሽ ነጥቦች"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "ቁጥር: ቁጥር: በትንንሽ ፊደል መጻፊያ: ሙሉ በ ትንንሽ ነጥቦች"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "ቁጥር: በትንንሽ ፊደል መጻፊያ: በትንንሽ ሮማን ፊደል: በትንንሹ በ አቢይ ፊደል መጻፊያ: ሙሉ በ ትንንሽ ነጥቦች"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "ቁጥር"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "በትንንሹ በ ሮማን አቢይ ፊደል መጻፊያ: በትንንሹ በ አቢይ ፊደል መጻፊያ: በትንንሹ በ ሮማን ፊደል መጻፊያ: በትንንሽ ፊደል መጻፊያ: በትንንሽ ሙሉ ክብ ነጥብ"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "በትንንሹ በ አቢይ ፊደል መጻፊያ: በትንንሹ በ ሮማን አቢይ ፊደል መጻፊያ: በትንንሽ ፊደል መጻፊያ: በትንንሹ በ ሮማን ፊደል መጻፊያ: በትንንሽ ሙሉ ክብ ነጥብ"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "የቁጥር ከሁሉም ንዑስ ደረጃዎች"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "ወደ ቀኝ የሚጠቁም ነጥብ: ወደ ቀኝ የሚጠቁም ቀስት ነጥብ: ሙሉ የ አልማዝ ቅርጽ ነጥብ: በትንንሽ ሙሉ ክብ ነጥብ"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "የ ማመቂያ ዚፕ ፋይል መፍጠር አልተቻለም"
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "የ ሰንጠረዥ ንድፍ ዘዴዎች"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "የሚተወው ተግባር: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "የሚተወው ተግባር: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "እንደገና የሚሰሩ ተግባሮች: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "እንደገና የሚሰሩ ተግባሮች: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "መፈለጊያ"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "ጉዳይ ማመሳሰያ"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "የ አቀራረብ ማሳያ"
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(ስፋት) x $(እርዝመት) ($(ስፋት_በ_ፒክስል) x $(እርዝመት_በ_ፒክስል) ፒክስል)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(ስፋት) x $(እርዝመት) በ $(DPI) DPI"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) ኪባ"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "የ GIF ምስል"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "የ JPEG ምስል"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "የ PNG ምስል"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "የ TIFF ምስል"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "የ WMF ምስል"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "የ MET ምስል"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "የ PCT ምስል"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "የ SVG ምስል"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "የ BMP ምስል"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "ያልታወቀ"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "መቀየሪያ"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "የ ምስል ዘዴ"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "ቀይ"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "አረንጓዴ"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "ሰማያዊ"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "ብሩህነት"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "ማነጻጸሪያ"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "ግልጽነት"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Crop"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "ነባር አቅጣጫ"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "ከ ላይ ወደ ታች"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "ከ ታች ወደ ላይ"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "የተደረደሩ"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "የ ግራ መስመር: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "የ ላይ መስመር: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "የ ቀኝ መስመር: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "የታች መስመር : "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "የገጽ መግለጫ : "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Capitals"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "በትንንሽ ፊደል መጻፊያ"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "በትንንሹ በ አቢይ ፊደል መጻፊያ"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "በትንንሽ ፊደል መጻፊያ"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabic"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "ምንም"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "የመሬት አቀማመጥ"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "ምስል"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "በ ግራ"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "በ ቀኝ"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "ሁሉንም"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "የተንፀባረቀ"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "ደራሲው : "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "ቀን: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "ጽሁፍ : "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "የ ባህሪ መደብ"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "ቀለም ማሰናጃ"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7890,1916 +7922,1916 @@ msgstr ""
"እርስዎ የ ተሻሻለውን ምስል ማስቀመጥ ይፈልጋሉ?"
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Basic Latin"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latin-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Latin Extended-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Latin Extended-B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA Extensions"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "የ ፊደሎች ክፍተት ማሻሻያ"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "የተለዩ ምልክቶችን መቀላቀያ"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Basic Greek"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Greek Symbols And Coptic"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Cyrillic"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armenian"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Basic Hebrew"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebrew Extended"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Basic Arabic"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabic Extended"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengali"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Odia"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malayalam"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thai"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Lao"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Basic Georgian"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Georgian Extended"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Latin Extended Additionals"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Greek Extended"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "ጠቅላላ ስርአተ ነጥብ"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "በትንንሹ ከፍ ብሎ እና በትንንሹ ዝቅ ብሎ መጻፊያ"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "የ ገንዘብ ምልክቶች"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "የተለዩ ምልክቶችን መቀላቀያ"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "የ ፊደል አይነት ምልክቶች"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "የ ቁጥር ፎርሞች"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "ቀስቶች"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "ሂሳብ አንቀሳቃሾች"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "የተለያዩ ቴክኒካል"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "ስእል መቆጣጠሪያ"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "የሚታይ ባህሪ መለያ"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "የተዘጉ ቁጥሮች እና ፊደሎች ቅልቅል"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "ሳጥን መሳያ"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "አካሎችን መከልከያ"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "ጂዮሜትሪክ ቅርጾች"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "የተለያዩ ምልክቶች"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbats"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "የ CJK ምልክቶች እና ስርአተ ነጥቦች"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangul Compatibility Jamo"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK Miscellaneous"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "የተዘጋ የ CJK ፊደሎች እና ወሮች"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "የ CJK ተስማሚነት"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK Unified Ideographs"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK Unified Ideographs Extension A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "የ ግል መጠቀሚያ ቦታ"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK Compatibility Ideographs"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "በ ፊደል ቅደም ተከተል ማቅረቢያ ፎርሞች"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Arabic Presentation Forms-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "ግማሽ ምልክቶች መቀላቀያ"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "የ CJK ተስማሚ ፎርሞች"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "ትንሽ የተለያየ ፎርም"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Arabic ማቅረቢያ ፎርሞች-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "ግማሽ-ስፋት እና ሙሉ-ስፋት ፎርሞች"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "የተለዩ"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Yi Syllables"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Yi Radicals"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Old Italic"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gothic"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Byzantine Musical Symbols"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "የ ሙዚቃ ምልክቶች"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "የ ሂሳብ እና የ ፊደል እና ቁጥር ምልክቶች"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK Unified Ideographs Extension B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "CJK Unified Ideographs Extension C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK Unified Ideographs Extension D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "CJK Compatibility Ideographs Supplement"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Tags"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Cyrillic Supplementary"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "መቀያየሪያ መምረጫ"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "በተጨማሪ የ ግል መጠቀሚያ ቦታ-A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "በተጨማሪ የ ግል መጠቀሚያ ቦታ-B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Khmer Symbols"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Phonetic Extensions"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "የተለያዩ ምልክቶች እና ቀስቶች"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Yijing Hexagram Symbols"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Linear B Syllabary"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Linear B Ideograms"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Aegean Numbers"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugaritic"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shavian"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanya"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhala"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetan"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Myanmar"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runic"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Syriac"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Ethiopic"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokee"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Canadian Aboriginal Syllables"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolian"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "የተለያዩ የ ሂሳብ ምልክቶች-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "ተጨማሪ ቀስቶች-A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "የ ብሬል ንድፍ"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "ተጨማሪ ቀስቶች-B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "የተለያዩ የ ሂሳብ ምልክቶች-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK Radical Supplement"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Kangxi Radicals"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Ideographic Description Characters"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo Extended"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Katakana Phonetics"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "CJK Strokes"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Cypriot Syllabary"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Tai Xuan Jing Symbols"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Variation Selectors Supplement"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Ancient Greek Musical Notation"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Ancient Greek Numbers"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Arabic Supplement"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Buginese"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "የተለዩ ምልክቶችን መቀላቀያ ተጨማሪ"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Coptic"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "የ ኢትዮጵያ የ ተስፋፋ"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "የ ኢትዮጵያ ተጨማሪ"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Georgian Supplement"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagolitic"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharoshthi"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "የ ፊደሎች ጥራት ማሻሻያ"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "New Tai Lue"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Old Persian"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Phonetic Extensions Supplement"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Supplemental Punctuation"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "ፎርሞች በ ቁመት"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balinese"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Latin Extended-C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Latin Extended-D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Phoenician"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Cuneiform"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Cuneiform Numbers And Punctuation"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Counting Rod Numerals"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sundanese"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Cyrillic Extended-A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Cyrillic Extended-B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Cham"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Ancient Symbols"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Phaistos Disc"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lycian"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Carian"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lydian"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Mahjong Tiles"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Domino Tiles"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samaritan"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Canadian Aboriginal Syllabics Extended"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Vedic Extensions"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Common Indic Number Forms"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari Extended"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Jamo Extended-A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javanese"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmar Extended-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Jamo Extended-B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Imperial Aramaic"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Old South Arabian"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestan"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Inscriptional Parthian"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Inscriptional Pahlavi"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Old Turkic"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Rumi Numeral Symbols"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Egyptian Hieroglyphs"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Enclosed Alphanumeric Supplement"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Enclosed Ideographic Supplement"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandaic"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batak"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Ethiopic Extended-A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brahmi"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Bamum Supplement"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Kana Supplement"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Playing Cards"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "የተለያዩ ምልክቶች እና ቀስቶች"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "የ ስሜት ምልክቶች"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "መጓጓዣ እና የ ካርታ ምልክቶች"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "አልኬሚካል ምልክቶች"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Arabic Extended-A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "የ አረብኛ የ ሂሳብ ፊደል ቅደም ተከተል ምልክቶች"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Meetei Mayek Extensions"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Meroitic Cursive"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Meroitic Hieroglyphs"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Sundanese Supplement"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Bassa Vah"
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Caucasian Albanian"
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Coptic Epact Numbers"
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "የተለዩ ምልክቶችን መቀላቀያ የ ተስፋፉ"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Duployan"
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Elbasan"
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Geometric Shapes Extended"
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Khudawadi"
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Latin Extended-E"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Linear A"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Manichaean"
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modi"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Myanmar Extended-B"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Nabataean"
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Old North Arabian"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Old Permic"
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Ornamental Dingbats"
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Palmyrene"
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "Psalter Pahlavi"
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Shorthand Format Controls"
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Sinhala Archaic Numbers"
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Supplemental Arrows-C"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahom"
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Anatolian Hieroglyphs"
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Cherokee Supplement"
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK Unified Ideographs Extension E"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Early Dynastic Cuneiform"
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Hatran"
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multani"
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Old Hungarian"
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Supplemental Symbols And Pictographs"
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Sutton Signwriting"
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Adlam"
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Cyrillic Extended-C"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Glagolitic Supplement"
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Ideographic Symbols and Punctuation"
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Mongolian Supplement"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Newa"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Osage"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Tangut"
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Tangut Components"
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK Unified Ideographs Extension F"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Kana Extended-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Masaram Gondi"
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Nushu"
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Soyombo"
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Syriac Supplement"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "ዛናባዛር ስኴር"
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "የ ቼዝ ምልክት"
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "Dogra"
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "Gunjala Gondi"
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "Hanifi Rohingya"
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Indic Siyaq Numbers"
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "Makasar"
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Mayan Numerals"
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "Medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "Old Sogdian"
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "Sogdian"
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "ከ ግራ-ወደ-ቀኝ (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "ከ ቀኝ-ወደ-ግራ (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "ከፍተኛ የ እቃ ማሰናጃዎችን መጠቀሚያ"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "ከ ግራ-ወደ-ቀኝ (በ አግድም)"
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "ከ ቀኝ-ወደ-ግራ (በ አግድም)"
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "ከ ቀኝ-ወደ-ግራ (በ ቁመት)"
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "ከ ግራ-ወደ-ቀኝ (በ ቁመት)"
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "ከ ታች-ወደ-ላይ: ከ ግራ-ወደ-ቀኝ (በ ቁመት)"
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10585,244 +10617,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "የ ሰያፍ ድንበር መስመር ከ ታች በ ግራ እስከ ላይ ቀኝ በኩል"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "ምንም"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "ነጥብ"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "ንድፍ"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "የ ተገናኙ ንድፎች"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr "1ኛ, 2ኛ, 3ኛ, ..."
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr "አንድ, ሁለት, ሶስት, ..."
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr "አንደኛ, ሁለተኛ, ሶስተኛ, ..."
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Native Numbering"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (Bulgarian)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (Bulgarian)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (Bulgarian)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (Bulgarian)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (Russian)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (Russian)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (Russian)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (Russian)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (Serbian)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (Serbian)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (Serbian)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (Serbian)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (Greek Upper Letter)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (Greek Lower Letter)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א...י, יא...כ, ..."
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א...ת, אא...תת, ..."
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١, ٢, ٣, ٤, ... (Arabic)"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱, ۲, ۳, ۴, ... (Farsi)"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16060,7 +16093,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/am/sw/messages.po b/source/am/sw/messages.po
index 95f1b323590..07980c6b545 100644
--- a/source/am/sw/messages.po
+++ b/source/am/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -573,7 +573,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "የ አንቀጾች ቁጥር"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -581,1301 +581,1337 @@ msgstr "የ አንቀጾች ቁጥር"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10946,127 +10982,127 @@ msgid "Width:"
msgstr "ስፋት:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "ክፍተት:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "ስፋት እና ክፍተት"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "ዘ_ዴ:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_ስፋት:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "እ_ርዝመት:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "_ቦታ:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "ከ ላይ"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "መሀከል"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "ከ ታች"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_ቀለም:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "መለያያ መስመር"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "አምዶች:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "_ለ ሁሉም አምዶች ይዞታዎችን እኩል ማሰራጫ"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "ምርጫዎች"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "የአሁኑ ክፍል"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "የተመረጠው ክፍል"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "ክፈፍ"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "የ ገጽ ዘዴ: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "_መፈጸሚያ ወደ:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "የ ጽሁፍ _አቅጣጫ:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "ማሰናጃዎች"
@@ -12798,67 +12834,67 @@ msgid "Space to text"
msgstr "ለ ጽሁፉ ክፍተት"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "የ ግርጌ ማስታወሻ ቦታ"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_አካባቢ"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "_ዘዴ"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "_ውፍረቱ"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_ቀለም"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_እርዝመት"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "ለ ግርጌ ማስታወሻ ይዞታዎች _ክፍተት"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "በ ግራ"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "መሀከል"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "በ ቀኝ"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "መለያያ መስመር"
@@ -19091,7 +19127,7 @@ msgid "_More Options"
msgstr "_ተጫማሪ ምርጫዎች"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "ተጨማሪ ምርጫዎች"
@@ -21273,43 +21309,43 @@ msgid "Remaining space:"
msgstr "ቀሪው ቦታ:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "አምድ 2 ስፋት"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "አምድ 3 ስፋት"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "አምድ 4 ስፋት"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "አምድ 5 ስፋት"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "አምድ 6 ስፋት"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "አምድ 1 ስፋት"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "የ አምድ ስፋት"
diff --git a/source/an/chart2/messages.po b/source/an/chart2/messages.po
index fecd9d8bfd2..23ef075ab3f 100644
--- a/source/an/chart2/messages.po
+++ b/source/an/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-21 08:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/an/>\n"
@@ -2398,46 +2398,46 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr ""
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr ""
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Sencilla"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr ""
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Personalizau 1"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr ""
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr ""
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr ""
diff --git a/source/an/cui/messages.po b/source/an/cui/messages.po
index ece63ece63a..c40b117a1b4 100644
--- a/source/an/cui/messages.po
+++ b/source/an/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-07-29 22:03+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/an/>\n"
"Language: an\n"
@@ -4349,45 +4349,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr ""
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
@@ -15347,7 +15389,7 @@ msgstr ""
#: cui/uiconfig/ui/signatureline.ui:300
msgctxt "signatureline|label_more"
msgid "More"
-msgstr ""
+msgstr "Más"
#. C5dzF
#: cui/uiconfig/ui/signsignatureline.ui:8
@@ -15434,7 +15476,7 @@ msgstr ""
#: cui/uiconfig/ui/signsignatureline.ui:343
msgctxt "signsignatureline|label_more"
msgid "More"
-msgstr ""
+msgstr "Más"
#. 2LCZd
#: cui/uiconfig/ui/similaritysearchdialog.ui:26
diff --git a/source/an/dbaccess/messages.po b/source/an/dbaccess/messages.po
index fcbafab489e..6ccd8fc1e4f 100644
--- a/source/an/dbaccess/messages.po
+++ b/source/an/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-21 08:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/an/>\n"
@@ -957,20 +957,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr ""
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Descripción"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr ""
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -980,31 +974,31 @@ msgid ""
msgstr ""
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr ""
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr ""
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr ""
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr ""
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1015,265 +1009,265 @@ msgid ""
msgstr ""
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr ""
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr ""
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr ""
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr ""
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr ""
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr ""
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr ""
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr ""
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr ""
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
#, fuzzy
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Ficar R²"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr ""
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr ""
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr ""
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr ""
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr ""
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
#, fuzzy
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Tabla"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr ""
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr ""
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr ""
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr ""
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr ""
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr ""
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr ""
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr ""
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr ""
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr ""
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr ""
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr ""
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr ""
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr ""
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr ""
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
#, fuzzy
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Nombre d'o fichero"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr ""
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Descripción"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr ""
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr ""
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr ""
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
#, fuzzy
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Eliminar ringlera~s"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr ""
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
#, fuzzy
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "F~icar ringleras"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr ""
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr ""
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1281,7 +1275,7 @@ msgid ""
msgstr ""
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1290,19 +1284,19 @@ msgid ""
msgstr ""
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr ""
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr ""
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1312,25 +1306,25 @@ msgid ""
msgstr ""
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr ""
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr ""
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr ""
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1339,49 +1333,49 @@ msgid ""
msgstr ""
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr ""
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr ""
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr ""
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Columna"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr ""
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr ""
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr ""
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1389,13 +1383,13 @@ msgid ""
msgstr ""
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr ""
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1405,25 +1399,25 @@ msgid ""
msgstr ""
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr ""
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr ""
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr ""
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1432,7 +1426,7 @@ msgid ""
msgstr ""
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1440,37 +1434,37 @@ msgid ""
msgstr ""
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr ""
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr ""
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr ""
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr ""
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "S'amenista una clau de paso ta connectar a la base de datos «$name$»."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1481,49 +1475,49 @@ msgid ""
msgstr ""
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr ""
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr ""
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr ""
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr ""
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr ""
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr ""
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr ""
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1531,153 +1525,153 @@ msgid ""
msgstr ""
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr ""
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ""
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr ""
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr ""
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr ""
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr ""
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr ""
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr ""
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr ""
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr ""
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr ""
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr ""
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr ""
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr ""
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr ""
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr ""
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr ""
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
#, fuzzy
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "Totz"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr ""
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr ""
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr ""
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr ""
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr ""
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1686,199 +1680,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr ""
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr ""
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr ""
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr ""
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr ""
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr ""
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr ""
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr ""
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr ""
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr ""
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr ""
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr ""
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr ""
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr ""
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr ""
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr ""
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr ""
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr ""
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr ""
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr ""
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr ""
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr ""
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr ""
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr ""
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr ""
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr ""
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr ""
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr ""
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr ""
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1886,163 +1880,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr ""
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr ""
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr ""
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr ""
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr ""
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr ""
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr ""
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr ""
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr ""
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr ""
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr ""
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr ""
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr ""
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr ""
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr ""
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr ""
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr ""
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr ""
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr ""
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr ""
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr ""
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr ""
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr ""
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr ""
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr ""
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2050,67 +2044,67 @@ msgid ""
msgstr ""
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr ""
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr ""
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr ""
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr ""
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr ""
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr ""
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr ""
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr ""
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr ""
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr ""
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2119,13 +2113,13 @@ msgid ""
msgstr ""
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr ""
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2134,13 +2128,13 @@ msgid ""
msgstr ""
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr ""
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2148,25 +2142,25 @@ msgid ""
msgstr ""
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr ""
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr ""
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr ""
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2174,13 +2168,13 @@ msgid ""
msgstr ""
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr ""
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2188,282 +2182,282 @@ msgid ""
msgstr ""
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr ""
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr ""
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr ""
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr ""
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr ""
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
#, fuzzy
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "~Ascendent"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
#, fuzzy
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "~Descendent"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
#, fuzzy
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Ye seguro que deseya eliminar a formatación automatica #?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
#, fuzzy
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "Indiz"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr ""
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr ""
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr ""
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr ""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr ""
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr ""
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr ""
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr ""
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "~Alvertencia"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Información"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr ""
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Ye seguro que deseya eliminar a formatación automatica #?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr ""
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr ""
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr ""
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr ""
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr ""
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr ""
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr ""
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr ""
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr ""
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr ""
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr ""
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr ""
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr ""
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr ""
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr ""
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr ""
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr ""
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr ""
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr ""
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
#, fuzzy
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "~Editar..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr ""
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr ""
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr ""
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr ""
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4511,7 +4505,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr ""
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr ""
@@ -4541,6 +4535,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/an/desktop/messages.po b/source/an/desktop/messages.po
index 6aca7a7bb09..83fb4cb5ce5 100644
--- a/source/an/desktop/messages.po
+++ b/source/an/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-21 08:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/an/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1535974853.000000\n"
#. v2iwK
@@ -124,147 +124,153 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr ""
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr ""
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr ""
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr ""
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr ""
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr ""
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr ""
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr ""
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Aduya"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr ""
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr ""
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr ""
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
#, fuzzy
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "Borrar"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr ""
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr ""
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr ""
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr ""
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr ""
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr ""
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr ""
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr ""
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr ""
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Zarrar"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr ""
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -273,25 +279,25 @@ msgid ""
msgstr ""
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr ""
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr ""
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr ""
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -300,19 +306,19 @@ msgid ""
msgstr ""
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -321,7 +327,7 @@ msgid ""
msgstr ""
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -330,7 +336,7 @@ msgid ""
msgstr ""
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -339,7 +345,7 @@ msgid ""
msgstr ""
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -348,91 +354,91 @@ msgid ""
msgstr ""
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr ""
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr ""
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr ""
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr ""
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr ""
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr ""
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr ""
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr ""
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr ""
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr ""
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr ""
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr ""
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr ""
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -442,7 +448,7 @@ msgid ""
msgstr ""
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -452,7 +458,7 @@ msgid ""
msgstr ""
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -462,7 +468,7 @@ msgid ""
msgstr ""
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -472,7 +478,7 @@ msgid ""
msgstr ""
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -482,7 +488,7 @@ msgid ""
msgstr ""
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -492,145 +498,145 @@ msgid ""
msgstr ""
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr ""
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr ""
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr ""
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr ""
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr ""
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr ""
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr ""
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr ""
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr ""
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr ""
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr ""
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr ""
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr ""
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr ""
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr ""
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr ""
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr ""
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr ""
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr ""
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr ""
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr ""
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr ""
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr ""
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -639,19 +645,19 @@ msgid ""
msgstr ""
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr ""
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr ""
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -661,25 +667,25 @@ msgid ""
msgstr ""
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr ""
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr ""
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -687,7 +693,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -695,61 +701,61 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr ""
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr ""
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr ""
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr ""
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr ""
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr ""
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr ""
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr ""
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr ""
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr ""
diff --git a/source/an/sfx2/messages.po b/source/an/sfx2/messages.po
index c4a186125cc..6727985027e 100644
--- a/source/an/sfx2/messages.po
+++ b/source/an/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-26 08:22+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/an/>\n"
@@ -902,8 +902,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -914,43 +920,43 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr ""
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr ""
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr ""
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr ""
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -958,7 +964,7 @@ msgid ""
msgstr ""
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -966,216 +972,216 @@ msgid ""
msgstr ""
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr ""
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr ""
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr ""
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr ""
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr ""
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr ""
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr ""
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
#, fuzzy
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "Documentos de %PRODNAME"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr ""
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1183,32 +1189,32 @@ msgid ""
msgstr ""
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr ""
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
#, fuzzy
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "Res~tablir"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr ""
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr ""
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1216,7 +1222,7 @@ msgid ""
msgstr ""
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1224,7 +1230,7 @@ msgid ""
msgstr ""
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1233,73 +1239,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr ""
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Navegador"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr ""
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr ""
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Tipo de letra"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr ""
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr ""
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr ""
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr ""
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr ""
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1307,7 +1313,7 @@ msgid ""
msgstr ""
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1315,19 +1321,19 @@ msgid ""
msgstr ""
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr ""
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr ""
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1336,7 +1342,7 @@ msgid ""
msgstr ""
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1345,7 +1351,7 @@ msgid ""
msgstr ""
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1354,7 +1360,7 @@ msgid ""
msgstr ""
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1362,7 +1368,7 @@ msgid ""
msgstr ""
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1371,7 +1377,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1380,19 +1386,19 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr ""
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1400,472 +1406,472 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr ""
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr ""
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr ""
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr ""
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr ""
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Edita o comentario..."
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr ""
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr ""
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr ""
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr ""
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr ""
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr ""
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Borrar"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/an/svx/messages.po b/source/an/svx/messages.po
index abe4268eb81..fc21c6a7e27 100644
--- a/source/an/svx/messages.po
+++ b/source/an/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-21 08:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/an/>\n"
@@ -5347,1204 +5347,1236 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr ""
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr ""
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr ""
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr ""
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr ""
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr ""
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr ""
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr ""
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr ""
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr ""
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr ""
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Transparencia"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr ""
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr ""
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr ""
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr ""
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr ""
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr ""
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr ""
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr ""
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr ""
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr ""
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr ""
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr ""
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr ""
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr ""
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr ""
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr ""
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr ""
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr ""
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr ""
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr ""
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr ""
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr ""
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
#, fuzzy
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Fichers graficos"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr ""
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr ""
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr ""
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr ""
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr ""
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr ""
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr ""
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr ""
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Imachens"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Fundo"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr ""
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr ""
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr ""
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Chent"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr ""
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Ordinadors"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr ""
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr ""
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr ""
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr ""
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr ""
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr ""
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Simbolos"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr ""
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr ""
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr ""
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr ""
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Hora"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Presentación"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Calandario"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Navegador"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr ""
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Finanzas"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Ordinadors"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr ""
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr ""
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr ""
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr ""
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr ""
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr ""
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
#, fuzzy
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "Totz"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
#, fuzzy
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "Selección"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr ""
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr ""
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr ""
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr ""
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr ""
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr ""
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr ""
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr ""
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr ""
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr ""
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr ""
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr ""
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr ""
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr ""
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr ""
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr ""
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr ""
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr ""
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr ""
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr ""
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr ""
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Por defecto"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Cantos"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr ""
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr ""
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Pachinas"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr ""
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr ""
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr ""
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr ""
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr ""
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr ""
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr ""
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr ""
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr ""
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr ""
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr ""
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr ""
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr ""
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr ""
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr ""
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr ""
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr ""
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr ""
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr ""
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr ""
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr ""
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr ""
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr ""
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr ""
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr ""
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr ""
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr ""
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr ""
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
#, fuzzy
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "E~stilo"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr ""
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr ""
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr ""
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr ""
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr ""
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr ""
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr ""
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
#, fuzzy
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "~Centrau"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr ""
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr ""
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr ""
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr ""
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr ""
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr ""
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr ""
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr ""
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr ""
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr ""
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr ""
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr ""
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
#, fuzzy
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Propiedatz..."
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr ""
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr ""
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr ""
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr ""
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr ""
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr ""
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr ""
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr ""
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr ""
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr ""
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr ""
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr ""
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr ""
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6552,333 +6584,333 @@ msgid ""
msgstr ""
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr ""
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr ""
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr ""
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr ""
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
#, fuzzy
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Eliminar R²"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr ""
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr ""
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr ""
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr ""
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr ""
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr ""
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr ""
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr ""
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr ""
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr ""
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr ""
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr ""
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr ""
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr ""
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr ""
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Campo de calendata"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Campo horario"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
#, fuzzy
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Campo numerico"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr ""
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr ""
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr ""
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr ""
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr ""
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr ""
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr ""
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr ""
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr ""
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr ""
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr ""
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr ""
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr ""
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr ""
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr ""
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr ""
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr ""
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr ""
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr ""
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr ""
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr ""
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr ""
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr ""
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr ""
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr ""
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr ""
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr ""
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr ""
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr ""
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr ""
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6886,7 +6918,7 @@ msgid ""
msgstr ""
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6894,7 +6926,7 @@ msgid ""
msgstr ""
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6902,13 +6934,13 @@ msgid ""
msgstr ""
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr ""
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6917,7 +6949,7 @@ msgid ""
msgstr ""
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6926,1002 +6958,1002 @@ msgid ""
msgstr ""
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr ""
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr ""
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr ""
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr ""
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr ""
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr ""
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
#, fuzzy
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "~Garra"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr ""
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Documento"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr ""
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr ""
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
#, fuzzy
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Acción"
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr ""
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr ""
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr ""
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr ""
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr ""
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr ""
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr ""
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr ""
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr ""
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr ""
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr ""
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr ""
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr ""
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr ""
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr ""
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr ""
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr ""
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr ""
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr ""
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Enta la cucha"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Enta la dreita"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
#, fuzzy
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "~Centrau"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Decimal"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr ""
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr ""
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr ""
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr ""
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr ""
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr ""
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr ""
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr ""
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "50%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr ""
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr ""
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr ""
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr ""
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Estilos de celda"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr ""
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr ""
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr ""
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr ""
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr ""
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr ""
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr ""
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr ""
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr ""
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr ""
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr ""
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr ""
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr ""
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr ""
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr ""
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr ""
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr ""
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr ""
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr ""
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr ""
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr ""
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr ""
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr ""
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr ""
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr ""
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Royo"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Verde"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Azul"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr ""
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Contraste"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr ""
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Transparencia"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr ""
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr ""
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr ""
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr ""
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr ""
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr ""
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr ""
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr ""
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr ""
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr ""
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr ""
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr ""
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr ""
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr ""
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr ""
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
#, fuzzy
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "~Garra"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr ""
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr ""
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Enta la cucha"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Enta la dreita"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
#, fuzzy
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Totz"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr ""
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
#, fuzzy
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor"
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr ""
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr ""
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr ""
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr ""
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7929,1919 +7961,1919 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr ""
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr ""
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr ""
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr ""
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr ""
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr ""
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr ""
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr ""
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr ""
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr ""
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr ""
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr ""
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr ""
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr ""
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr ""
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr ""
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr ""
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr ""
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr ""
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr ""
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr ""
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr ""
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr ""
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr ""
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr ""
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr ""
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr ""
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr ""
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr ""
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr ""
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr ""
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr ""
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr ""
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr ""
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr ""
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr ""
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr ""
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr ""
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr ""
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr ""
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr ""
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr ""
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr ""
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr ""
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr ""
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr ""
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr ""
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr ""
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr ""
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr ""
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr ""
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr ""
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr ""
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr ""
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr ""
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr ""
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr ""
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr ""
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr ""
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr ""
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr ""
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr ""
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr ""
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr ""
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr ""
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr ""
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr ""
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr ""
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr ""
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr ""
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr ""
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr ""
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr ""
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr ""
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr ""
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr ""
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr ""
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr ""
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr ""
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr ""
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr ""
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr ""
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr ""
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr ""
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr ""
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr ""
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr ""
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr ""
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr ""
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr ""
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr ""
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr ""
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr ""
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Negocios"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr ""
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr ""
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr ""
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr ""
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr ""
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lista"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr ""
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr ""
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr ""
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr ""
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr ""
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr ""
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr ""
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr ""
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Nuevo"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr ""
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10629,6 +10661,7 @@ msgid "Diagonal border line from bottom left to top right"
msgstr ""
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10636,238 +10669,238 @@ msgid "None"
msgstr "~Garra"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr ""
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Graficos"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr ""
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr ""
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr ""
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr ""
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr ""
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr ""
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr ""
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr ""
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr ""
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr ""
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr ""
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr ""
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr ""
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr ""
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr ""
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr ""
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr ""
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr ""
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr ""
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr ""
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr ""
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr ""
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr ""
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16175,7 +16208,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/an/sw/messages.po b/source/an/sw/messages.po
index 09b334591a4..c3be146fac4 100644
--- a/source/an/sw/messages.po
+++ b/source/an/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
-"PO-Revision-Date: 2020-06-21 08:37+0000\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/an/>\n"
"Language: an\n"
@@ -589,7 +589,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr ""
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -597,1301 +597,1337 @@ msgstr ""
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -4826,13 +4862,13 @@ msgstr ""
#: sw/inc/strings.hrc:489
msgctxt "STR_START_QUOTE"
msgid "“"
-msgstr ""
+msgstr "«"
#. kZoAG
#: sw/inc/strings.hrc:490
msgctxt "STR_END_QUOTE"
msgid "”"
-msgstr ""
+msgstr "»"
#. wNZDq
#: sw/inc/strings.hrc:491
@@ -4862,7 +4898,7 @@ msgstr ""
#: sw/inc/strings.hrc:495
msgctxt "STR_YIELDS"
msgid "→"
-msgstr ""
+msgstr "→"
#. wNRhZ
#: sw/inc/strings.hrc:496
@@ -11109,133 +11145,133 @@ msgid "Width:"
msgstr ""
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr ""
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr ""
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "E~stilo"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr ""
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr ""
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "Posición"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Cobalto"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "~Centrau"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Cobaixo"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
#, fuzzy
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "~Color"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr ""
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
#, fuzzy
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Columna"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr ""
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Selección"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr ""
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr ""
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr ""
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Estilo d'a fuella"
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr ""
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr ""
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
#, fuzzy
msgctxt "columnpage|label2"
msgid "Settings"
@@ -13020,71 +13056,71 @@ msgid "Space to text"
msgstr ""
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr ""
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
#, fuzzy
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "Posición"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
#, fuzzy
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "E~stilo"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr ""
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
#, fuzzy
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "~Color"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr ""
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr ""
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Enta la cucha"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
#, fuzzy
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "~Centrau"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Enta la dreita"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr ""
@@ -19440,7 +19476,7 @@ msgid "_More Options"
msgstr ""
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr ""
@@ -21689,49 +21725,49 @@ msgid "Remaining space:"
msgstr ""
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Amplaria d'a col~umna..."
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Amplaria d'a col~umna..."
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Amplaria d'a col~umna..."
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Amplaria d'a col~umna..."
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Amplaria d'a col~umna..."
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Amplaria d'a col~umna..."
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
#, fuzzy
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
diff --git a/source/an/vcl/messages.po b/source/an/vcl/messages.po
index 92426b92c1d..0157de10712 100644
--- a/source/an/vcl/messages.po
+++ b/source/an/vcl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-27 13:25+0200\n"
-"PO-Revision-Date: 2020-01-24 17:01+0000\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/vclmessages/an/>\n"
"Language: an\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1542022411.000000\n"
#. k5jTM
@@ -532,7 +532,7 @@ msgstr "Numero de pachinas:"
#: vcl/inc/printaccessoryview.hrc:30
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "More"
-msgstr ""
+msgstr "Más"
#. QWCDs
#: vcl/inc/printaccessoryview.hrc:31
diff --git a/source/ar/chart2/messages.po b/source/ar/chart2/messages.po
index afa5e97bb5b..209f371b77c 100644
--- a/source/ar/chart2/messages.po
+++ b/source/ar/chart2/messages.po
@@ -3,10 +3,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2018-10-21 19:15+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-05 13:35+0000\n"
+"Last-Translator: صفا الفليج <safa1996alfulaij@gmail.com>\n"
+"Language-Team: Arabic <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/ar/>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -386,7 +386,7 @@ msgstr "نقاط بيانات"
#: chart2/inc/strings.hrc:81
msgctxt "STR_OBJECT_LEGEND_SYMBOL"
msgid "Legend Key"
-msgstr ""
+msgstr "مفتاح الرسم"
#. jNwC8
#: chart2/inc/strings.hrc:82
@@ -2361,45 +2361,45 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "اتّجاه النّصّ"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "الم_خطّط"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "بسيط"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "واقعي"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "مخصّص"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "الم_خطّط"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_تظليل"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "حدود ال_كائن"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "حوافّ م_دوّرة"
diff --git a/source/ar/cui/messages.po b/source/ar/cui/messages.po
index ff07d5f195c..73f8063dbf8 100644
--- a/source/ar/cui/messages.po
+++ b/source/ar/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-05-17 01:20+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-05 13:34+0000\n"
"Last-Translator: صفا الفليج <safa1996alfulaij@gmail.com>\n"
"Language-Team: Arabic <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/ar/>\n"
"Language: ar\n"
@@ -1136,7 +1136,7 @@ msgstr "اضبط كلمة السر بإدخال نفس كلمة السر في ا
#: cui/inc/strings.hrc:213
msgctxt "RID_SVXSTR_PASSWORD_LEN_INDICATOR"
msgid "Password length limit of %1 reached"
-msgstr ""
+msgstr "وصلت الحد الأقصى لطول كلمة السر (%1)"
#. Fko49
#: cui/inc/strings.hrc:215
@@ -1381,13 +1381,13 @@ msgstr "سمارت‌آرت إلى أشكال %PRODUCTNAME أو العكس"
#: cui/inc/strings.hrc:259
msgctxt "RID_SVXSTR_CHG_VISIO"
msgid "Visio to %PRODUCTNAME Draw or reverse"
-msgstr ""
+msgstr "ڤيزيو إلى %PRODUCTNAME درو أو العكس"
#. Zarkq
#: cui/inc/strings.hrc:260
msgctxt "RID_SVXSTR_CHG_PDF"
msgid "PDF to %PRODUCTNAME Draw or reverse"
-msgstr ""
+msgstr "ملف PDF إلى %PRODUCTNAME درو أو العكس"
#. dDtDU
#: cui/inc/strings.hrc:262
@@ -1406,6 +1406,8 @@ msgid ""
"The specified name is invalid.\n"
"Please enter a new name."
msgstr ""
+"الاسم المحدد غير صالح.\n"
+"من فضلك أدخِل واحدًا جديدًا."
#. fymG6
#. To translators:
@@ -1685,10 +1687,9 @@ msgstr "النمط:"
#. gDu75
#: cui/inc/strings.hrc:324
-#, fuzzy
msgctxt "RID_SVXSTR_CHARNAME_TYPEFACE"
msgid "Typeface:"
-msgstr "النسق"
+msgstr "الخط:"
#. BcWHA
#: cui/inc/strings.hrc:325
@@ -1712,7 +1713,7 @@ msgstr "ابدء كل جملة بحرف استهلالي"
#: cui/inc/strings.hrc:328
msgctxt "RID_SVXSTR_BOLD_UNDER"
msgid "Automatic *bold*, /italic/, -strikeout- and _underline_"
-msgstr ""
+msgstr "*ثخين* و/مائل/ و-مشطوب- و_مسطّر_ تلقائيًا"
#. a89xT
#: cui/inc/strings.hrc:329
@@ -1754,13 +1755,13 @@ msgstr "تنسيق لاحقات الأعداد الترتيبية (1st -> 1^st)"
#: cui/inc/strings.hrc:335
msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
-msgstr ""
+msgstr "نقحِر باستعمال الهنغارية القديمة لو كان اتجاه النص من اليمين إلى اليسار"
#. CNtDd
#: cui/inc/strings.hrc:336
msgctxt "RID_SVXSTR_ANGLE_QUOTES"
msgid "Replace << and >> with angle quotes"
-msgstr ""
+msgstr "استبدِل << و >> بعلامات الاقتباس الزاويّة"
#. Rc6Zg
#: cui/inc/strings.hrc:337
@@ -1778,20 +1779,20 @@ msgstr "استبدال النماذج المخصصة"
#: cui/inc/strings.hrc:339
msgctxt "RID_SVXSTR_BULLET"
msgid "Replace bullets with: %1"
-msgstr ""
+msgstr "استبدِل النقط بِ‍: %1"
#. BvroE
#. To translators: %1 will be replaced with a percentage, e.g. "10%"
#: cui/inc/strings.hrc:341
msgctxt "RID_SVXSTR_RIGHT_MARGIN"
msgid "Combine single line paragraphs if length greater than %1"
-msgstr ""
+msgstr "ادمج الفقرات التي فيها سطر واحد فقط لو زاد طولها عن %1"
#. M9kNQ
#: cui/inc/strings.hrc:342
msgctxt "RID_SVXSTR_NUM"
msgid "Bulleted and numbered lists. Bullet symbol: %1"
-msgstr ""
+msgstr "القوائم العددية والنقطية. رمز النقطة: %1"
#. BJVGT
#: cui/inc/strings.hrc:343
@@ -1837,16 +1838,15 @@ msgstr "خط قياس"
#. Mxt3D
#: cui/inc/strings.hrc:350
-#, fuzzy
msgctxt "RID_SVXSTR_STARTQUOTE"
msgid "Start Quote"
-msgstr "_بداية الاقتباس:"
+msgstr "بداية الاقتباس"
#. o8nY6
#: cui/inc/strings.hrc:351
msgctxt "RID_SVXSTR_ENDQUOTE"
msgid "End Quote"
-msgstr ""
+msgstr "نهاية الاقتباس"
#. zvqUJ
#: cui/inc/strings.hrc:353
@@ -1972,13 +1972,13 @@ msgstr "قواعد البيانات المسجّلة"
#: cui/inc/strings.hrc:376
msgctxt "RID_SVXSTR_CANNOTCONVERTURL_ERR"
msgid "The URL <%1> cannot be converted to a filesystem path."
-msgstr ""
+msgstr "تعذّر تحويل المسار <%1> إلى مسار نظام ملفات."
#. XtUDA
#: cui/inc/strings.hrc:378
msgctxt "aboutdialog|copyright"
msgid "Copyright © 2000–2020 LibreOffice contributors."
-msgstr ""
+msgstr "الحقوق محفوظة © 2000-2020 لمساهمي ليبر أوفيس."
#. GesDU
#: cui/inc/strings.hrc:379
@@ -2008,7 +2008,7 @@ msgstr "‏%PRODUCTNAME مشتقّ من ليبر أوفيس المبني على
#: cui/inc/strings.hrc:383
msgctxt "aboutdialog|uilocale"
msgid "UI: $LOCALE"
-msgstr ""
+msgstr "الواجهة: $LOCALE"
#. 3vXzF
#: cui/inc/strings.hrc:385
@@ -2020,37 +2020,37 @@ msgstr "تحرير المسارات: %1"
#: cui/inc/strings.hrc:387
msgctxt "RID_SVXSTR_COMMANDLABEL"
msgid "Label"
-msgstr ""
+msgstr "اللصيقة"
#. GceL6
#: cui/inc/strings.hrc:388
msgctxt "RID_SVXSTR_COMMANDLABEL"
msgid "Command"
-msgstr ""
+msgstr "الأمر"
#. dRqYc
#: cui/inc/strings.hrc:389
msgctxt "RID_SVXSTR_COMMANDLABEL"
msgid "Tooltip"
-msgstr ""
+msgstr "التلميحة"
#. 3FZFt
#: cui/inc/strings.hrc:391
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 ""
+msgstr "المسار (أو النص) طويل جدا لمستوى تصحيح الأخطاء الحالي. قلّل من طول النص أو أنزِل مستوى التصحيح."
#. AD8QJ
#: cui/inc/strings.hrc:392
msgctxt "RID_SVXSTR_DELETEUSERCOLOR1"
msgid "You can only delete user-defined colors"
-msgstr ""
+msgstr "يمكنك حذف الألوان التي عرّفها المستخدم فقط"
#. 4LWGV
#: cui/inc/strings.hrc:393
msgctxt "RID_SVXSTR_DELETEUSERCOLOR2"
msgid "Please select the color to delete"
-msgstr ""
+msgstr "من فضلك اختر اللون الذي تريد حذفه"
#. FjQQ5
#: cui/inc/strings.hrc:395
@@ -4341,45 +4341,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "ال_نّصوص فقط"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/ar/dbaccess/messages.po b/source/ar/dbaccess/messages.po
index ccd1e07c29c..193018caeb1 100644
--- a/source/ar/dbaccess/messages.po
+++ b/source/ar/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-04-24 10:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "المهامّ"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "الوصف"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "المعاينة"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"هل تريد إغلاق كل المستندات الآن؟"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "اسم ال~نّموذج"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "اسم ال~تّقرير"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "اسم الم~جلّد"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "يحوي المستند نماذج أو تقارير بماكروهات مضمّنة."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"لاحظ أنك لن تتمكن من تضمين الماكروهات في مستند قاعدة البيانات ذاته حتى ينتهي هذا الترحيل. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "قاعدة بيانات مضمنة"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "لا يمكن تحديد فئات مختلفة."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "عُثر على نوع كائن ($type$) غير مدعوم."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "خصائص متقدّمة"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "إعدادات إضافيّة"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "إعدادات الاتّصال"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "اسم ال~جدول"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "اسم الاست~علام"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "غيّر الاسم إلى"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "أدرج كَـ"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "أتريد حذف البيانات المحدّدة؟"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "خطأ في تعيين معيار الفرز"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "خطأ في تعيين معيار التّرشيح"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "فُقد الاتّصال"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "الاستعلامات"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "الجداول"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "أكّد الحذف"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "أتريد حذف الجدول '%1'؟"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "فُقد الاتّصال بقاعدة البيانات. أتريد إعادة الاتّصال؟"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "صودفت تحذيرات"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "أثناء جلب الجداول، اتصال قاعدة البيانات أبلغ عن تحذيرات."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "يتّصل بـ \"$name$\"..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "يحمّل الاستعلام $name$..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "يحمّل الجدول $name$..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "لم يعثر على نسق جداول."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "تعذّرت إقامة الاتّصال بمصدر البيانات \"$name$\"."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr ""
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "إدراج/إزالة مفتاح أساسي"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "نعم"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "لا"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<بلا>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "اسم الحقل"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "نوع الحقل"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "الوصف"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "وصف العمود"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "خصائص الحقل"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "تعديل الخلية"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "حذف الصّفّ"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "تعديل نوع الحقل"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "إدراج الصّفّ"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "إدراج الصفّ الجديد"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "القيمة المب~دئيّة"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"إن لم يكن يفترض أن يحمل الحقل قيمة مبدئية، فاختر السلسلة الفارغة."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"عندما تُدخل لاحقا بيانات في الجدول، ستُستخدم هذه السلسلة في كل سجل جديد حسب الحقل المحدد. لهذا يجب أن تناسب تنسيق الحقل الذي يجب إدخاله أدناه."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "أدخِل أقصى طول مسموح به للنص."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "أدخِل تنسيق العدد."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"ستُصحح القيمة آليا عندما تفوق أقصى قيمة لقاعدة البيانات."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "حدد عدد الخانات العشرية المسموح بها في هذا الحقل."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "يمكن هنا رؤية كيفية ظهور البيانات بالتنسيق الحالي (استخدم الزر الموجود على اليسار لتعديل "
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "هنا حيث تحدد تنسيق خرج البيانات."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"لا يمكنك إدخال البيانات في هذا النوع من الحقول. ستُسند قيمة تزيادية لكل سجل آليا (تنتج عن زيادة الحقل السابقة)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "لا يمكن حفظ الجدول لأن العمود بالاسم ”$column$“ أُسند مرتين."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "ينتمي العمود ”$column$“ إلى المفتاح الرئيسي. إن حُذف العمود فسيُحذف المفتاح أيضا. أتريد المتابعة؟"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "المفتاح الرئيسي سيتأثر"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "عمود"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "أأتابع بأي حال؟"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "تعذر حفظ الجدول لمشاكل في الاتصال مع قاعدة البيانات."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "تعذر ضبط مرشّح الجدول لأن مصدر البيانات حُذف."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"أتريد حفظ التغييرات الآن؟"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "لا مفتاح رئيسي"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1431,25 +1425,25 @@ msgid ""
msgstr ""
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "تعذر تغيير العمود ”$column$“. أيجب أن يُحذف العمود ويُضاف التنسيق الجديد بدل ذلك؟"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "خطأ أثناء حفظ تصميم الجدول"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "تعذر حذف العمود $column$ ."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1461,7 +1455,7 @@ msgstr ""
"ستُنقل الإفادة مباشرة إلى قاعدة البيانات عند إنشاء الجدول."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1471,37 +1465,37 @@ msgstr ""
"وضع تصميم الجدول ليس متوفرا لمصدر البيانات هذا."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "غيّر اسم الحقل"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "غيّر نوع الحقل"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "غيّر وصف الحقل"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "غيّر صفة الحقل"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "كلمة السر مطلوبة للاتّصال بمصدر البيانات \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1517,49 +1511,49 @@ msgstr ""
"غير موجود. أيجب إنشائه؟"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "تعذّر إنشاء الدّليل $name$."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "الملفّ موجود بالفعل. أأكتب فوقه؟"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "مجلّد"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "خصائص قاعدة البيانات"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "خصائص مصدر البيانات: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "فضلًا اختر 'اتّصل بقاعدة بيانات موجودة' للاتّصال بقاعدة بيانات موجودة بدل ذلك."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "إما أنه تعذر تحميل مكتبة البرنامج #lib#، أو أنها تالفة. تحديد مصادر بيانات ODBC غير متوفر."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1569,152 +1563,152 @@ msgstr ""
"يُسمح لك بتعديل الإعدادات، لكن من المحتمل أن لا تكون قادرًا على الاتصال بقاعدة البيانات."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{بلا}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ""
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 يجب تعيينه."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 و #2 يجب أن يختلفا."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "رموز التعميم مثل ?,* غير مسموح بها في #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "اختبر الاتّصال"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "أُقيم الاتّصال بنجاح."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "تعذّرت إقامة الاتّصال."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "حُمّل مشغّل JDBC بنجاح."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "تعذّر تحميل مشغّل JDBC."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "ملف ماكروسوفت أكسِس"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "ملف ميكروسوفت أكسِس ٢٠٠٧"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "قاعدة بيانات فيربيرد"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "النظام"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "خطأ أثناء الإنشاء"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "تعذّر فتح المستند \"$file$\"."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "لا يمكن حذف الجدول لأنّ اتّصال قاعدة البيانات لا يدعم ذلك."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "ال~كل"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "تراجع عن:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "أعِد:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "تعذر إيجاد نوع العمود المناسب للعمود '#1'."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "الملفّ \"$file$\" غير موجود."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "صودفت تحذيرات أثناء الاتصال بمصدر البيانات. اضغط \"$buttontext$\" لعرضهم."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1725,199 +1719,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "تعذّر الاتّصال بمدير مشغّل SDBC ‏(#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "لا مشغّل مسجّل للعنوان #connurl#."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "اتصل بنجاح، لكن المعلومات عن جداول قاعدة البيانات غير متوفرة."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "كلّ الجداول"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "كلّ المنظورات"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "كلّ الجداول والمنظورات"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "اسم الجدول"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "أدرج بيانات"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "احذف بيانات"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "عدل بيانات"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "عدل البنية"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "اقرأ البيانات"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "عدل المراجع"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "أسقط البنية"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "المسار إلى ملفّات dBASE"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "المسار إلى الملفّات النّصّيّة"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "المسار إلى مستند الجدول الممتدّ"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "اسم مصدر بيانات ODBC على نظامك"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "مسار مستند «رايتر»"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "اسم قاعدة بيانات MySQL"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "اسم قاعدة بيانات Oracle"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "ملفّ قاعدة بيانات ميكروسوفت أكسس"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "لا إعدادات أكثر ضروريّةٍ. للتّأكّد من عمل الاتّصال، انقر زرّ '%test'."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "اسم ال~مضيف"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "اسم ملفّ مو~زيلا الشّخصيّ"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "اسم ملفّ ~ثندربيرد الشّخصيّ"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "أضف جداولًا"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "أضف جدولًا أو استعلامًا"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "طبّق الأعمدة"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "تنسيق النوع"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1927,163 +1921,163 @@ msgstr ""
"الاسم الآتي مستخدم حاليا:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "إسناد الأعمدة"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ال~سّابق"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "ال~تّالي>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "أ~نشئ"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "انسخ الجدول"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "انسخ الجدول"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "اسم الجدول هذا غير صالح في قاعدة البيانات الحاليّة."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "اختر الخيار \"ألحق بيانات\" في الصّفحة الأولى لإلحاق بيانات بجدول موجود."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "فضلًا غيّر اسم الجدول. فالاسم طويل جدًّا."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "مُرشد قاعدة البيانات"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "حدّد قاعدة بيانات"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "أعدّ اتّصال dBASE"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "أعدّ اتّصالًا بملفّات نصّيّة"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "أعدّ اتّصال ميكروسوفت أكسس"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "أعدّ اتّصال LDAP"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "أعدّ اتّصال ADO"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "أعدّ اتّصال JDBC"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "أعدّ اتّصال قاعدة بيانات Oracle"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "أعدّ اتّصال MySQL"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "أعدّ اتّصال ODBC"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "أعدّ اتصال بمستند «رايتر» أو بجدول ممتد"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "أعدّ استيثاق المستخدم"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "أعدّ بيانات خادوم MySQL"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "احفظ وتقدّم"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "قاعدة بيانات جديدة"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "أعدّ اتّصالا بقاعدة بيانات MySQL باستخدام JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2093,67 +2087,67 @@ msgstr ""
"فضلًا راسل مدير نظامك إن لم تكن متأكّدًا من الإعدادات الآتية."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "صنف مش~غل MySQL JDBC:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "المبدئيّ: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "أعدّ اتّصالًا بملفّات dBASE"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "حدّد المجلّد حيث ملفّات dBASE مخزّنة فيه."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "أعدّ اتّصالًا بملفّات نصّيّة"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "اختر المجلد حيث تُخزّن فيه ملفات CSV (القيم المفصولة بفواصل) النصية. سسيفتح %PRODUCTNAME بيز هذه الملفات في وضع القراءة فقط."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "المسار إلى الملفّات النّصّيّة"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "أعدّ اتّصالًا بقاعدة بيانات ميكروسوفت أكسس"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "فضلًا حدّد ملفّ ميكروسوفت أكسس الذي تريد الوصول إليه."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "أعدّ اتّصالًا بقاعدة بيانات ADO"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2165,13 +2159,13 @@ msgstr ""
"فضلًا راسل مدير نظامك إذا كنت غير متأكد من الإعدادات التالية."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "أعدّ اتّصالًا بقاعدة بيانات ODBC"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2183,13 +2177,13 @@ msgstr ""
"فضلًا راسل مدير نظامك إذا كنت غير متأكد من الإعدادات التالية."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "أعدّ اتّصالًا بقاعدة بيانات JDBC"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2199,25 +2193,25 @@ msgstr ""
"فضلًا راسل مدير نظامك إذا كنت غير متأكد من الإعدادات التالية."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "أعدّ اتّصالًا بقاعدة بيانات Oracle"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "المبدئيّ: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "صتف م~شغل Oracle JDBC"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2227,13 +2221,13 @@ msgstr ""
"فضلًا راسل مدير نظامك إذا لم تكن متأكّدًا من الإعدادات التالية."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "أعدّ اتّصالًا بجداول ممتدّة"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2243,277 +2237,277 @@ msgstr ""
"سيفتح %PRODUCTNAME هذا الملف في وضع القراءة فقط."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "الم~كان واسم الملفّ"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "نُفّذ الأمر بنجاح."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "فُقد الاتّصال بقاعدة البيانات. سيُغلق هذا الحواريّ."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "ترتيب الفرز"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "حقل الفهرس"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "تصاعدي"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "تنازلي"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "أمتأكّد من حذف الفهرس '$name$'؟"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "الفهرس"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "يجب أن يحتوي الفهرس على حقل واحد على الأقل."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "هناك فهرس آخر بالاسم \"$name$\" بالفعل."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "في تعريف الفهرس، يجب ألا يصادف عمود جدول أكثر من مرة. لكنك أدخلت العمود \"$name$\" مرتين."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "تعذر تحويل المدخلة لقيمة صالحة للمعامل \"$name$\""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "حالة SQL"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "رمز الخطأ"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "سبب شائع لهذا الخطأ هو إعداد غير مناسب لمجموعة الأحرف لأجل لغة قواعد بياناتك. تفحص الإعدادات عبر اختيار تحرير- قاعدة البيانات - خصائص."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "خطأ"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "تحذير"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "معلومات"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "تفاصيل"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "أمتأكّد من أن تريد حذف المستخدم؟"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "قاعدة البيانات لا تدعم إدارة المستخدمين."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "كلمات السر لا تتطابق. فضلًا أدخل كلمة السر مجدّدًا."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "فضلًا لاحظ أن بعض قواعد البيانات لا تدعم نوع الانضمامة هذه."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "يحتوي فقط على السجلات التي تتطابق محتويات الحقول ذات العلاقة في الجدولين معا."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "يحتوي كل السجلات من الجدول ’%1‘ وفقط تلك من الجدول ’%2‘ التي تتطابق القيم بين الحقول ذات العلاقة."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "يحتوي كل السجلات من ’%1‘ ومن ’%2‘."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "يحتوي المضروب الديكارتي لكل السجلات من ’%1' ومن ’%2‘."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "قاعدة البيانات المقصد لا تدعم المنظورات."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "قاعدة البيانات المقصد لا تدعم المفاتيح الأساسيّة."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "لم يُعثر على واصف وصول للبيانات، أو أنه لا واصف وصول للبيانات قادرًا على تقديم كل المعلومات الأساسية."
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "فقط الجداول والاستعلامات مدعومة حاليًّا."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "يجب أن يدعم مصدر نسخ مجموعة النتائج العلامات."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "نوع العمود المصدر غير مدعوم ($type$) في موقع العمود $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "عدد معاملات التّمهيد غير قانونيّ."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "حدث خطأ أثناء التّمهيد."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "إعداد غير مدعوم في واصف مصدر النسخ: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "لنسخ استعلام، يجب أن يكون اتصالك قادرًا على توفير الاستعلامات."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "مقبض التفاعل المعطى غير صالح."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "هذه العلاقة موجودة بالفعل. أتريد تحريرها أم إنشاء جديدة؟"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "حرّر..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "أنشئ..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME بيز: تصميم العلاقات"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "قاعدة البيانات لا تدعم العلاقات."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "عندما تحذف هذا الجدول ستُحذف أيضًا كلّ العلاقات المقابلة. أأتابع؟"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4541,7 +4535,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "علّم الجداول التي يجب أن تكون مرئية للتطبيق."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr ""
@@ -4570,6 +4564,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "أضف جدولًا أو استعلامًا"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/ar/desktop/messages.po b/source/ar/desktop/messages.po
index ed396d2ac57..3a48a874e57 100644
--- a/source/ar/desktop/messages.po
+++ b/source/ar/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-09-03 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "الامتداد"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "مكون المكتبة الديناميكية لـ UNO"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "مكون جافا لـ UNO"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "مكون UNO Python"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "مكون UNO"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "مكتبة أنواع UNO RDB"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "مكتبة أنواع جافا لـ UNO"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "مكتبة %MACROLANG"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "مساعدة"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "لا يمكن تثبيت الامتداد بسبب:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "لن يُثبّت الامتداد نظرًا لحدوث خطأ في ملفات المساعدة:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "أضف امتداد (امتدادات)"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "إزا~لة"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "تم~كين"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~تعطيل"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "ت~حديث..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "يضيف %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "يزيل %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "تمكين %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "تعطيل %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "الموافقة على ترخيص %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "خطأ: حالة هذا الامتداد غير معروفة"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "إغلاق"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "أنهِ"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"يتطلب تحديث الامتداد المشترك امتيازات المسئول. اتصل بمسئول النظام لتحديث الامتدادات المشتركة التالية:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "يتعذر تمكين الامتداد نظرًا لعدم استكمال عناصر النظام التابعة التالية:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "تم تعطيل هذا الامتداد لأنك لم توافق على الترخيص بعد.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "اعرض الترخيص"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"انقر 'ألغِ' لإيقاف التّثبيت."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "تثبيت الامتدادات معطل حاليا. رجاء تواصل مع مدير النظام لمزيد من المعلومات."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "إزالة الامتدادات معطل حاليا. رجاء تواصل مع مدير النظام لمزيد من المعلومات."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"انقر 'ألغِ' لإيقاف إزالة الامتداد."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"انقر 'ألغِ' لإيقاف إزالة الامتداد."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"انقر 'ألغِ' لإيقاف تفعيل الامتداد."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"انقر 'ألغِ' لإيقاف تعطيل الامتداد."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "لا يعمل الامتداد '%Name' على هذا الحاسوب."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "يثبّت الامتدادات ..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "انتهى التثبيت"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "لا توجد أخطاء."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "حدث خطأ أثناء تنزيل الامتداد %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "رسالة الخطأ هي: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "حدث خطأ أثناء تثبيت الامتداد %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "تم رفض اتفاقية الترخيص للامتداد %NAME. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "لن يُثبّت الامتداد."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "غير معروف"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "يتطلب الامتداد الإصدارة %VERSION من أوبن وأوفيس.أورج على الأقل"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "يتطلب الامتداد إصدارة من أوبن وأوفيس.أورج أكبر من %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "تتطلب الإضافة على الأقل %PRODUCTNAME الاصدار %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"انقر 'ألغِ' لإيقاف التّثبيت."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"وانقر 'إلغاء الأمر' لإيقاف التثبيت."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"انقر 'ألغِ' لإيقاف التّثبيت."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"وانقر 'إلغاء الأمر' لإيقاف التثبيت."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"انقر 'ألغِ' لإيقاف التّثبيت."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"وانقر 'إلغاء الأمر' لإيقاف التثبيت."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "لا تتوفر تحديثات جديدة ."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "لا تحديثات متوفّرة يمكن تثبيتها. لرؤية كل التحديثات، أشّر على ”اعرض كل التحديثات“."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "حدث خطأ:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "خطأ غير معروف."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "لا تتوفر أي تفاصيل أخرى عن هذا التحديث."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "يتعذر تحديث الامتداد بسبب:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "إصدار %PRODUCTNAME المطلوب غير مطابق:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "لديك %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "تحديث مستند إلى المتصفح"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "الإصدار"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "سيُتجاهل هذا التحديث.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "لا يمكن بدء تشغيل التطبيق. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "تعذر العثور على دليل التكوين \"$1\"."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "مسار التثبيت غير صالح."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "حدث خطأ داخلي."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "ملف التكوين \"$1\" تالف."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "لم يُعثر على ملف الضبط ”$1“."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "ملف التهيئة \"$1\" لا يدعم الإصدار الحالي."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "لا يمكن تحديد لغة واجهة المتسخدم."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "تعذّر إكمال تثبيت المستخدم. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "خدمة التكوين غير متوفرة."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "ابدأ تطبيق الإعداد لإصلاح التثبيت من القرص المضغوط، أو من المجلد الذي يضم حزم التثبيت."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "حدث خطأ عام أثناء الوصول إلى التكوين المركزي. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"الرجاء الاتصال بمسؤول النظام."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "حدث الخطأ الداخلي التالي: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "يجب -للأسف- إعادة تشغيل %PRODUCTNAME مرة واحدة يدويًا بعد التثبيت أو التحديث."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"أتريد حقًّا المتابعة؟"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "الطباعة معطلة. لا يمكن طباعة أية مستندات."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "إدارة المسارات غير متوفرة.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -735,7 +741,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -743,61 +749,61 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "اتفاقية ترخيص برنامج الامتداد لـ $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "اقرأ اتفاقية الترخيص المعروضة أعلاه كاملة. واقبل اتفاقية الترخيص بكتابة \"نعم\" في وحدة التحكم، ثم اضغط على زر الإدخال. اكتب \"لا\" لرفض الاتفاقية وإلغاء إعداد الامتداد."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[أدخل \"نعم\" أو \"لا\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "البيانات التي أدخلتها غير صحيحة. الرجاء إدخال \"نعم\" أو \"لا\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "نعم"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "ن"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "لا"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "ل"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "تعذّر بدء unopkg. يشير ملف القفل أنه يعمل بالفعل. فإن لم يكن كذلك، فاحذف ملف القفل في:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "خطأ: "
diff --git a/source/ar/helpcontent2/source/text/sbasic/shared.po b/source/ar/helpcontent2/source/text/sbasic/shared.po
index c7aee3ad821..360548c5af4 100644
--- a/source/ar/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ar/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 20:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8161,13 +8161,13 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr ""
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
+msgid "Print# Statement"
msgstr ""
#. addUg
@@ -8179,22 +8179,31 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr ""
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
msgstr ""
#. AhB82
@@ -9745,13 +9754,13 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr ""
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
msgstr ""
#. iLCKn
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr ""
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "الصياغة:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "مثال:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10024,49 +10024,40 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr ""
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "الصياغة:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
msgstr ""
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "المعاملات:"
-
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
msgstr ""
#. 23Pzt
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr ""
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "مثال:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,13 +10114,13 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr ""
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
+msgid "Line Input# Statement"
msgstr ""
#. CCEuD
@@ -10150,67 +10132,49 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr ""
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
+msgid "Reads a line from a sequential file into a variable."
msgstr ""
-#. NSBkr
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "الصياغة:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
msgstr ""
-#. h3tyw
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3145173\n"
-"help.text"
-msgid "Parameters:"
-msgstr "المعاملات:"
-
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
msgstr ""
#. foxtA
@@ -10222,40 +10186,13 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr ""
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "مثال:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr ""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr ""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
+msgid "Put# Statement"
msgstr ""
#. psWQE
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr ""
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,13 +10222,13 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr ""
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
msgstr ""
#. 9HgEG
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr ""
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,67 +10321,58 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr ""
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
+msgid "Writes data to a sequential text file with delimiting characters."
msgstr ""
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "الصياغة:"
-
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "المعاملات:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
msgstr ""
#. RERPn
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr ""
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "مثال:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,13 +10942,13 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr ""
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
+msgid "Seek# Statement"
msgstr ""
#. vLW2K
@@ -11041,13 +10960,13 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr ""
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
msgstr ""
#. RBPKW
@@ -11077,58 +10996,58 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr ""
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "الصياغة:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
+msgid "Parameters:"
msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "المعاملات:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
msgstr ""
#. Nwouh
@@ -39391,13 +39310,13 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -41254,13 +41173,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/ar/helpcontent2/source/text/sdatabase.po b/source/ar/helpcontent2/source/text/sdatabase.po
index 2d4c3a3caf6..8790dd9b661 100644
--- a/source/ar/helpcontent2/source/text/sdatabase.po
+++ b/source/ar/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -157,13 +157,13 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr ""
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 3JCfK
@@ -175,13 +175,13 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr ""
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
msgstr ""
#. ASeVi
@@ -193,13 +193,13 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr ""
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
msgstr ""
#. JTXBF
@@ -211,13 +211,13 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr ""
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
msgstr ""
#. FWCVa
@@ -292,13 +292,13 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -319,13 +319,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -364,6 +364,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/sdraw/01.po b/source/ar/helpcontent2/source/text/sdraw/01.po
index 56db7c27f95..1df624916e1 100644
--- a/source/ar/helpcontent2/source/text/sdraw/01.po
+++ b/source/ar/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2017-05-09 15:48+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr ""
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/shared/00.po b/source/ar/helpcontent2/source/text/shared/00.po
index fd2fb0939cd..c30a738799a 100644
--- a/source/ar/helpcontent2/source/text/shared/00.po
+++ b/source/ar/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr ""
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/shared/01.po b/source/ar/helpcontent2/source/text/shared/01.po
index 6f45024c4c8..aaac1ca315c 100644
--- a/source/ar/helpcontent2/source/text/shared/01.po
+++ b/source/ar/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25801,31 +25801,13 @@ msgctxt ""
msgid "Add"
msgstr ""
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr ""
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr "اسم"
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
msgstr ""
#. 6Yvch
@@ -27259,13 +27241,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr ""
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
msgstr ""
#. 6XJUi
@@ -47275,13 +47257,13 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr ""
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
msgstr ""
#. ChX9A
@@ -47464,24 +47446,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr ""
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr ""
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr ""
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47491,15 +47455,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr ""
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr ""
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49561,6 +49516,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/shared/02.po b/source/ar/helpcontent2/source/text/shared/02.po
index d21f48bac59..5dbe9a6e051 100644
--- a/source/ar/helpcontent2/source/text/shared/02.po
+++ b/source/ar/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 13:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8809,13 +8809,13 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr ""
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
msgstr ""
#. KAQ4c
@@ -10528,13 +10528,13 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr ""
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
msgstr ""
#. Cwybn
@@ -11761,13 +11761,13 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr ""
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
msgstr ""
#. RuXvo
@@ -17026,13 +17026,13 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr ""
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
msgstr ""
#. tTG7m
@@ -17053,13 +17053,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr ""
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
msgstr ""
#. iGFfH
@@ -17098,13 +17098,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr ""
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. t48DA
@@ -17143,13 +17143,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr ""
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. CcbaZ
@@ -17197,13 +17197,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr ""
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
msgstr ""
#. EXAFG
@@ -19240,13 +19240,40 @@ msgctxt ""
msgid "Limit"
msgstr ""
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
msgstr ""
#. Ae3Qb
diff --git a/source/ar/helpcontent2/source/text/shared/explorer/database.po b/source/ar/helpcontent2/source/text/shared/explorer/database.po
index 9795e3af240..e9873a73de8 100644
--- a/source/ar/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/ar/helpcontent2/source/text/shared/explorer/database.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 13:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,2220 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542028547.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr ""
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr ""
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr ""
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr ""
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr ""
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr ""
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr ""
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr ""
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr ""
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr ""
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr ""
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr ""
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr ""
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr ""
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "دوال"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr "F4"
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr ""
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr "F5"
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr ""
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr "F7"
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr ""
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr ""
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr ""
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr ""
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr ""
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr ""
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr ""
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr ""
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr ""
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr ""
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr ""
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr ""
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr ""
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr ""
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr ""
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr ""
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr ""
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr ""
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr ""
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr ""
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr ""
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr ""
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr ""
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr ""
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr ""
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr ""
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr ""
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr ""
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr ""
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr ""
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr ""
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr ""
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr ""
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr ""
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr ""
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr ""
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr ""
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr ""
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr ""
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr ""
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr ""
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr ""
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr ""
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr ""
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr ""
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr ""
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr ""
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr ""
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr ""
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr ""
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr ""
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr ""
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr ""
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr ""
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "دوال"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr ""
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr ""
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr ""
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr ""
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr ""
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr ""
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr ""
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr ""
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr ""
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr ""
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr ""
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr ""
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr ""
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr ""
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr ""
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr ""
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr ""
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr ""
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr ""
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr ""
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr ""
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr ""
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr ""
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr ""
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr ""
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr ""
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr ""
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr ""
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr ""
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "مثال:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr ""
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr ""
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr ""
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr ""
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr ""
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr ""
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr ""
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr ""
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr ""
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr ""
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr ""
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr ""
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr ""
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr ""
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr ""
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr ""
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr ""
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr ""
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr ""
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "دوال"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr ""
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr ""
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr ""
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr ""
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr ""
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr ""
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr ""
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr ""
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr ""
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr ""
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr ""
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr ""
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr ""
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr ""
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr ""
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr ""
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "معنى"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr ""
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr ""
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr ""
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr ""
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr ""
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr ""
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr ""
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr ""
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr ""
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr ""
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr ""
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr ""
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr ""
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr ""
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr ""
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr ""
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "معنى"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr ""
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr ""
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr ""
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr ""
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr ""
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr ""
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr ""
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr ""
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr ""
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr ""
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr ""
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr ""
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr ""
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr ""
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr ""
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr ""
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr ""
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr ""
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr ""
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr ""
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr ""
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr ""
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr ""
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr ""
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr ""
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr ""
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr ""
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr ""
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "مثال:"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr ""
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr ""
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr ""
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr ""
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr ""
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr ""
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr ""
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr ""
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr ""
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr ""
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr ""
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr ""
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr ""
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr ""
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr ""
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr ""
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr ""
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr ""
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr ""
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr ""
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "التاريخ"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr ""
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr ""
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr ""
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr ""
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr ""
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr ""
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr ""
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr ""
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr ""
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "مثال:"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "نعم"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr ""
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr ""
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "لا"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr ""
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr ""
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr ""
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr ""
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr ""
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr ""
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr ""
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr ""
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr ""
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr ""
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr ""
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr ""
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr ""
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr ""
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr ""
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr ""
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr ""
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr ""
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr ""
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr ""
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr ""
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5488,13 +3274,13 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr ""
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
msgstr ""
#. Ck9G4
diff --git a/source/ar/helpcontent2/source/text/shared/guide.po b/source/ar/helpcontent2/source/text/shared/guide.po
index e8d30285d36..8f32a2bdd36 100644
--- a/source/ar/helpcontent2/source/text/shared/guide.po
+++ b/source/ar/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6523,13 +6523,13 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr ""
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 2ArGc
@@ -7081,13 +7081,13 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr ""
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
msgstr ""
#. xGFGr
@@ -7747,13 +7747,13 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr ""
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
msgstr ""
#. cEDEo
@@ -8107,13 +8107,13 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr ""
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
msgstr ""
#. bTx8G
@@ -21058,13 +21058,13 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr ""
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
msgstr ""
#. jVeUw
diff --git a/source/ar/helpcontent2/source/text/shared/optionen.po b/source/ar/helpcontent2/source/text/shared/optionen.po
index 7de214d3c50..1f48d39bd85 100644
--- a/source/ar/helpcontent2/source/text/shared/optionen.po
+++ b/source/ar/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -61,13 +61,13 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr ""
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
msgstr ""
#. uYcBu
@@ -79,13 +79,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr ""
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
msgstr ""
#. WS53M
@@ -5245,42 +5245,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr ""
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr ""
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr ""
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7522,6 +7486,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr ""
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16747,40 +16873,40 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr ""
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
+msgid "OpenCL"
msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
msgstr ""
#. ddvkj
diff --git a/source/ar/helpcontent2/source/text/simpress.po b/source/ar/helpcontent2/source/text/simpress.po
index 36681fb3131..d8019723795 100644
--- a/source/ar/helpcontent2/source/text/simpress.po
+++ b/source/ar/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2017-10-04 10:11+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -601,15 +601,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr ""
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr ""
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1105,15 +1096,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr ""
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr ""
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/swriter/01.po b/source/ar/helpcontent2/source/text/swriter/01.po
index b46816a8c35..ceda48c9a59 100644
--- a/source/ar/helpcontent2/source/text/swriter/01.po
+++ b/source/ar/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 20:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22777,13 +22777,13 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr ""
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
msgstr ""
#. Ddr5r
diff --git a/source/ar/sfx2/messages.po b/source/ar/sfx2/messages.po
index 37c292e6d94..78a4ea60b73 100644
--- a/source/ar/sfx2/messages.po
+++ b/source/ar/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -924,8 +924,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "تعذّر العثور على مرشّح الصورة"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -936,43 +942,43 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "كلمة سر غير صحيحة"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr "مفتاح OpenPGP غير موثوق به، أو أنه تالف، أو حدث به فشل في التعميةر. رجاءً أعِد المحاولة."
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "($(MINLEN) كحد أدني لعدد الأحرف)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(الأدنى هو محرف واحد)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(يمكن ترك حقل كلمة السر فارغًا)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "تعذر تنفيذ هذه العملية. وحدة %PRODUCTNAME النمطيّة المطلوبة لهذه العملية ليست مثبّتة حاليًّا."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -982,7 +988,7 @@ msgstr ""
"أتريد تثبيته الآن؟"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -992,215 +998,215 @@ msgstr ""
"يمكنك العثور على معلومات حول الطلبات في صفحتنا الرئيسية."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "مرحبًا بك في %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "أفلت مستندا هنا أو اختر تطبيقا من الجهة اليسرى لإنشاء واحد."
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "الإصدارة الحالية"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "تصدير"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "إدراج"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "أ~درج"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "حفظ نسخة"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "قارن بِ‍"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "ادمج مع"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "مستند %PRODUCTNAME"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " سنة: %1 شهر: %2 يوم: %3 ساعة: %4 دقيقة: %5 ثانية: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1210,31 +1216,31 @@ msgstr ""
"ستُخزّن القيمة كنص."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "النمط موجود بالفعل. أأستبدله؟"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~صفّر"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "هذا الاسم مستخدم حاليًا."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "هذا النمط غير موجود."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1244,7 +1250,7 @@ msgstr ""
"لأنه سيتسبب بمرجع تكراري."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1254,7 +1260,7 @@ msgstr ""
"رجاء اختر اسما آخر."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1263,73 +1269,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "الأنماط المستخدمة: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "الملاح"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "تأكيد غير صحيح لكلمة السر"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "أرسل"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "الخط"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "إدراج تعليق الإصدار"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(لم يعيّن اسم)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "هيكلي"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "أمتأكد من إلغاء التسجيل؟ ستفقد كل الخطوات المسجلة حتى الآن."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "إلغاء التسجيل"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "يهيّأ الآن المكونات للمرة الأولى."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1339,7 +1345,7 @@ msgstr ""
"الرجاء اختيار طابعة و المحاولة من جديد."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1349,19 +1355,19 @@ msgstr ""
"الرجاء مراجعة إعدادات الطابعة."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "الطابعة مشغولة"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (للقراءة فقط)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1373,7 +1379,7 @@ msgstr ""
"المستند النشط؟"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1385,7 +1391,7 @@ msgstr ""
"في المستند النشط ؟"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1397,7 +1403,7 @@ msgstr ""
"المستند النشط؟"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1407,7 +1413,7 @@ msgstr ""
"وجود مهمة طباعة قيد التنفيذ. "
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1416,7 +1422,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1425,19 +1431,19 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "لا يمكن تحرير المستند، ربما بسبب حقوق الوصول المفقودة. هل تريد تحرير نسخة من المستند؟"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1445,473 +1451,473 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (مستند تم إصلاحه)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "لم يُفحص هذا المستند على الخادوم."
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "هذا المستند مفتوح للقراءة فقط."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr "فُتح ملف PDF هذا بوضع القراءة فقط لإتاحة توقيع الملف الموجود."
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "تصنيف هذا المستند هو %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "يجب تصنيف هذا المستند قبل لصق محتوى الحافظة."
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "‫لهذا المستند تصنيفا أقل مستوى من الحافظة."
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
#, fuzzy
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "التحكم في التصدير:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
#, fuzzy
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "اجلب"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "حرّر المستند"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "وقّع المستند"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "لهذا المستند توقيع غير صالح."
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "كان التوقيع صالحا، ولكن المستند عُدّل"
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "التوقيع يبدو جيدا إلا أنه تعذر التحقق من الشهادة."
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "التوقيع يبدو جيدا إلا أن المستند موقّع جزئيا فقط."
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "هذا المستند موقّع رقميا والتوقيع صالح."
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "اعرض التواقيع"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "إرساء"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "ألغِ الإرساء"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "خيارات أكثر"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "أغلق الشريط الجانبي المرصوف"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "إعدادات الشريط الجانبي"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "التخصيص"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "استعد المبدئيات"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "أغلق الشريط الجانبي"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr "أليزارين"
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "خلية نحل"
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "منحنى أزرق"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "خرائط أولية"
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "أزرق فاتح"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "الحمض النووي"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "تركيز"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "إمبريس"
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "إلهام"
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "أضواء"
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "أخضر مورق"
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "أزرق ليلي"
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "قلم رصاص"
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "بيانو"
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "الغروب"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "عتيق"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "سيرة ذاتية"
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "المبدئي"
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "عصري"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "بطاقة أعمال فيها شعار"
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "أزل"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "امسح الكل"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/ar/svx/messages.po b/source/ar/svx/messages.po
index 3433ebf6e15..77cb1677c9b 100644
--- a/source/ar/svx/messages.po
+++ b/source/ar/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-20 11:22+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Arabic <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/ar/>\n"
@@ -5341,1199 +5341,1231 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "مربع 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "سهم مزدوج"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "دائرة"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "مربع"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "سهم"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "مثلث غير معبأ"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "معين غير معبأ"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "معين"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "دائرة مفرغة"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "مربع قائم غير معبأ"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "مربع مفرغ"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "الشفافية"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "علامة نقطية خضراء"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "علامة نقطية زرقاء"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "علامة نقطية برتقالية"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "بنفسجي"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "علامة نقطية بنفسجية"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "علامة نقطية صفراء"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "سمة المعرض"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "نجحت الاستعادة"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "استُعيد المستند الأصلي"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "فشلت الاستعادة"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "تقدّم الاستعادة"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "لم تتم الاستعادة بعد"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "بدأ %PRODUCTNAME %PRODUCTVERSION باستعادة مستنداتك. يختلف وقت انتهاء العملية حسب حجم المستندات."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "اكتملت استعادة مستنداتك. انقر ’أنهِ‘ لرؤيتها."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "إ~نهاء"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
#, fuzzy
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "القيم المخصّصة الأخيرة"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "نقطة"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "تصدير الصورة"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "احفظ كصورة"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "إدراج كائن(ات)"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "تدوير الكائن ثلاثي الأبعاد"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "إنشاء كائن نتوء"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "إنشاء كائن الدوران"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "تقسيم كائن ثلاثي الأبعاد"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[All]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "مرشّح الرسوم"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "سمة جديدة"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "تأثيرات ثلاثية الأبعاد"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "حركات"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "نقاط"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "مكتب"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "أعلام"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "تخطيطات انسيابية"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "صور تعبيرية"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "الصور"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "خلفيات"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "الصفحة الرئيسية"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "تفاعل"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "خرائط"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "أشخاص"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "أسطح"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "الحواسيب"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "مخططات"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "بيئة"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "مالية"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "نقل"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "أشكال نصية"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "أصوات"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "رموز"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "سِمَتي"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "الأسهم"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "بالونات"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "لوحة المفاتيح"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "الوقت"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "عرض تقديمي"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "التقويم"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "الملاحة"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "اتصال"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "مالية"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "الحواسيب"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "الطقس"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "المدرسة والجامعة"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "حل المشاكل"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Screen Beans"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "طباعة التحديد"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "هل تريد طباعة التحديد فقط أم المستند بأكمله؟"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "ال~كل"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "ال~تحديد"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "نتوء شمالي-غربي"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "نتوء شمالي"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "نتوء شمالي-شرقي"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "نتوء غربي"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "نتوء للخلف"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "نتوء شرقي"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "نتوء جنوبي-غربي"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "نتوء جنوبي"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "نتوء جنوبي-شرقي"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 سم"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 سم"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 سم"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 سم"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~سم"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 إنش"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.~5 إنش"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 إنش"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 إنش"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 إنش"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "بلا تعبئة"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
#, fuzzy
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "الشفافية"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "المبدئيّ"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "الحدود"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "نمط الحدود"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "بقية أنواع الترقيم…"
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
#, fuzzy
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "حسب المؤلف"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "الصفحات"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "مسح التنسيق"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "أنماط أكثر..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "خيارات أكثر..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "اسم الخط"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "اسم الخط. اسم الخط الحالي غير متوفّر وسيُستبْدَل."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "مخصّصة"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "ألوان المستند"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "لون المستند"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "النتوء"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "تطبيق تشغيل/إيقاف النتوء"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "إمالة لأسفل"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "إمالة لأعلى"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "إمالة لليسار"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "إمالة لليمين"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "تغيير عمق النتوء"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "تغيير الاتجاه"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "تغيير نوع التوجيه"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "تغيير الإضاءة"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "تغيير البياض"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "تغيير سطح النتوء"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "تغيير لون النتوء"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "المفضل"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "أحمر:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "أخضر:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "أزرق:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "معمل الخطوط"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "تطبيق شكل معمل الخطوط"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "تطبيق ارتفاع الأحرف نفسه لمعمل الخطوط"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "تطبيق محاذاة معمل الخطوط"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "تطبيق تباعد أحرف معمل الخطوط"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "مع"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "النمط"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "و"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "عنصر تحكم الزاوية"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "تحديد نقطة زاوية."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "أعلى اليسار"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "أعلى الوسط"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "أعلى اليمين"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "يسار الوسط"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "وسط"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "يمين الوسط"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "أسفل اليسار"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "أسفل الوسط"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "أسفل اليمين"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "عنصر تحكم خط كفافي"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "يمكنك هنا تعديل الخط الكفافي."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "اختيار الأحرف الخاصة"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "اختيار الأحرف الخاصة في هذه المساحة."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "رمز الحرف "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "مطلوب إدخال في الحقل '#'. الرجاء كتابة قيمة."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "النماذج"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "لم يتم تحديد عنصر تحكم"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "الخصائص: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "خصائص النموذج"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "ملاح النموذج"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "النموذج"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "النموذج"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "وحدة تحكم مخفية"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "عنصر تحكم"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "السجل"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "من"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "إضافة حقل:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "حدث خطأ أثناء الكتابة في قاعدة البيانات"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "خطأ في بنية عبارة الاستعلام"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "تنوي حذف سجل واحد."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "سيتم حذف # سجل."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6543,331 +6575,331 @@ msgstr ""
"هل تريد المتابعة على أي حال؟"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "شريط الملاحة"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "العمود"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "تعيين الخاصية '#'"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "إدراج في حاوية"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "حذف #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "حذف # كائن"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "استبدال أحد عناصر الحاوية"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "استبدال عنصر تحكم"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "زر الضغط"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "زر خيار"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "خانة اختيار"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "فشلت التسمية"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "مربع مجموعة"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "مربع نص"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "حقل مُنسَّق"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "مربع قائمة"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "مربع تحرير وسرد"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "زر صورة"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "التحكم بالصورة"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "تحديد الملف"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "حقل التاريخ"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "حقل الوقت"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "حقل رقمي"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "حقل العملة"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "حقل النمط"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "التحكم بالجدول "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "شريط التمرير"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "زر زيادة ونقصان"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "شريط الملاحة"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "تحديد متعدد"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "لا يوجد عناصر تحكم مرتبطة في النموذج الحالية!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (التاريخ)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (الوقت)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "ملاح الترشيح"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "مرشّح"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "أو"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "في النموذج الحالي، لا توجد عناصر تحكم صالحة يمكن استخدامها في طريقة عرض الجدول!"
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<حقل تلقائي>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "خطأ في بناء الجملة بعبارة SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "لا يمكن استخدام القيمة #1 مع LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "لا يمكن استخدام LIKE في هذا الحقل."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "القيمة المدخلة ليست بالتاريخ الصالح. الرجاء إدخال تاريخ بتنسيق صالح على سبيل المثال MM/DD/YY."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "لا يمكن مقارنة الحقل بعدد صحيح."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "قاعدة البيانات لا تحتوي على الجدول المسمى \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "قاعدة البيانات لا تحتوي على جدول مسمى أو حتى استعلام \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "قاعدة البيانات تحتوي مسبقا على جدول أو عرض باسم \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "قاعدة البيانات تحتوي مسبقا على استعلام باسم \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "العمود \"#1\" مجهول في الجدول \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "لا يمكن مقارنة الحقل مع رقم ذي نقطة عائمة!"
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "لا يمكن مقارنة المعيار الذي تم إدخاله بهذا الحقل."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "ملاح البيانات"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (للقراءة فقط)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "الملف موجود بالفعل. هل تريد استبداله؟"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "تسمية #object#"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6877,7 +6909,7 @@ msgstr ""
"أتريد حقًّا حذف هذا النّموذج؟"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6887,7 +6919,7 @@ msgstr ""
"أمتأكد من حذف السيرورة؟"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6897,13 +6929,13 @@ msgstr ""
"أمتأكد من حذف العنصر؟"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "هل ترغب بالفعل في حذف هذه الصفة '$ATTRIBUTENAME'؟"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6915,7 +6947,7 @@ msgstr ""
"أمتأكد من حذف التسليم؟"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6927,1001 +6959,1001 @@ msgstr ""
"أمتأكد من حذف الرابط؟"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "الاسم '%1' غير صالح في XML. الرجاء إدخال اسم مختلف."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "البادئة '%1' غير صالحة في XML. الرجاء إدخال بادئة مختلفة."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "الاسم '%1' موجود بالفعل. الرجاء إدخال اسم جديد."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "التسليم يجب أن يكون له اسم."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "إرسال"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "إحضار"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
#, fuzzy
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "لا شيء"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "السيرورة"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
#, fuzzy
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "المستندات:"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "الربط: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "مرجع: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "إجراء: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "طريقة: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "استبدال: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "إضافة عنصر"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "تحرير العنصر"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "حذف العنصر"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "إضافة صفة"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "تحرير الصفة"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "حذف الصفة"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "إضافة ربط"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "تحرير الربط"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "حذف الربط"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "إضافة طلب"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "تحرير التسليم"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "حذف التسليم"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "العناصر"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "السمات"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "روابط"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
#, fuzzy
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "ت_عبير الرّبط:"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "أتريد حقًّا إهمال استرجاع مستند %PRODUCTNAME؟"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "يسار"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "يمين"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "وسط"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "عشري"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "وضع الإدراج. انقر للتّغيير إلى وضع الكتابة الفوقيّة."
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "وضع الكتابة الفوقيّة. انقر للتّغيير إلى وضع الإدراج."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "الكتابة على"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "التوقيع الرقمي: توقيع المستند مقبول."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "التوقيع الرقمي: توقيع المستند مقبول ولكن الشهادات تعذر تحقق منها."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "التوقيع الرقمي: هذا المستند غير موقع."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "التوقيع الرقمي: توقيع المستند والشهادة صحيحان، لكن لم يتم توقيع جميع أجزاء المستند."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "لقد عُدّل المستند. انقر لحفظه."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "لم يتم أي تعديل في المستند منذ آخر عملية حفظ."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "يحمّل المستند..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "لائم الشّريحة إلى النّافذة الحاليّة."
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "قرّب"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "بعّد"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "٥٠٪"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "١٠٠٪"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "١٥٠٪"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "٢٠٠٪"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "صفحة كاملة"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "عرض الصفحة"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "المنظور الأمثل"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "بما في ذلك الأنماط"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "أنما~ط الفقرات"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "أنما~ط الخلايا"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "وصلت إلى نهاية المستند"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "وصلت إلى نهاية الورقة"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "لم يُعثر على مفتاح البحث"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "وصلت إلى بداية المستند"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "لوح الألوان"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "كلمة السر غير صحيحة"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "كلمتا السر غير متطابقتين"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "تنقيط دائرية صغيرة صلبة"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "تنقيط دائرية كبيرة صلبة"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "تنقيط ألماس صلب"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "تنقيط مربعة كبيرة صلبة"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "تنقيط سهم التأشير الأيمن ملئت "
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "تنقيط سهم التأشير اﻷيمن"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "رقم 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "رقم 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "رقم (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "أرقام رومانية كبيرة I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "أحرف كبيرة ‪A) B) C)‬"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "أحرف صغيرة ‪a) b) c)‬"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "أحرف صغيرة ‪(a) (b) (c)‬"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "أرقام رومانية صغيرة ‪i. ii. iii.‬"
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "عددي وعددي وأحرف صغيرة ونقطة دائرية صغيرة صلبة"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "عددي وأحرف صغيرة ونقطة دائرية صغيرة صلبة"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "عددي - حروف صغيرة - رومانية صغيرة - حروف كبيرة نقط دائرية صغيرة صلبة"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "عددي"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "حروف رومانية كبيرة - حروف صغيرة - حروف رومانية صغيرة - حروف صغيرة - نقطة دائرية صغيرة صلبة"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "حروف كبيرة - حروف رومانية كبيرة - حروف صغيرة - حروف رومانية صغيرة - نقطة دائرية صغيرة صلبة"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "عددي مع كل المستويات الفرعية"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "نقطة تأشير يمين، نقطة سهم تأشير يمين، نقطة ألماسية صلبة، نقطة دائرية صغيرة صلبة"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "تعذر إنشاء ملف zip."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "أنماط تصميم الجدول"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "الإجراءات التي سيتم التراجع عنها: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "الإجراءات التي سيتم التراجع عنها: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "الإجراءات التي ستتم إعادتها: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "الإجراءات التي ستتم إعادتها: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "بحث"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "مطابقة الحالة"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) f بكسل)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) x $(HEIGHT) بدقّة $(DPI) نقطة لكل بوصة"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) ك.بايت"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "صورة GIF"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "صورة JPEG"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "صورة PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "صورة TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "صورة WMF"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "صورة MET"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "صورة PCT"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "صورة SVG"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "صورة BMP"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "مجهول"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "حوّل"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "وضع الصورة"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "أحمر"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "أخضر"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "أزرق"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "الإضاءة"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "التباين"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "جاما"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "الشفافية"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "اقتصاص"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "الاتجاه المبدئيّ"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "من أعلى إلى أسفل"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "من أسفل إلى أعلى"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "متراكم"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "الهامش الأيسر: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "الهامش العلوي: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "الهامش الأيمن: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "الهامش السفلي: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "وصف الصفحة: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "أحرف كبيرة"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "أحرف صغيرة"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "أحرف استهلالية رومانية"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "أحرف صغيرة رومانية"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "العربية"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "بلا"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "بالعرض"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "بالطول"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "اليسار"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "اليمين"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "الكل"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "منعكس"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "المؤلف: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "التاريخ: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "النص: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "خلفية الحرف"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "لوح الألوان"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7929,1932 +7961,1932 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "لاتيني أساسي"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "لاتيني-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "لاتيني موسّع-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "لاتيني موسّع-A"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "ملحقات IPA "
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "أحرف معدّل المسافات"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "ضم علامات المميزة"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "يوناني أساسي"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "رموز يونانية وقبطية"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "السيريلية"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "الأرمنية"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "عبري أساسي"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "عبري موسّع"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "عربي أساسي"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "عربي موسّع"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "ديفاناغاري"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "البنغالية"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "غورموكي"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "الجيوجاراتية"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "الأورية"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "التاميلية"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "التيلوجو"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "الكانادية"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "المالايلامية"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "التايلاندية"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "اللاوية"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "الجورجية الأساسية"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "الجورجية الموسّعة"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "هانغول جامو"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "إضافات لاتينية موسعة"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "يوناني موسّع"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "علامات تنقيط عامّة"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "مرتفع ومنخفض"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "رموز العملة"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "ضم الرموز المميزة"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "رموز كالأحرف"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "أشكال الأرقام"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "الأسهم"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "مُعاملات رياضية"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "تقنية متنوعة"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "تحكم بالصور"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "تعرف بصري على الأحرف"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "تضمين النظام الذي يحوي الحروف والأرقام معا"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "رسم مربع"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "عناصر الكتلة"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "أشكال هندسية"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "رموز مختلفة"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "رموز تزيينية"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "رموز وعلامات تنقيط صينية ويابانية وكورية"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "هيراجانا"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "كاتاكانا"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "بوبوموفو"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "جامو المتوافق مع هانغول"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "متفرقات صينية ويابانية وكورية"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "أحرف وأشهر صينية ويابانية وكورية في دائرة"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "توافق الصينية واليابانية والكورية"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "هانغول"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "أيديوغرام موحّد صيني وياباني وكوري"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات أ)"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "منطقة استعمال خاص"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "توافق إيديوغرام الصينية واليابانية والكورية"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "نماذج عروض تقديمية أبجدية"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "نماذج عروض تقديمية عربية-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "ضم علامات النصف"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "نماذج توافق الصينية واليابانية والكورية"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "أنواع النماذج الصغيرة"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "نماذج عروض تقديمية عربية-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "نماذج نصف العرض وكامل العرض"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "خاصة"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "مقاطع يي"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "جذور يي"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "إيطالي قديم"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "القوطية"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "الديسيريت"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "رموز موسيقية بيزنطية"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "رموز موسيقية"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "رموز رياضية أبجدية رقمية"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات ب)"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات ج)"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات د)"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "إديوگرافات ص‌ي‌ك توافقية (تكميلي)"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "الوسوم"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "سريلي تكميلي"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "تحديدات مختلفة"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "مساحة تكميلية للاستعمال الخاص-أ"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "مساحة تكميلية للاستعمال الخاص-ب"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "اللمبو"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "تاي لي"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "رموز الخمارية"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "امتدادات صوتية"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "رموز وأسهم متفرقة"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "رموز يي جِن السداسية"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "مقاطع خطية ب"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "صور معنوية خطية ب"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "أرقام إيجية"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "الأوغاريتية"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "الشفيانية"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "العثمانية"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "سينهالا"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "التيبتية"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "ميانمار"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "الخميرية"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "الأوغمية"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "روني"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "السريانية"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "تانا"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "الحبشية"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "شيروكي"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "مقاطع الأرومي الكاناديين"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "المنغولية"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "رموز رياضية متفرقة-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "أسهم إضافية-A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "أحرف بريل"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "أسهم إضافية-B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "رموز رياضية متفرقة-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "تحميل العلامات الجذرية الصينية واليابانية والكورية"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "جذور كانغ سي"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "أحرف وصف إيديوغرامية"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "فلبينية"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "هانونو"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "تاغبانوا"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "بوهِد"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "كانبَن"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "بوبوموفو موسّع"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "صوتيّات كاتاكانا "
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "تركيبات ص‌ي‌ك"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "مقاطع القبرصية"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "رموز تاي زوان دجن"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "تكميليات منتقيات التنويعات"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "رموز موسيقية يونانية قديمة"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "أرقام يونانية قديمة"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "عربي تكميلي"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "البجينيزية"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "تكميلة علامات تشكيل مركبة"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "القبطية"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "إثيوبي ممتد"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "إثيوبي تكميلي"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "جورجي تكميلي"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "گلاگولي"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "خاروشذي"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "حروف النغمات المغيرة"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "تاي لو الجديد"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "فارسية قديمة"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "امتدادات صوتية تكميلية"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "ترقيم تكميلي"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "سيولتي ناگري"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "تيفيناغ"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "نماذج رأسية"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "إنكو"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "بالينية"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "لاتيني موسّع-ج"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "لاتيني موسّع-د"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "فاگس-با"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "فينيقية"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "مسماري"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "أعداد وترقيم مسماري"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "تعداد أرقام رود"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "سُنداني"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "ليبشا"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "أُول تشيكي"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "سريلي موسّع-أ"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "ڤاي"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "سريلي موسّع-ب"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "سوراشترا"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "كاياه لي"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "ريجانگ"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "تشام"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "رموز أثرية"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "قرص فستوس"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "ليشياني"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "كاريان"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "ليديان"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "مربعات ماهجونغ"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "مربعات دومينو"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "سامري"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "مقاطع الكنديين الأصليين موسع"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "تاي ثام"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "امتدادات ڤيدية"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "ليسو"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "باموم"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "أشكال الأعداد الهندية الشائعة"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "ديفاناغاري موسّع"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "هنگول جامو موسّع-أ"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "جاوية"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "ميانمار موسّع-أ"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "تاي ڤيت"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "ميتي مايك"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "هنگول جامو موسّع-ب"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "آرامي ملكي"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "عربي جنوبي قديم"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "أڤستانية"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "بارثيان نحتي"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "بهلوي نحتي"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "تركي قديم"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "رموز أرقام رومية"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "كياثي"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "هيروغليفي مصري"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "أبجدي رقمي محاط تكميلي"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "إديوگرافات محاطة تكميلي"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "مندياني"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "باتاك"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "إثيوبي موسّع-أ"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "برهمي"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "باموم تكميلي"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "كانا تكميلي"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "أوراق لعب"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "رموز وبكتوجرافات متنوعة"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "صور تعبيرية"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "رموز السفر والخرائط"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "رموز الخيميا"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "عربي موسّع-أ"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "رموز رياضية عربية أبجدية"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "شاكما"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "ميتي مايك تكميلي"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "مروية متصلة"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "مروية هيروغليفية"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "مياو"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "شارادا"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "سورا سُمپِنگ"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "سُنداني تكميلي"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "تاكري"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "تكميلة علامات تشكيل مركبة"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "لاتيني موسّع-A"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "خطّي"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "وضع"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "ميانمار موسّع-أ"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "عربي جنوبي قديم"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "أسهم إضافية-A"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات أ)"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "سريلي موسّع-أ"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "جورجي تكميلي"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "جديد"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "الإستخدام"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات أ)"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "ميانمار موسّع-أ"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "سريلي تكميلي"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10658,6 +10690,7 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "خط حد قطري من أسفل اليسار إلى أعلى اليمين"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10665,7 +10698,7 @@ msgid "None"
msgstr "لا شيء"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10673,14 +10706,14 @@ msgid "Bullet"
msgstr "نقاط"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "الرسومات"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10688,217 +10721,217 @@ msgid "Linked graphics"
msgstr "الصور المرتبطة"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "‏1، ‏2، ‏3، ‏..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "‏A، ‏B، ‏C، ‏..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "‏a، ‏b، ‏c، ‏..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "‏I، ‏II، ‏III، ‏..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "‏i، ‏ii، ‏iii، ‏..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "‏A، ..، ‏AA، ..، ‏AAA، ‏..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "‏a، ..، ‏aa، ..، ‏aaa، ‏..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "الأرقام المحلية"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "‏А، ‏Б، ..، ‏Аа، ‏Аб، ‏... (بلغاري)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "‏а، ‏б، ..، ‏аа، аб، ‏... (بلغاري)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "‏А، ‏Б، ..، ‏Аа، ‏Бб، ‏... (بلغاري)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "‏а، ‏б، ..، ‏аа، ‏бб، ‏... (بلغاري)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "‏А، ‏Б، ..، ‏Аа، ‏Аб، ‏... (روسي)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "‏а، ‏б، ..، ‏аа، ‏аб، ‏... (روسي)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "‏А، ‏Б، ..، ‏Аа، ‏Бб، ‏... (روسي)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "‏а، ‏б، ..، ‏аа، ‏бб، ‏... (روسي)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "‏А، ‏Б، ..، ‏Аа، ‏Аб، ‏... (صربي)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "‏а، ‏б، ..، ‏аа، ‏аб، ‏... (صربي)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "‏А، ‏Б، ..، ‏Аа، ‏Бб، ‏... (صربي)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "‏а، ‏б، ..، ‏аа، ‏бб، ‏... (صربي)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "‏Α، ‏Β، ‏Γ، ‏... (حروف يونانية كبيرة)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "‏α، ‏β، ‏γ، ‏... (حروف يونانية صغيرة)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١، ٢، ٣، ٤، … (عربي)"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱، ۲، ۳، ۴، … (فارسي)"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16270,7 +16303,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/ar/sw/messages.po b/source/ar/sw/messages.po
index 33dc8b3ae12..ab00cd38569 100644
--- a/source/ar/sw/messages.po
+++ b/source/ar/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2020-06-26 08:22+0000\n"
"Last-Translator: صفا الفليج <safa1996alfulaij@gmail.com>\n"
"Language-Team: Arabic <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/ar/>\n"
@@ -573,7 +573,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "عدد الفقرات:"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -581,1301 +581,1337 @@ msgstr "عدد الفقرات:"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -11013,127 +11049,127 @@ msgid "Width:"
msgstr "العرض:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "التّباعد:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "العرض والتباعد"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "النّ_مط:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "ال_عرض:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "الا_رتفاع:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "الم_وضع:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "الجزء العلوي"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "وسط"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "الجزء السفلي"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "ال_لون:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "سطر الفاصل"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "الأعمدة:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "توزيع المحتويات على _كل الأعمدة بالتساوي"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "التحديد"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "القسم الحالي"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "الأقسام المحددة"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "الإطار"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "نمط الصفحة: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "_طبّق على:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "اتّ_جاه النّصّ:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "إعدادات"
@@ -12866,67 +12902,67 @@ msgid "Space to text"
msgstr "المسافة حتى النص"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "منطقة الحاشية"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "الم_وضع"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "ال_نمط"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "ال_سمك"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "ال_لون"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "ال_طول"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "المسا_فة حتى محتويات الحاشية"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "يسار"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "وسط"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "يمين"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "السطر الفاصل"
@@ -19276,7 +19312,7 @@ msgid "_More Options"
msgstr "_خيارات أخرى"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "خيارات أكثر"
@@ -21500,43 +21536,43 @@ msgid "Remaining space:"
msgstr "المساحة المتبقّية:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "عرض عمود ٢"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "عرض عمود ٣"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "عرض عمود ٤"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "عرض عمود ٥"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "عرض عمود ٦"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "عرض عمود ١"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "عرض العمود"
diff --git a/source/as/chart2/messages.po b/source/as/chart2/messages.po
index 4581b85a061..ef5da8d00ae 100644
--- a/source/as/chart2/messages.po
+++ b/source/as/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2409,47 +2409,47 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "লিখনীৰ দিশ"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr ""
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "সাধাৰণ"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr ""
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "স্বনিৰ্বাচিত"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr ""
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "ব্যৱধান (_S)"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
diff --git a/source/as/cui/messages.po b/source/as/cui/messages.po
index 9e7e47ffd3f..7a7b435fdd4 100644
--- a/source/as/cui/messages.po
+++ b/source/as/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4396,45 +4396,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "কেৱল টেক্সট (_T)"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/as/dbaccess/messages.po b/source/as/dbaccess/messages.po
index 250ac17b6c8..5ee010e3f2a 100644
--- a/source/as/dbaccess/messages.po
+++ b/source/as/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-01-07 12:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Assamese <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/as/>\n"
@@ -973,20 +973,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "কামবোৰ"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "বিৱৰণ"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "পূৰ্বদৃশ্য"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
@@ -1001,31 +995,31 @@ msgstr ""
"আপুনি সকলো ডকুমেন্ট বন্ধ কৰিবলৈ বিচাৰেনেকি?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "ফর্মৰ নাম (~o)"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "ৰিপর্টৰ নাম (~R)"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "ফোল্ডাৰৰ নাম (~o)"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "এই আলেখ্যনত প্ৰোথিত থকা macros থকা ফৰ্ম বা প্ৰতিবেদন আছে ।"
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1041,261 +1035,261 @@ msgstr ""
"মন কৰিব যে প্ৰব্ৰজন শেষ নোহোৱালৈকে আপুনি ডাটাবেইচৰ দস্তাবেজত মেক্ৰ'সমূহ প্ৰোথিত কৰিব নোৱাৰে। "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "প্ৰোথিত তথ্যভঁৰদাল"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "আপুনি বিভিন্ন বিভাগ বাচিব নোৱাৰে।"
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "অসমৰ্থিত অবজেক্ট ধৰণ পোৱা গৈছে ($type$)।"
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "উন্নত বৈশিষ্ট্যসমূহ"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "অতিৰিক্ত ছেটিংছ্"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "সংযোগ ছেটিংছ্"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "টেবুলৰ নাম (~T)"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "প্ৰশ্নৰ নাম (~Q)"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "চিহ্নিত নামলৈ পুনৰ নামকৰণ কৰক"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "চিহ্নিত ৰূপে সুমুৱাওক"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "আপুনি নিৰ্বাচিত ডাটাটো ডিলিট কৰিব বিচাৰেনেকি ?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "বৰ্গীকৰণ নিৰ্ণায়কটো ছেটিং কৰোঁতে ভুল হৈছে"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "ফিল্টাৰ নিৰ্ণায়কটো ছেটিং কৰোঁতে ভুল হৈছে"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "সংযোগ নষ্ট হ'ল"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "প্ৰশ্নবোৰ"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "টেবুলবোৰ"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "ডিলিট কৰাটো নিশ্চিত কৰক"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "'%1' টেবুলখন আপুনি ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
#, fuzzy
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "ডাটাবেছটোলৈ সংযোগ হেৰাই গৈছে. আপুনি পুনৰ সংযোগ কৰিবলৈ বিচাৰেনেকি?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "সঁকিয়নিবোৰৰ সন্মুখীন হ'ল"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "টেবুলবোৰ সংশোধন কৰোতে, সঁকিয়নিবোৰ ডাটাবেছ সংযোগটোৰ দ্বাৰা ৰিপৰ্ট কৰা হ'ল."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "\"$name$\" লৈ ল'ড কৰি আছে ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "$name$ ল'ড কৰি আছে ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "$name$ টেবুল ল'ড কৰি আছে ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "কোনো টেবুল ফৰমেট পাব পৰা নগ'ল."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "ডাটা উত্স\"$name$\" টো স্থাপন কৰিব পৰা নগ'ল."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "অজ্ঞাত;টেক্সট্;সংখ্যা;তাৰিখ/সময়;তাৰিখ;সময়;হয়/নহয়;মুদ্ৰা;মেম';কাউন্টাৰ;ছবি;টেক্সট (নিৰ্দিষ্ট);দশমিক;বাইনেৰী (নিৰ্দিষ্ট);বাইনেৰী;BigInt;দ্বৈত;ফ্লট্;প্ৰকৃত;অখণ্ড সংখ্যা;সৰু অখণ্ড সংখ্যা;অতি ক্ষুদ্ৰ অখণ্ড সংখ্যা;SQL বাতিল;বস্তু;স্পষ্ট;গাথঁনি;ফিল্ড;BLOB;CLOB;REF;OTHER"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "প্ৰাথমিক চাবি ভৰাওক/আঁতৰাওক"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "হয়"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "নহয়"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<none>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "ফিল্ড নাম"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "ফিল্ড প্রকাৰ"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "বিৱৰণ"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "স্তম্ভ বিৱৰণ"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "ফিল্ড বৈশিষ্ট্যবোৰ"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "কক্ষ সলনি কৰক"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "শাৰী ডিলিট কৰক"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "ফিল্ড প্রকাৰ সলনি কৰক"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "শাৰী ভৰাওক"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "নতুন শাৰী ভৰাওক"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "অবিকল্পিত মান (~D)"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1305,7 +1299,7 @@ msgstr ""
"ফিল্ডখনত ডিফল্ট মূল্য নাথাকিবলৈ খালী ষ্ট্ৰীংটো নিৰ্বাচন কৰক."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1317,19 +1311,19 @@ msgstr ""
"আপুনি পাছত যেতিয়া টেবুলত ডাটা ভৰায়, নিৰ্বাচিত ফাইলৰ কাৰণে এই ষ্ট্ৰীং প্ৰতিটো নতুন ৰেকৰ্ডত ব্যৱহৃত হব. এইটো , সেইকাৰণে, কক্ষ ফৰমেটটোৰ লগত সামঞ্জস্য ৰাখি সেইটো তলত এন্টাৰ কৰাটো প্ৰয়োজন."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "অনুমতি থকা সৰ্বাধিক টেকস্টৰ দৈৰ্ঘ্য দিয়ক ।"
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "নাম্বাৰ ফৰমেটটো ভৰাওক."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1343,25 +1337,25 @@ msgstr ""
"মূল্যটো যথাক্ৰমে শুদ্ধ কৰা হ'ব যেতিয়া ই এই ডাটাবেছৰ সৰ্বাধিকটো অতিক্ৰম কৰে."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "এই ফিল্ডত অনুমোদিত দশমিক স্থানবোৰৰ সংখ্যাটো নিৰ্দিষ্ট কৰক."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "বৰ্তমানৰ ফৰমেটটোত কেনেকৈ ডাটা প্ৰদৰ্শিত হ'ব এইখিনিতেই আপুনি দেখে (ফৰমেটটো ৰূপান্তৰ কৰিবলৈ সোঁফালে থকা বাটনটো ব্যৱহাৰ কৰক)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "এইখিনিতেই আপুনি ডাটাটোৰ আউটপুট ফৰমেটটো নিৰ্ধাৰণ কৰে."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1373,49 +1367,49 @@ msgstr ""
"এইধৰণৰ ফিল্ডবোৰত আপুনি ডাটা ভৰাব নোৱাৰে. প্ৰতিটো নতুন ৰেকৰ্ডলৈ এটা অন্তনিৰ্হিত মূল্য স্বয়ংক্ৰিয়ভাৱে নিৰ্ধাৰণ কৰা হ'ব(পূৰ্বৱৰ্তী ৰেকৰ্ডৰ বৃদ্ধিৰ পৰা ওলোৱা)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "টেবুলখন ছেভ কৰিব নোৱাৰি কাৰণ স্তম্ভ \"$column$\" ৰ নাম দুবাৰ নিৰ্ধাৰণ কৰা হৈছে."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "\"$column$\" স্তম্ভটো প্ৰাইমেৰী চাবিটোৰ অন্তৰ্ভূক্ত.যদি স্তম্ভটো ডিলিট কৰা হয়, প্ৰাথমিক চাবিটোও ডিলিট হ'ব. আপুনি সঁচাকৈয়ে অব্যাহত ৰাখিবলৈ বিচাৰেনেকি?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "প্রাথমিক চাবি প্ৰভাৱিত"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "স্তম্ভ"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "যিকোনো উপায়ে অব্যাহত ৰাখিবনে?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "ডাটাবেছলৈ সংযোগ কৰোঁতে হোৱা সমস্যাৰ কাৰণে টেবুলখন ছেভ কৰিব পৰা নগ'ল."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "ডাটা উত্সটো ডিলিট কৰা হৈছে বাবেই টেবুল ফিল্টাৰটো সমাযোজন কৰিব পৰা নগ'ল."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
#, fuzzy
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
@@ -1426,13 +1420,13 @@ msgstr ""
"আপুনি সলনিবোৰ এতিয়া ছেভ কৰিবলৈ বিচাৰেনেকি?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "কোনো প্রাইমেৰী চাবি নাই"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1446,25 +1440,25 @@ msgstr ""
"এতিয়াই এটা প্ৰাথমিক চাবি সৃষ্টি কৰা উচিতনে?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "\"$column$\" স্তম্ভটো সলনি কৰিব পৰা নগ'ল. স্তম্ভটো তথাপিও ডিলিট কৰা আৰু নতুন ফৰমেট সংলগ্ন কৰা উচিতনে?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "টেবুলৰ পৰিকল্পনা ৰক্ষা কৰোঁতে ভুল"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "$column$ স্তম্ভ আঁতৰাব পৰা ন'গ'ল ।"
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1476,7 +1470,7 @@ msgstr ""
"যেতিয়া টেবুলখন সৃষ্টি কৰা হয় এই বিবৃতিটো ডাটাবেছটোলৈ প্ৰত্যক্ষভাৱে বদলি কৰা হ'ব."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1486,37 +1480,37 @@ msgstr ""
"এই ডাটা উত্সৰ বাবে টেবুল ডিজাইন প্ৰকাৰ মজুত নাই."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "ফিল্ডৰ নাম সলনি কৰক"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "ফিল্ডৰ প্রকাৰ সলনি কৰক"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "স্তম্ভৰ বিৱৰণ সলনি কৰকে"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "ফিল্ডৰ এট্ৰিবিয়ুট সলনি কৰক"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "ডাটা উত্স \"$name$\" লৈ এটা পাছৱৰ্ড সংযোগ কৰা প্ৰয়োজন."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1532,49 +1526,49 @@ msgstr ""
"নাই. এইটো সৃষ্টি কৰা উচিতনে?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "$name$ নিৰ্দেশিকাখন সৃষ্টি কৰিব পৰা নগ'ল."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ফাইলটো ইতিমধ্যে আছে. আপুনি অভাৰৰাইট কৰিবলৈ বিচাৰেনেকি?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "ফল্ডাৰ"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "ডাটাবেছৰ বৈশিষ্ট্যবোৰ"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "ডাটা উত্স বৈশিষ্ট্যবোৰ: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "ইয়াৰ সলনি ইতিমধ্যে থকা তথ্যভঁৰাললৈ সংযোগ কৰিবলৈ অনুগ্ৰহ কৰি 'ইতিমধ্যে থকা তথ্যভঁৰাললৈ সংযোগ কৰক' নিৰ্ব্বাচন কৰক ।"
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "প্ৰগ্ৰেম লাইব্ৰেৰী #lib# টো ল'ড কৰিব পৰা নগ'ল নাইবা ই ক্ষতিগ্ৰস্থ হৈছে। ODBC তথ্য উৎসৰ নিৰ্বাচন মজুত নাই।"
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1584,152 +1578,152 @@ msgstr ""
"ছেটিংছটো সলনি কৰিবলৈ আপোনাক অনুমতি দিয়া হৈছে, কিন্তু আপুনি সম্ভৱতঃ ডাটাবেছটোলৈ সংযোগ কৰিবলৈ সমৰ্থ নহব."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{None}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 ছেট কৰাটো অপৰিহাৰ্য."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 আৰু #2 বেলেগ হোৱাটো অপৰিহাৰ্য."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "তেনেধৰণৰ ?,* ৱাইল্ডকাৰ্ডবোৰ #1ত অনুমোদিত নহয়."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "সংযোগ পৰীক্ষা"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "সংযোগটো সফলতাৰে প্ৰতিষ্ঠা কৰা হ'ল."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "সংযোগ স্থাপন কৰিব নোৱাৰি ।"
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "JDBC ড্ৰাইভাৰটো সফলতাৰে ল'ড কৰা হ'ল."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "JDBC ড্ৰাইভাৰটো ল'ড কৰিব পৰা নগ'ল."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS এক্সেছ ফাইল"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007 নথিপত্ৰ"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Firebird ডাটাবেইচ"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "ছিষ্টেম"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "সৃষ্টি কৰাৰ সময়ত ভুল"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "\"$file$\" আলেখ্যন খুলিব নোৱাৰি ।"
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "টেবুলখন ডিলিট কৰিব নোৱাৰি কাৰণ ডাটাবেছ সংযোগটোৱে এইটো সমৰ্থন নকৰে."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "সকলো (‌~A)"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "পূৰ্ব নিৰ্দেশ বাতিল কৰক:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "পুনৰ কৰক:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "স্তম্ভ '#1' ৰ কাৰণে কোনো সামঞ্জস্য থকা স্তম্ভৰ প্ৰকাৰ পোৱা নগ'ল."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "\"$file$\" ফাইলটোৰ অস্তিত্ব নাই."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "তথ্য উৎসলৈ সংযোগ কৰোঁতে সকীয়নি পোৱা গ'ল । সিহঁতক চাবলৈ \"$buttontext$\" টিপক ।"
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1740,199 +1734,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "SDBC ড্ৰাইভাৰ পৰিচালক (#servicename#) টো সংযোগ কৰিব নোৱাৰি."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "URL #connurl# টোৰ বাবে এটা ড্ৰাইভাৰ ৰেজিষ্টাৰ কৰা নাই।"
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "সফলতাৰে সংযোগ কৰা হ'ল, কিন্তু ডাটাবেছ টেবুলবোৰৰ বিষয়ে তথ্য মজুত নাই."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "সকলো টেবুল"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "সকলো দৃশ্য"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "সকলোবোৰ টেবুল আৰু দৃশ্য"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "টেবুলৰ নাম"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "ডাটা ভৰাওক"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "ডাটা ডিলিট কৰক"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "ডাটা ৰূপান্তৰ কৰক"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "গাঁথনিক পৰিৱর্তন"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "ডাটা পঢ়ক"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "প্রসংগবোৰ ৰূপান্তৰ কৰক"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "গাঁথনি আঁতৰ কৰক"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "dBASE ফাইলবোৰলৈ পথ"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "টেক্সট ফাইলবোৰলৈ পথ"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "স্প্ৰেডশ্বীট ডকুমেন্টটোলৈ পথ"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "আপোনাৰ ছিষ্টেমত ODBC ডাটা উত্সটোৰ নাম"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "MySQL ডাটাবেছটোৰ নাম"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "অৰেকল ডাটাবেছটোৰ নাম"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Microsoft Access ডাটাবেইচ ফাইল"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "আৰু কোনো ছেটিংৰ প্ৰয়োজন নাই। সংযোগে কাম কৰি আছে নে নিৰূপণ কৰিবলৈ '%test' বুটাম ক্লিক কৰক।"
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "হস্ট নাম (~H)"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Mozilla আলেখ্যৰ নাম (~M)"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Thunderbird আলেখ্যৰ নাম (~T)"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "টেবুলবোৰ যোগ কৰক"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "টেবুল বা প্ৰশ্ন যোগ কৰক"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "স্তম্ভবোৰ প্ৰয়োগ কৰক"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "প্ৰকাৰ ফৰমেট কৰা হৈছে"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1940,163 +1934,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "স্তম্ভ নির্ধাৰণ কৰক"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< পিছলৈ (~B)"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "পৰৱর্তী (~N) >"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "সৃষ্টি কৰক (~r)"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "টেবুলৰ প্ৰতিলিপি কৰক"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "টেবুলৰ প্ৰতিলিপি কৰক"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "বৰ্তমানৰ ডাটাবেছত এই টেবুলৰ নামটো কাৰ্যকৰী নহয়."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "বৰ্ত্তমানৰ টেবুলত তথ্য যোগ কৰিবলৈ প্ৰথম পৃষ্ঠাত 'তথ্য যোগ কৰক' বিকল্প নিৰ্ব্বাচন কৰক ।"
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "অনুগ্ৰহ কৰি টেবুলৰ নামটো সলনি কৰক. এইটো বহুত দীঘল."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "ডাটাবেছ উইজাৰ্ড"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "ডাটাবেছ বাছনী কৰক"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "dBASE সংযোগ ছেট আপ কৰক"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "টেক্সট ফাইলবোৰলৈ এটা সংযোগ ছেট আপ কৰক"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "মাইক্ৰ'ছফট এক্সেছ সংযোগ ছেট আপ কৰক"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "LDAP সংযোগ ছেট আপ কৰক"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "ADO সংযোগ ছেট আপ কৰক"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "JDBC সংযোগ ছেট আপ কৰক"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "অৰেকল ডাটাবেছ সংযোগ ছেট আপ কৰক"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "MySQL সংযোগ ছেট আপ কৰক"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "ODBC সংযোগ ছেট আপ কৰক"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "ব্যৱহাৰকৰ্তাৰ বিশ্বাসযোগ্যকৰণ ছেট আপ কৰক"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "MySQL চাৰ্ভাৰ তথ্য সংহতি কৰক"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "সংৰক্ষণ কৰক আৰু আগবাঢ়ক"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "নতুন ডাটাবেছ্"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "JDBC ব্যৱহাৰ কৰি এটা MySQL ডাটাবেছলৈ সংযোগ ছেট আপ কৰক"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
#, fuzzy
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
@@ -2107,68 +2101,68 @@ msgstr ""
"অনুগ্ৰহ কৰি আপোনাৰ ছিষ্টেম এডমিনিষ্ট্ৰেটৰক যোগাযোগ কৰক যদিহে আপুনি তলৰ ছেটিংছৰ বিষয়ে নিশ্চিত নহয়।"
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC ড্ৰাইভাৰ শ্ৰেণী (~r):"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "অবিকল্পিত: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "dBASE ফাইলবোৰলৈ এটা সংযোগ ছেট আপ কৰক"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "ফাইলটো নিৰ্বাচন কৰক য'ত dBASE ফাইলবোৰ ষ্টৰ কৰা আছে."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "টেক্সট ফাইলবোৰলৈ এটা সংযোগ ছেট আপ কৰক"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
#, fuzzy
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "ফল্ডাৰটো নিৰ্বাচন কৰক য'ত CSV (কমা ছেপাৰেটেড ভেল্যুজ) টেক্সট ফাইলবোৰ ষ্টৰ কৰা আছে. %PRODUCTNAME আধাৰে কেৱল পঢ়িব পৰা প্ৰকাৰতহে এই ফাইলবোৰ খুলিব."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "টেক্সট ফাইলবোৰলৈ পথ"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "মাইক্ৰছফট এক্সেছ ডাটাবেছলৈ এটা সংযোগ ছেট আপ কৰক"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "অনুগ্ৰহ কৰি আপুনি প্ৰবেশ কৰিবলৈ বিচৰা মাইক্ৰছফট এক্সেছ ফাইলটো নিৰ্বাচন কৰক."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "এটা ADO ডাটাবেছলৈ এটা সংযোগ ছেট আপ কৰক"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
#, fuzzy
msgctxt "STR_ADO_HELPTEXT"
msgid ""
@@ -2181,13 +2175,13 @@ msgstr ""
"অনুগ্ৰহ কৰি আপোনাৰ ছিষ্টেম প্ৰশাসকক যোগাযোগ কৰক যদিহে আপুনি তলৰ ছেটিংছবোৰৰ বিষয়ে নিশ্চিত নহয়."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "এটা ODBC ডাটাবেছলৈ এটা সংযোগ ছেট আপ কৰক"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
#, fuzzy
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
@@ -2200,13 +2194,13 @@ msgstr ""
"অনুগ্ৰহ কৰি আপোনাৰ ছিষ্টেম প্ৰশাসকক যোগাযোগ কৰক যদিহে আপুনি তলৰ ছেটিংছবোৰৰ বিষয়ে নিশ্চিত নহয়।"
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "এটা JDBC ডাটাবেছলৈ এটা সংযোগ ছেট আপ কৰক"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
#, fuzzy
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
@@ -2217,25 +2211,25 @@ msgstr ""
"অনুগ্ৰহ কৰি আপোনাৰ ছিষ্টেম এডমিনিষ্ট্ৰেটৰক যোগাযোগ কৰক যদিহে আপুনি তলৰ ছেটিংছবোৰৰ বিষয়ে নিশ্চিত নহয়।"
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "এটা অৰেকল ডাটাবেছলৈ এটা সংযোগ ছেট আপ কৰক"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "ডিফল্ট: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle JDBC ড্ৰাইভাৰ শ্ৰেণী (~d)"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
#, fuzzy
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
@@ -2246,13 +2240,13 @@ msgstr ""
"অনুগ্ৰহ কৰি আপোনাৰ ছিষ্টেম প্ৰশাসকৰ সৈতে যোগাযোগ কৰক যদিহে আপুনি তলৰ ছেটিংছবোৰৰ বিষয়ে নিশ্চিত নহয়।"
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "স্প্ৰেডশ্বীটলৈ এটা সংযোগ ছেট আপ কৰক"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
#, fuzzy
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
@@ -2263,278 +2257,278 @@ msgstr ""
"কেৱল পঢ়িব পৰা প্ৰকাৰত %PRODUCTNAME য়ে এই ফাইলটটো খুলিব."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "অৱস্থান আৰু ফাইলৰ নাম (~L)"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "নিৰ্দেশ সফলতাৰে কাৰ্যকৰী কৰা হল."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "ডাটাবেছলৈ সংযোগ হেৰাই গৈছে. এই সংলাপটো বন্ধ কৰা হব."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "ক্ৰম বৰ্গীকৰণ কৰক"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "অনুক্রমণিকা ফিল্ড"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "আৰোহণ কৰি আছে"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "অৱৰোহণ কৰি আছে"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "আপুনি সচাকৈয়ে '$name$' অনুক্ৰমণিকাটো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "অনুক্রমণিকা"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "অনুক্ৰমণিকাটোত কমপক্ষেও এখন ফিল্ড থকাটো অপৰিহাৰ্য ."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "\"$name$\" নামৰ এটা অনুক্ৰমণিকা আগৰে পৰা আছে."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "এটা অনুক্ৰমণিকা সংজ্ঞাত, কোনো টেবুল স্তম্ভ এবাৰতকৈ বেছিকৈ নোলাব পাৰে. তথাপিও, আপুনি\"$name$\" স্তম্ভ দুবাৰ ভৰাইছে."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
#, fuzzy
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "\"$name$\" স্তম্ভটোৰ কাৰণে প্ৰৱিষ্টিটো এটা কাৰ্যকৰী মূল্যলৈ সলনি কৰিব পৰা নগ'ল"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "SQL অৱস্থা"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "ত্ৰুটি ক'ড"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "এই ভুলটোৰ এটা নিয়মীয়া কাৰণ হৈছে আপোনাৰ ডাটাবেছৰ ভাষাৰ কাৰণে অনুপযুক্ত আখৰ ছেট ছেটিং কৰাটো. সম্পাদনা-ডাটাবেছ-বৈশিষ্ট্য বাছনী কৰি ছেটিংটো পৰীক্ষা কৰক."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "ভুল"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "সতৰ্কবাৰ্তা"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "তথ্য"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "পুংখানুপূংখ বিৱৰণবোৰ"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "আপুনি সঁচাকৈয়ে ব্যৱহাৰকৰ্তাক ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "ডাটাবেছটোৱে ব্যৱহাৰকৰ্তাৰ প্ৰশাসন সমৰ্থন নকৰে."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "পাছৱৰ্ডবোৰ মিলা নাই. অনুগ্ৰহ কৰি পাছৱৰ্ডটো আকৌ ভৰাওক."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "অনুগ্ৰহ কৰি মন কৰক যে কিছুমান ডাটাবেছে এই জোৰা দিয়া প্ৰকাৰ সমৰ্থন নকৰিব পাৰে."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "কেৱল সেই ৰেকৰ্ডবোৰহে অন্তৰ্ভূক্ত কৰে যিবোৰৰ কাৰণে বিষয়বোৰৰ সম্বন্ধীয় ফিল্ডবোৰৰ দুয়োখন টেবুল একেধৰণঁৰ."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "'%1'ৰ পৰা ALL ৰেকৰ্ডবোৰ ধাৰণ কৰে কিন্তু '%2' টেবুলৰ পৰা সেই ৰেকৰ্ডবোৰহে ধাৰণ কৰে য'ত সম্বন্ধীয় ফিল্ডবোৰৰ মূল্যবোৰ মিলি আছে."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "'%1' আৰু '%2'ৰ পৰা ALL ৰেকৰ্ডবোৰ ধাৰণ কৰে."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "'%1' আৰু '%2' ৰ পৰা পোৱা সকলো ৰকৰ্ডৰ কাৰ্তেছিয়ান প্ৰ'ডাক্ট আছে।"
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "গন্তব্যৰ তথ্যভঁৰালে views ৰ সমৰ্থন নকৰে ।"
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "গন্তব্যৰ তথ্যভঁৰালে primary keys ৰ সমৰ্থন নকৰে ।"
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "কোনো data access descriptor পোৱা ন'গ'ল, বা কোনো data access descriptor এ সকলো প্ৰয়োজনীয় তথ্য দিব নোৱাৰিলে ।"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "এই সময়ত অকল টেবুল আৰু অনুসন্ধানৰহে সমৰ্থন দিয়া হয় ।"
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "নকল উৎসৰ ফলাফলৰ গোটে পত্ৰচিহ্ন সমৰ্থন কৰিব লাগিব ।"
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "অসমৰ্থিত উৎসৰ স্তম্ভৰ ধৰণ ($type$) স্তম্ভৰ স্থান $pos$ ত ।"
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "আৰম্ভ কৰা স্থিতিমাপত অবৈধ সংখ্যা ।"
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "আৰম্ভ কৰোঁতে এটা ভুল হ'ল ।"
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "উৎস কপি বিৱৰকৰ অসমৰ্থিত সংহতি: $name$।"
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "এটা প্ৰশ্ন কপি কৰিবলে, আপোনাৰ সংযোগৰ প্ৰশ্ন যোগান দিয়াৰ ক্ষমতা থাকিব লাগিব।"
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "যোগান দিয়া ভাব-বিনিময় হেন্ডলাৰ অবৈধ।"
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "এই সম্বন্ধ নাই । আপুনি ইয়াক সম্পাদন কৰিব খোজে নে নতুন এটা সৃষ্টি কৰিব খোজে ?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "সম্পাদনা..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "সৃষ্টি কৰক..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME আধাৰ: সম্বন্ধ ডিজাইন"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "ডাটাবেছটোৱে সম্বন্ধবোৰ সমৰ্থন নকৰে."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "আপুনি যেতিয়াই এই টেবুলখন ডিলিট কৰে সকলো সদৃশ সম্বন্ধও ডিলিট হব. আপুনি অব্যাহত ৰাখিবনে?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4716,7 +4710,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "এপ্লিকেচনসমূহৰ বাবে দৃশ্যমান থাকিব লগিয়া টেবুলসমূহ চিহ্নিত কৰক।"
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
#, fuzzy
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
@@ -4746,6 +4740,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "টেবুল বা প্ৰশ্ন যোগ কৰক"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
#, fuzzy
diff --git a/source/as/desktop/messages.po b/source/as/desktop/messages.po
index fbce8296650..707f657182a 100644
--- a/source/as/desktop/messages.po
+++ b/source/as/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-09-03 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -123,146 +123,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "সম্প্ৰসাৰণ"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO বহুমুখী লাইব্ৰেৰীৰ উপাংশ"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO জাভাৰ উপাংশ"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO পাইথনৰ উপাংশ"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO উপাদানসমূহ"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB টাইপ লাইব্ৰেৰী"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO জাভা টাইপ লাইব্ৰেৰী"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG লাইব্ৰেৰী"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "সহায়"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "সম্প্ৰসাৰণ সংস্থাপন কৰিব নোৱাৰি কাৰণ:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "সম্প্ৰসাৰণ সংস্থাপিত ন'হ'ব কাৰণ সহায়ৰ নথিপত্ৰত এটা ভুল হ'ল:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "সম্প্ৰসাৰণ(সমূহ) যোগ কৰক"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "আতৰাওক (~R)"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "সামৰ্থবান কৰক (~E)"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "অসামৰ্থবান কৰক (~D)"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "উন্নয়ন (~U)..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAME যোগ কৰা হৈছে"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "%EXTENSION_NAME আঁতৰুৱা হৈছে"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME সক্ৰিয় কৰা হৈছে"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME নিষ্ক্ৰিয় কৰা হৈছে"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "%EXTENSION_NAME -ৰ কাৰণে অনুজ্ঞা গ্ৰহন কৰক"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "ভুল: এই সম্প্ৰসাৰণৰ অৱস্থা অজ্ঞাত"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "বন্ধ কৰক"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "বাদ দিয়ক"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -274,25 +280,25 @@ msgstr ""
"সেয়াৰ প্ৰসাৰনসমূহ আপডেইট কৰাৰ কাৰণে প্ৰসাশনীয় সুবিধাসমূহৰ প্ৰয়োজন। নিম্নলিখিত সেয়াৰ প্ৰসাৰনসমূহ আপডেইট কৰিবলে আপোনাৰ চিস্টেম প্ৰসাশকক যোগাযোগ কৰক:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "সম্প্ৰসাৰণ সামৰ্থবান কৰিব নোৱাৰি কাৰণ নিম্নলিখিত চিস্টেম নিৰ্ভৰশীলতাসমূহ পূৰণ কৰা হোৱা নাই:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "এই প্ৰসাৰন অসামৰ্থবান কাৰণ আপুনি অনুজ্ঞা এতিয়ালৈকে মানি লোৱা নাই।\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "অনুজ্ঞা দেখুৱাওক"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
#, fuzzy
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
@@ -305,19 +311,19 @@ msgstr ""
"সংস্থাপন বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
#, fuzzy
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
@@ -330,7 +336,7 @@ msgstr ""
"প্ৰসাৰণ আতৰোৱা বন্ধ কৰিবলে 'বাতিল কৰক' ক্লিক কৰক।"
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
#, fuzzy
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
@@ -343,7 +349,7 @@ msgstr ""
"সংস্থাপন আঁতৰুৱা বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
#, fuzzy
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
@@ -356,7 +362,7 @@ msgstr ""
"সংস্থাপন সক্ৰিয় কৰা বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
#, fuzzy
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
@@ -369,91 +375,91 @@ msgstr ""
"সংস্থাপন নিষ্ক্ৰিয় কৰা বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "'%Name' সম্প্ৰসাৰণ এই কম্পিউটাৰত কাম নকৰে।"
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "সম্প্ৰসাৰণ সংস্থাপন কৰা হৈছে..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "সংস্থাপন সম্পূৰ্ণ"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "কোনো ভুল নাই ।"
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "%NAME সম্প্ৰসাৰণ ডাউন্‌লোড কৰোঁতে ভুল। "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "ভুল সম্বাদ হ'ল: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "%NAME সম্প্ৰসাৰণ সংস্থাপন কৰোঁতে ভুল। "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "%NAME সম্প্ৰসাৰণৰ কাৰণে অনুজ্ঞাচুক্তি মানি লোৱা ন'গ'ল। "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "সম্প্ৰসাৰণ সংস্থাপন কৰা নহয় ।"
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "অজ্ঞাত"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "প্ৰসাৰণৰ অন্তত OpenOffice.org প্ৰসংগ সংস্কৰণ %VERSION ৰ প্ৰয়োজন"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "প্ৰসাৰণে %VERSION কে ডাঙৰ OpenOffice.org প্ৰসংগ সংস্কৰণ সমৰ্থন নকৰে"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "সম্প্ৰসাৰনৰ অন্তত %PRODUCTNAME সংস্কৰণ %VERSION ৰ প্ৰয়োজন"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
@@ -468,7 +474,7 @@ msgstr ""
"সংস্থাপন বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -482,7 +488,7 @@ msgstr ""
"সংস্থাপন বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
@@ -497,7 +503,7 @@ msgstr ""
"সংস্থাপন বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -511,7 +517,7 @@ msgstr ""
"সংস্থাপন বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
@@ -526,7 +532,7 @@ msgstr ""
"সংস্থাপন বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -540,145 +546,145 @@ msgstr ""
"সংস্থাপন বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "কোনো নতুন উন্নয়ন নাই"
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "কোনো সংস্থাপনযোগ্য উন্নয়ন পোৱা ন'গ'ল । সকলো উন্নয়ন চাবলৈ, 'সকলো উন্নয়ন দেখুৱাওক' ছেক্‌ বাকচ্‌ চিহ্নিত কৰক ।"
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "এটা ত্ৰুটি দেখা দিছে:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "অজ্ঞাত ভুল ।"
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "এই আপডেইটৰ কাৰণে কোনো বিৱৰণ উপলব্ধ নহয়।"
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "সম্প্ৰসাৰণ সংস্থাপন কৰিব নোৱাৰি কাৰণ:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "প্ৰয়েজনীয় %PRODUCTNAME সংস্কৰণ মিল নাখায়:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "আপোনাৰ %PRODUCTNAME %VERSION আছে"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "চৰক ভিত্তিক উন্নয়ন"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "সংস্কৰণ"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "এই আপডেইট উপেক্ষা কৰা হব।\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "প্ৰয়োগটো আৰম্ভ কৰিব নোৱাৰি. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "ৰূপৰেখা নিৰ্দেশিকা \"$1\" খন পাব পৰা নগ'ল."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "ইনষ্টলেছন পথটো অকাৰ্যকৰী."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "এটা অভ্যন্তৰীক ত্ৰুটি দেখা দিছে।"
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "ৰূপৰেখা ফাইল\"$1\" টো ত্ৰুটিপূৰ্ণ."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "ৰূপৰেখা ফাইল\"$1\"টো পোৱা নগ'ল."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "ৰূপৰেখা ফাইল \"$1\"টোৱে বৰ্তমানৰ সংস্কৰণক সমৰ্থন নকৰে."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "ব্যৱহাৰকৰোঁতাৰ সংযোগমাধ্যমৰ ভাষা নিৰ্ধাৰণ কৰিব নোৱাৰি ।"
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "ব্যৱহাৰকাৰী ইনস্টলেষণ সম্পূৰ্ণ কৰিব পৰা নগল। "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "ৰূপৰেখা সেৱাটো মজুত নাই."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "CD ৰ পৰা ইনষ্টলেছন মেৰামতি কৰিবলৈ বা ইনষ্টলেছন পেকেজবোৰ ধাৰণ কৰি থকা ফল্ডাৰটোলৈ ছেট আপ প্ৰয়োগ আৰম্ভ কৰক."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "আপোনাৰ মুখ্য ৰূপৰেখা প্ৰবেশ কৰোঁতে এটা সাধাৰণ ভুল ওলাল. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -690,19 +696,19 @@ msgstr ""
"অনুগ্ৰহ কৰি আপোনাৰ ছিষ্টেম প্ৰশাসকক যোগাযোগ কৰক."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "তলৰ আভ্যন্তৰীণ ভুলটো ওলাল: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "%PRODUCTNAME ক ইনস্টলেষণ অথবা আপডেইটৰ পিছত হস্তচালিতভাৱে পুনাৰম্ভ কৰিব লাগিব।"
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
#, fuzzy
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
@@ -717,25 +723,25 @@ msgstr ""
"আপুনি সচাঁকৈয়ে অব্যাহত ৰাখিবনে?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "মূদ্ৰণ নিষ্ক্ৰিয় । কোনো আলেখ্যন মূদ্ৰণ কৰিব নোৱাৰি ।"
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "পথ পৰিচালক নাই ।\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -743,7 +749,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -751,62 +757,62 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "$NAME -ৰ প্ৰসাৰণ চফ্টওৱেৰ অনুজ্ঞা চুক্তি:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "ওপৰত দেখুৱা সম্পূৰ্ণ অনুজ্ঞা চুক্তি পঢ়ক । গ্ৰহণ কৰিবলৈ ক'ন্সোলত \"হয়\" লিখক আৰু তাৰ পিছত Return চাবি টিপক । অগ্ৰাহ্য কৰিবলৈ \"নহয়\" টিপক আৰু সম্প্ৰসাৰণৰ প্ৰতিষ্ঠা বাতি কৰক ।"
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[\"হয়\" বা \"নহয়\" লিখক]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "আপোনাৰ নিবেশ ভুল । অনুগ্ৰহ কৰি \"হয়\" বা \"নহয়\" টিপক:"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "হয়"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "নহয়"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
#, fuzzy
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg আৰম্ভ কৰিব নোৱাৰি। লক নথিপত্ৰয় ইয়াক ইতিমধ্যে চলি থকা বুলি দেখাই আছে। যদি ই প্ৰয়োগ নহয়, লক নথিপত্ৰক মচি দিয়ক:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ত্ৰুটি: "
diff --git a/source/as/sfx2/messages.po b/source/as/sfx2/messages.po
index 52a2c66e089..24b9e04898b 100644
--- a/source/as/sfx2/messages.po
+++ b/source/as/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -917,8 +917,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "ছবি ফিল্টাৰ পোৱা নগল"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -929,44 +935,44 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "ভুল পাছৱাৰ্ড"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(নূন্যতম $(MINLEN) আখৰসমূহ)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(পাছৱাৰ্ড ৰিক্ত হব পাৰে)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
#, fuzzy
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "কাৰ্যটো কাৰ্যকৰী কৰিব পৰা নগল. এই কাৰ্যটোৰ কাৰণে প্ৰয়োজনীয় %PRODUCTNAME প্ৰগ্ৰেম মডিউলটো বৰ্তমান ইনষ্টল নাই।"
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -976,7 +982,7 @@ msgstr ""
"আপুনি এইটো এতিয়াই কৰিবলৈ বিচাৰেনেকি?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -986,216 +992,216 @@ msgstr ""
"আমাৰ মুখ্য পৃষ্ঠাত আপুনি নিৰ্দেশবোৰৰ বিষয়ে তথ্য বিচাৰিব পাৰে."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr ""
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "বর্তমানৰ সংস্কৰণ"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "ৰপ্তানি"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "ভৰাওক"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "সুমুৱাওক (~I)"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "এটা কপি সংৰক্ষণ কৰক"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
#, fuzzy
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "তুলনা #"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME দস্তাবেজ"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
#, fuzzy
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
@@ -1206,32 +1212,32 @@ msgstr ""
"মান টেকস্ট হিচাপে ৰখা হ'ব ।"
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
#, fuzzy
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "এই ফাইলটো ইতিমধ্যে আছে. পুনৰ লিখিবলৈ বিচাৰেনেকি?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "পুনৰ স্থাপন কৰক (~R)"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "এই নামটো ইতিমধ্যে ব্যৱহাৰ হৈছে."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "এই শৈলীটোৰ অস্তিত্ব নাই."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
#, fuzzy
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
@@ -1242,7 +1248,7 @@ msgstr ""
"কাৰণ এইটো আকৌ আগৰ প্ৰসংগ হিচাপে ওলাব."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1252,7 +1258,7 @@ msgstr ""
"অনুগ্ৰহ কৰি অন্য নাম নিৰ্বাচন কৰক."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1261,73 +1267,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "ব্যৱহৃত শৈলীবোৰ: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "নেভিগেটৰ"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "দোষযুক্ত পাছৱর্ডৰ সন্মতিকৰণ"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "পথাওক"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "আখৰ"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "সংস্কৰণ মন্তব্য দৰ্শন কৰক"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "ওপৰৰ পৰা তললৈকে ক্ৰমানুসাৰে"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "আপুনি সঁচাকৈয়ে ৰেকৰ্ডিংটো বাতিল কৰিবলৈ বিচাৰেনেকি? এই মুহূৰ্তলৈকে ৰেকৰ্ড কৰা যিকোনো ষ্টেপ হেৰাই যাব."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "ৰেকর্ডিং বাতিল কৰক"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "প্ৰথম ব্যৱহাৰৰ কাৰণে নমুনাবোৰ ইনিশ্বিয়েলাইজ কৰা হৈছে."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1337,7 +1343,7 @@ msgstr ""
"অনুগ্ৰহ কৰি এটা প্ৰিন্টাৰ নিৰ্বাচন কৰক আৰু পুনৰ চেষ্টা কৰক।"
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1347,19 +1353,19 @@ msgstr ""
"অনুগ্ৰহ কৰি আপোনাৰ প্ৰিন্টাৰৰ সংৰূপ পৰীক্ষা কৰক।"
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "প্ৰিন্টাৰ ব্যস্ত হৈ আছে"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (কেৱল পঢ়িবৰ বাবে)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1371,7 +1377,7 @@ msgstr ""
"নতুন ছেটিংছবোৰ ছেভ কৰিব লাগিবনেকি?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1383,7 +1389,7 @@ msgstr ""
"নতুন ছেটিংছবোৰ ছেভ কৰিব লাগিবনেকি?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1395,7 +1401,7 @@ msgstr ""
"নতুন ছেটিংছবোৰ ছেভ কৰিব লাগিবনেকি?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
#, fuzzy
msgctxt "STR_CANT_CLOSE"
msgid ""
@@ -1406,7 +1412,7 @@ msgstr ""
" দস্তাবেজটো বন্ধ কৰিব নোৱাৰি."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1415,7 +1421,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1424,20 +1430,20 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
#, fuzzy
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "প্ৰবেশৰ অধিকাৰ হেৰুৱাৰ বাবে সম্ভৱতঃ এই দস্তাবেজটো সম্পাদনা কৰিব নোৱাৰি. আপুনি দস্তাবেজটোৰ এটা প্ৰতিলিপি সম্পাদনা কৰিবলৈ বিচাৰেনেকি?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1445,479 +1451,479 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (দস্তাবেজ মেৰামতি কৰা হ'ল)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
#, fuzzy
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "দস্তাবেজক চাৰ্ভাৰত চেক আউট কৰা হোৱা নাই"
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr ""
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
#, fuzzy
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "সংবাদ নিয়ন্ত্ৰণসমূহ"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
#, fuzzy
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "চেক-আউট"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "দস্তাবেজ সম্পাদনা কৰক"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
#, fuzzy
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "দস্তাবেজ স্বাক্ষৰ কৰক..."
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "ডক"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "আনডক"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "অধিক বিকল্প"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "কাষবাৰ ডেক বন্ধ কৰক"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "স্বনিৰ্বাচন"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "অবিকল্পিত পুনৰুদ্ধাৰ কৰক"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
#, fuzzy
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "আতৰাওক"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/as/svx/messages.po b/source/as/svx/messages.po
index ef64d56ca22..e981b11acd6 100644
--- a/source/as/svx/messages.po
+++ b/source/as/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-20 11:22+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Assamese <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/as/>\n"
@@ -5349,294 +5349,326 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "বৰ্গ 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "দ্বৈত কাঁড়"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "বৃত্ত"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "বৰ্গক্ষেত্ৰ বেভেল"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "কাঁড়"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "অপূৰ্ণ ত্ৰিভুজ"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "অপূৰ্ণ হিৰক"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "হীৰা"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "অপূৰ্ণ বৃত্ত"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "অপূৰ্ণ বৰ্গ 45"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "অপূৰ্ণ বৰ্গ"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "স্বচ্ছতা"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "গম্ভীৰ স্বৰাঘাত"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "জটিল স্বৰাঘাত"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "গম্ভীৰ স্বৰাঘাত"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "জামুকলীয়া"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "গেলেৰীৰ বিষয়বস্তু"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "সফলভাৱে পুনৰুদ্ধাৰ হ'ল"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "মূল দস্তাবেজ পুনৰুদ্ধাৰ হ'ল"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "পুনৰুদ্ধাৰ অসফল হ'ল"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "পুনৰুদ্ধাৰ চলি আছে"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "এতিয়ালৈকে পুনৰুদ্ধাৰ হোৱা নাই"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION এ আপোনাৰ আলেখ্যন উদ্ধাৰ কৰিব। আলেখ্যনৰ আকাৰ ওপৰত নিৰ্ভৰ কৰি সময় লাগিব।"
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
@@ -5645,518 +5677,518 @@ msgstr ""
"আপোনাৰ আলেখ্যন চাবলৈ 'শেষ' টিপক।"
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "সমাপ্ত (~F)"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
#, fuzzy
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "সৰ্বশেষ স্বনিৰ্বাচিত মানবোৰ"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr ""
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "বস্তু(বোৰ) ভৰাওক"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "3D বস্তু আৱৰ্তন কৰক"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "নিঃসাৰিত বস্তু সৃষ্টি কৰক"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "আৱর্তমান বস্তু সৃষ্টি কৰক"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "3D বস্তুৰ বিভাজন কৰক"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[All]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "গ্রাফিক্স ফিল্টাৰ"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "নতুন বিষয়বস্তু"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3D প্রভাৱসমূহ"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "এনিমেশ্বনবোৰ"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "বুলেটবোৰ"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "অফিচ"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "পতাকাবোৰ"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "ফ্ল ছার্টবোৰ"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "ইমোটিকনবোৰ"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "ছবিসমূহ"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "পৃষ্ঠভূমিবোৰ"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "হ'মপেজ"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "ইন্টাৰেকশ্বন"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "মেপবোৰ"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "মানুহ"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "পৃষ্ঠবোৰ"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "কম্পিউটাৰ"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "চিত্ৰসমূহ"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "পৰিৱেশ"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "বিত্ত"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "পৰিবহন"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "লিখনীআকৃতিসমূহ"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "ধ্বনিবোৰ"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "প্ৰতীকবোৰ"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "মোৰ বিষয়বস্তু"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "কাঁড়বোৰ"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "বেলুনবোৰ"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "কীবর্ড"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "সময়"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "উপস্থাপন"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "কেলেণ্ডাৰ"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "নেভিগেশ্বন"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "যোগাযোগ"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "বিত্তবোৰ"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "কম্পিউটাৰ"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "জলবায়ু"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "বিদ্যালয় আৰু বিশ্ববিদ্যালয়"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "সমস্যা সমাধান কৰা"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "পর্দা বীনবোৰ"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "মুদ্ৰণৰ বাছনী"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "আপুনি নিৰ্বাচনটো বা সম্পূৰ্ণ দস্তাবেজটো মুদ্ৰণ কৰিবলৈ বিচাৰেনেকি?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "সকলো (~A)"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "নিৰ্বাচন (~S)"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "নিঃসাৰিত উত্তৰ-পশ্চিম"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "নিঃসাৰিত উত্তৰ"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "নিঃসাৰিত উত্তৰ-পূব"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "নিঃসাৰিত পশ্চিম"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "নিঃসাৰিত পিছফালে"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "নিঃসাৰিত পূব"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "নিঃসাৰিত দক্ষিণ-পশ্চিম"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "নিঃসাৰিত দক্ষিণ"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "নিঃসাৰিত দক্ষিণ-পূব"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "0 ছে.মি. (~0)"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "1 ছে.মি. (~1)"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "2.5 ছে.মি. (~2.5)"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "5 ছে.মি. (~5)"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ছে.মি. (~c)"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 ইঞ্চি"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.5 ইঞ্চি (~5)"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "1 ইঞ্চি (~1)"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "2 ইঞ্চি (~2)"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "4 ইঞ্চি (~4)"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
#, fuzzy
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "পূর্ণ কৰা নাই"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
#, fuzzy
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "স্বচ্ছতা"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "অবিকল্পিত"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "সীমাৰেখাবোৰ"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "সীমাৰেখাৰ শৈলী"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
#, fuzzy
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "ৰেখাৰ নাম্বাৰীং (~L)..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "পৃষ্ঠাবোৰ"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "ফৰমেটিং পৰিষ্কাৰ কৰক"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
#, fuzzy
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
@@ -6164,394 +6196,394 @@ msgstr "অধিক বিকল্প"
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "ফন্টৰ নাম"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "ফন্ট নাম। বৰ্তমান ফন্ট উপলব্ধ নাই আৰু ইয়াৰ পৰিৱৰ্তে অন্য এটা দিয়া হব।"
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "স্বনিৰ্বাচিত"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "নিঃসৰণ"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "নিঃসৰণৰ অন/অফ প্ৰয়োগ কৰক"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "তললৈ হেলনীয়া কৰক"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "ওপৰলৈ হেলনীয়া কৰক"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "বাঁওফালে হেলনীয়া কৰক"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "সোঁফালে হেলনীয়া কৰক"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "নিঃসৰণৰ গভীৰতা সলনি কৰক"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "অনুস্থাপন সলনি কৰক"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "প্ৰক্ষেপণৰ প্রকাৰ সলনি কৰক"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "লাইটিং সলনি কৰক"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "উজ্জ্বলতা সলনি কৰক"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "নিঃসৰণৰ উপৰিভাগ সলনি কৰক"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "নিঃসৰণৰ ৰং সলনি কৰক"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "প্রিয়"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "ফন্টৱর্ক"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "ফন্টৱর্কৰ আকৃতি প্ৰয়োগ কৰক"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "ফন্টৱর্কৰ একে আখৰৰ উচ্চতা প্ৰয়োগ কৰক"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "ফন্টৱর্ক শাৰীকৰণ প্ৰয়োগ কৰক"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "ফন্টৱর্ক আখৰৰ স্পেচিং প্ৰয়োগ কৰক"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "সৈতে"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "শৈলী"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "আৰু"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "চুক নিয়ন্ত্ৰণ"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "এটা চুক পইণ্টৰ নিৰ্বাচন."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "বাওঁফালে ওপৰৰ"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "মাজভাগৰ ওপৰত"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "সোঁফালৰ ওপৰত"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "বাওঁফালৰ কেন্দ্ৰ"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "কেন্দ্ৰ"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "সোঁফালৰ কেন্দ্ৰ"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "বাঁওফালে তলত"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "মাজভাগৰ তলত"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "সোঁফালে তলত"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "ৰূপৰেখা নিয়ন্ত্ৰণ"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "এইখিনিতেই আপুনি ৰূপৰেখা সম্পাদনা কৰিব পাৰিব."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "বিশেষ আখৰ নিৰ্বাচন"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "এই এৰিয়াটোত বিশেষ আখৰ নিৰ্বাচন কৰক."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "আখৰৰ ক'ড "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "'#' ফিল্ডত ইনপুটৰ প্ৰয়োজন. অনুগ্ৰহ কৰি মূল্য ভৰাওক."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "ফর্মবোৰ"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "কোনো নিয়ন্ত্ৰণ নিৰ্বাচন কৰা নাই"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "বৈশিষ্ট্যবোৰ: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "ফর্ম বৈশিষ্ট্যবোৰ"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "ফৰ্ম নেভিগেটৰ"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "ফৰ্ম"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "ফৰ্ম"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "লুকোৱাই থোৱা নিয়ন্ত্রণ"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "নিয়ন্ত্রণ"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "ৰেকৰ্ড"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "ৰ"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "ফিল্ড যোগ কৰক:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "ডাটাবেছলৈ ডাটা লিখোতে ভুল"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "প্ৰশ্ন প্ৰকাশ-ভংগীত ছিন্টেক্স ভুল"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "আপুনি 1 ৰেকৰ্ড ডিলিট কৰিব বিচাৰে."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# ৰেকৰ্ডবোৰ ডিল্ট কৰা হ'ব."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6561,331 +6593,331 @@ msgstr ""
"আপুনি তথাপিA অব্যাহত ৰাখিবলৈ বিচাৰেনেকি?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "নেভিগেশ্বন বাৰ"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "স্তম্ভ"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "'#' বৈশিষ্ট্যবোৰ ছেট কৰক"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "ধাৰকত ভৰাওক"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "# মচি পেলাওক"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "# বস্তুবোৰ মচি পেলাওক"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "এটা ধাৰক উপাদান প্ৰতিস্থাপন কৰক"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "নিয়ন্ত্ৰণ প্ৰতিস্থাপন কৰক"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "পুশ্ব বাটন"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "বিকল্প বাটন"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "পৰীক্ষা বাকছ"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "লেবেল ফিল্ড"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "গোট বাকছ"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "টেক্সটৰ বাকছ"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "ফৰমেট কৰি থোৱা ফিল্ড"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "তালিকা বাকছ"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "কোম্বো বাকছ"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "ছবি বাটন"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "ছবি নিয়ন্ত্ৰণ"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "ফাইল নির্বাচন"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "তাৰিখ ফিল্ড"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "সময় ফিল্ড"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "সংখ্যা ফিল্ড"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "মুদ্রা ফিল্ড"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "আৰ্হি ফিল্ড"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "টেবুল নিয়ন্ত্ৰণ "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "স্ক্ৰ'ল বাৰ"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "স্পিন বাটন"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "নেভিগেশ্বন বাৰ"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "বহু অংশবিশিষ্ট নির্বাচন"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "কোনো ডাটা সম্বন্ধীয় নিয়ন্ত্ৰণবোৰ বৰ্তমানৰ ফৰ্মত নাই!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Date)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Time)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "ফিল্টাৰ নেভিগেটৰ"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "ৰ বাবে ফিল্টাৰ"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "অথবা"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "বৈধ বাউণ্ড নিয়ন্ত্ৰণবোৰ যিবোৰ এই টেবুলৰ দৃশ্যত ব্যৱহাৰ কৰিব পাৰি বৰ্তমানৰ ফৰ্মত সেইবোৰ বৰ্তি থকা নাই."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AutoField>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "SQL বিবৃতিত ছিন্টেক্স ভুল"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "#1 মানৰ সৈতে LIKE ব্যৱহাৰ কৰিব নোৱাৰি."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "এই ফিল্ডখনৰ সৈতে LIKE ব্যৱহাৰ কৰিব নোৱাৰি."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "এন্টাৰ কৰা মূল্যটো বৈধ তাৰিখ নহয়. অনুগ্ৰহ কৰি বৈধ ফৰমেটত তাৰিখ এন্টাৰ কৰক, উদাহৰণ স্বৰূপে, MM/DD/YY."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "ফিল্ডখন এটা অখণ্ড সংখ্যাৰ সৈতে তুলনা কৰিব নোৱাৰি."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "ডাটাবেছত \"#\" নামৰ টেবুল নাই।"
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "ডাটাবেছত \"#\" নামৰ টেবুল বা প্ৰশ্ন নাই।"
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "ডাটাবেছত \"#\" নামৰ টেবুল বা প্ৰশ্ন ইতিমধ্যে আছে।"
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "ডাটাবেছত \"#\" নামৰ প্ৰশ্ন নাই।"
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "টেবুল \"#2\" ত স্তম্ভ \"#1\" অজ্ঞাত।"
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "ফিল্ডখন এটা ফ্লটিং বিন্দু সংখ্যাৰ সৈতে তুলনা কৰিব নোৱাৰি।"
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "প্ৰৱেশ কৰা নির্ণায়কটো এই ফিল্ডখনৰ সৈতে তুলনা কৰিব নোৱাৰি."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "ডাটা নেভিগেটৰ"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (কেৱল পঢ়িবৰ বাবে)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "এই ফাইলটো ইতিমধ্যে আছে. পুনৰ লিখিবলৈ বিচাৰেনেকি?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# লেবেল"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -6896,7 +6928,7 @@ msgstr ""
"আপুনি সঁচাকৈয়ে এই আৰ্হিটো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -6907,7 +6939,7 @@ msgstr ""
"আপুনি সঁচাকৈয়ে এই উদাহৰণটো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
@@ -6918,13 +6950,13 @@ msgstr ""
"আপুনি সঁচাকৈয়ে এই উপাদানটো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "আপুনি সঁচাকৈয়ে এট্ৰিবিয়ুট '$ATTRIBUTENAME' টো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -6937,7 +6969,7 @@ msgstr ""
"আপুনি সঁচাকৈয়ে এই সমৰ্পণটো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -6950,1009 +6982,1009 @@ msgstr ""
"আপুনি সচাকৈয়ে এই বাইন্ডিংটো ডিলিট কৰিব বিচাৰে নেকি?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "'%1' নামটো XML ত বৈধ নহয়. অনুগ্ৰহ কৰি আন এটা নাম ভৰাওক।"
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "'%1' উপসৰ্গটো XML ত বৈধ নহয়। অনুগ্ৰহ কৰি আন এটা উপসৰ্গ ভৰাওক।"
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "'%1' নামটো ইতিমধ্যে আছে। অনুগ্ৰহ কৰি আন এটা নাম ভৰাওক।"
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "সমৰ্পণটোৰ এটা নাম থকাটো অপৰিহাৰ্য."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "পোষ্ট"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "পোৱা"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "কোনো নহয়"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "উদাহৰণবোৰ (~I)"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
#, fuzzy
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "দস্তাবেজ"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "বাইন্ডিং: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "প্ৰসংগ: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "কার্য্য: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "পদ্ধতি: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "প্ৰতিস্থাপন কৰক: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "উপাদান যোগ কৰক"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "উপাদান সম্পাদনা কৰক"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "উপাদান মচি পেলাওক"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "এট্ৰিবিয়ুট"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "এট্রিবিয়ুট সম্পাদনা কৰক"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "এট্ৰিবিয়ুট মচি পেলাওক"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "বাইন্ডিং যোগ কৰক"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "বাইন্ডিং সম্পাদনা কৰক"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "বাইন্ডিং মচি পেলাওক"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "সমৰ্পণ যোগ কৰক"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "সমৰ্পণ সম্পাদনা কৰক"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "সমৰ্পণ মচি পেলাওক"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "উপাদান"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "এট্রিবিয়ুটবোৰ"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "বাইণ্ডিংবোৰ"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "বাইণ্ডিং অভিব্যক্তি"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "আপুনি নিশ্চিতনে যে আপুনি %PRODUCTNAME দস্তাবেজৰ উদ্ধাৰটো বাতিল কৰিবলৈ বিচাৰে?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "বাওঁফাল"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "সোঁফাল"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "কেন্দ্ৰ"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "দশমিক"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "পুনৰ লিখক"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "ডিজিটেল চহি: দস্তাবেজৰ চহি OK."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "ডিজিটেল চহি: দস্তাবেজৰ চহি OK, কিন্তু প্ৰমাণপত্ৰ পৰীক্ষা কৰিব পৰা ন'গ'ল।"
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "ডিজিটেল চহি: দস্তাবেজৰ চহি নাই।"
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "যুগ্মক স্বাক্ষৰ: দস্তাবেজ স্বাক্ষৰ আৰু প্ৰমাণপত্ৰ ঠিক আছে, কিন্তু দস্তাবেজৰ সকলো অংশ স্বাক্ষৰীত নহয়।"
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "দস্তাবেজ সলনি কৰা হৈছে। দস্তাবেজ সংৰক্ষণ কৰিবলে দুবাৰ-ক্লিক কৰক।"
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "সৰ্বশেষ সংৰক্ষণৰ পিছত দস্তাবেজটো সলনি কৰা হোৱা নাই।"
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "দস্তাবেজ ল'ড কৰা হৈ আছে..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "সৰুকৈ জুম কৰক"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "ডাঙৰকৈ জুম কৰক"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "সম্পূর্ণ পৃষ্ঠা"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "পৃষ্ঠাৰ প্রস্থ"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "উত্তম দৰ্শন"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "শৈলীবোৰ অন্তর্ভুক্ত কৰি"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "পেৰেগ্ৰাফ শৈলীবোৰ"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "শৈলীবোৰ"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "সন্ধান কৰা চাবি পোৱা ন'গ'ল"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "ৰঙৰ পেলেট"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
#, fuzzy
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "অকার্যকৰী পাছৱর্ড"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Solid small circular bullets"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Solid large circular bullets"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Solid diamond bullets"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Solid large square bullets"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Right pointing arrow bullets filled out"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Right pointing arrow bullets"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Number (1) (2) (3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Number 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Number (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Uppercase Roman number I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Uppercase letter A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lowercase letter a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lowercase letter (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Lowercase Roman number i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Numeric, numeric, lowercase letters, solid small circular bullet"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Numeric, lowercase letters, solid small circular bullet"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Numeric"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numeric with all sublevels"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "ফাইল স্থাপন কৰিব পৰা নগ'ল."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "টেবুল ডিজাইনৰ ধৰন"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "পূৰ্ব নিৰ্দেশ বাতিল কৰক: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "পূৰ্ব নিৰ্দেশ বাতিল কৰক: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "পুনৰ কৰক:$(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "পুনৰ কৰক:$(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "বিচাৰক"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "ফলা মিলাওক"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(DPI) DPI ত $(WIDTH) x $(HEIGHT)"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) kiB"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "অজ্ঞাত"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "চুইচ"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "ৰঙা"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "সেউজীয়া"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "নীলা"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "উজ্জ্বলতা"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "পার্থক্য"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "গামা"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "স্বচ্ছতা"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "ক্রপ"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "অবিকল্পিত অনুস্থাপন"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "ওপৰৰ পৰা তললৈ"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "তলৰ পৰা ওপৰলৈ"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "দ'ম কৰা হল"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "বাওঁফালৰ সীমা: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "ওপৰৰ সীমা: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "সোঁফালৰ সীমা: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "তলৰ সীমা: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "পৃষ্ঠা বিৱৰণ: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "বৰফলা আখৰবোৰ"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "তলৰ কেছ"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "ওপৰৰ কেছ ৰোমান"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "তলৰ কেছ ৰোমান"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "আৰবী"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "কোনো নহয়"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "নৈসর্গিক দৃশ্য"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "প্ৰতিকৃতি"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "বাওঁফাল"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "সোঁফাল"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "সকলো"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "প্রতিফলিত"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "লেখক: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "তাৰিখ: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "টেক্সট: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "আখৰৰ পৃষ্ঠভূমি"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "ৰঙৰ পেলেট"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7960,1932 +7992,1932 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "প্ৰাথমিক লেটিন"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "লেটিন-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "বিস্তৃত লেটিন-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "বিস্তৃত লেটিন-B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA প্ৰসাৰণবোৰ"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "ৰূপান্তৰকাৰী আখৰবোৰৰ ব্যৱধান দি আছে"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "ডায়েক্রিটিকেল মার্কবোৰ সংযোগ কৰি"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "প্রাথমিক গ্রীক"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "গ্ৰীক প্ৰতীক আৰু কোপ্তিক"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "ছিৰিলিক"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "আৰ্মেনিয়ান"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "প্রাথমিক হিব্রু"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "হিব্রু বিস্তৃত"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "প্রাথমিক আৰবী"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "আৰবী বিস্তৃত"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "দেবনাগৰী"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "বাংলা"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "গুৰমুখী"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "গুজৰাটী"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "উৰিয়া"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "তামিল"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "টেলুগু"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "কানাড়া"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "মালায়ালম"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "থাই"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "লাও"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "প্রাথমিক জর্জীয়ান"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "জর্জিয়ান বিস্তৃত"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "হানগল জামো"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "অতিৰিক্ত বিস্তৃত লেটিন"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "বিস্তৃত গ্রীক"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "সাধাৰণ যতি চিহ্ন"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "ছুপাৰ স্ক্ৰিপ্ট আৰু ছাব স্ক্ৰিপ্টবোৰ"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "মুদ্রা প্রতীকবোৰ"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "ডায়েক্রিটিকেল প্রতীকবোৰ সংযোগ কৰি"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "আখৰৰ দৰে প্রতীকবোৰ"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "সংখ্যা ফর্মবোৰ"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "কাঁড়বোৰ"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "গাণিতিক অপাৰেটৰবোৰ"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "সানমিহলি কাৰিকৰী"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "চিত্রবোৰ নিয়ন্ত্রণ কৰক"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "অপ্তিকেল আখৰৰ চিনাক্তকৰণ"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "ঘেৰি ধৰা আলফা নিউমাৰিকবোৰ"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "বক্স ড্ৰয়িং"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "ব্লক এলিমেণ্টবোৰ"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "জ্যামিতিক আকাৰবোৰ"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "সানমিহলি প্রতীকবোৰ"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "ডিংবেটছ"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK প্ৰতীকবোৰ আৰু উচ্চাৰণ"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "হিৰাগানা"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "কটকানা"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "বোপোমোফো"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "হানগল যোগ্যতা জামো"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK সানমিহলি"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "সংলগ্ন CJK চিঠি আৰু মাহবোৰ"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK যোগ্যতা"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "হানগল"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰ"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰৰ প্ৰসাৰণ A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "ব্যক্তিগত ব্যৱহাৰৰ স্থান"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK ৰ যোগ্য আইডিঅ'গ্ৰাফবোৰ"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "বর্ণমালাক্রমিক প্রস্তুতিৰ ফর্ম"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "আৰবী প্রেজেণ্টেশ্বন ফর্মবোৰ-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "অর্ধ চিহ্নবোৰ সংযোগ কৰি"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK যোগ্যতা ফর্মবোৰ"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "সৰু ফৰ্মৰ পৃথক ৰূপবোৰ"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "আৰবী উপস্থাপন ফর্মবোৰ-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "অৰ্ধ-প্ৰস্থ আৰু পূৰ্ণ-প্ৰস্থৰ ফৰ্ম"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "বিশেষবোৰ"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Yi বৈশিষ্ট্যসূচক"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Yi ৰেডিকেলসমূহ"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "পুৰনি ইটালিক"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "গথিক"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "ডেচাৰেট"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "বাইজানটিন সংগীতৰ চিহ্ন"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "সংগীতৰ চিহ্ন"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "গাণিতিক আল্ফানিউমেৰিক চিহ্নসমূহ"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK সংযুক্ত প্ৰতিকচিহ্নসমূহ প্ৰসাৰণ B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "CJK সংযুক্ত প্ৰতিকচিহ্নসমূহ বিস্তাৰন C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰৰ প্ৰসাৰণ D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "CJK সংগতা আইডিঅ'গ্ৰাফবোৰ পৰিপূৰক"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "টেগবোৰ"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "ছিৰিলিক পৰিপূৰক"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "পৰিবৰ্তন নিৰ্বাচনকাৰী"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "পৰিপূৰক ব্যক্তিগত ব্যৱহাৰ স্থান-A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "পৰিপূৰক ব্যক্তিগত ব্যৱহাৰ স্থান-B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "লিম্বু"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "তাই লি"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "খমেৰ চিহ্নসমূহ"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "ধ্বনিতাত্বিক প্ৰসাৰণ"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "বিভিন্ন চিহ্ন আৰু কাঁড়চিহ্ন"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "ইজিং হেক্সাগ্ৰাম চিহ্ন"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "ৰৈখিক B ভগ্নশব্দ"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "ৰৈখিক B প্ৰতিকচিহ্নসমূহ"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "এজিয়ান সংখ্যাবোৰ"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "উগাৰিটিক"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "শাভিয়ান"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "ওচমানিয়া"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "সিংহলা"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "তিব্বতীয়"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "ম্যানমাৰ"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "খমেৰ"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "ঔঘম"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "ৰুনিক"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "ছিৰিয়াক্"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "থানা"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "ইথিয়োপিক"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "চেৰোকী"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "কানাডিয়ান স্বদেশীয় শব্দাংশ"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "মংগোলীয়"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "সানমিহলি গাণিতিক প্ৰতীকবোৰ-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "পৰিপূৰক কাঁড়বোৰ-A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "ব্ৰেইল নমুনাবোৰ"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "পৰিপূৰক কাঁড়বোৰ-B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "সানমিহলি গাণিতিক প্ৰতীকবোৰ-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK ৰেডিকেল পৰিপূৰক"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "কেঙচি ৰেডিকেলবোৰ"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "আইডিঅ'গ্ৰাফিক বিৱৰণ আখৰবোৰ"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "টেগাল'গ"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "হানুনো"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "টেগবানৱা"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "বুহিড"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "কানবুন"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "বোপোমোফো প্রসাৰিত কৰা হ'ল"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "কাটাকানা ধ্বনি বিজ্ঞান"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "CJK স্ট্ৰোক্চ"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "চিপ্ৰিয়ট ভগ্নশব্দ"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "তাই জুয়ান জিঙ্গ চিহ্নসমূহ"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "পৰিবৰ্তন নিৰ্বাচনকাৰী পৰিপূৰক"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "প্ৰাচিন গ্ৰীক সংগীতৰ স্বৰলিপি"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "প্ৰাচিন গ্ৰীক সংখ্যা"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "আৰবি পৰিপূৰক"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "বুগিনিচ"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "সংযুক্তকাৰী বৈশিষ্টসূচক চিহ্ন পৰিপূৰক"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "কপটিক"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "ইথিওপিক প্ৰসাৰিত"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "ইথিওপিক পৰিপূৰক"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "জৰ্জিয়ান পৰিপূৰক"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "গ্লাগোলিটিক"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "খাৰোশতি"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "পৰিবৰ্তক ধ্বনি আখৰ"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "নতুন তাই লি"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "পুৰনি ফাৰ্চি"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "ধ্বনিতাত্বিক প্ৰসাৰণ পৰিপূৰক"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "অতিৰিক্ত যতিচিহ্ন"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "চিলোটি নাগৰি"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "টিফিনাগ"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "উলম্ব বিন্যাস"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "ন'কো"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "বালিনিছ"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "লেটিন প্ৰসাৰিত-C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "লেটিন প্ৰসাৰিত-D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "ফাগ্চ-পা"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "ফিনিচিয়ান"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "কিউনিফৰ্ম"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "কিউনিফৰ্ম সংখ্যা আৰু বিৰাম-চিহ্ন"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "কাউন্টিং ৰড সংখ্যা"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "চুণ্ডানিচ"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "লেপচা"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "ঔ চিকি"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "চিৰিলিক প্ৰসাৰিত-A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "ৱাই"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "চিৰিলিক প্ৰসাৰিত-B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "শৌৰাষ্ট্ৰ"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "কায়াহ লি"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "ৰেজাং"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "ছাম"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "প্ৰাচিন চিহ্নসমূহ"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "ফাইসটোচ ডিস্ক"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "লাইচিয়ান"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "কাৰিয়ান"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "লাইডিয়ান"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "মাহজোং টাইল"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "ডমিনো টাইল"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "চামাৰিটান"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "কানাডিয়ান আদিবাসী ভগ্নশাব্দিক বিস্তাৰিত"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "তাই থাম"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "বেদিয় বিস্তাৰণসমূহ"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "লিচু"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "বামুম"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "সাধাৰণ ইন্ডিক নম্বৰ সঁজাসমূহ"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "দেবনাগৰি প্ৰসাৰিত"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "হেঙুল জামো বিস্তাৰিত-A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "জাভানিছ"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "মাৱানমাৰ বিস্তাৰিত-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "তাই ভিইয়ে"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "মিতিই মাইয়েক"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "হেঙুল জামো প্ৰসাৰিত-B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "ৰাজকিয় আৰামাইক্"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "পুৰনি দক্ষিণ আৰবীয়"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "এভেছটান"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "ইনস্ক্ৰিপষণেল পাৰথিয়ান"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "ইনস্ক্ৰিপষণেল পাহলাভি"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "পুৰনি টাৰ্কিয়"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "ৰুমি সাংখ্যিক চিহ্নসমূহ"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "কাইথী"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "ইজিপটিয় হাইৰোগ্লিফসমূহ"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "বান্ধীত আল্ফানিউমেৰিক পৰিপূৰক"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "বান্ধীত প্ৰতিকচিহ্নিত পৰিপূৰক"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "মেনডেইক"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "বাটাক"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "ইথিওপিক প্ৰসাৰিত-A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "ব্ৰাহমী"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "বামুম পৰিপূৰক"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "কানা পৰিপূৰক"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "খেলা কাৰ্ডসমূহ"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "বিভিন্ন চিহ্ন আৰু ছবিলেখচিত্ৰসমূহ"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "ইমোটিকনবোৰ"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "পৰিবহন আৰু মানচিত্ৰ চিহ্নসমুহ"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "এলকেমিকেল চিহ্নসমূহ"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "আৰবীয় প্ৰসাৰিত-A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "আৰবীয় গাণিতিক আক্ষৰিক চিহ্নসমূহ"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "চাকমা"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "মিতিই মাইয়েক সম্প্ৰসাৰনসমূহ"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "মেৰোইটিক কাৰ্চিভ"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "মেৰোইটিক হাইৰোগ্লিফসমূহ"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "মিয়াও"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "শাৰদা"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "চৰা চমপেঙ"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "চুণ্ডানিচ পৰিপূৰিকা"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "টাক্ৰি"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "সংযুক্তকাৰী বৈশিষ্টসূচক চিহ্ন পৰিপূৰক"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "বিস্তৃত লেটিন-A"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "ৰৈখিক"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "অৱস্থা"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "মাৱানমাৰ বিস্তাৰিত-A"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "পুৰনি দক্ষিণ আৰবীয়"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "পৰিপূৰক কাঁড়বোৰ-A"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰৰ প্ৰসাৰণ A"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "চিৰিলিক প্ৰসাৰিত-A"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "জৰ্জিয়ান পৰিপূৰক"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "নতুন"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "ব্যৱহাৰ"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰৰ প্ৰসাৰণ A"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "মাৱানমাৰ বিস্তাৰিত-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "ছিৰিলিক পৰিপূৰক"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10689,13 +10721,14 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "তলৰ বাওঁফালৰ পৰা ওপৰৰ সোঁফাললৈ কৰ্ণ সীমাৰেখা"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "কোনো নহয়"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10703,14 +10736,14 @@ msgid "Bullet"
msgstr "বুলেটবোৰ"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "গ্রাফিক্স"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10718,7 +10751,7 @@ msgid "Linked graphics"
msgstr "সংযোগকৃত গ্রাফিক্স"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10726,7 +10759,7 @@ msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10734,7 +10767,7 @@ msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10742,7 +10775,7 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10750,7 +10783,7 @@ msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10758,28 +10791,28 @@ msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10787,7 +10820,7 @@ msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10795,14 +10828,14 @@ msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10810,7 +10843,7 @@ msgid "Native Numbering"
msgstr "নেটিভ নাম্বাৰীং"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10818,7 +10851,7 @@ msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (Bulgarian)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10826,7 +10859,7 @@ msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (Bulgarian)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10834,7 +10867,7 @@ msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (Bulgarian)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10842,7 +10875,7 @@ msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (Bulgarian)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10850,7 +10883,7 @@ msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (Russian)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10858,7 +10891,7 @@ msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (Russian)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10866,7 +10899,7 @@ msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (Russian)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10874,7 +10907,7 @@ msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (Russian)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10882,7 +10915,7 @@ msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (Serbian)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10890,7 +10923,7 @@ msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (Serbian)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10898,7 +10931,7 @@ msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (Serbian)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10906,7 +10939,7 @@ msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (Serbian)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10914,7 +10947,7 @@ msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (গ্ৰীক ডাঙৰ ফলা)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10922,35 +10955,35 @@ msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (গ্ৰীক সৰু ফলা)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16466,7 +16499,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/as/sw/messages.po b/source/as/sw/messages.po
index 0bfd0227ebb..a57576f1a50 100644
--- a/source/as/sw/messages.po
+++ b/source/as/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -620,7 +620,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "পেৰেগ্ৰাফবোৰৰ সংখ্যা:"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -628,1301 +628,1337 @@ msgstr "পেৰেগ্ৰাফবোৰৰ সংখ্যা:"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -11231,137 +11267,137 @@ msgid "Width:"
msgstr "প্ৰস্থ"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
#, fuzzy
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "ব্যৱধান"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "প্ৰস্থ আৰু ব্যৱধান"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "শৈলী (_y)"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
#, fuzzy
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "প্ৰস্থ"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
#, fuzzy
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "উচ্চতা"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "স্থান (_P)"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "ওপৰ"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "কেন্দ্ৰীত"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "তলত"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
#, fuzzy
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "ৰং (_C)"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
#, fuzzy
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "পৃথক কৰোঁতা ৰেখা"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
#, fuzzy
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "স্তম্ভবোৰ (_C):"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "সকলোবোৰ স্তম্ভলৈ যুগ্মভাৱে বিষয়সূচী বিতৰণ কৰক (_t)"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "নিৰ্বাচন"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "বর্তমানৰ বিভাগ"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "নিৰ্বাচিত খণ্ড"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "ফ্ৰেম"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "পৃষ্ঠা শৈলী: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
#, fuzzy
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "লৈ প্ৰয়োগ কৰক (_A)"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
#, fuzzy
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "টেক্সটৰ দিশ (_d)"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "সংহতিসমূহ"
@@ -13175,68 +13211,68 @@ msgid "Space to text"
msgstr "টেক্সটলৈ ব্যৱধান"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
#, fuzzy
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "ফুটনোট এৰিয়া"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "স্থান (_P)"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "শৈলী (_S)"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "ডাঠ (_T)"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "ৰং (_C)"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "দৈর্ঘ্য (_L)"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "পাদটীকা বিষয়সূচীলৈ ব্যৱধান দি আছে (_S)"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "বাঁওফাল"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "কেন্দ্ৰীত"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "সোঁফাল"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
#, fuzzy
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
@@ -19763,7 +19799,7 @@ msgid "_More Options"
msgstr "অধিক বিকল্প"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "অধিক বিকল্প"
@@ -22045,49 +22081,49 @@ msgid "Remaining space:"
msgstr "অৱশিষ্ট স্থান "
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "স্তম্ভৰ %1 প্ৰস্থ"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "স্তম্ভৰ %1 প্ৰস্থ"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "স্তম্ভৰ %1 প্ৰস্থ"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "স্তম্ভৰ %1 প্ৰস্থ"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "স্তম্ভৰ %1 প্ৰস্থ"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "স্তম্ভৰ %1 প্ৰস্থ"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "স্তম্ভৰ প্ৰস্থ"
diff --git a/source/ast/chart2/messages.po b/source/ast/chart2/messages.po
index 7f8478fb53b..7647378cc0b 100644
--- a/source/ast/chart2/messages.po
+++ b/source/ast/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-22 11:13+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/ast/>\n"
@@ -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.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1540149368.000000\n"
#. NCRDD
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Orientación del testu"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "Cadar_ma"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Cenciellu"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Realista"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Personalizáu"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "Cadar_ma"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_Solombríu"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "Berbesos del _oxetu"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "Berbesos _redondeaos"
diff --git a/source/ast/connectivity/messages.po b/source/ast/connectivity/messages.po
index 1a30af107a7..58ff349b7a5 100644
--- a/source/ast/connectivity/messages.po
+++ b/source/ast/connectivity/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-03-10 13:36+0100\n"
-"PO-Revision-Date: 2020-03-11 17:15+0000\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/connectivitymessages/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1535974914.000000\n"
#. 9LXDp
@@ -100,7 +100,7 @@ msgstr "L'ingresu de cadena nun se definió."
#: connectivity/inc/strings.hrc:40
msgctxt "STR_NO_ELEMENT_NAME"
msgid "There is no element named '$name$'."
-msgstr "Nun hai un elementu denomáu '$name$'."
+msgstr "Nun hai dengún elementu col nome «$name$»."
#. CWktu
#: connectivity/inc/strings.hrc:41
@@ -184,31 +184,31 @@ msgstr "La consulta nun se pue executar. L'operador ye enforma complexu."
#: connectivity/inc/strings.hrc:54
msgctxt "STR_QUERY_INVALID_LIKE_COLUMN"
msgid "The query can not be executed. You cannot use 'LIKE' with columns of this type."
-msgstr "Nun se pue executar la consulta. Nun pues usar 'LIKE' con columnes d'esta triba."
+msgstr "Nun se pue executar la consulta. Nun pues usar «LIKE» con columnes d'esta triba."
#. EMgKF
#: connectivity/inc/strings.hrc:55
msgctxt "STR_QUERY_INVALID_LIKE_STRING"
msgid "The query can not be executed. 'LIKE' can be used with a string argument only."
-msgstr "Nun se pue executar la consulta. 'LIKE' namái se pue usar con un argumentu de cadena."
+msgstr "Nun se pue executar la consulta. «LIKE» namái se pue usar con un argumentu de cadena."
#. PBG3H
#: connectivity/inc/strings.hrc:56
msgctxt "STR_QUERY_NOT_LIKE_TOO_COMPLEX"
msgid "The query can not be executed. The 'NOT LIKE' condition is too complex."
-msgstr "Nun se pue executar la consulta. 'NOT LIKE' ye enforma complexu."
+msgstr "Nun se pue executar la consulta. «NOT LIKE» ye enforma complexu."
#. CWeME
#: connectivity/inc/strings.hrc:57
msgctxt "STR_QUERY_LIKE_WILDCARD"
msgid "The query can not be executed. The 'LIKE' condition contains wildcard in the middle."
-msgstr "Nun se pue executar la consulta. 'LIKE' contién un caráuter comodín nel mediu."
+msgstr "Nun se pue executar la consulta. «LIKE» contién un caráuter comodín nel mediu."
#. NK7eq
#: connectivity/inc/strings.hrc:58
msgctxt "STR_QUERY_LIKE_WILDCARD_MANY"
msgid "The query can not be executed. The 'LIKE' condition contains too many wildcards."
-msgstr "Nun se pue executar la consulta. 'LIKE' contién munchos caráuteres comodín."
+msgstr "Nun se pue executar la consulta. «LIKE» contién munchos caráuteres comodín."
#. nADdF
#: connectivity/inc/strings.hrc:59
@@ -226,7 +226,7 @@ msgstr "La declaración contién una seición invalida de columnes."
#: connectivity/inc/strings.hrc:61
msgctxt "STR_COLUMN_NOT_UPDATEABLE"
msgid "The column at position '$position$' could not be updated."
-msgstr "La columna na posición '$position$' nun pue anovase."
+msgstr "Nun pue anovase la columna na posición «$position$»."
#. iLNAb
#: connectivity/inc/strings.hrc:62
@@ -366,19 +366,19 @@ msgstr "Tipu inválidu de columna pa '$columnname$'."
#: connectivity/inc/strings.hrc:85
msgctxt "STR_INVALID_COLUMN_PRECISION"
msgid "Invalid precision for column '$columnname$'."
-msgstr "Precisión inválida por columna '$columnname$'."
+msgstr "Nun val la precisión de la columna «$columnname$»."
#. zJbtr
#: connectivity/inc/strings.hrc:86
msgctxt "STR_INVALID_PRECISION_SCALE"
msgid "Precision is less than scale for column '$columnname$'."
-msgstr "La precisión ye inferior a la escala de la columna '$columnname$'."
+msgstr "La precisión ye inferior a la escala de la columna «$columnname$»."
#. PDCV3
#: connectivity/inc/strings.hrc:87
msgctxt "STR_INVALID_COLUMN_NAME_LENGTH"
msgid "Invalid column name length for column '$columnname$'."
-msgstr "La llonxitú del nome de columna ye inválida pola columna '$columnname$'."
+msgstr "La llonxitú del nome de columna nun val pa la columna «$columnname$»."
#. NZWGq
#: connectivity/inc/strings.hrc:88
diff --git a/source/ast/cui/messages.po b/source/ast/cui/messages.po
index 64375112502..8244b520744 100644
--- a/source/ast/cui/messages.po
+++ b/source/ast/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-08-04 11:13+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/ast/>\n"
"Language: ast\n"
@@ -1840,13 +1840,13 @@ msgstr "Llinia de cota"
#: cui/inc/strings.hrc:350
msgctxt "RID_SVXSTR_STARTQUOTE"
msgid "Start Quote"
-msgstr "Comines d'apertura"
+msgstr "Comina d'apertura"
#. o8nY6
#: cui/inc/strings.hrc:351
msgctxt "RID_SVXSTR_ENDQUOTE"
msgid "End Quote"
-msgstr "Comines finales"
+msgstr "Comina de zarru"
#. zvqUJ
#: cui/inc/strings.hrc:353
@@ -4341,45 +4341,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "Namái _testu"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr "Adiciones"
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
@@ -4562,7 +4604,7 @@ msgstr "Comines simples predeterminaes"
#: cui/uiconfig/ui/applylocalizedpage.ui:324
msgctxt "applylocalizedpage|endquoteft"
msgid "_End quote:"
-msgstr "Comina _final:"
+msgstr "Comina de _zarru:"
#. Am27U
#: cui/uiconfig/ui/applylocalizedpage.ui:347
@@ -4622,7 +4664,7 @@ msgstr "Comines dobles predeterminaes"
#: cui/uiconfig/ui/applylocalizedpage.ui:509
msgctxt "applylocalizedpage|label8"
msgid "_End quote:"
-msgstr "Comina _final:"
+msgstr "Comina de _zarru:"
#. 85hDi
#: cui/uiconfig/ui/applylocalizedpage.ui:532
@@ -7286,7 +7328,7 @@ msgstr ""
#: cui/uiconfig/ui/editdictionarydialog.ui:108
msgctxt "lang"
msgid "Assigns a new language to the current custom dictionary."
-msgstr ""
+msgstr "Atribúi una llingua nueva al diccionariu personalizáu actual."
#. PV8x9
#: cui/uiconfig/ui/editdictionarydialog.ui:121
@@ -7820,7 +7862,7 @@ msgstr ""
#: cui/uiconfig/ui/eventassigndialog.ui:8
msgctxt "eventassigndialog|EventAssignDialog"
msgid "Assign Macro"
-msgstr "Asinar macro"
+msgstr "Atribuyir macro"
#. BgFFN
#: cui/uiconfig/ui/eventassignpage.ui:85
@@ -7832,7 +7874,7 @@ msgstr "Socesu"
#: cui/uiconfig/ui/eventassignpage.ui:98
msgctxt "eventassignpage|assignft"
msgid "Assigned Action"
-msgstr ""
+msgstr "Aición atribuyida"
#. P3GeQ
#: cui/uiconfig/ui/eventassignpage.ui:117
@@ -7844,7 +7886,7 @@ msgstr "Atribuciones"
#: cui/uiconfig/ui/eventassignpage.ui:138
msgctxt "eventassignpage|assign"
msgid "Assign"
-msgstr "Atribuir"
+msgstr "Atribuyir"
#. nwUkL
#: cui/uiconfig/ui/eventassignpage.ui:153
@@ -7898,7 +7940,7 @@ msgstr "Socesu"
#: cui/uiconfig/ui/eventsconfigpage.ui:191
msgctxt "eventsconfigpage|actionft"
msgid "Assigned Action"
-msgstr ""
+msgstr "Aición atribuyida"
#. BvWSS
#: cui/uiconfig/ui/fmsearchdialog.ui:8
@@ -7922,13 +7964,13 @@ msgstr "_Testu:"
#: cui/uiconfig/ui/fmsearchdialog.ui:169
msgctxt "fmsearchdialog|rbSearchForNull"
msgid "Field content is _NULL"
-msgstr ""
+msgstr "El conteníu del campu ye _NULL"
#. zxjuF
#: cui/uiconfig/ui/fmsearchdialog.ui:187
msgctxt "fmsearchdialog|rbSearchForNotNull"
msgid "Field content is not NU_LL"
-msgstr ""
+msgstr "El conteníu del campu nun ye NU_LL"
#. X9FQy
#: cui/uiconfig/ui/fmsearchdialog.ui:217
@@ -7946,7 +7988,7 @@ msgstr ""
#: cui/uiconfig/ui/fmsearchdialog.ui:309
msgctxt "fmsearchdialog|rbAllFields"
msgid "_All fields"
-msgstr ""
+msgstr "_Tolos campos"
#. 64yD3
#: cui/uiconfig/ui/fmsearchdialog.ui:333
@@ -9849,27 +9891,25 @@ msgstr "Exemplu"
#: cui/uiconfig/ui/macroassigndialog.ui:8
msgctxt "macroassigndialog|MacroAssignDialog"
msgid "Assign Action"
-msgstr ""
+msgstr "Atribuyir aición"
#. NGu7X
#: cui/uiconfig/ui/macroassignpage.ui:64
-#, fuzzy
msgctxt "macroassignpage|eventft"
msgid "Event"
-msgstr "Eventos"
+msgstr "Socesu"
#. Z8XAp
#: cui/uiconfig/ui/macroassignpage.ui:88
msgctxt "macroassignpage|assignft"
msgid "Assigned Action"
-msgstr ""
+msgstr "Aición atribuyida"
#. jfate
#: cui/uiconfig/ui/macroassignpage.ui:107
-#, fuzzy
msgctxt "macroassignpage|libraryft1"
msgid "Assignments"
-msgstr "Atribución"
+msgstr "Atribuciones"
#. YG6nV
#: cui/uiconfig/ui/macroassignpage.ui:140
@@ -13448,7 +13488,7 @@ msgstr "Grande"
#: cui/uiconfig/ui/optviewpage.ui:318
msgctxt "optviewpage|label9"
msgid "Sidebar:"
-msgstr ""
+msgstr "Barra llateral:"
#. R5bS2
#: cui/uiconfig/ui/optviewpage.ui:334
@@ -14585,7 +14625,7 @@ msgstr "Alt_or:"
#: cui/uiconfig/ui/possizetabpage.ui:280
msgctxt "possizetabpage|CBX_SCALE"
msgid "_Keep ratio"
-msgstr "_Caltener proporciones"
+msgstr "_Caltener la proporción"
#. 4A7Le
#: cui/uiconfig/ui/possizetabpage.ui:340
@@ -15503,7 +15543,7 @@ msgstr ""
#: cui/uiconfig/ui/signsignatureline.ui:343
msgctxt "signsignatureline|label_more"
msgid "More"
-msgstr ""
+msgstr "Más"
#. 2LCZd
#: cui/uiconfig/ui/similaritysearchdialog.ui:26
@@ -16433,7 +16473,7 @@ msgstr "Columna"
#: cui/uiconfig/ui/textflowpage.ui:362
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
-msgstr "Anantes"
+msgstr "Enantes"
#. vMWKU
#: cui/uiconfig/ui/textflowpage.ui:363
diff --git a/source/ast/dbaccess/messages.po b/source/ast/dbaccess/messages.po
index b7482621c0c..d866953aa61 100644
--- a/source/ast/dbaccess/messages.po
+++ b/source/ast/dbaccess/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
-"PO-Revision-Date: 2020-07-20 10:34+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ast/>\n"
"Language: ast\n"
@@ -524,7 +524,7 @@ msgstr "Amestar columna"
#: dbaccess/inc/strings.hrc:104
msgctxt "RID_STR_FIELD_DOESNT_EXIST"
msgid "Invalid expression, field name '$name$' does not exist."
-msgstr "Espresión inválida, el nome de campu '$name$' nun esiste."
+msgstr "La espresión nun val porque nun esiste'l nome de campu «$name$»."
#. WiCaf
#: dbaccess/inc/strings.hrc:105
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Xeres"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Descripción"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Entever"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"¿Quies zarrar agora tolos documentos?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "Nome del f~ormulariu"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Nome del ~informe"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "Nome de la c~arpeta"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "El documentu contién formularios o reportes con macros incrustaes."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"Ten en cuenta que nun podrás integrar macros nel propiu documentu de base de datos fasta qu'esta migración tea fecha. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Base de datos incrustada"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "Nun pues esbillar categoríes distintes."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "Alcontróse un tipu d'oxetu non almitíu ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Propiedaes avanzaes"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Axustes adicionales"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Axustes de la conexón"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Nome de la ~tabla"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "Nome de la ~consulta"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Renomar como"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Inxertar como"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "¿Quier desaniciar los datos esbillaos?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Fallu al afitar el criteriu d'ordenar"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Fallu al afitar el criteriu de peñera"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Perdióse la conexón"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Consultes"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Tables"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Confirmar Desaniciar"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "¿Quies desaniciar la tabla «%1»?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "Perdióse la conexón cola base de datos. ¿Quies volver a coneutar?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "S'atoparon avisos"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "La conexón a la base de datos unvió alvertencies durante la determinación de les tables."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "Coneutando a \"$name$\" ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Cargando consulta $name$ ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Cargando tabla $name$ ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Nun ye a atopase un formatu de tabla."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "La conexón col orixe de datos \"$name$\" nun se pudo establecer."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Desconocíu;Testu;Númberu;Data/Tiempu;Data;Tiempu;Sí/Non;Moneda;Nota;Cuntador;Imaxe;Testu (fixu);Decimal;Binariu(fixu);Binariu;Enteru grande;Doble precisión;Coma flotante;Real;Enteru;Enteru pequeñu;Enteru nanu;Valor nulu;Oxetu;Distintu;Cadarma;Campu;BLOB;CLOB;REF;OTHER (fixu)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Inxertar/desaniciar clave primaria"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Sí"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Non"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<nengún>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Nome del Campu"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Tipu de Campu"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Descripción"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Descripción de la columna"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Propiedaes del Campu"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Camudar caxella"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Desaniciar filera"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Tipu de campu modificáu"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Inxertar filera"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Inxertar una filera nueva"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~Valor predetermináu"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"Escueyi una cadena balera si'l campu nun tien de tener un valor predetermináu."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"Si dempués metes datos na tabla, en cada rexistru nuevu usaráse esta cadena de caráuteres pal campu seleicionáu. Poro, tien que corresponder col formatu de caxella a introducir más abaxo."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Meti'l llargor máximu de testu permitíu."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Meti'l formatu de númberu."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"Si'l valor fuera mayor que'l másimu permitíu pa esta base de datos, va correxise d'acuerdu al valor máximu correspondiente."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Indique'l númberu de decimales que tienen de contener los númberos nesti campu."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Equí pues ver cómo se veríen los datos col formatu definíu anguaño (usa'l botón de la drecha pa camudar el formatu)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Equí pue determinar el tipu de formatiáu pa la salida de los datos de la tabla."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"Nun vas poder escribir datos nesta triba de campu. A cada rexistru nuevu de datos se-y va dar automáticamente un valor propiu (resultáu del incrementu del rexistru anterior)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "Nun se pue guardar la tabla porque'l nome de columna \"$column$\" asignóse dos veces."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "La columna \"$column$\" pertenez a la clave primaria. En casu d'eliminala, va eliminar tamién la clave primaria. ¿Desea continuar?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Clave Principal Afeutada"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Columna"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "¿Quies siguir de toles maneres?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "Nun se pudo grabar la tabla porque nun se pudo coneutar cola base datos."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "Nun se pudo axustar la peñera de tables porque desanicióse la fonte de datos."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"¿Quies guardar agora los cambios?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Denguna llave primaria"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"¿Quies crear agora una clave primaria?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "La columna \"$column$\" nun se pudo camudar. ¿Prefieres desaniciala y aplicar el formatu nuevu?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Fallu al grabar el diseñu de tabla"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "Nun se puede desaniciar la columna $column$."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"Esta espresión importaráse direutamente a la base datos dende que la tabla se cree."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"El mou diseñu de tabla nun ta a mano pa esta fonte de datos."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "camudar nome de campu"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "camudar tipu de campu"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "camudar descripción de campu"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "camudar atributu de campu"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "Necesítase una contraseña pa coneutar cola fonte de datos \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"nun existe. ¿Tendría de crease?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "Nun pudo crease la carpeta $name$."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Yá existe'l ficheru. ¿Reescribilu?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Carpeta"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Propiedaes de la base de datos"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Propiedaes de la Fonte de Datos: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "Escueyi 'Coneutar con una base de datos esistente' pa coneutar con una base de datos esistente."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Nun se fue quien a cargar la biblioteca del programa #lib#, a lo meyor ta toyía. La esbilla de fonte de datos ODBC nun s'atopa."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"Puedes camudar los datos, pero de xuro nun vas ser quien a coneutar cola base datos."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Dengún}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Espaciu}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 tien de tar configuráu."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 y #2 deben ser diferentes."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "Nun se pueden usar comodinos como ?,* en #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Prueba de conexón"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Afitóse correchamente la conexón."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Nun pudo afitase la conexón."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "El controlador JDBC cargóse bien."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "El controlador JDBC nun pudo cargase."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "Ficheru MS Access"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "Ficheru de MS Access 2007"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Base de datos de Firebird"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Sistema"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Fallu al crear"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "Asocedió un error. Nun pudo executase la operación."
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "El documentu \"$file$\" nun se pudo abrir."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "Imposible desaniciar la tabla porque la conexón cola base de datos nun ye pa con ello."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~Too"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Desfacer:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Refacer:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
-msgstr "Nun s'atopó denguna columna de la triba de columna '#1'."
+msgstr "Nun s'atopó denguna columna de la triba de columna «#1»."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Nun esiste'l ficheru «$file$»."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "Xeneráronse alvertencies na conexón col orixe de datos. Calca \"$buttontext$\" pa veles."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "L'informe «$file$» rique'l Xenerador d'informes."
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "Nun puede coneutase al alministrador del controlador SDBC (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "Hai un controlador que nun ta rexistráu pa la URL #connurl#."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "Furruló la conexón, pero nun ta afayadiza la información de les tables de bases de datos."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Toles tables"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Toles vistes"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Toles tables y vistes"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Nome de tabla"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Inxertar datos"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Desaniciar datos"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Modificar datos"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Alterar la cadarma"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Lleer datos"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Modificar referencies"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Quitar cadarma"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Camín a los ficheros dBASE"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Camín a los ficheros de testu"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Camín del documentu de fueya de cálculu"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Nome de la fonte de datos ODBC nel so ordenador"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "Camín al documentu de Writer"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Nome de la base de datos MySQL"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Nome de la base de datos Oracle"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Ficheru de base de datos Microsoft Access"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "Nun se necesita más configuración. Calca nel botón «%test» pa comprobar si la conexón funciona."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "URL de la fonte de datos (p.ex.: host=$host:$port dbname=$database)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "Nome del ag~ospiu"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Nome del perfil de ~Mozilla"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Nome del perfil de ~Thunderbird"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Amestar tables"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Amestar tabla o consulta"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Aplicar columnes"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Tipu formatu"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"El siguiente nome yá ta usándose:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Asignar columnes"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Atrás"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~Siguiente>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "~Crear"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Copiar tabla"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Copiar tabla"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "Esti nome de tabla nun val pa esta base datos."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Escueyi la opción 'Amestar datos' de la primera páxina pa incorporar datos a una tabla."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Camuda'l nome de la tabla. Ye enforma llargu."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Asistente pa bases de datos"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Escoyer base de datos"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Afitar una conexón dBASE"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Afitar una conexón con ficheros de testu"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Afitar una conexón Microsoft Access"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Afitar una conexón LDAP"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Afitar una conexón ADO"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Afitar una conexón JDBC"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Afitar una conexón base de datos Oracle"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Configurar conexón de MySQL"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Configurar conexón de ODBC"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Configurar la conexón a un documentu de Writer o fueya de cálculu"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Configurar autenticación del usuariu"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Configurar MySQL server data"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Grabar y siguir"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Base de Datos Nueva"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Configurar conexón con una base de datos MySQL usando JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"Comunícate col alministrador del sistema si nun tas seguru de la configuración siguiente."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "Cla~se de controlador MySQL JDBC:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Predetermináu: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Configura una conexón con ficheros dBASE"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Escueyi la carpeta onde se guarden los ficheros dBASE."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Afitar una conexón con ficheros de testu"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Escueyi la carpeta onde se guarden los ficheros de testu CSV (valores separtaos por comes). %PRODUCTNAME Base abrirá estos ficheros en mou de sólo llectura."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Camín de los ficheros de testu"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Configura una conexón con una base de datos de Microsoft Access"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Escueyi'l ficheru de Microsoft Access que quies abrir."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Configura una conexón con una base de datos ADO"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"Comunícate col alministrador del sistema si nun tas seguru de los parámetros siguientes."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Configura una conexón con una base de datos ODBC"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"Comunícate col alministrador del sistema si nun tas seguru de la configuración siguiente."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Configura una conexón con una base de datos JDBC"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"Comunícate col alministrador del sistema si nun tas seguru de la configuración siguiente."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Configura una conexón con una base de datos Oracle"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Predetermináu: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "~Clase de controlador Oracle JDBC"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"Comunícate col alministrador del sistema si nun tas seguru de la configuración siguiente."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Configura una conexón con fueyes de cálculu"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"%PRODUCTNAME abrirá esti ficheru en mou de sólo llectura."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "All~ugamientu y nome del ficheru"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Comandu bien executáu."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "Perdióse la conexón a la base de datos. Esti diálogu va desapaecer."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Orde"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Campu d'índiz"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Ascendente"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Descendente"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
-msgstr "¿De verdá quies desaniciar l'índiz '$name$'?"
+msgstr "¿De verdá quies desaniciar l'índiz «$name$»?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "índiz"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "L'índiz tien que tener polo menos un campu."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Yá esiste otru índiz col nome «$name$»."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "Nuna definición d'índiz, cada columna de tabla pue apaecer como muncho una vegada. Yá emplegasti la columna \"$name$\" dos vegaes."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "La entrada nun pudo convertise a un valor válidu pal parámetru \"$name$\""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "Estáu de SQL"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Códigu d'error"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "Munches vegaes, esti fallu dalu por una mala configuración de tipos de lletra pal idioma de la base datos. Comprueba la configuración escoyendo: Editar - Base de datos - Propiedaes."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Fallu"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Avisu"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Información"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Detalles"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "¿De xuru que quies desaniciar l'usuariu?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "La base de datos nun almite l'alministración d'usuarios."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Les contraseñes nun coinciden. Escribi otra vuelta la contraseña."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Ten en cuenta que delles bases de datos pueden ser incompatibles con esta triba de combinación."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Contién sólo rexistros nos que los conteníos de los campos venceyaos de les dos tables son iguales."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Contién TOLOS rexistros de la tabla «%1» y sólo los rexistros de la tabla «%2» nos que los conteníos de los campos venceyaos de les dos tables son iguales."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Contién TOLOS rexistros de datos de «%1» y de «%2»."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Contién el productu cartesianu de TOLOS rexistros de «%1» y de «%2»."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "La base de datos de destín nun aguanta por vistes."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "La base de datos de destín nun aguanta por claves primaries."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "nun s'alcontró dengún descriptor d'accesu a datos, o dengún descriptor capaz d'apurrir la información necesaria"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Sólo tables y entrugues se soporten nesti momentu."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "El conxuntu de resultaos de la fonte de copia tien que tener por los marcadores."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Tipu de columna fonte ($type$) nun se soporta en la posición de columna $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Númberu illegal d'entamu de parámetros."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Asocedió un fallu mientres s'instalaba."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Nun s'almite la opción $name$ nel descriptor d'orixe pal copiáu."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "Pa copiar una consulta, la conexón tien de ser quien a proporcionar consultes."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "El remanador d'interaición proporcionáu ye inválidu."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Ésta rellación yá esiste. Quier editala o facer una nueva?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Editar..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Crear..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: Diseñu de rellación"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "La base de datos nun sofita denguna rellación."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Si desanicia esta tabla desaniciaránse tamién toles rellaciones correspondientes. ¿Deseya continuar?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4651,7 +4645,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr ""
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Tables y peñera de tables"
@@ -4680,6 +4674,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
#, fuzzy
diff --git a/source/ast/desktop/messages.po b/source/ast/desktop/messages.po
index 208d732674a..b99797d852f 100644
--- a/source/ast/desktop/messages.po
+++ b/source/ast/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-02 14:00+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/ast/>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Estensión"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "Componente Biblioteca Dinámica UNO"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "Componente Java UNO"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "Componente Python UNO"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "Componentes UNO"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "Biblioteca de tipos RDB UNO"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "Biblioteca de tipos Java UNO"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "Biblioteca %MACROLANG"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Ayuda"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "La estensión nun puede instalase por:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "La estensión nun s'instalará porque asocedió un fallu nos ficheros d'ayuda:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Amestar estensión(es)"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Desaniciar"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~Habilitar"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Deshabilitar"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Anovar..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Amestar %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "Desaniciar %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Activando %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Desactivar %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Aceutar la llicencia pa %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Fallu: Desconózse l'estáu d'esta estensión"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Zarrar"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Colar"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"L'anovamientu de la estensión compartía requier de privilexos d'alministrador. Ponte en contautu col alministrador del sistema p'anovar les siguientes estensiones compartíes:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "La estensión nun pudo instalase yá que les siguientes dependencies del sistema nun tán satisfeches:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Esta estensión ta desactivada porque aínda nun aceutaste la llicencia.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Amosar la llicencia"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Calca «Encaboxar» pa detener la instalación."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "La instalación de les estensiones ta desactivada. Consulta l'alministrador del sistema pa más información."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "El desaniciu d'estensiones ta desactiváu. Consulta al alministrador del sistema pa más información."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Calca «Encaboxar» pa detener el desaniciu de la estensión."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Calca «Encaboxar» pa detener el desaniciu de la estensión."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Calca «Encaboxar» pa detener l'activación de la estensión."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Calca «Encaboxar» pa detener la desactivación de la estensión."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "La estensión «%Name» nun funciona nesti ordenador."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Instalando estensiones..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Instalación finada"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Ensin errores."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Error descargando estensión %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "El mensaxe d'error ye: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Error instalando estensión %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "Los términos de llicencia pa la estensión %NAME refugáronse. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "La estensión nun s'instalará."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Desconocíu"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "La estensión requier polo menos la versión de referencia d'OpenOffice.org %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "La estensión nun tien sofitu pa versiones de referencia a OpenOffice.org mayores que %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "La estensión rique polo menos %PRODUCTNAME versión %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Calca «Encaboxar» pa detener la instalación."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Calque «Encaboxar» pa detener la instalación."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Calca «Encaboxar» pa detener la instalación."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Calque «Encaboxar» pa detener la instalación."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Calca «Encaboxar» pa detener la instalación."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Calque «Encaboxar» pa encaboxar la instalación."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Nun hai anovamientos disponibles."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Nun hai anovamientos disponibles. Pa ver tolos anovamientos, conseña la caxella 'Ver tolos anovamientos'."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Asocedió un error:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Error desconocíu."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "Nun hai más descripción disponible pa esti anovamientu."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "La estensión nun puede anovase porque:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "La versión necesaria de %PRODUCTNAME nun concasa:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "Tienes %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "anovamientu dende'l restolador"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Versión"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Esti anovamientu va inorase.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Nun se puede entamar l'aplicación. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "Nun s'atopó'l direutoriu de configuración «$1»."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "El camín d'instalación nun val."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Hebo un fallu internu."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "El ficheru de configuración «$1» ta toyíu."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Nun s'atopó'l ficheru de configuración «$1»."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "El ficheru de configuración «$1» nun almite esta versión."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Nun se ye quien a pescanciar la llingua del interfaz d'usuariu."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "Nun pudo completase la instalación del usuariu. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Nun se puede crear el xestor de configuración."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Anicia el programa d'instalación pa reparar la instalación dende'l CD o dende la carpeta que contién los ficheros d'instalación."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "Hebo un fallu xeneral mentanto s'accedía a la configuración central. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Contauta col to alministrador de sistema."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Hebo'l siguiente fallu internu: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "Hai que reaniciar %PRODUCTNAME manualmente dempués de la instalación o anovamientu."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"¿Tas seguru de querer siguir?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Impresión desactivada. Nun se puen imprentar documentos."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "L'alministrador de camín nun ta disponible.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -737,7 +743,7 @@ msgstr ""
"\n"
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -747,61 +753,61 @@ msgstr ""
"\n"
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Alcuerdu de llicencia de la estensión de software $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Llei ensembre el contratu llicencia que s'amuesa arriba. Aceuta los términos del mesmu escribiendo \"sí\" na consola, darréu calca na tecla Intro. Escribi \"non\" pa refugar los términos del contratu o encaboxar la instalación de la estensión."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Escribi \"si\" o \"non\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "La entrada nun ta bien. Escribi \"sí\" o \"non\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "SÍ"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "S"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NON"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg nun se pue aniciar. El ficheru de bloquéu indica que yá ta executándose. Si esto nun s'aplica, desanicia'l ficheru de bloquéu de:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ERROR: "
diff --git a/source/ast/extensions/messages.po b/source/ast/extensions/messages.po
index 66071e78908..f4b1827815f 100644
--- a/source/ast/extensions/messages.po
+++ b/source/ast/extensions/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-05-19 12:41+0200\n"
-"PO-Revision-Date: 2020-07-20 10:34+0000\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/extensionsmessages/ast/>\n"
"Language: ast\n"
@@ -2195,8 +2195,8 @@ msgid ""
"Do you want to delete the data type '#type#' from the model?\n"
"Please note that this will affect all controls which are bound to this data type."
msgstr ""
-"¿Quier desaniciar la triba de datos '#type#' del modelu?\n"
-"Cuente qu'esto afeuta a tolos controles venceyaos a esta triba de datos."
+"¿Quies desaniciar la triba de datos «#type#» del modelu?\n"
+"Cuenta qu'esto afeuta a tolos controles venceyaos a esta triba de datos."
#. zaduD
#: extensions/inc/strings.hrc:265
@@ -2335,7 +2335,7 @@ msgstr "Formulariu maestru"
#: extensions/inc/strings.hrc:289
msgctxt "STR_ERROR_RETRIEVING_COLUMNS"
msgid "The columns of '#' could not be retrieved."
-msgstr "Les columnes de '#' nun puen ser recuperaes."
+msgstr "Nun puen recuperase les columnes de «#»."
#. w4wm8
#: extensions/inc/strings.hrc:291
diff --git a/source/ast/filter/messages.po b/source/ast/filter/messages.po
index 8f02014dfcf..6de957e9039 100644
--- a/source/ast/filter/messages.po
+++ b/source/ast/filter/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-04-27 15:54+0200\n"
-"PO-Revision-Date: 2020-07-20 10:34+0000\n"
+"PO-Revision-Date: 2020-08-06 08:40+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/filtermessages/ast/>\n"
"Language: ast\n"
@@ -419,7 +419,6 @@ msgstr "Roblar con marca d'a_gua"
#. JtBsL
#: filter/uiconfig/ui/pdfgeneralpage.ui:398
-#, fuzzy
msgctxt "pdfgeneralpage|watermarklabel"
msgid "Text:"
msgstr "Testu:"
diff --git a/source/ast/forms/messages.po b/source/ast/forms/messages.po
index c3a9c41ebb1..76674f030cf 100644
--- a/source/ast/forms/messages.po
+++ b/source/ast/forms/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-02-25 19:15+0000\n"
-"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/formsmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1507237308.000000\n"
#. naBgZ
@@ -210,37 +210,37 @@ msgstr "Necesítase un valor."
#: forms/inc/strings.hrc:57
msgctxt "RID_STR_XFORMS_INVALID_CONSTRAINT"
msgid "The constraint '$1' not validated."
-msgstr "La llende '$1' nun ta validada."
+msgstr "La llende «$1» nun ta validada."
#. a2kvh
#: forms/inc/strings.hrc:58
msgctxt "RID_STR_XFORMS_VALUE_IS_NOT_A"
msgid "The value is not of the type '$2'."
-msgstr "El valor nun ye de la triba '$2'."
+msgstr "El valor nun ye de la triba «$2»."
#. xr8Fy
#: forms/inc/strings.hrc:59
msgctxt "RID_STR_XFORMS_VALUE_MAX_INCL"
msgid "The value must be smaller than or equal to $2."
-msgstr "El valor tien que ser menor que o igual a $2."
+msgstr "El valor tien de ser menor que o igual a $2."
#. 2FnXB
#: forms/inc/strings.hrc:60
msgctxt "RID_STR_XFORMS_VALUE_MAX_EXCL"
msgid "The value must be smaller than $2."
-msgstr "El valor tien que ser menor que $2."
+msgstr "El valor tien de ser menor que $2."
#. yFzvb
#: forms/inc/strings.hrc:61
msgctxt "RID_STR_XFORMS_VALUE_MIN_INCL"
msgid "The value must be greater than or equal to $2."
-msgstr "El valor tien que ser mayor que o igual a $2."
+msgstr "El valor tien de ser mayor que o igual a $2."
#. 8CqwC
#: forms/inc/strings.hrc:62
msgctxt "RID_STR_XFORMS_VALUE_MIN_EXCL"
msgid "The value must be greater than $2."
-msgstr "El valor tien que ser mayor que $2."
+msgstr "El valor tien de ser mayor que $2."
#. zcC3f
#: forms/inc/strings.hrc:63
@@ -354,7 +354,7 @@ msgstr "Fallu na evaluación"
#: forms/inc/strings.hrc:81
msgctxt "RID_STR_XFORMS_PATTERN_DOESNT_MATCH"
msgid "The string '$1' does not match the required regular expression '$2'."
-msgstr "La cadena '$1' nun coincido cola espresión regular que se necesita '$2'."
+msgstr "La cadena «$1» nun concasa cola espresión regular riquida «$2»."
#. GdrwE
#: forms/inc/strings.hrc:82
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared.po b/source/ast/helpcontent2/source/text/sbasic/shared.po
index 2dae947d1b4..686dd858d2d 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-21 00:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/ast/>\n"
@@ -8161,13 +8161,13 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr ""
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
+msgid "Print# Statement"
msgstr ""
#. addUg
@@ -8179,23 +8179,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr ""
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "Saca les cadenes o espresiones numericas especificaes a un diálogu o a un ficheru."
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9745,13 +9754,13 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>Reset;instrucción</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
msgstr ""
#. iLCKn
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "Zarra tolos ficheros abiertos y escribe el conteníu de toles memories entemedies de ficheru nel discu duru."
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "Exemplu:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10024,50 +10024,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "Llee datos d'un ficheru secuencial abiertu."
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "Input #NúmberuFicheru As Integer; var1[, var2[, var3[,...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>NúmberuFicheru:</emph> Númberu del ficheru que contenga los datos que se deseye lleer. El ficheru tien de tar abiertu cola instrucción Open por aciu la pallabra clave INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>var:</emph> Una variable numbérica o de cadena qu'a la que s'asigna los valores que se lleen del ficheru abiertu."
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "Si llégase a la fin del ficheru mientres se llee un elementu de datos, produzse un fallu y el procesu atáyase."
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemplu:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,13 +10114,13 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr "' Lleer el ficheru de datos usando Input"
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
+msgid "Line Input# Statement"
msgstr ""
#. CCEuD
@@ -10150,68 +10132,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>Sentencia de llinia d'ingresu</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "Llee cadenes d'un ficheru secuencial nuna variable."
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "Line Input #NúmberuFicheru As Integer, Var As String"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber: </emph>Númberu del ficheru que contién los datos que quier lleer. El ficheru tien de tar abiertu anteriormente cola instrucción Open por aciu la pallabra clave INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>var:</emph> El nome de la variable qu'almacene la resultancia."
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10222,40 +10186,13 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "Cola instrucción <emph>Line Input#</emph>, pue lleer cadenes dende un ficheru abiertu nuna variable. Les variables de cadena lleen llinia a llinia hasta la primer torna de carru (Asc=13) o meyora de llinia (Asc=10). Les marques de final de llinia nun s'inclúin na cadena resultante."
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemplu:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNúmberu, \"Esta ye una llinia de testu\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNúmberu, \"Esta ye otra llinia de testu\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
+msgid "Put# Statement"
msgstr ""
#. psWQE
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>Put;función</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,14 +10222,14 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "Escribe un rexistru nun ficheru relativu o una secuencia de bytes nun ficheru binariu."
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "Consulte tamién: instrucción <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link>"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. 9HgEG
#: 03020204.xhp
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "N'ficheros binarios (accesu binariu), la posición del byte del ficheru en que se deseye empezar a escribir."
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,68 +10321,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>instrucción Write</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "Escribe datos nun ficheru secuencial."
-
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "Write [#NomeFicheru], [ListaExpresión]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>FileName:</emph> Cualquier espresión numbérica que contenga'l númberu de ficheru que seya afitada pola instrucción Open del ficheru respectivu."
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>ListaExpresiones:</emph> Variables o espresiones que se deseye introducir nun ficheru, dixebraes por comes."
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr "Númberos con dellimitadores decimales son convertíos d'alcuerdu nala configuración del idioma o rexonalización."
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemplu:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,13 +10942,13 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>NúmberuFicheru:</emph> El númberu de canal de datos usáu na instrucción Open."
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
+msgid "Seek# Statement"
msgstr ""
#. vLW2K
@@ -11041,13 +10960,13 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>declaración Seek</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
msgstr ""
#. RBPKW
@@ -11077,59 +10996,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "Pal restu de ficheros, la instrucción Seek define la posición de byte na que va asoceder la siguiente operación."
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "Consulte tamién: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "Seek[#FileNumber], Position (como númberu Long)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>NúmberuFicheru: </emph> El númberu de canal de datos usáu na instrucción Open."
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>Posición: </emph>Posición pa la siguiente escritura o llectura. La posición pue ser un númberu ente 1 y 2.147.483.647. Según el tipu de ficheru, la posición indica'l númberu del rexistru (Ficheros en mou Random) o la posición del byte (Ficheros en mou Binary, Output, Append o Input). El primera byte d'un ficheru ye la posición 1, el segundu la posición 2, etc."
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39391,13 +39310,13 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -41254,13 +41173,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/ast/helpcontent2/source/text/sdatabase.po b/source/ast/helpcontent2/source/text/sdatabase.po
index 2d4c3a3caf6..8790dd9b661 100644
--- a/source/ast/helpcontent2/source/text/sdatabase.po
+++ b/source/ast/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -157,13 +157,13 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr ""
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 3JCfK
@@ -175,13 +175,13 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr ""
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
msgstr ""
#. ASeVi
@@ -193,13 +193,13 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr ""
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
msgstr ""
#. JTXBF
@@ -211,13 +211,13 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr ""
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
msgstr ""
#. FWCVa
@@ -292,13 +292,13 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -319,13 +319,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -364,6 +364,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/sdraw.po b/source/ast/helpcontent2/source/text/sdraw.po
index 62c55dae902..852e3b16846 100644
--- a/source/ast/helpcontent2/source/text/sdraw.po
+++ b/source/ast/helpcontent2/source/text/sdraw.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-06-22 17:23+0200\n"
-"PO-Revision-Date: 2020-01-24 14:55+0000\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1507111981.000000\n"
#. dHbww
@@ -671,7 +671,7 @@ msgctxt ""
"par_id3155333\n"
"help.text"
msgid "Technical diagrams often show the dimensions of objects in the drawing. In $[officename] Draw, you can use dimension lines to calculate and display linear dimensions."
-msgstr "Los diagrames téunicos amuesen davezu les dimensiones de los oxetos nel dibuxu. En $[officename] Draw pue usar les llinies de dimensiones pa calcular y visualizar les dimensiones lliniales."
+msgstr "Los diagrames téunicos amuesen davezu les dimensiones de los oxetos nel dibuxu. En $[officename] Draw pue usar les llinies de cota pa calcular y visualizar les dimensiones lliniales."
#. s5vj3
#: main0503.xhp
diff --git a/source/ast/helpcontent2/source/text/sdraw/01.po b/source/ast/helpcontent2/source/text/sdraw/01.po
index 60d11f53b52..1ef6e740543 100644
--- a/source/ast/helpcontent2/source/text/sdraw/01.po
+++ b/source/ast/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-01-24 14:48+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw01/ast/>\n"
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr ""
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/sdraw/guide.po b/source/ast/helpcontent2/source/text/sdraw/guide.po
index ba908001502..b4b24309359 100644
--- a/source/ast/helpcontent2/source/text/sdraw/guide.po
+++ b/source/ast/helpcontent2/source/text/sdraw/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-01-22 13:00+0100\n"
-"PO-Revision-Date: 2020-02-11 12:27+0000\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsdrawguide/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1523977270.000000\n"
#. cZbDh
@@ -2480,7 +2480,7 @@ msgctxt ""
"par_id3150391\n"
"help.text"
msgid "Dimension Lines"
-msgstr ""
+msgstr "Llinies de cota"
#. Xy8FC
#: layers.xhp
@@ -2534,7 +2534,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Instructions for Using $[officename] Draw"
-msgstr "Instrucciones pa Utilizar $[officename] Draw"
+msgstr "Instrucciones pa utilizar $[officename] Draw"
#. aTz4K
#: main.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/00.po b/source/ast/helpcontent2/source/text/shared/00.po
index 5aadc936e57..5df046e10d3 100644
--- a/source/ast/helpcontent2/source/text/shared/00.po
+++ b/source/ast/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-08-04 11:16+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/ast/>\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr ""
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/shared/01.po b/source/ast/helpcontent2/source/text/shared/01.po
index 112f83c5963..3503134db18 100644
--- a/source/ast/helpcontent2/source/text/shared/01.po
+++ b/source/ast/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-04 11:16+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/ast/>\n"
"Language: ast\n"
@@ -25801,31 +25801,13 @@ msgctxt ""
msgid "Add"
msgstr "Amestar"
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr ""
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr "Nome"
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
msgstr ""
#. 6Yvch
@@ -27259,13 +27241,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr ""
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
msgstr ""
#. 6XJUi
@@ -36482,7 +36464,7 @@ msgctxt ""
"hd_id3159600\n"
"help.text"
msgid "Replace << and >> with angle quotes"
-msgstr ""
+msgstr "Trocar << y >> por comines angulares"
#. iNK4q
#: 06040400.xhp
@@ -36491,7 +36473,7 @@ msgctxt ""
"par_id3155273\n"
"help.text"
msgid "Automatically replaces double less-than and greater-than signs with double angle quotes « and » in several languages, and with single angle quotes ‹ and › in Swiss French."
-msgstr ""
+msgstr "Sustitúi automáticamente secuencies de signos de desigualdá matemática dobles (<lliteral><<</lliteral> y <lliteral>>></lliteral>) por comines angulares (« y ») en dellos idiomes, y por comines angulares simples (‹ y ›) en francés suizu."
#. YRQQD
#: 06040400.xhp
@@ -36536,7 +36518,7 @@ msgctxt ""
"hd_id3153750\n"
"help.text"
msgid "Start quote"
-msgstr ""
+msgstr "Comina d'apertura"
#. MBS7T
#: 06040400.xhp
@@ -36554,7 +36536,7 @@ msgctxt ""
"hd_id3159233\n"
"help.text"
msgid "End quote"
-msgstr ""
+msgstr "Comina de zarru"
#. mgdRK
#: 06040400.xhp
@@ -36581,7 +36563,7 @@ msgctxt ""
"par_id3166460\n"
"help.text"
msgid "<ahelp hid=\".\">Resets the quotation marks to the default symbols.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Reafita les comines a los signos predeterminaos.</ahelp>"
#. F9Eqa
#: 06040500.xhp
@@ -43025,7 +43007,7 @@ msgctxt ""
"hd_id171526467974440\n"
"help.text"
msgid "Title"
-msgstr "Títulu"
+msgstr "Cargu"
#. fyUJY
#: addsignatureline.xhp
@@ -47275,13 +47257,13 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr ""
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
msgstr ""
#. ChX9A
@@ -47464,24 +47446,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr ""
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr ""
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr ""
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47491,15 +47455,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr ""
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr ""
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49561,6 +49516,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/shared/02.po b/source/ast/helpcontent2/source/text/shared/02.po
index 14c421aa898..47c9c8b8e4f 100644
--- a/source/ast/helpcontent2/source/text/shared/02.po
+++ b/source/ast/helpcontent2/source/text/shared/02.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-04 11:16+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-05 15:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/ast/>\n"
"Language: ast\n"
@@ -8810,14 +8810,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr ""
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
-msgstr "El subformulario basar nuna consulta <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link>; más en concretu, nuna <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">consulta paramétrica</link>. Si inxerta un nome de campu nel cuadru<emph>Enllazar campos maestros</emph>, los datos que figuren nesi campu del formulariu principal lleer nuna variable que se debe introducir en <emph>Enllazar con</emph>. Nuna instrucción SQL pertinente, esta variable comparar colos datos de tabla a los que fai referencia'l subformulario. Coles mesmes, el nome de la columna pue especificase nel cuadru <emph>Enllazar campos maestros</emph>."
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgstr ""
#. KAQ4c
#: 01170203.xhp
@@ -10529,14 +10529,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr ""
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Iconu</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -11762,14 +11762,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr "L'iconu <emph>Estilu de flecha</emph> namái s'amuesa al crear un dibuxu coles funciones de dibuxu. Pa llograr más información, consulte la seición <link href=\"text/shared/01/05200300.xhp\" name=\"Estilos de llinia\"><emph>Estilos de llinia</emph></link> de l'Ayuda."
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Iconu</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -15387,7 +15387,7 @@ msgctxt ""
"hd_id3153662\n"
"help.text"
msgid "Field content is NULL"
-msgstr "Conteníu del campu ye NULL"
+msgstr "El conteníu del campu ye NULL"
#. i8Bma
#: 12100200.xhp
@@ -15405,7 +15405,7 @@ msgctxt ""
"hd_id3153717\n"
"help.text"
msgid "Field content is not NULL"
-msgstr "Conteníu del campu nun ye NULL"
+msgstr "El conteníu del campu nun ye NULL"
#. fMFeY
#: 12100200.xhp
@@ -17027,13 +17027,13 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "Executar directamente comandu SQL"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
msgstr ""
#. tTG7m
@@ -17054,13 +17054,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Funciones</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
msgstr ""
#. iGFfH
@@ -17099,13 +17099,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Nome de la tabla</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. t48DA
@@ -17144,13 +17144,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alies</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. CcbaZ
@@ -17198,13 +17198,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Valores unívocos</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
msgstr ""
#. EXAFG
@@ -19241,14 +19241,41 @@ msgctxt ""
msgid "Limit"
msgstr "Llendes"
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
-msgstr "<ahelp hid=\".\">Espande la declaración de seleición creada de la <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">consulta SQL</link> cola cláusula LIMIT X</ahelp>. Esto pue usase pa llendar los resultaos de la so Consulta SQL a les que caigan dientro del primer númberu X d'elles."
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
+msgstr ""
#. Ae3Qb
#: paintbrush.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/explorer/database.po b/source/ast/helpcontent2/source/text/shared/explorer/database.po
index c05618f14bd..2f007779b5b 100644
--- a/source/ast/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/ast/helpcontent2/source/text/shared/explorer/database.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-05-14 21:16+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/ast/>\n"
"Language: ast\n"
@@ -16,2220 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542028595.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr "Diseñu de consulta"
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr "<bookmark_value>vistes;crear vistes de bases de datos (Base)</bookmark_value><bookmark_value>consultes; crear en vista de diseñu (Base)</bookmark_value><bookmark_value>diseñar; consultes (Base)</bookmark_value><bookmark_value>vista de diseñu; consultes/vistes (Base)</bookmark_value><bookmark_value>xunir;tables (Base)</bookmark_value><bookmark_value>tables de bases de datos; xunir pa consultes (Base)</bookmark_value><bookmark_value>consultes; xunir tables (Base)</bookmark_value><bookmark_value>tables de bases de datos; rellaciones (Base)</bookmark_value><bookmark_value>rellaciones; xunir tables (Base)</bookmark_value><bookmark_value>consultes; desaniciar enllaces de tables (Base)</bookmark_value><bookmark_value>criterios de diseñu de consultes (Base)</bookmark_value><bookmark_value>consultes; formular condiciones de filtru (Base)</bookmark_value><bookmark_value>condiciones de filtru;en consultes (Base)</bookmark_value><bookmark_value>parámetros; consultes (Base)</bookmark_value><bookmark_value>consultes; consultes de parámetros (Base)</bookmark_value><bookmark_value>SQL; consultes (Base)</bookmark_value><bookmark_value>SQL nativu (Base)</bookmark_value>"
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Diseñar una consulta</link>"
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr "<ahelp hid=\".\">La vista <emph>Diseñu de consulta</emph> dexa la creación y edición de consultes de bases de datos.</ahelp>"
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr "La mayoría de les bases de datos utilicen consultes pa peñerar o ordenar les tables de bases de datos por qu'amuesen los rexistros nel equipu. Les vistes apurren les mesmes funciones que les consultes, pero nel sirvidor. Si la base de datos atopar nun sirvidor qu'almite vistes, pue utilizar felicidaes vistes pa peñerar los rexistros del sirvidor con cuenta d'acelerar el tiempu de visualización."
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr "Al escoyer el comandu <emph>Crear vista</emph> de la ficha <emph>Tables</emph> d'un documentu de base de datos, va ver la ventana <emph>Diseñu de vista</emph> que ye similar a la ventana <emph>Diseñu de consulta</emph> que se describe equí."
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr "Cuando se crea una consulta caltién la estructura de la ventana de Diseñu de consultes, lo cual nun asocede cuando se crea una vista."
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr "La vista Diseñu"
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr "Pa crear una consulta, faiga clic nel iconu <emph>Consultes</emph> d'un documentu de base de datos y, de siguío, faiga clic en <emph>Crear consulta en vista Diseñu</emph>."
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr ""
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr "Na parte cimera de la ventana de la vista Diseñu de consulta, amuésense los <link href=\"text/shared/main0214.xhp\" name=\"iconos\">iconos</link> de les barres <emph>Diseñu de consulta</emph> y <emph>Diseñu</emph>."
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr "Si deseya probar una consulta, faiga doble clic nel nome de la consulta nel documentu de base de datos. La resultancia de la consulta amosar nuna tabla similar a la vista d'orixe de datos. Nota: la tabla que s'amuesa ye temporal."
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr "Tecles de la vista Diseñu de consulta"
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr "Tecla"
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "Función"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr "F4"
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr "Vista previa"
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr "F5"
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr "Executar consulta"
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr "F7"
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr "Amestar tabla o consulta"
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr "Esaminar"
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr ""
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Faiga doble clic nos campos p'amestalos a la consulta. Arrastre y coloque pa definir relaciones.</ahelp>"
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr "Mientres el diseñu d'una consulta nun ye posible modificar les tables escoyíes."
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr "Desaniciar tables"
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr "Pa desaniciar una tabla de la vista de diseñu, calque nel marxe cimeru de la ventana de la tabla y active el menú contestual. Cola orde <emph>Desaniciar</emph> va desaniciar la tabla de la vista de diseñu. Otra opción ye calcar la tecla (Supr)."
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr "Mover tables y modificar el so tamañu"
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr "Les tables y el so tamañu puen definise a voluntá. Pa mover una tabla calcar col mur'l marxe cimeru y llévase a la posición deseyada. P'aumentar o menguar el tamañu de presentación, arrastre'l borde escontra una de les esquines."
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr "Relaciones ente tables"
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr "Les relaciones de datos que puen haber ente un nome de campu d'una tabla y unu d'otra tabla puen utilizase pa les consultes."
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr ""
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr ""
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr "Namái pue crease una consulta basada en delles fueyes rellacionaes si utilízase $[officename] como interfaz pa una base de datos relacional."
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr "Nuna consulta nun ye posible aportar a tables de bases de datos distintes. Les consultes de delles tables namái puen crease dientro d'una mesma base de datos."
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr ""
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr ""
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edita Propiedaes de Conexón .</ahelp> Como alternativa, prima Tabulador hasta que la llinia escuéyase, depués prima MAYUSCULA+F10 p'amosar el menú contestual onde tien d'escoyer<emph>Editar</emph>. Delles bases de datos solo soporten un subconxuntu de posibles tipos de conexón."
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr "Desaniciar relaciones"
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr "Pa desaniciar los enllaces ente dos tables, escueya col mur la llinia de enllaz y calque la tecla (Supr)."
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr "Tamién pue desaniciar les respectives entraes en <emph>Campos usaos</emph> nel diálogu <emph>Relaciones</emph>. O pue calcar el tabulador hasta que'l vector de conexón quede destacáu y depués calcar Mayús+F10 p'abrir el menú contestual y escoyer la orde <emph>Desaniciar</emph>."
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr ""
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Escueya condiciones pa definir la consulta.</ahelp> Cada columna de la tabla de diseñu aceuta un campu de datos pa la consulta. Les condiciones d'una filera enllazar con una espresión lóxica Y."
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr ""
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr ""
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr "Desaniciar nomes de campos"
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr "Pa desaniciar un campu de datos de la consulta, calque col mur na testera de la columna del campu y active el comandu <emph>Desaniciar</emph> del menú contestual de la columna."
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr ""
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr ""
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr "Esquema"
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Escriba'l nome del esquema que s'asignó a la consulta o vista de tabla.</ahelp>"
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr "Nome de la consulta vista de tabla"
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">Escriba'l nome de la vista de tabla o consulta.</ahelp>"
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr "Peneráu de datos"
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr ""
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr "Campu"
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr ""
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr "Alies"
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr ""
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr ""
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr "SELECT column AS alíes FROM table."
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr "Por exemplu:"
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr "SELECT \"Ref.\" AS Referencia FROM \"Artículos\""
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr "Tabla"
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr ""
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr "Ordenar"
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr ""
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr "Visible"
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr ""
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr "Criterios"
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr ""
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr "o"
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr ""
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr ""
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "Funciones"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr ""
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr ""
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr "Opción"
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr "Efeutu"
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr "Ensin función"
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr "Nun s'executa nenguna función"
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr "Promediu"
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr "Calcula la media aritmética d'un campu."
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr "Count"
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr ""
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr "a) COUNT(*): Si introduz un asteriscu como argumentu calculen tolos rexistros de datos de la tabla."
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr ""
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr "Maximum"
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr ""
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr "Mínimu"
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr ""
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr "Sum"
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr ""
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr "Arrexuntar"
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr ""
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr "Tamién puen introducise llamaes a funciones directamente nuna espresión SQL. La sintaxis ye:"
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr "SELECT FUNCTION(column) FROM table."
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr "En SQL la función pa sumar, por exemplu, presentar del mou siguiente:"
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr "SELECT SUM(\"Precios\") FROM \"Artículos\"."
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr ""
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr ""
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr ""
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr "Na instrucción SQL l'activación de la función presentar cola forma siguiente:"
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr "SELECT FUNCTION() AS alíes FROM table"
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemplu:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr "SELECT COUNT(*) AS cantidad FROM \"Artículos\""
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr ""
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "<emph>Exemplos</emph>"
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr "Nel siguiente exemplu realízase una consulta en dos tables: una tabla \"Artículos\" col campu \"Referencia\" y otra tabla, \"Provisores\", col campu \"nome_provisor\". Amás, dambes tables disponen d'un campu de datos común llamáu \"num_provisor\"."
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr "Pa crear una consulta que contenga tolos provisores que suministren más de tres artículo, ye necesariu siguir los pasos siguientes:"
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "Introducir les tables \"Artículos\" y \"Provisores\" nel diseñu de la consulta."
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr "Rellacionar los campos \"num_provisor\" de dambes tables, sacante si yá s'estableció una rellación ente elles."
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr ""
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "Introducir >3 como criteriu y anubrir el campu visible."
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "Faiga clic dos vegaes nel campu \"nome_provisor\" de la tabla \"Provisores\" y escoyer la función Arrexuntar."
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr "Execute la consulta."
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr "Si na tabla \"Artículu\" esiste'l campu \"Preciu\" (preciu unitariu d'un artículu) y \"Num_provisor\" (provisor del artículu), el preciu mediu qu'aplica un provisor calcular cola siguiente consulta:"
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr "Inxertar la tabla \"Artículos\" en Diseñar consulta."
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr "Calcar dos vegaes nel campu \"Preciu\" y nel campu \"Num_provisor\"."
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr "Activar la filera <emph>Función</emph> y escoyer la función Promediu nel campu \"Preciu\"."
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr "Opcionalmente pue introducise l'alies \"Promediu\" na filera (ensin comines)."
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr "Escoyer Arrexuntar nel campu \"Num_provisor\"."
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr "Execute la consulta."
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr "Esisten los comandos de menú y símbolos siguientes:"
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "Funciones"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr ""
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr "Nome de tabla"
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Amuesa o anubre la filera del nome de la tabla.</ahelp>"
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr "Nome del Alies"
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Amuesa o anubre la filera del alies.</ahelp>"
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr "Valores unívocos"
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr ""
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr "Por exemplu, si'l nome \"Pérez\" apaez delles vegaes na base de datos de direiciones, escueya la opción <emph>Valores inequívocos</emph> pa especificar na consulta que'l nome \"Pérez\" apaeza una sola vegada."
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr "Nel casu d'una consulta qu'inclúi dellos campos, la combinación de valores de tolos campos tien de ser inequívoca, de cuenta que la resultancia pueda llograse a partir d'un rexistru específicu. Por exemplu, supongamos que la so axenda contién \"Pérez de Madrid\" una vegada y \"Pérez de Barcelona\" dos vegaes. La orde <emph>Valores inequívocos</emph> fai que la consulta utilice los campos \"apellíu\" y \"ciudá\" y devuelva como resultáu \"Pérez de Madrid\" una vegada y \"Pérez de Barcelona\" una vegada."
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr "En SQL, esta orde correspuende al predicáu DISTINCT."
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr "Llendes"
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr ""
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr ""
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr "Formular condiciones de filtru"
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr ""
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr "Operador"
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "Significáu"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "La condición cúmplese si…"
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr "equal to"
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr "... el conteníu del campu ye idénticu a la espresión introducida."
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr ""
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr "not equal to"
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr "... el conteníu del campu nun se correspuende cola espresión introducida."
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr "greater than"
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr "... el conteníu del campu ye mayor que la espresión introducida."
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr "less than"
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr "... el conteníu del campu ye menor que la espresión introducida."
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr "greater than or equal to"
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr "... el conteníu del campu ye idénticu o mayor que la espresión introducida."
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr "less than or equal to"
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr "... el conteníu del campu ye menor o igual que la espresión introducida."
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr "<emph>Comandu de $[officename]</emph>"
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr "<emph>Comandu SQL</emph>"
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "Significáu"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "La condición cúmplese si…"
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr "ye nulu"
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr ""
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr "is not empty"
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr ""
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr ""
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr ""
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr "<bookmark_value>marcadores de posición en consultes SQL</bookmark_value>"
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr ""
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr ""
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr "is an element of"
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr ""
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr ""
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr "Is not an element of"
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr ""
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr "entendíu nel intervalu [x,y]"
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr ""
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr "non entendíu nel intervalu [x,y]"
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr ""
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr ""
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr "contains a, b, c..."
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr ""
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr "does not contain a, b, c..."
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr ""
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr "tien el valor True"
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr "... el campu de datos tien el valor Verdaderu."
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr "tien el valor False"
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr ""
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "Exemplos"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr "amuesa los campos de datos col conteníu \"Ms.\""
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr ""
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr ""
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr ""
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr ""
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr ""
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr ""
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr "<emph>Like</emph>Secuencia d'escape: {escape 'escape-character'}"
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr "Por exemplu: select * from Articulo where Nom_articulo like 'The *%' {escape '*'}"
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr "Esti exemplu apurre toles entraes nes que'l nome del artículu empieza con 'The *'. Tamién ye posible guetar caráuteres, que de lo contrario s'interpreten como comodinos, por exemplu *, ?, _, % o'l puntu."
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr "<emph>Outer Join</emph> Secuencia d'escape: {oj outer-join}"
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "Por exemplu: select articulo.* from {oj articulo LEFT OUTER JOIN pidíos ON referencia=pidíos.ANR}"
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr "Consultes en campos de testu"
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr ""
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr "Consultes en campos de feches"
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr ""
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr ""
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr ""
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr ""
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr ""
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "Date"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr "Time"
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr "DateTime"
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr "Exemplu: select {d '1999-12-31'} from world.years"
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr ""
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr ""
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr "Consulta de campos Sí/Non"
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr "Pa peñerar los campos Si/Non de tables dBase, use la siguiente sintaxis:"
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr "Estáu"
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr "Criteriu de consulta"
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "Exemplu"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "Yes"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr "en tables dBASE: nun ye igual a cualquier valor dáu"
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr "=1 apurre tolos rexistros de datos nos que'l campu Sí/Nun contién el criteriu \"Sí\" o \"activáu\" (caxellu señaláu)."
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "Non"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr "=0 apurre tolos rexistros de datos nos que'l campu Sí/Nun contién el criteriu \"Non\" o \"desactiváu\" (caxellu non señaláu)."
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr "Null"
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr "IS NULL"
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr "IS NULL amuesa tolos rexistros de datos nos que'l campu Sí/Non nun contién nin el criteriu Sí nin el criteriu Non (caxellu en gris)."
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr "La sintaxis depende del sistema de base de datos utilizáu. Tien De tener en cuenta que los campos Sí/non puen definise de forma distinta (namái 2 estaos en llugar de 3)."
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr "Consultes de parámetros"
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr ""
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr ""
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr ""
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr ""
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr ""
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr "Entrada de parámetros"
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr ""
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr ""
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr ""
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr "Mou SQL"
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr "SQL son les sigles de \"Structured Query Language\" y ye un llinguaxe que define les instrucciones pa consultar, anovar y alministrar bases de datos relacionales."
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr ""
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr ""
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr ""
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr ""
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5488,14 +3274,14 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr "Nesti diálogu pue digitar namái comandos alministrativos, tales como Grant, Create Table, o Drop Table, y non comandos de peneráu. El comandu que digite va depender del orixe de datos, por exemplu, dBASE solo almite dellos comandos SQL de los llistaos equí."
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "Pa executar una entruga SQL pa peñerar datos de la base de datos, usando el <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Diseña de Vista</link>."
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgstr ""
#. Ck9G4
#: 11080000.xhp
@@ -8393,7 +6179,7 @@ msgctxt ""
"hd_id561587405334695\n"
"help.text"
msgid "Server URL"
-msgstr ""
+msgstr "URL del sirvidor"
#. SshYk
#: dabawiz02mysql.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/guide.po b/source/ast/helpcontent2/source/text/shared/guide.po
index d285018c6d8..cdb89500ac1 100644
--- a/source/ast/helpcontent2/source/text/shared/guide.po
+++ b/source/ast/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-08-04 11:16+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/ast/>\n"
@@ -6523,14 +6523,14 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr "Faiga clic nel símbolu <emph>Guardar</emph> o <emph>Guardar como</emph><image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Iconu</alt></image> pa guardar la consulta."
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Diseñu de la consulta</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 2ArGc
#: data_forms.xhp
@@ -7081,14 +7081,14 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr "Faiga clic en <emph>Crear consulta en vista Diseñu</emph>."
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Va Apaecer la <link href=\"text/shared/explorer/database/02010100.xhp\">ventana Diseñu de consulta</link>."
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
+msgstr ""
#. xGFGr
#: data_register.xhp
@@ -7747,14 +7747,14 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr "Especifique les condiciones de filtru n'unu o dellos campos. Tenga en cuenta que si especifica condiciones de filtru en dellos campos, toes elles tendrán de coincidir (operación booleana Y)."
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
-msgstr "Pue atopar más información sobre los comodinos y los operadores en <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Diseñu de consulta</link>."
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgstr ""
#. cEDEo
#: data_search2.xhp
@@ -8107,14 +8107,14 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr "Faiga clic en <emph>Crear vista de tabla</emph>."
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Apaez la ventana de la vista Diseñu, prácticamente idéntica a la <link href=\"text/shared/explorer/database/02010100.xhp\">ventana Diseñu de consulta</link>."
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
+msgstr ""
#. bTx8G
#: data_view.xhp
@@ -21058,13 +21058,13 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr "<bookmark_value>cambeos; protexer</bookmark_value><bookmark_value>protexer; cambeos rexistraos</bookmark_value><bookmark_value>rexistros; protexer</bookmark_value><bookmark_value>función de revisión;protexer rexistros</bookmark_value>"
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
msgstr ""
#. jVeUw
diff --git a/source/ast/helpcontent2/source/text/shared/help.po b/source/ast/helpcontent2/source/text/shared/help.po
index ebfe08e2469..191b2372c2f 100644
--- a/source/ast/helpcontent2/source/text/shared/help.po
+++ b/source/ast/helpcontent2/source/text/shared/help.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-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-03-10 09:17+0000\n"
+"PO-Revision-Date: 2020-08-06 13:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedhelp/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1542028599.000000\n"
#. jdDhb
@@ -68,7 +68,7 @@ msgctxt ""
"par_id953832383493636\n"
"help.text"
msgid "<variable id=\"pholderall\">Search in all modules</variable>"
-msgstr ""
+msgstr "<variable id=\"pholderall\">Guetar en tolos módulos</variable>"
#. xgNrA
#: browserhelp.xhp
@@ -77,7 +77,7 @@ msgctxt ""
"par_id335427459543352\n"
"help.text"
msgid "<variable id=\"pholderchosen\">Search in chosen module</variable>"
-msgstr ""
+msgstr "<variable id=\"pholderchosen\">Guetar nel módulu escoyíu</variable>"
#. s5mK8
#: browserhelp.xhp
@@ -104,7 +104,7 @@ msgctxt ""
"par_id421525736799965\n"
"help.text"
msgid "<variable id=\"copyclip\">Click on text to copy to clipboard</variable>"
-msgstr ""
+msgstr "<variable id=\"copyclip\">Calca'l testu pa copialu nel cartafueyu</variable>"
#. sQafB
#: browserhelp.xhp
@@ -131,7 +131,7 @@ msgctxt ""
"par_id91525734616233\n"
"help.text"
msgid "<variable id=\"searchhelpcontents\">Search help contents</variable>"
-msgstr ""
+msgstr "<variable id=\"searchhelpcontents\">Guetar nel conteníu de l'ayuda</variable>"
#. ucD7E
#: browserhelp.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/optionen.po b/source/ast/helpcontent2/source/text/shared/optionen.po
index 6179fe6df09..31aec938485 100644
--- a/source/ast/helpcontent2/source/text/shared/optionen.po
+++ b/source/ast/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-04-27 12:16+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ast/>\n"
"Language: ast\n"
@@ -61,14 +61,14 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr "Tola configuración guardar automáticamente. P'abrir una entrada, faiga doble clic nella o faiga clic nel signu más (+). Pa contraer la entrada, faiga clic nel signu menos (-) o faiga doble clic na entrada."
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
-msgstr "Namái va ver les entraes aplicables al documentu actual. Si'l documentu actual ye un documentu de testu, va ver la entrada de %PRODUCTNAME Writer, y asina pa tolos módulos de %PRODUCTNAME. %PRODUCTNAME Impress y %PRODUCTNAME Draw reciben el mesmu tratamientu nesti cuadru de diálogu. Les entraes comunes siempres tán visibles."
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
+msgstr ""
#. uYcBu
#: 01000000.xhp
@@ -79,13 +79,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Escueya l'área que la so configuración predeterminada deseya ver o modificar.</ahelp>"
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
msgstr ""
#. WS53M
@@ -5245,42 +5245,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr ""
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr ""
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr ""
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7522,6 +7486,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr ""
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16313,7 +16439,7 @@ msgctxt ""
"par_idN10564\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the user information and server settings for when you send form letters as email messages.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Especifica la información d'usuariu y la configuración de sirvidor pa cuando unvíes cartes modelu como mensaxes de corréu electrónicu.</ahelp>"
#. vYkrk
#: mailmerge.xhp
@@ -16349,7 +16475,7 @@ msgctxt ""
"par_idN1058E\n"
"help.text"
msgid "<ahelp hid=\".\">Enter your name.</ahelp>"
-msgstr "<ahelp hid=\".\">Escriba'l so nome.</ahelp>"
+msgstr "<ahelp hid=\".\">Escribi'l to nome.</ahelp>"
#. pVBDV
#: mailmerge.xhp
@@ -16747,40 +16873,40 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr ""
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
+msgid "OpenCL"
msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
-msgstr "<link href=\"text/shared/optionen/java.xhp\">Avanzao</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
msgstr ""
#. ddvkj
diff --git a/source/ast/helpcontent2/source/text/simpress.po b/source/ast/helpcontent2/source/text/simpress.po
index a3d465108d2..ba9aa8ac876 100644
--- a/source/ast/helpcontent2/source/text/simpress.po
+++ b/source/ast/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-02-10 17:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress/ast/>\n"
@@ -601,15 +601,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Área de estilu / Rellenar\">Área d'estilu / Rellenar</link>"
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Sombra\">Solombra</link>"
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1105,15 +1096,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "Activa y desactiva los efeutos 3D pa los oxetos escoyíos."
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaición\">Interaición</link>"
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/simpress/00.po b/source/ast/helpcontent2/source/text/simpress/00.po
index 6164438ad87..98c959ed133 100644
--- a/source/ast/helpcontent2/source/text/simpress/00.po
+++ b/source/ast/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-01-24 14:46+0000\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress00/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1523977283.000000\n"
#. sqmGT
@@ -752,7 +752,7 @@ msgctxt ""
"par_id3148489\n"
"help.text"
msgid "In the context menu of a dimension line, choose <emph>Dimensions</emph>."
-msgstr "Nel menú de contestu d'una llinia de dimensión, escueya <emph>Dimensiones</emph>."
+msgstr "Nel menú contestual d'una llinia de cota, escueyi <emph>Dimensiones</emph>."
#. t2Prp
#: 00000405.xhp
diff --git a/source/ast/helpcontent2/source/text/simpress/01.po b/source/ast/helpcontent2/source/text/simpress/01.po
index 1ab3d5901aa..e132b47c705 100644
--- a/source/ast/helpcontent2/source/text/simpress/01.po
+++ b/source/ast/helpcontent2/source/text/simpress/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-05-10 23:16+0000\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress01/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1535978252.000000\n"
#. mu9aV
@@ -4235,7 +4235,7 @@ msgctxt ""
"par_id3156382\n"
"help.text"
msgid "If you want to modify the line style or the arrow style of a dimension line, choose <link href=\"text/shared/01/05200000.xhp\" name=\"Format - Line\"><emph>Format - Line</emph></link>."
-msgstr "Si deseya modificar los estilos de la llinia o la flecha d'una llinia de dimensiones, escueya <link href=\"text/shared/01/05200000.xhp\" name=\"Formatu - Llinia\"><emph>Formatu - Llinia</emph></link>."
+msgstr "Si deseyes modificar los estilos de la llinia o la flecha d'una llinia de cota, escueyi <link href=\"text/shared/01/05200000.xhp\" name=\"Formatu - Llinia\"><emph>Formatu - Llinia</emph></link>."
#. SUL4c
#: 05150000.xhp
@@ -8879,7 +8879,7 @@ msgctxt ""
"hd_id671535054437336\n"
"help.text"
msgid "<link href=\"text/simpress/01/remoteconnections.xhp\" name=\"remotedialog\">Remote Connections</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/remoteconnections.xhp\" name=\"remotedialog\">Conexones remotes</link>"
#. xGGek
#: remoteconnections.xhp
diff --git a/source/ast/helpcontent2/source/text/simpress/02.po b/source/ast/helpcontent2/source/text/simpress/02.po
index 5f291cda9c2..6f474404fb4 100644
--- a/source/ast/helpcontent2/source/text/simpress/02.po
+++ b/source/ast/helpcontent2/source/text/simpress/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-06-22 17:23+0200\n"
-"PO-Revision-Date: 2020-02-24 05:21+0000\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress02/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1507112012.000000\n"
#. AiACn
@@ -4874,7 +4874,7 @@ msgctxt ""
"hd_id3154477\n"
"help.text"
msgid "Dimension Line"
-msgstr "Llinia de dimensiones"
+msgstr "Llinia de cota"
#. 5VR74
#: 10120000.xhp
@@ -4919,7 +4919,7 @@ msgctxt ""
"par_id3151259\n"
"help.text"
msgid "Dimension Line"
-msgstr "Llinia de dimensiones"
+msgstr "Llinia de cota"
#. FNGgg
#: 10120000.xhp
diff --git a/source/ast/helpcontent2/source/text/simpress/04.po b/source/ast/helpcontent2/source/text/simpress/04.po
index 88b7e1a34fa..0441298c686 100644
--- a/source/ast/helpcontent2/source/text/simpress/04.po
+++ b/source/ast/helpcontent2/source/text/simpress/04.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-03-13 12:06+0100\n"
-"PO-Revision-Date: 2020-06-16 20:22+0000\n"
+"PO-Revision-Date: 2020-08-06 13:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress04/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1513600491.000000\n"
#. mYCYv
@@ -437,7 +437,7 @@ msgctxt ""
"par_id3153906\n"
"help.text"
msgid "Go to the previous slide without playing effects."
-msgstr "Dir a la diapositiva anterior ensin efeutos de reproducción."
+msgstr "Dir a la diapositiva anterior ensin reproducir los efeutos."
#. EsHgS
#: 01020000.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/01.po b/source/ast/helpcontent2/source/text/swriter/01.po
index 007dd258601..3f623d390bb 100644
--- a/source/ast/helpcontent2/source/text/swriter/01.po
+++ b/source/ast/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-08-04 11:16+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/ast/>\n"
@@ -22777,14 +22777,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr "<link href=\"text/swriter/01/05150100.xhp\" name=\"Al escribir\">Al escribir</link>"
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
-msgstr "<ahelp hid=\".uno:OnlineAutoFormat\">Aplica automáticamente formatu al documentu mientres escribe. Pa configurar les opciones de formatu, escueya <emph>Ferramientes - Autocorreición</emph> y, de siguío, faiga clic na ficha <emph>Opciones</emph>.</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
+msgstr ""
#. Ddr5r
#: 05150100.xhp
diff --git a/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po
index a9f66889f9e..65155ecd83c 100644
--- a/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-03-31 10:35+0200\n"
-"PO-Revision-Date: 2020-02-25 19:15+0000\n"
-"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
+"PO-Revision-Date: 2020-08-05 13:34+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/instsetoo_nativeinc_openofficewindowsmsi_languages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1542022490.000000\n"
#. tBfTE
@@ -1778,7 +1778,7 @@ msgctxt ""
"OOO_CONTROL_108\n"
"LngText.text"
msgid "&Retry"
-msgstr "&Reintentar"
+msgstr "&Retentar"
#. hiJJD
#: Control.ulf
@@ -2498,7 +2498,7 @@ msgctxt ""
"OOO_CONTROL_210\n"
"LngText.text"
msgid "&Retry"
-msgstr "&Reintentar"
+msgstr "&Retentar"
#. DNgah
#: Control.ulf
diff --git a/source/ast/officecfg/registry/data/org/openoffice/Office.po b/source/ast/officecfg/registry/data/org/openoffice/Office.po
index 8db7fe14fe0..83864c63baa 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-23 01:46+0000\n"
+"PO-Revision-Date: 2020-08-06 08:40+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/ast/>\n"
"Language: ast\n"
@@ -1781,7 +1781,7 @@ msgctxt ""
"Text\n"
"value.text"
msgid "Exit"
-msgstr ""
+msgstr "Colar"
#. DghaJ
#: PresenterScreen.xcu
diff --git a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
index ce576465f5f..ed0ee34be09 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-22 11:13+0000\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1542022492.000000\n"
#. W5ukN
@@ -11668,14 +11668,13 @@ msgstr "Flecha de llinia"
#. zfp2H
#: DrawWindowState.xcu
-#, fuzzy
msgctxt ""
"DrawWindowState.xcu\n"
"..DrawWindowState.UIElements.States.private:resource/popupmenu/measure\n"
"UIName\n"
"value.text"
msgid "Dimension Line"
-msgstr "Llinia d'acotación"
+msgstr "Llinia de cota"
#. Dvg42
#: DrawWindowState.xcu
@@ -18639,7 +18638,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Rotation Angle"
-msgstr "Ángulu de Rotación"
+msgstr "Ángulu de xiru"
#. ViV9E
#: GenericCommands.xcu
@@ -18971,14 +18970,13 @@ msgstr "Llinica con cuadráu/flecha"
#. asdeQ
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:MeasureLine\n"
"Label\n"
"value.text"
msgid "Dimension Line"
-msgstr "Llinia d'acotación"
+msgstr "Llinia de cota"
#. g5CBA
#: GenericCommands.xcu
@@ -20483,14 +20481,13 @@ msgstr ""
#. kk8gA
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:StyleNewByExample\n"
"Label\n"
"value.text"
msgid "New"
-msgstr "~Nuevu"
+msgstr "Nuevu"
#. 7FgWt
#: GenericCommands.xcu
@@ -26773,14 +26770,13 @@ msgstr "Flecha de llinia"
#. U3BsG
#: ImpressWindowState.xcu
-#, fuzzy
msgctxt ""
"ImpressWindowState.xcu\n"
"..ImpressWindowState.UIElements.States.private:resource/popupmenu/measure\n"
"UIName\n"
"value.text"
msgid "Dimension Line"
-msgstr "Llinia d'acotación"
+msgstr "Llinia de cota"
#. y3hEQ
#: ImpressWindowState.xcu
@@ -28376,7 +28372,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Styles Inspector"
-msgstr ""
+msgstr "Inspeutor d'estilos"
#. GEHrf
#: Sidebar.xcu
@@ -28504,14 +28500,13 @@ msgstr "Propiedaes"
#. B4iFE
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.StylesPropertyPanel\n"
"Title\n"
"value.text"
msgid "Style"
-msgstr "~Estilos"
+msgstr "Estilu"
#. zb84E
#: Sidebar.xcu
@@ -28531,7 +28526,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Styles Inspector"
-msgstr ""
+msgstr "Inspeutor d'estilos"
#. aCGNS
#: Sidebar.xcu
@@ -28545,14 +28540,13 @@ msgstr "Reproducción de medios"
#. VAX5E
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.PageStylesPanel\n"
"Title\n"
"value.text"
msgid "Styles"
-msgstr "~Estilos"
+msgstr "Estilos"
#. Enn95
#: Sidebar.xcu
@@ -28732,14 +28726,13 @@ msgstr "Disponible"
#. n7BmE
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.SdCustomAnimationPanel\n"
"Title\n"
"value.text"
msgid "Animation"
-msgstr "Animaciones"
+msgstr "Animación"
#. W2JmC
#: Sidebar.xcu
@@ -28821,7 +28814,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Lists"
-msgstr ""
+msgstr "Llistes"
#. Y8pTf
#: Sidebar.xcu
@@ -28877,14 +28870,13 @@ msgstr "~Xestionar Nomes..."
#. DC8Ky
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.StyleListPanel\n"
"Title\n"
"value.text"
msgid "Styles"
-msgstr "~Estilos"
+msgstr "Estilos"
#. ZA383
#: Sidebar.xcu
@@ -28918,7 +28910,6 @@ msgstr ""
#. Z4GcB
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.ChartElementsPanel\n"
@@ -33336,7 +33327,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Before"
-msgstr ""
+msgstr "Enantes"
#. LADWG
#: WriterCommands.xcu
@@ -33356,7 +33347,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "After"
-msgstr ""
+msgstr "Dempués"
#. b5mCd
#: WriterCommands.xcu
diff --git a/source/ast/reportdesign/messages.po b/source/ast/reportdesign/messages.po
index 41a948578c0..5ef326290d4 100644
--- a/source/ast/reportdesign/messages.po
+++ b/source/ast/reportdesign/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-04-18 14:18+0200\n"
-"PO-Revision-Date: 2020-07-02 14:00+0000\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/reportdesignmessages/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1516047320.000000\n"
#. FBVr9
@@ -614,7 +614,7 @@ msgstr "Amestar testera / pie d'informe"
#: reportdesign/inc/strings.hrc:98
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Change property '#'"
-msgstr "Camudar la propiedá '#'"
+msgstr "Camudar la propiedá «#»"
#. MCQSy
#: reportdesign/inc/strings.hrc:99
@@ -1010,7 +1010,7 @@ msgstr "Pie de grupu"
#: reportdesign/inc/strings.hrc:174
msgctxt "RID_STR_ERROR_WRONG_ARGUMENT"
msgid "You tried to set an illegal argument. Please have a look at '#1' for valid arguments."
-msgstr "Tentasti d'afitar un argumentu ilegal. Echa-y una güeyada a '#1' pa ver los argumentos válidos."
+msgstr "Tentasti d'afitar un argumentu ilegal. Echa-y una güeyada a «#1» pa ver los argumentos válidos."
#. NcNG6
#: reportdesign/inc/strings.hrc:175
diff --git a/source/ast/sc/messages.po b/source/ast/sc/messages.po
index 9395c591c8c..5afe5c6faf1 100644
--- a/source/ast/sc/messages.po
+++ b/source/ast/sc/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-20 10:34+0000\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/scmessages/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1542022495.000000\n"
#. kBovX
@@ -2107,7 +2107,7 @@ msgstr "<vacíu>"
#: sc/inc/globstr.hrc:374
msgctxt "STR_CHANGED_CELL"
msgid "Cell #1 changed from '#2' to '#3'"
-msgstr "La caxella #1 camudóse de '#2' a '#3'"
+msgstr "La caxella #1 camudóse de «#2» a «#3»"
#. E7fW7
#: sc/inc/globstr.hrc:375
@@ -24534,7 +24534,7 @@ msgstr "Paralelu"
#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2122
msgctxt "notebookbar_groups|wrapleft"
msgid "Before"
-msgstr "Anantes"
+msgstr "Enantes"
#. H7zCN
#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2131
diff --git a/source/ast/sd/messages.po b/source/ast/sd/messages.po
index fc5dfe9105e..9e1bc683be7 100644
--- a/source/ast/sd/messages.po
+++ b/source/ast/sd/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-20 10:34+0000\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/sdmessages/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1542022496.000000\n"
#. WDjkB
@@ -945,7 +945,7 @@ msgstr "¿Tresformar en curva l'oxetu escoyíu?"
#: sd/inc/strings.hrc:123
msgctxt "STR_UNDO_CHANGE_PRES_OBJECT"
msgid "Modify presentation object '$'"
-msgstr "Camudar oxetu de presentación '$'"
+msgstr "Camudar oxetu de presentación «$»"
#. s8VC9
#: sd/inc/strings.hrc:124
@@ -1871,7 +1871,7 @@ msgstr "Controles"
#: sd/inc/strings.hrc:281
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
-msgstr "Llinies de dimensión"
+msgstr "Llinies de cota"
#. z4wq5
#: sd/inc/strings.hrc:282
@@ -6982,17 +6982,15 @@ msgstr "Paralelu"
#. fAfKA
#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1847
-#, fuzzy
msgctxt "notebookbar_groups|wrapleft"
msgid "Before"
-msgstr "A_ntes"
+msgstr "Enantes"
#. H7zCN
#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1856
-#, fuzzy
msgctxt "notebookbar_groups|wrapright"
msgid "After"
-msgstr "_Tres"
+msgstr "Dempués"
#. PGXfq
#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1865
@@ -8037,17 +8035,15 @@ msgstr "Amosar"
#. 7DgNY
#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:36
-#, fuzzy
msgctxt "sidebarslidebackground|label2"
msgid "_Format:"
-msgstr "_Formatu"
+msgstr "_Formatu:"
#. 497k8
#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:50
-#, fuzzy
msgctxt "sidebarslidebackground|label3"
msgid "Background:"
-msgstr "Fondu"
+msgstr "Fondu:"
#. bHhJV
#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:65
diff --git a/source/ast/sfx2/messages.po b/source/ast/sfx2/messages.po
index 0bd688595ab..c12f18a94e7 100644
--- a/source/ast/sfx2/messages.po
+++ b/source/ast/sfx2/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
-"PO-Revision-Date: 2020-07-22 11:13+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/ast/>\n"
"Language: ast\n"
@@ -214,7 +214,7 @@ msgstr ""
#: include/sfx2/strings.hrc:56
msgctxt "STR_QRYTEMPL_MESSAGE"
msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?"
-msgstr "La plantía '$(ARG1)' na que se basa esti documentu, se camudó. ¿Quies anovar el formatu basáu n'estilos conforme a la plantía camudada?"
+msgstr "La plantía «$(ARG1)» na que se basa esti documentu, se camudó. ¿Quies anovar el formatu basáu n'estilos conforme a la plantía camudada?"
#. ABmvY
#: include/sfx2/strings.hrc:57
@@ -918,8 +918,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "Nun s'alcontró el filtru d'imaxe"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -930,44 +936,44 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Contraseña incorreuta"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Mínimu $(MINLEN) caráuteres)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(La contraseña pue tar balera)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
#, fuzzy
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "Nun pudo executase l'aición. El módulu de programa %PRODUCTNAME necesariu pa esta aición anguaño nun ta instaláu."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -977,7 +983,7 @@ msgstr ""
"¿Quies facelo agora?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -987,216 +993,216 @@ msgstr ""
"Na nuesa páxina d'Internet alcontrarás les informaciones pa poder pidilos."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Damos-y la bienvenida a %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr "Testu"
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr "Desconocíu"
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr "Triba"
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr "Conteníu"
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr "Sí"
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr "Non"
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr "Ríquense tolos campos"
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr "Yá esiste un destín con esti nome"
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr "Precísase LibreOffice Draw pa la censura. Cerciórate de que Draw tea instaláu y funcione afechiscamente."
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Versión actual"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Esportar"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Inxertar"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~Inxertar"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr "<Toles imáxenes>"
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Guardar una copia"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
#, fuzzy
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Comparar #"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "Documentu de %PRODUCTNAME"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1206,31 +1212,31 @@ msgstr ""
"El valor atroxaráse como testu."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "L'estilu yá esiste. ¿Sustituilu?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Reafitar"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Esti nome yá s'usa."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Esti estilu nun esiste."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
#, fuzzy
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
@@ -1241,7 +1247,7 @@ msgstr ""
"porque produciría una referencia recursiva."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1251,7 +1257,7 @@ msgstr ""
"Escueyi otru nome, por favor."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1260,73 +1266,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Estilos n'usu: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Restolador"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Confirmación incorreuta de la contraseña"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Unviar"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Fonte"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Ver comentariu de la versión"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Xerárquicu"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "¿Daveres quier encaboxar la grabación? Tolos pasos grabaos fasta esti momentu van perdese."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Encaboxar grabación"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "Les plantíes tán anicializándose pal primer usu."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1336,7 +1342,7 @@ msgstr ""
"Escueya una impresora y torne a intentalo."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1346,19 +1352,19 @@ msgstr ""
"Por favor verifique la configuración de la so imprentadora."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Impresora ocupada"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (sólo llectura)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1370,7 +1376,7 @@ msgstr ""
"nel documentu activu?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1382,7 +1388,7 @@ msgstr ""
"nel documentu activu?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1394,7 +1400,7 @@ msgstr ""
"nel documentu activu?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
#, fuzzy
msgctxt "STR_CANT_CLOSE"
msgid ""
@@ -1405,7 +1411,7 @@ msgstr ""
"darréu qu'entá se ta imprentando."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1414,7 +1420,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1423,20 +1429,20 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
#, fuzzy
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "Esti documentu nun se pue editar, dablemente porque nun tienes drechos d'accesu. ¿Quies editar una copia del documentu?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1444,477 +1450,476 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (documentu reparáu)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
#, fuzzy
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "El documentu nun ta baxáu del sirvidor"
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr "Notes del llanzamientu"
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Esti documentu abrióse nel mou de namái llectura."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "La etiqueta de clasificación d'esti documentu ye %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "Nivel"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "Seguridá nacional:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Control d'esportación:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
#, fuzzy
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Baxada"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Editar documentu"
#. FCeC5
-#: include/sfx2/strings.hrc:285
-#, fuzzy
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
-msgstr "Firmar el documentu..."
+msgstr "Roblar el documentu"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
-msgstr ""
+msgstr "La robla d'esti documentu nun ye válida."
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Anclar"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Desanclar"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Más opciones"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Zarrar el panel llateral"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Personalización"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Restaurar los predeterminaos"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Desaniciar"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(utilícenlu: %STYLELIST)"
diff --git a/source/ast/shell/source/win32/shlxthandler/res.po b/source/ast/shell/source/win32/shlxthandler/res.po
index da7e83a9c6c..88dd27b3b6d 100644
--- a/source/ast/shell/source/win32/shlxthandler/res.po
+++ b/source/ast/shell/source/win32/shlxthandler/res.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: 2020-01-17 18:10+0000\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/shellsourcewin32shlxthandlerres/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1390258684.000000\n"
#. nMHZG
@@ -41,7 +41,7 @@ msgctxt ""
"%SUBJECT%\n"
"LngText.text"
msgid "Subject"
-msgstr "Asuntu"
+msgstr "Tema"
#. Rqom8
#: shlxthdl.ulf
@@ -50,7 +50,7 @@ msgctxt ""
"%SUBJECT_COLON%\n"
"LngText.text"
msgid "Subject:"
-msgstr "Asuntu:"
+msgstr "Tema:"
#. BbVSy
#: shlxthdl.ulf
diff --git a/source/ast/svx/messages.po b/source/ast/svx/messages.po
index a01d6b60348..5c423905495 100644
--- a/source/ast/svx/messages.po
+++ b/source/ast/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-28 12:35+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/ast/>\n"
"Language: ast\n"
@@ -2410,13 +2410,13 @@ msgstr "Distancia entre guíes"
#: include/svx/strings.hrc:423
msgctxt "SIP_SA_MEASUREHELPLINE1LEN"
msgid "Backlog of dimension help line 1"
-msgstr "Atrasu de llinia de dimensión aux. 1"
+msgstr "Atrasu de llinia de cota aux. 1"
#. CYFg6
#: include/svx/strings.hrc:424
msgctxt "SIP_SA_MEASUREHELPLINE2LEN"
msgid "Backlog of dimension help line 2"
-msgstr "Atrasu de llinia de dimensión aux. 2"
+msgstr "Atrasu de llinia de cota aux. 2"
#. ocvCK
#: include/svx/strings.hrc:425
@@ -5338,816 +5338,848 @@ msgstr ""
#: include/svx/strings.hrc:927
msgctxt "RID_SVXSTR_DASH21"
msgid "Line Style"
-msgstr ""
+msgstr "Estilu de llinia"
#. iKAwD
#: include/svx/strings.hrc:928
msgctxt "RID_SVXSTR_IMAP_ALL_FILTER"
msgid "All formats"
-msgstr ""
+msgstr "Tolos formatos"
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Cuadráu 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
-msgstr ""
+msgstr "Llinies de cota"
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Flecha doble"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
-msgstr ""
+msgstr "Llinia de cota"
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Círculu"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Cuadráu"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Flecha"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "Triángulu ensin rellenu"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "Diamante ensin rellenu"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Diamante"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Círculu ensin rellenu"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Cuadráu 45 ensin rellenu"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "Cuadráu ensin rellenu"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Tresparencia"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "Acentu verde"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "Acentu azul"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "Acentu naranxa"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Púrpura"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "Acentu púrpura"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "Acentu mariellu"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Tema de la Galería"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Recuperáu dafechu"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "Documentu orixinal recuperáu"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Recuperación incorreuta"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "Recuperación en cursu"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Entá nun se recuperó"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION entama'l procesu de recuperación de documentos. Según el tamañu de los documentos, el procesu puede durar más o menos tiempu."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "Finó la recuperación de documentos. Calca «Finar» pa ver los documentos."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~Finar"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
#, fuzzy
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Últimos valores personalizaos"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Esportación d'imaxe"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Inxertar oxetu(os)"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "Rotar un oxetu 3D"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Crear un oxetu d'estrusión"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Crear cuerpu de rotación"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Dixebrar oxetu 3D"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Too]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Peñera d'imaxe"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Tema nuevu"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "Efeutos 3D"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Animaciones"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Viñetes"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Oficina"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Banderes"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Diagrames de fluxu"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Fustax"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Imaxes"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Fondos"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Páxina principal"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Interaición"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Mapes"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Persones"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Superficies"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Ordenador"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Diagrames"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Entornu"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Finances"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Tresporte"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Formes de testu"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Soníos"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Símbolos"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "Los mios temes"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Fleches"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Llamaes"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Tecláu"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Tiempu"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Presentación"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Calendariu"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Navegación"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Comunicación"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Finances"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Ordenador"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Clima"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Escuela y universidá"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Soluciones de problemes"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Screen Beans"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Imprentación de la escoyeta"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "¿Quies imprentar la seleición o'l documentu ensembre?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~Too"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "E~sbilla"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Estrusión haza'l noroeste"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Estrusión haza'l norte"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Estrusión haza'l noreste"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Estrusión haza l'oeste"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Estrusión haza atrás"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Estrusión haza l'este"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Estrusión haza'l sudoeste"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Estrusión haza'l sur"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Estrusión haza'l sudeste"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 cm"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 cm"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2,5 cm"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 cm"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~cm"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 pulgaes"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0,~5 pulgaes"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 pulgada"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 pulgaes"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 pulgaes"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
#, fuzzy
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Ensin rellenu"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
#, fuzzy
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "Tresparencia"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Predetermináu"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Borde"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Estilu de berbesu"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
#, fuzzy
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "Numberación de ~llinies..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
#, fuzzy
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "Por autor"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Páxines"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Desaniciar formatu"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
#, fuzzy
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
@@ -6155,394 +6187,394 @@ msgstr "Más opciones"
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Nome de fonte"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "Nome de la fonte. La fonte actual nun ta disponible y sustituiráse."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "personalizáu"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Estrusión"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Activar o desactivar estrusión"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Enclinar haza abaxo"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Enclinar haza arriba"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Enclinar haza la esquierda"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Enclinar haza la drecha"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Cambiar profundidá d'estrusión"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Cambiar orientación"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Cambiar triba de proyeición"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Cambiar illuminación"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Cambiar brillu"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Cambiar superficie d'estrusión"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Cambiar color d'estrusión"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Favoritu"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "B:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "V:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "A:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Aplicar forma de Fontwork"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Aplicar mesmu altor de lletres de Fontwork"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Aplicar alliniación de Fontwork"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Aplicar espaciu ente caráuteres de Fontwork"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "con"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Estilu"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "y"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Control d'esquines"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Seleición d'un puntu de la esquina."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Arriba a la esquierda"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Centráu enriba"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Arriba a la drecha"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Centráu a la esquierda"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Centráu"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Centráu a la drecha"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Abaxo a la esquierda"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Centráu abaxo"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Abaxo a la drecha"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Elementu de control del contornu"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Equí ye onde pues editar el contornu."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Escoyeta de símbolos"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Esbilla los caráuteres especiales nesti área."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Códigu de caráuter "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
-msgstr "Ye obligatoria una entrada nel campu '#'. Escribi un valor."
+msgstr "Ye obligatoria una entrada nel campu «#». Escribi un valor."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formularios"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Dengún control escoyíu"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Propiedaes: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Propiedaes del formulariu"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Restolador de formulariu"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formulariu"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr "Anubríu"
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formulariu"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
-msgstr "Control tapecíu"
+msgstr "Control anubríu"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Elementu de control"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Rexistru"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "de"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Amestar campu:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Fallu al rexistrar datos na base de datos"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Hebo un fallu al analizar la espresión de la consulta"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Quies desaniciar 1 rexistru de datos."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# rexistros se desaniciarán."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6552,331 +6584,331 @@ msgstr ""
"¿Quier siguir de toles maneres?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Barra de navegación"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Columna"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
-msgstr "Afitar propiedá '#'"
+msgstr "Afitar propiedá «#»"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Inxertar nel contenedor"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Desaniciar #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Desaniciar # oxetos"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Camudar un elementu contenedor"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Camudar campu de control"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Botón pa calcar"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Campu d'opción"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Caxella de verificación"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Campu d'etiqueta"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Marcu de grupu"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Campu de testu"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Campu formatiáu"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Llistáu"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Campu combináu"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Botón gráficu"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Control d'imaxe"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Escoyeta de ficheru"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Campu de data"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Campu de tiempu"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Campu numbéricu"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Campu de moneda"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Campu mazcaritáu"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Control de tables "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Barra de desplazamientu"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Botón de Escoyeta"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Barra de navegación"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Escoyeta múltiple"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "¡Nel formulariu actual nun existen controles asociaos con datos!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Data)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Tiempu)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Restolador de peñeres"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Peñerar por"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "O"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "El formulariu actual nun caltién controles válidos que se puedan usar na vista de tabla."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<Campu automáticu>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Fallu de sintaxis na espresión SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "El valor #1 no se puede usar con LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "COMO nun se pue usar con esti campu."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "El valor especificáu nun ye una data válida. Pon una data con un formatu válidu, por exemplu, MM/DD/AA."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "El campu nun puede comparase con un enteru."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "La base datos nun contién una tabla denominada \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "La base de datos nun contién una tabla nin una consulta denominada \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "La base datos yá contién una tabla o vista denominada \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "La base datos yá caltién una consulta denominada \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "La columna \"#1\" nun se reconoz na tabla \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "El campu nun se pue comparar con un númberu de coma flotante."
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "El criteriu indicáu nun se pue comparar con esti campu."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Restolador de datos"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (namái llectura)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "El ficheru yá existe. ¿Quies reemplazalu?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "etiqueta #object#"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -6887,7 +6919,7 @@ msgstr ""
"¿De verdá quies desaniciar esti modelu?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -6898,7 +6930,7 @@ msgstr ""
"¿De verdá quies desaniciar esta instancia?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6908,13 +6940,13 @@ msgstr ""
"¿Bramente quies desaniciar esti elementu?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "¿De verdá quies desaniciar l'atributu «$ATTRIBUTENAME»?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -6927,7 +6959,7 @@ msgstr ""
"¿Quies bramente desaniciar esti unviu?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -6940,1008 +6972,1008 @@ msgstr ""
"¿Quies bramente desaniciar esti enllaz?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "El nome «%1» nun val en XML. Escribi un nome distintu."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "El prefixu «%1» nun val en XML. Escribi un prefixu distintu."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Yá esiste'l nome «%1». Escribi un nome nuevu."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "L'unvíu tien de tener asignáu un nome."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Artículu"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Garrar"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
#, fuzzy
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Denguna"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "~Instancies"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Documentu"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Enllaz: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Referencia: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Actuación: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Métodu: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Camudar: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Amestar elementu"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Editar elementu"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Desaniciar elementu"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Amestar atributu"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Editar atributu"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Desaniciar atributu"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Amestar enllaz"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Editar enllaz"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Desaniciar enllaz"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Amestar unviu"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Editar unviu"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Desaniciar unviu"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Elementos"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Atributos"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Enllaces"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Espresión d'enllaz"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "¿Seguro que quier encaboxar la recuperación de documentos de %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Esquierda"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Mandrecha"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Centrar"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Decimal"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Sobrescribir"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Inxertar"
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Robla dixital: La robla del documentu ye correuta."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Robla dixital: La robla del documentu ye correuta, pero nun se pudieron validar los certificaos."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Robla Dixital: El documentu nun tien robla."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Robla dixital: La robla del documentu y el certificáu son correutos, pero nun tan roblaes toles partes del documentu."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "El documentu camudó. Fai doble click pa guardalu."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "El documentu nun camudó dende'l caberu guardáu."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Cargando documentu..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Agrandar"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Amenorgar"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Tola páxina"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Anchor de páxina"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Meyor vista"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Incluyendo estilos"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Estilos de párrafu"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Estilos de caxella"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Clave de busca non atopada"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "Nun s'alcontró l'elementu de navegación"
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Paleta de colores"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "Trocador de colores"
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "Efeutos 3D"
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Contraseña incorreuta"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Les contraseñes nun concasen"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Viñetes pequeñes sólides circulares"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Viñetes grandes sólides circulares"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Viñetes sólides con forma de rombu"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Viñetes grandes sólides cuadraes"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Viñetes en forma de flecha a la drecha"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Viñetes en forma de flecha a la drecha"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Númberu (1) (2) (3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Númberu 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Númberu (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Númberu romanu en mayúscules I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Lletra mayúscula A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lletra minúscula a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lletra minúscula (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Númberu romanu en minúscules i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Numbéricu, numbéricu, lletres minúscules, viñetes pequeñes sólides circulares"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Numbéricu, lletres minúscules, viñetes pequeñes sólides circulares"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Numbéricu, lletres minúscules, númberos romanos en minúscules, lletres mayúscules, viñeta pequeña sólida circular"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Numbéricu"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Lletres llatines mayúscules, lletres mayúscules, lletres llatines minúscules, lletres minúscules, viñetes pequeñes sólides circulares"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Lletres mayúscules, lletres llatines mayúscules, lletres minúscules, lletres llatines minúscules, viñetes pequeñes sólides circulares"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numbéricu con tolos subniveles"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Viñeta hacia la drecha, viñeta en forma de flecha a la drecha, viñeta sólida en forma de rombu, viñeta pequeña sólida circular"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Nun pudo crease'l ficheru."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Estilos de diseñu de tables"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Aiciones que desfacer: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Aiciones que desfacer: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Aiciones que refacer: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Aiciones que refacer: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Guetar"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Distinguir mayúscules y minúscules"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) × $(HEIGHT) a $(DPI) PPP"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) kiB"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Desconocíu"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Conmutar"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Mou d'imaxe"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Proporción de colloráu"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Proporción de verde"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Proporción d'azul"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Brillu"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Contraste"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Tresparencia"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Recortar"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Orientación predeterminada"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "D'arriba haza abaxo"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "D'abaxo haza arriba"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Apiláu"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Marxe esquierdu: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Marxe superior: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Marxe drechu: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Marxe inferior: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Descripción de la páxina: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Mayúscules"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Minúscules"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Mayúscules romanes"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Minúscules romanes"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Árabe"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Dengún"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Apaisáu"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Retratu"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Esquierda"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Drecha"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Too"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Espeyau"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Data: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Testu: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Fondu de caráuter"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Paleta de colores"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7949,1932 +7981,1932 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Llatín básicu"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Llatín-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Llatín Estendíu A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Llatín Estendíu B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Estensiones IPA"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Lletres modificadores d'espaciáu"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Combinación de caráuteres diacríticos"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Griegu básicu"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Símbolos Griegos y Coptu"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Cirílicu"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armeniu"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Hebréu básicu"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebréu estendíu"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Árabe Básicu"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabe Estendíu"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengalí"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Guyarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malayalam"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Tailandés"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Laosianu"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Xorxanu básicu"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Xorxanu Estendíu"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Llatín estendíu adicional"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Griegu estendíu"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Puntuación xeneral"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Superíndices y subíndices"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Símbolos monetarios"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Combinación de símbolos diacríticos"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Símbolos asemeyaos a lletres"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Símbolos numbéricos"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Fleches"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Operadores matemáticos"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Dellos caráuteres téunicos"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Imaxes de control"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Reconocimientu ópticu de caráuteres"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Alfanumbéricos axuntos"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Dibuxos de marcu"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Elementos de bloque"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Formes xeométriques"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Dellos símbolos"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbats"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "Símbolos y puntuación CJK"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofu"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Jamo con compatibilidá Hangul"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "Dellos caráuteres CJK"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Caráuteres y meses incluyíos en CJK"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK Compatibilidá"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "Ideografíes unificaes CJK"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "Ideogrames CJK unificaos estensión A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Área d'usu priváu"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "Ideogrames de compatibilidá CJK"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Formes de presentación alfabética"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Formes de presentación árabes A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Marques intermedies combinantes"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "Formes de compatibilidá CJK"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Variantes de formes pequeñes"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Formes de presentación árabes B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Formes anches y mediu anches"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Especiales"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Sílabes Yi"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Radicales yi"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Itálicu antiguu"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Góticu"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Símbolos musicales bizantinos"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Símbolos musicales"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Símbolos matemáticos alfanuméricos"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "Estensiones ideográfiques unificaes CJK B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Estensiones ideográfiques unificaes CJK C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "Estensiones ideográfiques unificaes CJK D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "Suplementu de compatibilidá ideográfica CJK"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Etiquetes"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Suplementu cirílicu"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Selectores de variación"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Área d'usu priváu suplementaria A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Área d'usu priváu suplementaria B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Símbolos khmer"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Estensiones fonétiques"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Símbolos y fleches diversos"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Símbolos d'hexagrama Yijing"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Sílabariu llinial B"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Ideogrames lliniales B"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Númberos exeos"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugaríticu"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shavianu"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanya"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Singalés"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetanu"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Birmanu"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "H.emer"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Rúnicu"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Siriu"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etíope"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cheroki"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Sílabes aboríxenes canadienses"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongol"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Dellos símbolos matemáticos A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Fleches suplementaries A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Patrones Braille"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Fleches suplementaries B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Dellos símbolos matemáticos B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "Radicales suplementarios de CJK"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Radicales Kangxi"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Caráuteres de descripción d'ideogrames"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalu"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofu estendíu"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Fonética de Katakana"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Trazos CJK"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Silabariu chipriota"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Símbolos Tai Xuan Jing"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Suplementu de selectores de variación"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Escritura musical griega antigua"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Númberos griegos antiguos"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Suplementu del árabe"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Buxinés"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Suplementu de signos diacríticos pa combinar"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Cópticu"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Etíope estendíu"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Suplementu etíope"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Suplementu xeorxanu"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagolíticu"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharoshthi"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Lletres que camuden la entonación"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Tai Lue nuevu"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Persa antiguu"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Suplementu d'estensiones fonétiques"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Puntuación suplementaria"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Formes verticales"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balinés"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Llatín estendíu-C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Llatín estendíu-D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Feniciu"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Cuneiforme"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Númberos y puntuación cuneiformes"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Numberales de contéu Rod"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sundanés"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Cirílicu estendíu A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Cirílicu estendíu B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Cham"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Símbolos antiguos"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Discu de Festos"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Liciu"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Carianu"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lidiu"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Fiches de Mahjong"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Fiches de dominó"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samaritanu"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Sílabes aboríxenes canadienses estendíes"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Estensiones védiques"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Formes numbériques comúnes del índicu"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari estendíu"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Jamo estendíu-A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Xavanés"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmar estendíu-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Jamo estendíu-B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Araméu imperial"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Árabe antiguu del sur"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestanu"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Partu inscripcional"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Pahlavi inscripcional"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Turcu antiguu"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Símbolos numbéricos rumi"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Xeroglíficos exipcios"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Suplementu alfa-numbéricu axuntu"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Suplementu ideográficu axuntu"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandaicu"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batak"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Etíope estendíu A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brahmi"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Suplementu Bamum"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Suplementu Kana"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Xuegu de cartes"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Símbolos y pictogrames variaos"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Fustax"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Símbolos de tresporte y mapes"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Símbolos d'alquimia"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Árabe estendíu A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Símbolos alfabéticos matemáticos árabes"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Estensiones Meitei Mayek"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Cursives meroítiques"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Xeroglíficos meroíticos"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Suplementu de sundanés"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Suplementu de signos diacríticos pa combinar"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Llatín Estendíu A"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Llinial"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Mou"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Myanmar estendíu-A"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Árabe antiguu del sur"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Fleches suplementaries A"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "Ideogrames CJK unificaos estensión A"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Cirílicu estendíu A"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Suplementu xeorxanu"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Nuevu"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Utilización"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "Ideogrames CJK unificaos estensión A"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Myanmar estendíu-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Suplementu cirílicu"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Fontwork"
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr "Roblólu dixitalmente:"
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr "Data: %1"
@@ -10202,7 +10234,7 @@ msgstr "Caráuteres non permitíos"
#: include/svx/svxitems.hrc:86
msgctxt "RID_ATTR_NAMES"
msgid "Rotation"
-msgstr "Rotar"
+msgstr "Xiru"
#. W8gBY
#: include/svx/svxitems.hrc:87
@@ -10677,6 +10709,7 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Llinia de borde diagonal dende embaxo a la esquierda hasta enriba a la drecha"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10684,7 +10717,7 @@ msgid "None"
msgstr "Denguna"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10692,14 +10725,14 @@ msgid "Bullet"
msgstr "Viñetes"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Gráficos"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10707,63 +10740,63 @@ msgid "Linked graphics"
msgstr "Gráficos enllazaos"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr "1ᵘ, 2ᵘ, 3ᵘ, ..."
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10771,7 +10804,7 @@ msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10779,21 +10812,21 @@ msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr "*, †, ‡, §, **, ††, ..."
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Numberación nativa"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10801,7 +10834,7 @@ msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (Búlgaru)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10809,7 +10842,7 @@ msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (Búlgaru)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10817,7 +10850,7 @@ msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (Búlgaru)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10825,7 +10858,7 @@ msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (Búlgaru)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10833,7 +10866,7 @@ msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (Rusu)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10841,7 +10874,7 @@ msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (Rusu)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10849,7 +10882,7 @@ msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (Rusu)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10857,7 +10890,7 @@ msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (Rusu)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10865,7 +10898,7 @@ msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (Serbiu)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10873,7 +10906,7 @@ msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (Serbiu)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10881,7 +10914,7 @@ msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (Serbiu)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10889,7 +10922,7 @@ msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (Serbiu)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10897,7 +10930,7 @@ msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (Lletra mayúscula griega)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10905,35 +10938,35 @@ msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (Lletra minúscula griega)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16343,10 +16376,9 @@ msgstr "Marcu"
#. 5BPAy
#: svx/uiconfig/ui/imapdialog.ui:464
-#, fuzzy
msgctxt "imapdialog|textft"
msgid "Text:"
-msgstr "Testu: "
+msgstr "Testu:"
#. aHyrG
#: svx/uiconfig/ui/imapmenu.ui:12
@@ -16421,7 +16453,7 @@ msgid "Properties"
msgstr "Propiedaes"
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr "Valores"
@@ -16502,7 +16534,7 @@ msgstr "Volume:"
#: svx/uiconfig/ui/namespacedialog.ui:18
msgctxt "namespacedialog|NamespaceDialog"
msgid "Namespaces for Forms"
-msgstr ""
+msgstr "Espacios de nomes pa formularios"
#. WaBQW
#: svx/uiconfig/ui/namespacedialog.ui:119
@@ -16532,7 +16564,7 @@ msgstr "URL"
#: svx/uiconfig/ui/namespacedialog.ui:228
msgctxt "namespacedialog|label1"
msgid "Namespaces"
-msgstr ""
+msgstr "Espacios de nomes"
#. HD9wB
#: svx/uiconfig/ui/navigationbar.ui:128
@@ -16562,7 +16594,7 @@ msgstr ""
#: svx/uiconfig/ui/navigationbar.ui:210
msgctxt "navigationbar|new"
msgid "New"
-msgstr ""
+msgstr "Nuevu"
#. Z8rca
#: svx/uiconfig/ui/optgridpage.ui:74
@@ -18302,13 +18334,13 @@ msgstr "Dar vuelta na horizontal al oxetu seleicionáu."
#: svx/uiconfig/ui/sidebarpossize.ui:373
msgctxt "rotationtabpage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
-msgstr ""
+msgstr "Ángulu de xiru"
#. 5ZwVL
#: svx/uiconfig/ui/sidebarpossize.ui:381
msgctxt "sidebarpossize|orientationcontrol"
msgid "Rotation"
-msgstr ""
+msgstr "Xiru"
#. oBCCy
#: svx/uiconfig/ui/sidebarpossize.ui:407
diff --git a/source/ast/sw/messages.po b/source/ast/sw/messages.po
index 6bc3e52b84d..066ab8aa400 100644
--- a/source/ast/sw/messages.po
+++ b/source/ast/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
-"PO-Revision-Date: 2020-07-22 11:13+0000\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/ast/>\n"
"Language: ast\n"
@@ -86,13 +86,13 @@ msgstr ""
#: sw/inc/AccessibilityCheckStrings.hrc:28
msgctxt "STR_STYLE_NO_LANGUAGE"
msgid "Style '%STYLE_NAME%' has no language set"
-msgstr ""
+msgstr "L'estilu «%STYLE_NAME%» nun tien afitada denguna llingua"
#. FG4Vn
#: sw/inc/AccessibilityCheckStrings.hrc:29
msgctxt "STR_DOCUMENT_TITLE"
msgid "Document title is not set"
-msgstr ""
+msgstr "Nun s'afitó'l títulu del documentu"
#. DdjvG
#: sw/inc/app.hrc:29
@@ -598,7 +598,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Númberu de párrafos"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -606,1304 +606,1340 @@ msgstr "Númberu de párrafos"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
-msgstr ""
+msgstr "Mou d'escritura"
#. QBR3s
#: sw/inc/mmaddressblockpage.hrc:27
@@ -4806,13 +4842,13 @@ msgstr "Tabla/índiz camudáu"
#: sw/inc/strings.hrc:489
msgctxt "STR_START_QUOTE"
msgid "“"
-msgstr ""
+msgstr "«"
#. kZoAG
#: sw/inc/strings.hrc:490
msgctxt "STR_END_QUOTE"
msgid "”"
-msgstr ""
+msgstr "»"
#. wNZDq
#: sw/inc/strings.hrc:491
@@ -4842,7 +4878,7 @@ msgstr "Apegar del cartafueyu"
#: sw/inc/strings.hrc:495
msgctxt "STR_YIELDS"
msgid "→"
-msgstr ""
+msgstr "→"
#. wNRhZ
#: sw/inc/strings.hrc:496
@@ -8056,13 +8092,13 @@ msgstr "Paralelu"
#: sw/inc/strings.hrc:1088
msgctxt "STR_SURROUND_LEFT"
msgid "Before"
-msgstr ""
+msgstr "Enantes"
#. bGBtQ
#: sw/inc/strings.hrc:1089
msgctxt "STR_SURROUND_RIGHT"
msgid "After"
-msgstr ""
+msgstr "Dempués"
#. SrG3D
#: sw/inc/strings.hrc:1090
@@ -8379,10 +8415,9 @@ msgstr "Marca d'agua"
#. 8SwC3
#: sw/inc/strings.hrc:1139
-#, fuzzy
msgctxt "STR_ROTATION"
msgid "Rotation"
-msgstr "Encomilláu"
+msgstr "Xiru"
#. hWEeF
#: sw/inc/strings.hrc:1140
@@ -9141,7 +9176,7 @@ msgstr "Nun pudo atopase'l ficheru «%1» nel camín «%2»."
#: sw/inc/strings.hrc:1269
msgctxt "STR_USER_DEFINED_INDEX"
msgid "User-Defined Index"
-msgstr "Indiz Definíu pol Usuariu"
+msgstr "Índiz definíu pol usuariu"
#. t5uWs
#: sw/inc/strings.hrc:1270
@@ -11084,10 +11119,9 @@ msgstr "Nome:"
#. AwvtG
#: sw/uiconfig/swriter/ui/charurlpage.ui:61
-#, fuzzy
msgctxt "charurlpage|textft"
msgid "Text:"
-msgstr "_Testu:"
+msgstr "Testu:"
#. ujQMD
#: sw/uiconfig/swriter/ui/charurlpage.ui:75
@@ -11159,134 +11193,134 @@ msgid "Width:"
msgstr "Anchor:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Espaciáu:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Anchor y espaciáu"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "Est_ilu"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
#, fuzzy
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_Anchor"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
#, fuzzy
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "Al_tor"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "_Posición"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Arriba"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Centráu"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Abaxo"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_Color:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
#, fuzzy
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Llinia de separtación"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Columnes:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Igualar espaciáu de conteníu en _toles columnes"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Esbilla"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Seición actual"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Seición esbillada"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Marcu"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Estilu Páxina: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
#, fuzzy
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "_Aplicar a"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
#, fuzzy
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "_Direición testu"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Axustes"
@@ -13032,68 +13066,68 @@ msgid "Space to text"
msgstr "Espaciu al testu"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
#, fuzzy
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Área nota al pie"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_Posición"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "E_stilu"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "_Grosor"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_Color"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_Llonxitú"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "_Espaciáu a los conteníos de nota al pie"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Esquierda"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Centráu"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Drecha"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
#, fuzzy
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
@@ -14687,10 +14721,9 @@ msgstr "Desaminar"
#. pmdTa
#: sw/uiconfig/swriter/ui/insertscript.ui:200
-#, fuzzy
msgctxt "insertscript|text"
msgid "Text:"
-msgstr "_Testu:"
+msgstr "Testu:"
#. hqFAX
#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:8
@@ -15070,10 +15103,9 @@ msgstr "Ver"
#. D8TER
#: sw/uiconfig/swriter/ui/linenumbering.ui:344
-#, fuzzy
msgctxt "linenumbering|text"
msgid "Text:"
-msgstr "_Testu:"
+msgstr "Testu:"
#. Lsj2A
#: sw/uiconfig/swriter/ui/linenumbering.ui:358
@@ -19515,7 +19547,7 @@ msgid "_More Options"
msgstr "Más opciones"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Más opciones"
@@ -20070,10 +20102,9 @@ msgstr "Án_gulu"
#. hBc6G
#: sw/uiconfig/swriter/ui/picturepage.ui:320
-#, fuzzy
msgctxt "picturepage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
-msgstr "Ángulu de Rotación"
+msgstr "Ángulu de xiru"
#. Q6xq6
#: sw/uiconfig/swriter/ui/picturepage.ui:333
@@ -20084,10 +20115,9 @@ msgstr "Preferencie_s predeterminaes"
#. HpCfF
#: sw/uiconfig/swriter/ui/picturepage.ui:358
-#, fuzzy
msgctxt "picturepage|label2"
msgid "Rotation Angle"
-msgstr "Ángulu de Rotación"
+msgstr "Ángulu de xiru"
#. fSmkv
#: sw/uiconfig/swriter/ui/previewzoomdialog.ui:22
@@ -21371,13 +21401,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/sidebarwrap.ui:112
msgctxt "sidebarwrap|wrapbefore|tooltip_text"
msgid "Before"
-msgstr ""
+msgstr "Enantes"
#. oKykv
#: sw/uiconfig/swriter/ui/sidebarwrap.ui:125
msgctxt "sidebarwrap|wrapafter|tooltip_text"
msgid "After"
-msgstr ""
+msgstr "Dempués"
#. Sw6vj
#: sw/uiconfig/swriter/ui/sidebarwrap.ui:138
@@ -21761,49 +21791,49 @@ msgid "Remaining space:"
msgstr "Espaciu disponible "
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Anchor de columna %1"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Anchor de columna %1"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Anchor de columna %1"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Anchor de columna %1"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Anchor de columna %1"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Anchor de columna %1"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Anchor Columna"
diff --git a/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 7114546307c..0f3cc005794 100644
--- a/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2019-12-06 10:36+0000\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://vm137.documentfoundation.org/projects/libo_ui-master/swextmediawikisrcregistrydataorgopenofficeofficecustom/ast/>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/swextmediawikisrcregistrydataorgopenofficeofficecustom/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.8\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1390272764.000000\n"
#. sc9Hg
@@ -44,7 +44,7 @@ msgctxt ""
"NoConnectionToURL\n"
"value.text"
msgid "A connection to the MediaWiki system at '$ARG1' could not be created."
-msgstr "Nun pudo crease una conexón al sistema MediaWiki de '$ARG1'."
+msgstr "Nun pudo crease una conexón al sistema MediaWiki de «$ARG1»."
#. Z4jaW
#: WikiExtension.xcu
@@ -214,7 +214,7 @@ msgctxt ""
"Dlg_NewWikiPage_Label1\n"
"value.text"
msgid "A wiki article with the title '$ARG1' does not exist yet. Do you want to create a new article with that name?"
-msgstr "Inda nun esiste un artículu col títulu '$ARG1'. ¿Quier crear un artículu nuevu con esi nome?"
+msgstr "Inda nun esiste un artículu col títulu «$ARG1». ¿Quies crear un artículu nuevu con esi nome?"
#. PiBrD
#: WikiExtension.xcu
@@ -334,4 +334,4 @@ msgctxt ""
"Dlg_WikiPageExists_Label1\n"
"value.text"
msgid "A wiki article with the title '$ARG1' already exists.&#13;&#13;Do you want to replace the current article with your article?&#13;&#13;"
-msgstr "Yá esiste un artículu wiki col títulu '$ARG1' .&#13;&#13;Quier trocar l'artículu esistente col so artículu?&#13;&#13;"
+msgstr "Yá esiste un artículu wiki col títulu «$ARG1» .&#13;&#13;¿Quies trocar l'artículu esistente col to artículu?&#13;&#13;"
diff --git a/source/ast/uui/messages.po b/source/ast/uui/messages.po
index 49bcffe309b..cd5d090837d 100644
--- a/source/ast/uui/messages.po
+++ b/source/ast/uui/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-02-10 17:55+0100\n"
-"PO-Revision-Date: 2020-01-22 12:09+0000\n"
+"PO-Revision-Date: 2020-08-12 05:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/uuimessages/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1522251360.000000\n"
#. DLY8p
@@ -383,7 +383,7 @@ msgid ""
"Configuration data in '$(ARG1)' is corrupted. Without this data some functions may not operate correctly.\n"
"Do you want to continue startup of %PRODUCTNAME without the corrupted configuration data?"
msgstr ""
-"Los datos de configuración de '$(ARG1)' tán toyíos. Ensin ellos, seique, nun s'executen afayadizamente delles funciones.\n"
+"Los datos de configuración de «$(ARG1)» tán toyíos. Ensin ellos, seique, nun s'executen afayadizamente delles funciones.\n"
"¿Quies siguir arrancando %PRODUCTNAME ensin los datos de configuración toyíos?"
#. QCACp
@@ -393,14 +393,14 @@ msgid ""
"The personal configuration file '$(ARG1)' is corrupted and must be deleted to continue. Some of your personal settings may be lost.\n"
"Do you want to continue startup of %PRODUCTNAME without the corrupted configuration data?"
msgstr ""
-"El ficheru de configuración personal '$(ARG1)' ta toyíu y por eso tienes que desanicialu pa poder siguir. Delles configuraciones personales pueden perdese.\n"
+"El ficheru de configuración personal «$(ARG1)» ta toyíu y por eso tienes que desanicialu pa poder siguir. Delles configuraciones personales pueden perdese.\n"
"¿Quies entamar %PRODUCTNAME ensin esos datos de configuración toyíos?"
#. e5Rft
#: uui/inc/ids.hrc:147
msgctxt "RID_UUI_ERRHDL"
msgid "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly."
-msgstr "La fonte de datos de configuración '$(ARG1)' nun ta disponible. Ensin ellos, delles funciones pueden non furrular afayadizamente."
+msgstr "La fonte de datos de configuración «$(ARG1)» nun ta disponible. Ensin ellos, delles funciones pueden non furrular afayadizamente."
#. 4gRCA
#: uui/inc/ids.hrc:149
@@ -409,7 +409,7 @@ msgid ""
"The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.\n"
"Do you want to continue startup of %PRODUCTNAME without the missing configuration data?"
msgstr ""
-"L'orixe de datos de configuración '$(ARG1)' nun ta disponible. Ensin estos datos pue ser que nun s'executen correutamente delles funciones.\n"
+"L'orixe de datos de configuración «$(ARG1)» nun ta disponible. Ensin estos datos pue ser que nun s'executen correutamente delles funciones.\n"
"¿Quies siguir col aniciu de %PRODUCTNAME ensin los datos de configuración que falten?"
#. DAUhe
@@ -615,7 +615,7 @@ msgstr ""
#: uui/inc/strings.hrc:38
msgctxt "STR_ALREADYOPEN_RETRY_SAVE_BTN"
msgid "~Retry Saving"
-msgstr "~Reintentar guardar"
+msgstr "~Retentar guardar"
#. EVEQx
#: uui/inc/strings.hrc:39
@@ -756,7 +756,7 @@ msgstr ""
#: uui/inc/strings.hrc:63
msgctxt "STR_TRYLATER_RETRYSAVING_BTN"
msgid "~Retry Saving"
-msgstr "~Reintentar guardar"
+msgstr "~Retentar guardar"
#. 6iCzM
#: uui/inc/strings.hrc:64
diff --git a/source/ast/wizards/source/resources.po b/source/ast/wizards/source/resources.po
index e57988e7425..dc808d6d8f1 100644
--- a/source/ast/wizards/source/resources.po
+++ b/source/ast/wizards/source/resources.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-07-21 09:27+0000\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/wizardssourceresources/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1516047327.000000\n"
#. 8UKfi
@@ -707,7 +707,7 @@ msgctxt ""
"RID_REPORT_72\n"
"property.text"
msgid "An error occurred in the wizard.<BR>The template '%PATH' could be erroneous.<BR>Either the required sections or tables do not exist or exist under the wrong name.<BR>See the Help for more detailed information.<BR>Please select another template."
-msgstr "Hebo un fallu nel asistente.<BR>El Modelu '%PATH' quiciabes tea toyíu.<BR>Les estayes o les tables que se necesiten nun existen o tienen nomes estremaos.<BR>Pa información detallada, vete a l'ayuda.<BR>Por favor, escueyi otru modelu."
+msgstr "Hebo un fallu nel asistente.<BR>La plantía «%PATH» quiciabes tea toyida.<BR>Les estayes o les tables que se necesiten nun existen o tienen nomes estremaos.<BR>Pa información detallada, vete a l'ayuda.<BR>Por favor, escueyi otra plantía."
#. Za86f
#: resources_en_US.properties
@@ -1402,7 +1402,7 @@ msgctxt ""
"RID_DB_COMMON_43\n"
"property.text"
msgid "Move field up"
-msgstr "Mover campu hacia arriba"
+msgstr "Mover campu p'arriba"
#. Ao2Z6
#: resources_en_US.properties
diff --git a/source/az/chart2/messages.po b/source/az/chart2/messages.po
index eefb267c985..b1f52274963 100644
--- a/source/az/chart2/messages.po
+++ b/source/az/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:16+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2362,44 +2362,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr ""
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr ""
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr ""
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr ""
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr ""
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr ""
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr ""
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr ""
diff --git a/source/az/cui/messages.po b/source/az/cui/messages.po
index a4446ebcbc6..bfbcbc65e7b 100644
--- a/source/az/cui/messages.po
+++ b/source/az/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4340,45 +4340,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr ""
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/az/dbaccess/messages.po b/source/az/dbaccess/messages.po
index ad47e6a5dca..76bbf469294 100644
--- a/source/az/dbaccess/messages.po
+++ b/source/az/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-01 21:46+0000\n"
"Last-Translator: Emin Mastizada <emin@mastizada.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -956,21 +956,15 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr ""
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Açıqlama"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
#, fuzzy
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Öncəbaxış"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -980,31 +974,31 @@ msgid ""
msgstr ""
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr ""
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr ""
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr ""
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr ""
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1015,260 +1009,260 @@ msgid ""
msgstr ""
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr ""
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr ""
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr ""
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr ""
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr ""
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr ""
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr ""
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr ""
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr ""
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr ""
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr ""
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr ""
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr ""
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr ""
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr ""
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Cədvəllər"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr ""
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "'%1' cədvəlini silmək istədiyinizə əminsiniz?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr ""
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr ""
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr ""
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr ""
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr ""
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr ""
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr ""
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr ""
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr ""
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr ""
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Hə"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Yox"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr ""
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr ""
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr ""
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Açıqlama"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr ""
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr ""
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr ""
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr ""
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr ""
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr ""
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr ""
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr ""
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1276,7 +1270,7 @@ msgid ""
msgstr ""
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1285,19 +1279,19 @@ msgid ""
msgstr ""
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr ""
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr ""
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1307,25 +1301,25 @@ msgid ""
msgstr ""
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr ""
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr ""
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr ""
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1334,49 +1328,49 @@ msgid ""
msgstr ""
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr ""
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr ""
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr ""
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr ""
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr ""
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr ""
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr ""
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1384,13 +1378,13 @@ msgid ""
msgstr ""
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr ""
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1400,25 +1394,25 @@ msgid ""
msgstr ""
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr ""
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr ""
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr ""
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1427,7 +1421,7 @@ msgid ""
msgstr ""
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1435,37 +1429,37 @@ msgid ""
msgstr ""
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr ""
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr ""
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr ""
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr ""
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr ""
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1476,49 +1470,49 @@ msgid ""
msgstr ""
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr ""
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr ""
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr ""
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr ""
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr ""
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr ""
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr ""
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1526,153 +1520,153 @@ msgid ""
msgstr ""
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr ""
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ""
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr ""
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr ""
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr ""
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr ""
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr ""
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr ""
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr ""
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr ""
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr ""
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr ""
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr ""
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr ""
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr ""
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr ""
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr ""
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
#, fuzzy
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "Hamısı"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr ""
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr ""
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr ""
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr ""
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr ""
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1681,199 +1675,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr ""
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr ""
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr ""
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr ""
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr ""
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr ""
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr ""
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr ""
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr ""
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr ""
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr ""
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr ""
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr ""
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr ""
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr ""
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr ""
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr ""
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr ""
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr ""
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr ""
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr ""
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr ""
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr ""
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr ""
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr ""
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr ""
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr ""
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr ""
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr ""
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1881,163 +1875,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr ""
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr ""
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr ""
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr ""
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr ""
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr ""
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr ""
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr ""
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr ""
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr ""
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr ""
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr ""
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr ""
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr ""
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr ""
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr ""
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr ""
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr ""
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr ""
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr ""
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr ""
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr ""
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr ""
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr ""
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr ""
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2045,67 +2039,67 @@ msgid ""
msgstr ""
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr ""
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr ""
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr ""
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr ""
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr ""
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr ""
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr ""
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr ""
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr ""
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr ""
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2114,13 +2108,13 @@ msgid ""
msgstr ""
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr ""
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2129,13 +2123,13 @@ msgid ""
msgstr ""
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr ""
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2143,25 +2137,25 @@ msgid ""
msgstr ""
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr ""
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr ""
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr ""
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2169,13 +2163,13 @@ msgid ""
msgstr ""
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr ""
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2183,279 +2177,279 @@ msgid ""
msgstr ""
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr ""
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr ""
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr ""
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr ""
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr ""
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr ""
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr ""
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr ""
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr ""
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr ""
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr ""
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr ""
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr ""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr ""
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr ""
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr ""
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr ""
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "xəbərdarlıq"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "məlumat"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr ""
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr ""
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr ""
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr ""
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr ""
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr ""
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr ""
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr ""
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr ""
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr ""
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr ""
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr ""
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr ""
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr ""
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr ""
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr ""
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr ""
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr ""
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr ""
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr ""
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr ""
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr ""
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr ""
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr ""
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr ""
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr ""
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4482,7 +4476,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr ""
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr ""
@@ -4511,6 +4505,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/az/desktop/messages.po b/source/az/desktop/messages.po
index ba0c3fcdd4b..de9c89d93fe 100644
--- a/source/az/desktop/messages.po
+++ b/source/az/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-01 22:17+0000\n"
"Last-Translator: Emin Mastizada <emin@mastizada.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Uzantı"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO Dinamik Kitabxana Komponenti"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO Java Komponenti"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO Python Komponenti"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO Komponentləri"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RBD Növü Kitabxana"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO Java Növü Kitabxana"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG Kitabxanası"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Yardım"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "Bu uzantı quraşdırıla bilmədi, çünki:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "Uzantı quraşdırılmayacaq çünki Kömək fayllarında xəta baş verdi:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Uzantı(lar) əlavə et"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Sil"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~Qoş"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Söndür"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Yenilə..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAME əlavə edilir"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "%EXTENSION_NAME silinir"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME qoşulur"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME söndürülür"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "%EXTENSION_NAME üçün lisenziyanı qəbul et"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Xəta: Bu uzantının statusu naməlumdur"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Qapat"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Çıx"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -272,25 +278,25 @@ msgid ""
msgstr ""
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "Aşağıdaki asılılıq tələbləri qarşılanmadığı üçün bu uzantı fəallaşdırıla bilməz:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Lisenziyanı hələ qəbul etmədiyiniz üçün bu uzantı qeyri-fəaldır.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Lisenziyanı göstər"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -302,19 +308,19 @@ msgstr ""
"Quraşdırmanı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -326,7 +332,7 @@ msgstr ""
"Uzantını silməyi dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -338,7 +344,7 @@ msgstr ""
"Uzantını silməyi dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -350,7 +356,7 @@ msgstr ""
"Uzantını fəallaşdırmağı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -362,91 +368,91 @@ msgstr ""
"Uzantını qeyri-fəallaşdırmağı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "'%Name' uzantısı bu kompüterdə işləmir."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Uzantılar quraşdırılır..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Quraşdırma bitdi"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Xəta yoxdur."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "%NAME uzantısını endirmədə xəta. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Xəta mesajı: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "%NAME uzantısını quraşdırmada xəta. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "%NAME uzantısı üçün lisenziya qəbul edilmədi. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Uzantı quraşdırılmayacaq."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Naməlum"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr ""
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr ""
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr ""
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -460,7 +466,7 @@ msgstr ""
"Quraşdırmanı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -474,7 +480,7 @@ msgstr ""
"Quraşdırmanı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -488,7 +494,7 @@ msgstr ""
"Quraşdırmanı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -502,7 +508,7 @@ msgstr ""
"Quraşdırmanı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
@@ -517,7 +523,7 @@ msgstr ""
"Quraşdırmanı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -531,145 +537,145 @@ msgstr ""
"Quraşdırmanı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Heç bir yeniləmə yoxdur."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Heç bir quraşdırıla biləcək yeniləmə yoxdur. Nəzərə alınmayan və ya qeyri-fəallaşdırılmış yeniləmələri görmək üçün 'Bütün yeniləmələri göstər' qutusunu işarələyin."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Xəta baş verdi:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Bilinməyən xəta."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "Bu yenilə üçün daha çox məlumat yoxdur."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "Uzantı yenilənə bilmir, çünki:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Tələb edilən %PRODUCTNAME versiyası uyğun deyil:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "%PRODUCTNAME %VERSION varınızdır"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "səyyah əsaslı yeniləmə"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Versiya"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Bu yeniləmə nəzərə alınmayacaq.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Tətbiqetmə başladıla bilmədi. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "\"$1\" konfiqurasiya qovluğu tapılmadı."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "Bu quraşdırma yolu yanlışdır."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Daxili xəta meydana gəldi."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "\"$1\" tənzimləmə faylı zədəlidir."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "\"$1\" konfiqurasiya faylı tapılmadı."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "\"$1\" tənzimləmə faylı bu versiyanı dəstəkləmir."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "İstifadəçi interfeys dili təyin edilə bilmədi."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "İstifadəçi quraşdırılması tamamlana bilmədi. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Konfiqurasiya xidməti əlçatan deyil."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr ""
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "Mərkəzi quraşdırmanıza yetişən zaman ümumi bir xəta baş verdi. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -681,19 +687,19 @@ msgstr ""
"Zəhmət olmasa sistem inzibatçınız ilə əlaqə saxlayın."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Aşağıdaki daxili xəta baş verdi: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr ""
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -703,25 +709,25 @@ msgid ""
msgstr ""
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Çap etmə qeyri-fəaldır. Heç bir sənəd çap oluna bilməz."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "Yol meneceri əlçatan deyil.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -729,7 +735,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -737,61 +743,61 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "$NAME üçün Uzantı Proqram Lisenziya sözləşməsi:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr ""
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[\"Bəli\" və ya \"xeyr\" daxil edin]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "Sizin girişiniz düzgün deyildi. Zəhmət olmasa \"bəli\" və ya \"xeyr\" daxil edin:"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "BƏLİ"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "B"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "XEYR"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "X"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr ""
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "XƏTA: "
diff --git a/source/az/sfx2/messages.po b/source/az/sfx2/messages.po
index 6088ae04aa1..bdb196491e0 100644
--- a/source/az/sfx2/messages.po
+++ b/source/az/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:16+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -901,8 +901,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -913,44 +919,44 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
#, fuzzy
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Yanlış Şifrә"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr ""
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr ""
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr ""
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -958,7 +964,7 @@ msgid ""
msgstr ""
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -966,217 +972,217 @@ msgid ""
msgstr ""
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr ""
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr ""
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr ""
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
#, fuzzy
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Daxil et"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
#, fuzzy
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "Daxil et"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr ""
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr ""
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr ""
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr ""
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1184,31 +1190,31 @@ msgid ""
msgstr ""
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr ""
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Sıfırla"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr ""
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr ""
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1216,7 +1222,7 @@ msgid ""
msgstr ""
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1224,7 +1230,7 @@ msgid ""
msgstr ""
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1233,73 +1239,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr ""
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr ""
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr ""
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr ""
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr ""
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr ""
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr ""
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr ""
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr ""
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr ""
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1307,7 +1313,7 @@ msgid ""
msgstr ""
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1315,19 +1321,19 @@ msgid ""
msgstr ""
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr ""
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr ""
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1336,7 +1342,7 @@ msgid ""
msgstr ""
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1345,7 +1351,7 @@ msgid ""
msgstr ""
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1354,7 +1360,7 @@ msgid ""
msgstr ""
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1362,7 +1368,7 @@ msgid ""
msgstr ""
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1371,7 +1377,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1380,19 +1386,19 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr ""
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1400,472 +1406,472 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr ""
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr ""
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr ""
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr ""
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr ""
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr ""
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr ""
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr ""
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr ""
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr ""
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr ""
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr ""
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
#, fuzzy
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "~Sil"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/az/svx/messages.po b/source/az/svx/messages.po
index 7979d730337..45fa0610b40 100644
--- a/source/az/svx/messages.po
+++ b/source/az/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5328,1205 +5328,1237 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr ""
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr ""
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr ""
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
#, fuzzy
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "dördbucaq"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr ""
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr ""
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr ""
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr ""
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr ""
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr ""
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr ""
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr ""
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr ""
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr ""
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr ""
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr ""
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr ""
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr ""
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr ""
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr ""
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr ""
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr ""
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr ""
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr ""
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr ""
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr ""
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr ""
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr ""
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr ""
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr ""
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr ""
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr ""
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr ""
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr ""
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr ""
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr ""
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr ""
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr ""
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr ""
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "ofis"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr ""
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr ""
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr ""
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Şəkillər"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr ""
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr ""
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "kəsişmə"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr ""
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr ""
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr ""
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Kompüterlәr"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Diaqramlar"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr ""
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr ""
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr ""
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr ""
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Sәslәr"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Simvollar"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr ""
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr ""
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr ""
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "klaviatura"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr ""
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr ""
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr ""
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr ""
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr ""
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr ""
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Kompüterlәr"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr ""
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Mәktәb vә Universitet"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr ""
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr ""
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr ""
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr ""
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
#, fuzzy
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "Hamısı"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr ""
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr ""
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr ""
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr ""
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr ""
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr ""
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr ""
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr ""
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr ""
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr ""
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr ""
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr ""
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr ""
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr ""
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr ""
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr ""
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr ""
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr ""
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr ""
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr ""
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr ""
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr ""
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Varsayılan"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr ""
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr ""
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr ""
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Səhifələr"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr ""
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr ""
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr ""
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr ""
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr ""
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
#, fuzzy
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Uzantı"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr ""
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr ""
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr ""
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr ""
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr ""
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr ""
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr ""
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr ""
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr ""
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr ""
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr ""
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr ""
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr ""
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr ""
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr ""
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr ""
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr ""
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr ""
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr ""
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr ""
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr ""
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr ""
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr ""
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "və"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr ""
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr ""
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr ""
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr ""
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
#, fuzzy
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "müəllif hüququ"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr ""
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr ""
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr ""
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr ""
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr ""
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr ""
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr ""
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr ""
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr ""
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr ""
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr ""
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr ""
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formlar"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr ""
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Xassələr: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr ""
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr ""
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
#, fuzzy
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formlar"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
#, fuzzy
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formlar"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr ""
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr ""
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Qeyd et"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr ""
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr ""
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
#, fuzzy
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Verilənlər bazasından məlumat oxumaqda xəta"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr ""
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr ""
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr ""
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6534,332 +6566,332 @@ msgid ""
msgstr ""
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr ""
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Süt"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr ""
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr ""
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Sil #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr ""
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr ""
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr ""
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr ""
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr ""
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr ""
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr ""
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr ""
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr ""
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr ""
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr ""
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr ""
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr ""
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr ""
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
#, fuzzy
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Süzgəc Seçimi"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr ""
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr ""
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr ""
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr ""
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr ""
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr ""
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr ""
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr ""
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr ""
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Çoxlu seçim"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr ""
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr ""
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr ""
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr ""
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr ""
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr ""
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr ""
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr ""
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr ""
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr ""
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr ""
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr ""
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr ""
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr ""
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr ""
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr ""
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr ""
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr ""
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr ""
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr ""
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr ""
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr ""
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr ""
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr ""
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6867,7 +6899,7 @@ msgid ""
msgstr ""
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6875,7 +6907,7 @@ msgid ""
msgstr ""
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6883,13 +6915,13 @@ msgid ""
msgstr ""
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr ""
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6898,7 +6930,7 @@ msgid ""
msgstr ""
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6907,1003 +6939,1003 @@ msgid ""
msgstr ""
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr ""
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr ""
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr ""
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr ""
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr ""
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr ""
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr ""
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr ""
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
#, fuzzy
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Sәnәd"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr ""
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr ""
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr ""
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr ""
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
#, fuzzy
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Əvəzlə"
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr ""
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr ""
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr ""
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr ""
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr ""
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr ""
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr ""
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr ""
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr ""
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr ""
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr ""
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr ""
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr ""
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr ""
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr ""
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr ""
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr ""
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
#, fuzzy
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "sol"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
#, fuzzy
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "sağ"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr ""
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr ""
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr ""
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr ""
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr ""
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr ""
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr ""
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr ""
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr ""
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr ""
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "50%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr ""
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr ""
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr ""
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr ""
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr ""
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Axtarılan açar söz tapılmadı"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr ""
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr ""
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr ""
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr ""
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr ""
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr ""
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr ""
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr ""
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr ""
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr ""
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr ""
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr ""
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr ""
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr ""
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr ""
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr ""
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr ""
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr ""
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr ""
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr ""
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr ""
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Fayl oxuna bilmir"
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr ""
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr ""
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr ""
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Naməlum"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr ""
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr ""
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr ""
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr ""
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr ""
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Qamma"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr ""
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr ""
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr ""
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr ""
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr ""
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr ""
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr ""
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr ""
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr ""
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr ""
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr ""
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr ""
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr ""
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr ""
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr ""
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr ""
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr ""
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr ""
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr ""
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
#, fuzzy
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "sol"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
#, fuzzy
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "sağ"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Hamısı"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr ""
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
#, fuzzy
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Müəllif:"
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr ""
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr ""
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr ""
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr ""
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7911,1916 +7943,1916 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr ""
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr ""
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr ""
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr ""
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA Uzantıları"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr ""
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr ""
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr ""
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr ""
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr ""
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr ""
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr ""
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr ""
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr ""
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr ""
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr ""
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr ""
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr ""
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr ""
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr ""
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr ""
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr ""
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr ""
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr ""
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr ""
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr ""
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr ""
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr ""
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr ""
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr ""
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr ""
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr ""
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr ""
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr ""
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr ""
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr ""
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr ""
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr ""
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr ""
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr ""
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr ""
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr ""
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr ""
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr ""
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr ""
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr ""
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr ""
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr ""
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr ""
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr ""
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr ""
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr ""
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr ""
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr ""
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr ""
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr ""
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr ""
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr ""
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr ""
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr ""
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr ""
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr ""
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr ""
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr ""
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr ""
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr ""
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr ""
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Fonetik Uzantılar"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr ""
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr ""
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr ""
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr ""
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr ""
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr ""
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr ""
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr ""
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr ""
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr ""
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr ""
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr ""
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr ""
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr ""
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr ""
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr ""
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr ""
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr ""
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr ""
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr ""
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr ""
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr ""
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr ""
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr ""
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr ""
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr ""
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr ""
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr ""
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr ""
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Fonetik Uzantılar Tamamlaması"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr ""
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr ""
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr ""
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr ""
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr ""
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr ""
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr ""
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr ""
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr ""
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr ""
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr ""
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr ""
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr ""
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr ""
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10611,13 +10643,14 @@ msgid "Diagonal border line from bottom left to top right"
msgstr ""
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr ""
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10625,231 +10658,231 @@ msgid "Bullet"
msgstr "güllə"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr ""
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr ""
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr ""
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr ""
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr ""
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr ""
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr ""
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr ""
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr ""
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr ""
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr ""
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr ""
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr ""
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr ""
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr ""
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr ""
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr ""
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr ""
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr ""
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr ""
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr ""
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr ""
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr ""
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr ""
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16118,7 +16151,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/az/sw/messages.po b/source/az/sw/messages.po
index 7f415d28d93..8b0030ec593 100644
--- a/source/az/sw/messages.po
+++ b/source/az/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -575,7 +575,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr ""
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -583,1301 +583,1337 @@ msgstr ""
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -11036,127 +11072,127 @@ msgid "Width:"
msgstr ""
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr ""
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr ""
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr ""
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr ""
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr ""
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr ""
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr ""
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr ""
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr ""
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr ""
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr ""
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr ""
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr ""
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr ""
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr ""
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr ""
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr ""
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr ""
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr ""
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr ""
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr ""
@@ -12925,69 +12961,69 @@ msgid "Space to text"
msgstr ""
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr ""
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr ""
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr ""
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr ""
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr ""
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr ""
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr ""
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
#, fuzzy
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "sol"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr ""
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
#, fuzzy
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "sağ"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr ""
@@ -19283,7 +19319,7 @@ msgid "_More Options"
msgstr ""
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr ""
@@ -21498,43 +21534,43 @@ msgid "Remaining space:"
msgstr ""
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr ""
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr ""
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr ""
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr ""
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr ""
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr ""
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr ""
diff --git a/source/be/chart2/messages.po b/source/be/chart2/messages.po
index fb96feb2a73..d5a9453c7a6 100644
--- a/source/be/chart2/messages.po
+++ b/source/be/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:16+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Кірунак тэксту"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "Схема"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Проста"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Рэалістычна"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Свой"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "Схема"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "Зацяненне"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "Межы аб'екта"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "Скругленыя канты"
diff --git a/source/be/cui/messages.po b/source/be/cui/messages.po
index 756e9e5da08..02f8555ce1e 100644
--- a/source/be/cui/messages.po
+++ b/source/be/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4339,45 +4339,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "Толькі тэкст"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/be/dbaccess/messages.po b/source/be/dbaccess/messages.po
index aa330eae10b..aa124b46e85 100644
--- a/source/be/dbaccess/messages.po
+++ b/source/be/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-04-24 10:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Задачы"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Апісанне"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Перадпаказ"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"Ці жадаеце закрыць усе дакументы зараз жа?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "Назва формы"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Назва справаздачы"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "Назва каталогу"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "У дакуменце ёсць формы ці справаздачы з укладзенымі* макрасамі."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"Трэба заўважыць, што, не зрабіўшы такога перасялення, нельга будзе ўкладваць макрасы ў саму базу даных. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Убудаваная база дадзеных"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "You cannot select different categories."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "Unsupported object type found ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Спецыяльныя ўласцівасці"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Дадатковыя настаўленні"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Настаўленні далучэння"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Назва табліцы"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "Назва звароту"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Пераназваць у"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Уставіць як"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Ці хочаце сцерці азначаныя даныя?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Памылка пры ўстанаўленні ладу парадкавання"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Памылка пры ўстанаўленні ладу фільтравання"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Страчана далучэнне"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Звароты"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Табліцы"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Пацверджанне сцірання"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Ці хочаце сцерці табліцу '%1'?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "Далучэнне да базы даных было разарвана. Ці хочаце далучыцца да базы нанова?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Папярэджанні"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "Пры чытанні табліц, былі атрыманыя папярэджанні з боку далучэння да базы даных."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "Далучаецца да \"$name$\" ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Чытаецца зварот $name$ ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Чытаецца табліца $name$ ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Не ўдалося знайсці ніводнага фармату табліцы."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "Не ўдалося наладзіць далучэння да крыніцы даных \"$name$\"."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Уставіць ці выдаліць першасны ключ"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Так"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Не"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<няма>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Field Name"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Тып поля"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Апісанне"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Column Description"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Уласцівасці поля"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Правіць клетку"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Сцерці радок"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Правіць тып поля"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Уставіць радок"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Уставіць новы радок"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "Прадвызначэнне"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"Калі поле мусіць не мець прадвызначэння, выберыце пусты радок."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"Пры пазнейшым запаўненні табліцы, гэта значэнне будзе ўнесена ў кожны новы запіс, у адпаведнае поле. З гэтай прычыны, тэкст мусіць адпавядаць фармату клеткі, і фармат клеткі мусіць быць упісаны ніжэй."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Увядзіце максімальную дазволеную даўжыню тэксту."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Увядзіце фармат ліку."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"Значэнне будзе скарэктавана ў выпадку перавышэння адпаведнага максімуму для гэтай базы даных."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Вызначце колькасць дзесятковых пазіцый, дазволеную ў гэтым полі."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Тут можна ўбачыць, як даныя выглядаюць у актуальным фармаце (націсніце кнопку справа, каб правіць фармат)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Тут можна вызначыць фармат вываду даных."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"У палі такога тыпу нельга ўводзіць даныя. У кожным запісе, гэта поле аўтаматычна атрымлівае пэўнае ўнутранае значэнне (якое вынікае з прыросту адпаведнага поля папярэдняга запісу)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "Немагчыма запісаць табліцу, таму што назва калонкі \"$column$\" была надана двойчы."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "Калонка \"$column$\" належыць да першаснага ключа. Калі сцерці гэту калонку, першасны ключ таксама будзе сцёрты. Дык ці рабіць гэта?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Закранаецца першасны ключ"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Калонка"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "Дык ці працягваць?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "Не ўдалося запісаць табліцу з-за праблем з далучэннем да базы даных."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "Не ўдалося узгадніць фільтр табліц, таму што крыніца даных была сцёрта."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"Ці хочаце зрабіць гэта зараз жа?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Няма першаснага ключа"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"Ці жадаеце, каб зараз быў створаны першасны ключ?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "Не ўдалося змяніць калонку \"$column$\". Ці трэба, замест гэтага, сцерці калонку і прылучыць новы фармат?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Памылка пры запісванні дызайну табліцы"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "Не ўдалося сцерці калонку $column$."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"Гэты выраз будзе скіраваны непасрэдна ў базу даных пры стварэнні табліцы."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"Рэжым распрацоўкі табліц не дазволены для гэтай крыніцы даных."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "змяніць назву поля"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "змяніць тып поля"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "змяніць апісанне поля"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "змяніць атрыбут поля"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "Патрабуецца пароль, каб далучацца да крыніцы даных \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
". Ці жадаеце, каб ён быў створаны?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "Не ўдалося стварыць каталог $name$."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Файл з такою назвай ужо існуе. Запісаць паўзверх?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Folder"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Уласцівасці базы даных"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Уласцівасці крыніцы даных: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "Замест гэтага, выберыце 'Далучыцца да наяўнай базы даных'."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Не ўдалося прачытаць праграмную бібліятэку #lib# або яна пашкоджана. Абраная крыніца даных ODBC з'яўляецца недасягальнай."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"Вы можаце правіць настаўленні, але, пэўна, не зможаце далучыцца да базы даных."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{None}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 мусіць быць настаўлена."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 і #2 мусяць адрознівацца."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "Шаблонавыя выразы, такія як \"?\" і \"*\", не дазваляюцца ў #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Тэст далучэння"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Далучэнне паспяхова наладжана."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Не ўдалося наладзіць далучэння."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "Драйвер JDBC паспяхова прачытаны."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "Не ўдалося прачытаць драйвер JDBC."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "Файл MS Access"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "Файл MS Access 2007"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "База даных Firebird"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Сістэмны"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Памылка пры стваранні"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Не ўдалося адкрыць дакумент \"$file$\"."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "Немагчыма сцерці табліцу, таму што гэты тып далучэння да базы даных не падтрымлівае такой аперацыі."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "Усе"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Адкаціць:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Зрабіць нанова:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "Не ўдалося знайсці тыпу калонкі, адпаведнага калонцы '#1'."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Файл \"$file$\" не існуе."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "Атрыманы папярэджанні пры далучэнні да крыніцы даных. Націсніце \"$buttontext$\", каб іх прачытаць."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "Немагчыма далучыцца да праграмы-кіраўніка драйвераў SDBC (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "Дзеля URL #connurl# драйвер не зарэгістраваны."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "Далучэнне наладжана, але інфармацыя пра табліцы базы даных з'яўляецца недасягальнай."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Усе табліцы"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Усе віды"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Усе табліцы і віды"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Назва табліцы"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Уставіць даныя"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Сцерці даныя"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Правіць даныя"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Змяніць структуру"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Чытаць даныя"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Правіць спасылкі"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Выдаліць структуру"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Шлях да файлаў dBASE"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Шлях да тэкставых файлаў"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Шлях да дакументу з разліковым аркушам"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Назва крыніцы даных ODBC у вашай сістэме"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "Шлях да дакумента Writer"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Назва базы даных MySQL"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Назва базы даных Oracle"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Назва базы даных Microsoft Access"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "Далейшыя настаўленні непатрэбныя. Каб праверыць, што далучэнне працуе, націсніце кнопку '%test'."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "Адрас машыны"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Назва профіля \"Mozilla\""
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Назва профіля \"Thunderbird\""
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Дадаць табліцы"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Дадаць табліцу ці зварот"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Выкарыстаць калонкі"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Тып фарматавання"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"Наступная назва ўжо выкарыстоўваецца:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Прызначыць калонкі"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< Назад"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "Наперад >"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "Стварыць"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Капіраваць табліцу"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Капіраваць табліцу"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "Назва табліцы недапушчальная ў гэтай базе даных."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Выберыце магчымасць \"Дадаваць даныя\"* на першай старонцы, каб дапісваць даныя да існуючай табліцы."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Папраўце назву табліцы, бо яна занадта доўгая."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Майстар Баз даных"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Выберыце базу даных"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Наставіць далучэнне dBASE"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Наставіць далучэнне да тэкставага файла"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Наставіць далучэнне да Microsoft Access"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Наставіць далучэнне да LDAP"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Наставіць далучэнне да ADO"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Наставіць далучэнне да JDBC"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Наставіць далучэнне да Oracle"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Наставіць далучэнне да MySQL"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Наставіць далучэнне да ODBC"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Настаўленні далучэння к дакументу Writer або Calc"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Наставіць звесткі для аўтэнтыкацыі"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Set up MySQL server data"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Запісаць і працаваць далей"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Новая база даных"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Наставіць далучэнне да базы MySQL праз JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
".Звярніцеся да сістэмнага адміністратара, калі не ведаеце напэўна наступных параметраў."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "Клас драйвера MySQL JDBC:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Стандартна: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Наставіць далучэнне да файлаў dBASE"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Выберыце каталог, у якім запісаны файлы dBASE."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Наставіць далучэнне да тэкставага файла"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Выберыце каталог, у якім запісаны тэкставыя файлы CSV (значэнні, межаваныя коскамі). Кампанент баз даных %PRODUCTNAME будзе адкрываць іх у рэжыме толькі-чытанага."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Шлях да тэкставых файлаў"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Наставіць далучэнне да базы даных Microsoft Access"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Выберыце файл Microsoft Access, з якім жадаеце працаваць."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Наставіць далучэнне да базы ADO"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"Звярніцеся да сістэмнага адміністратара, калі не ведаеце напэўна наступных параметраў."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Наставіць далучэнне да базы ODBC"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"Звярніцеся да сістэмнага адміністратара, калі не ведаеце напэўна наступных параметраў."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Наставіць далучэнне да базы JDBC"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"Звярніцеся да сістэмнага адміністратара, калі не ведаеце напэўна наступных параметраў."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Наставіць далучэнне да базы Oracle"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Стандартна: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Клас драйвера Oracle JDBC"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
".Звярніцеся да сістэмнага адміністратара, калі не ведаеце напэўна наступных параметраў."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Наставіць далучэнне да разліковых аркушаў"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"%PRODUCTNAME будзе адкрываць гэты файл у рэжыме толькі-чытанага."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "Месца і назва файла"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Каманда выканана паспяхова."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "Далучэнне да базы даных страчана. Гэты дыялог будзе закрыты."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Парадкуецца паводле"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Поле індэкса"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Да павялічэння"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Да памяншэння"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Сапраўды хочаце сцерці індэкс '$name$'?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "index"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "Індэкс мусіць утрымліваць хоць адно поле."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Ужо існуе індэкс з назвай \"$name$\"."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "Калонка табліцы не можа ўваходзіць у вызначэнне індэкса больш за адзін раз. Вы ўвялі калонку \"$name$\" двойчы."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "Не ўдалося ператварыць увод у дапушчальнае значэнне для параметра \"$name$\""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "Статус SQL"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Код памылкі"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "Частая прычына такой памылкі ў няправільным настаўленні знаказбору мовы звестак базы даных. Праверце гэта настаўленне ў пункце 'Праца - База даных - Уласцівасці'."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Памылка"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Папярэджанне"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Інфармацыя"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Падрабязна"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Сапраўды выдаліць гэтага карыстальніка?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "База даных не падтрымлівае адміністравання карыстальнікамі."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Паролі не аднолькавыя. Увядзіце пароль нанова."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Заўважце, што некаторыя базы даных не падтрымліваюць гэтага тыпу \"JOIN\"."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Улучае толькі тыя запісы, у якіх ідэнтычнае змесціва адпаведных палёў у абедзвюх табліцах."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Утрымлівае УСЕ запісы з табліцы '%1', але толькі тыя запісы з табліцы '%2', у якіх значэнні адпаведных палёў ідэнтычныя."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Утрымлівае УСЕ запісы з табліц '%1' і '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Утрымлівае дэкартаў здабытак УСІХ запісаў з '%1' і з '%2'."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "Мэтавая база даных не падтрымлівае выбарак (view)*."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "Мэтавая база даных не падтрымлівае першасных ключоў."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "не знойдзены ніякі дэскрыптар доступу ў даныя, або ніякі такі дэскрыптар не можа даць усёй патрэбнай інфармацыі"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Зараз падтрымліваюцца толькі табліцы і звароты."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "Збор вынікаў з крыніцы гэтай копіі мусіць падтрымліваць закладкі*."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Не падтрымліваецца тып выточнай калонкі ($type$) у калонцы $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Недапушчальная колькасць параметраў ініцыялізацыі."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Памылка пры ініцыялізацыі."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Unsupported setting in the copy source descriptor: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "To copy a query, your connection must be able to provide queries."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "The given interaction handler is invalid."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Такі стасунак ужо існуе. Ці жадаеце правіць яго, ці дадаць новы?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Правіць..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Стварыць..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: распрацоўка стасунку"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "База даных не падтрымлівае стасункаў."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Пры сціранні гэтай табліцы, усе стасункі, якія датычаць яе, будуць таксама сцёрты. Дык ці рабіць гэта?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4536,7 +4530,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "Азначце табліцы, якія трэба паказваць праграмам."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Табліцы і фільтры табліц"
@@ -4565,6 +4559,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "Дадаць табліцу ці зварот"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/be/desktop/messages.po b/source/be/desktop/messages.po
index fb1cfc86456..758696cf08d 100644
--- a/source/be/desktop/messages.po
+++ b/source/be/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-09-03 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Прыстаўка"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "Кампанент дынамічнай бібліятэкі UNO"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "Кампанент UNO Java"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "Кампанент UNO Python"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO Components"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "Бібліятэка тыпаў UNO RDB"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "Бібліятэка тыпаў UNO Java"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "Бібліятэка %MACROLANG"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Даведка"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "Немагчыма ўстанавіць прыстаўку, таму што:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "Не ўдалося ўстанавіць прыстаўку, таму што ў файлах Даведкі здарылася памылка:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Устанавіць прыстаўку(-і)"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "Сцерці"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "Дазволіць"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "Не дазваляць"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "Абнавіць..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Дадаем %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "Сціраем %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Дазваляем %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Забараняем %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Згадзіцца з ліцэнзіяй %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Памылка: невядомы стан гэтай прыстаўкі"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Закрыць"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Выйсці"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"Абнаўленне прыставак супольнага карыстання патрабуе правоў доступу адміністратара. Звярніцеся да вашага сістэмнага адміністратара, каб абнавіць наступныя прыстаўкі супольнага карыстання:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "Немагчыма дазволіць працу прыстаўкі, таму што не выконваюцца наступныя сістэмныя залежнасці:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Праца прыстаўкі не дазволена, таму што вы не згадзіліся з яе ліцэнзіяй.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Паказаць ліцэнзію"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Націсніце Нічога, каб спыніць устанаўленне."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "Устанаўленне прыставак выключана. Звярніцеся да сістэмнага адміністратара па дадатковую інфармацыю."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "Выдаленне прыставак выключана. Звярніцеся да сістэмнага адміністратара па дадатковую інфармацыю."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць выдаленне прыстаўкі."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць выдаленне."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць уключэнне."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць выключэнне."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "Прыстаўка '%Name' не зможа працаваць на гэтым камп'ютары."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Ставім прыстаўкі..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Устаноўка завершана"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Без памылак."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Памылка пры ўзяцці прыстаўкі %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Тлумачэнне памылкі: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Памылка пры ўстанаўленні прыстаўкі %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "Нязгода з ліцэнзійным пагадненнем для прыстаўкі %NAME. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Прыстаўка не будзе ўстаноўлена."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Невядома"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "Прыстаўка патрабуе версію OpenOffice.org %VERSION або навейшую"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "Прыстаўка не падтрымлівае версій OpenOffice.org, навейшых за %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "Прыстаўка патрабуе версію %PRODUCTNAME %VERSION або навейшую"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць устанаўленне."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць устанаўленне."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць устанаўленне."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць устанаўленне."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць устанаўленне."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць устанаўленне."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Няма навейшых абнаўленняў."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Няма даступных для ўстанаўлення абнаўленняў. Каб пабачыць ігнараваныя і выключаныя абнаўленні, пазначце так-бокс 'Паказаць усе абнаўленні'."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Здарылася памылка:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Нявызначаная памылка."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "No more details are available for this update."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "Немагчыма абнавіць прыстаўку, таму што:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Required %PRODUCTNAME version doesn't match:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "You have %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "абнаўленне з дапамогай браўзера"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Версія"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Гэта абнаўленне будзе прапушчана.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Немагчыма пусціць праграму. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "Не ўдалося знайсці каталог настаўленняў \"$1\"."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "Недапушчальны каталог інсталяцыі."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Унутраная памылка."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Пашкоджаны файл настаўленняў \"$1\"."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Не быў знойдзены файл настаўленняў \"$1\"."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "Файл настаўленняў \"$1\" не падтрымлівае гэту версію."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Не ўдаецца вызначыць мову інтэрфейсу карыстальніка."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "Не ўдалося завершыць устаноўку для карыстальніка. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Недасягальны сервіс настаўленняў."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Пусціце Інсталятар з кампакта ці з каталога, дзе змешчаны ўстаноўчыя пакеты, каб адрамантаваць наяўную інсталяцыю."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "Агульная памылка пры дасяганні цэнтральных настаўленняў. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Звярніцеся да адміністратара сістэмы."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Здарылася наступная ўнутраная памылка: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "Неабходна адзін раз самастойна пускаць %PRODUCTNAME пасля новай устаноўкі ці абнаўлення."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"Ці жадаеце працягваць?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Недазволена друкаванне. Немагчыма друкаваць дакументы."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "Недасягальны кіраўнік шляхоў.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -735,7 +741,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -743,61 +749,61 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Ліцэнзія на праграмнае забеспячэнне для прыстаўкі $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Прачытайце Ліцэнзійнае пагадненне цалкам. Прыняць умовы пагаднення можна, упісаўшы \"так\" у кансолі (тэкставым загадніку), тады націснуўшы клавішу Enter. Упішыце \"не\", каб адмовіцца і спыніць устанаўленне прыстаўкі."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Увядзіце \"так\" ці \"не\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "Няправільны ўпіс. Упішыце або \"так\", або \"не\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "ТАК"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "НЕ"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "Немагчыма пусціць unopkg. Існуе файл замка, і таму, відаць, праграма ўжо працуе. Калі гэта не так, сцярыце вось гэты файл замка:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ПАМЫЛКА: "
diff --git a/source/be/sfx2/messages.po b/source/be/sfx2/messages.po
index 2fa39eb20cd..499f258c491 100644
--- a/source/be/sfx2/messages.po
+++ b/source/be/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:17+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -919,8 +919,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "Фільтр відарысаў не знойдзены"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -931,43 +937,43 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Несапраўдны пароль"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Мінімум $(MINLEN) знакаў)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(Мінімум 1 знак)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(Пароль можа быць пустым)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "Немагчыма выканаць. Не ўстаноўлены праграмны модуль %PRODUCTNAME, які патрэбны дзеля гэтага."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -977,7 +983,7 @@ msgstr ""
"Ці жадаеце зрабіць гэта зараз?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -987,215 +993,215 @@ msgstr ""
"Вы можаце знайсці інфармацыю пра замовы на нашай пляцоўцы ў Сеціве."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Вас вітае %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Гэтая версія"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Экспартаваць"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Уставіць"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "Уставіць"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Запісаць копію"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Параўнаць з"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "Аб'яднаць з"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "Дакумент %PRODUCTNAME"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " Г: %1 М: %2 Дз: %3 г: %4 м: %5 с: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
#, fuzzy
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
@@ -1206,31 +1212,31 @@ msgstr ""
"The value will be stored as text."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Стыль ужо існуе. Ці замяніць яго?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "Да пачатковага"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Гэта назва ўжо занятая."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Гэты стыль не існуе."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1240,7 +1246,7 @@ msgstr ""
"таму што гэта ўтварае рэкурсіўную спасылку (само на сябе)."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1250,7 +1256,7 @@ msgstr ""
"Выберыце іншую назву."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1259,73 +1265,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Выкарыстаныя стылі: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Навігатар"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Некарэктнае пацверджанне пароля"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Адаслаць"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Шрыфт"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Уставіць каментар з версіяй"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Іерархія"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "Сапраўды адмовіцца ад занатоўвання? Усё, што было занатавана дагэтуль, будзе страчана."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Адмовіцца ад запісу"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "Ініцыялізуюцца шаблоны, дзеля першага выкарыстання."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1335,7 +1341,7 @@ msgstr ""
"Прызначце такі прынтар і паспрабуйце нанова."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1345,19 +1351,19 @@ msgstr ""
"Праверце настаўленні прынтара."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Прынтар заняты"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (read-only)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1369,7 +1375,7 @@ msgstr ""
"актыўны дакумент?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1381,7 +1387,7 @@ msgstr ""
"актыўны дакумент?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1393,7 +1399,7 @@ msgstr ""
"ў актыўны дакумент?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1403,7 +1409,7 @@ msgstr ""
"зараз ён друкуецца."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1412,7 +1418,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1421,19 +1427,19 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "Немагчыма правіць гэты дакумент, магчыма з-за недастатковых правоў доступу. Ці будзеце працаваць з копіяй дакумента?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1441,472 +1447,472 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (адрамантаваны дакумент)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "Не ўдалося выняць* дакумент з сервера"
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Дакумент адкрыты ў рэжыме толькі-чытанага."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "Нацыянальная бяспека:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Экспартныя абмежаванні:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
#, fuzzy
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Выняць"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Правіць дакумент"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Падпісаць дакумент"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "Паказаць подпісы"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Закрыць панэль"
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Прымацаваць*"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Адмацаваць*"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Дадатковыя настаўленні"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Закрыць бакоўку"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "Настаўленні бакоўкі"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Уладкаванне"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Аднавіць прадвызначэнні"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "Закрыць бакавую панэль"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Сіняя крывая"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "Яркі сіні"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "ДНК"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Фокус"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "Заход сонца"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Рэтра"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Сцерці"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Ачысціць усё"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/be/svx/messages.po b/source/be/svx/messages.po
index 8d24e2909d4..48668040c47 100644
--- a/source/be/svx/messages.po
+++ b/source/be/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-20 11:22+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Belarusian <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/be/>\n"
@@ -5313,1198 +5313,1230 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Квадрат 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Падвойная стрэлка"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Колца"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Квадрат"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Стрэлка"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "Трохкутнік незаліты"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "Ромб незаліты"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Ромб"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Кола незалітае"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Квадрат, заліты напалову"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "Квадрат незаліты"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Празрыстасць"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "Адваротны штрых"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "Штрых"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "Адваротны штрых"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Пурпурны"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Gallery Theme"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Паспяхова адноўлена"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "Адноўлены арыгінальны дакумент"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Аднаўленне схібіла"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "Адбываецца аднаўленне"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Яшчэ не адноўлена"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION пачаў узнаўляць дакументы. На выкананне гэтай аперацыі патрэбны пэўны час, які залежыць ад аб'ёмаў дакументаў."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "Узнаўленне вашых дакументаў завершана. Націсніце 'Скончыць', каб адкрыць дакументы."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "Скончыць"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Апошняе значэнне па-свойму"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "пт"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Экспарт відарыса"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "Запісаць як выяву"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Уставіць аб'ект(ы)"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "Павярнуць аб'ект 3D"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Стварыць выцісканы аб'ект"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Стварыць вярчальны аб'ект"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Падзяліць аб'ект 3D"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[All]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Фільтр графікі"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Новая тэма"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3D Effects"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Анімацыі"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Пункты"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Office"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Flags"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Дыяграмы"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Смехазнакі"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Відарысы"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Фоны"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Свая Старонка"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Узаемадзеянне"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Карты"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "People"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Паверхні"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Камп'ютары"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Дыяграмы"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Асяроддзе"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Фінансы"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Транспарт"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Тэкставыя формы"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Гукі"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Сімвалы"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "Свая Тэма"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Arrows"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Паветраныя шары"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Keyboard"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Час"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Прэзентацыя"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Каляндар"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Рух"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Камунікацыі"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Фінансы"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Камп'ютары"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Клімат"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Адукацыя"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Развязванне праблем"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Бабовы экран"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Выбар друкаванага"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "Ці хочаце друкаваць толькі пазначанае, ці дакумент цалкам?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "Усе"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "Пазначанае"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Выцісканне на ПнЗ"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Выцісканне на Пн"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Выцісканне на ПнУ"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Выцісканне на З"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Выцісканне \"назад\""
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Выцісканне на У"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Выцісканне на ПдЗ"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Выцісканне на Пд"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Выцісканне на ПдУ"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 см"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 см"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 см"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 см"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 см"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 цаляў"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.~5 цалю"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 цаль"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 цалі"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 цалі"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Без запаўнення"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "Празрыста"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Тыпова"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Межы"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Стыль мяжы"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "Яшчэ нумараванне..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "Яшчэ маркёры..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "Аўтарам"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Старонкі"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Выдаліць фарматаванне"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Яшчэ стылі..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Больш параметраў..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Назва шрыфту"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "Назва шрыфту. Цяперашні шрыфт недаступны і будзе заменены."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "па-свойму"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "Колеры дакумента"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Колер дакумента"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Выцісканне"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Ужываць выцісканне"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Нахіліць уніз"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Нахіліць уверх"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Нахіліць улева"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Нахіліць управа"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Змяніць глыбіню Выціскання"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Змяніць кірунак"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Змяніць тып праекцыі"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Змяніць асвятленне"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Змяніць яркасць"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Змяніць паверхню Выціскання"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Змяніць колер Выціскання"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Улюбёны"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Шрыфтаванне"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Ужыць Шрыфтаванне - форма"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Ужыць Шрыфтаванне - роўныя вышыні літар"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Ужыць раўнаванне Шрыфтавання"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Ужыць Шрыфтаванне - адлегласць між знакамі"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "з"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Стыль"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "і"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Кіраванне рагамі"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Выбар стылю рогу."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Верхні левы"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Верхні сярэдні"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Верхні правы"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Левы сярэдні"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "У цэнтры"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Правы сярэдні"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Ніжні левы"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Ніжні сярэдні"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Ніжні правы"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Кіраванне контурам"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Тут можна правіць абрыс."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Выбар спецыяльных знакаў"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Выбар спецыяльных знакаў у гэтым абрысе."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Код знака "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Не дазваляецца пустое значэнне поля '#'. Увядзіце значэнне."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Формы"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Не выбраны кантрольнік"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Уласцівасці: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Form Properties"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Навігатар форм"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Форма"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Форма"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Нябачны кантрольнік"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Control"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Запіс"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "з"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Дадаць поле:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Памылка пры запісванні ў базу даных"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Памылка ў сінтаксісе звароту"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Вы маеце намер сцерці 1 запіс."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "Будзе сцёрта # запісаў."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6514,331 +6546,331 @@ msgstr ""
"Do you want to continue anyway?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Стужка навігацыі"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Кл"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Наставіць уласцівасць '#'"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Уставіць у кантэйнер"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Сцерці #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Сцерці # аб'ектаў"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Замяніць элемент кантэйнера"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Замяніць кантрольнік"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Push Button"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Option Button"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Check Box"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Поле меткі"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Group Box"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Text Box"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Фарматаванае поле"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "List Box"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Комба-бокс"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Графічная кнопка"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Кантрольнік выявы"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Выбар файла"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Поле даты"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Поле часу"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Поле ліку"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Поле грошаў"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Поле ўзору"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Кіраванне табліцай "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Scrollbar"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Вярчальная кнопка"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Стужка навігацыі"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Множнае пазначэнне"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "У гэтай форме няма кантрольнікаў дзеля даных!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Дата)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Час)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Навігатар у фільтрах"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Фільтр для"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Або"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "У гэтай форме няма карэктных прывязаных кантрольнікаў, якія можна было б выкарыстаць у табліцавым відзе."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<Аўта-поле>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Сінтаксічная памылка ў звароце SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Нельга ўжываць значэнне #1 разам з LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "Нельга ўжываць LIKE над гэтым полем."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Уведзена недапушчальная дата. Увядзіце дату ў правільным фармаце, напр., ДД.ММ.ГГГГ."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Нельга параўноўваць поле з цэлым лікам."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Няма табліцы з назвай \"#\" у гэтай базе даных."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Няма табліцы ці звароту з назвай \"#\" у гэтай базе даных."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Ужо ёсць табліца ці пагляд з назвай \"#\" у гэтай базе даных."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Ужо існуе зварот з назвай \"#\" у гэтай базе даных."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Невядомая калонка \"#1\" у табліцы \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Нельга параўноўваць поле з лікам з нефіксаванай коскай."
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Нельга параўноўваць уведзены крытэр з гэтым полем."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Data Navigator"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (read-only)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Файл з такою назвай ужо існуе. Запісаць паўзверх?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# label"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6848,7 +6880,7 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэту мадэль?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6858,7 +6890,7 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэта ўвасабленне?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6868,13 +6900,13 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэты элемент?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Сапраўды хочаце сцерці атрыбут \"$ATTRIBUTENAME\"?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6886,7 +6918,7 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэту падачу?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6898,1005 +6930,1005 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэта прывязванне?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Недапушчальная для XML назва \"%1\". Увядзіце іншую назву."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Недапушчальны для XML прэфікс \"%1\". Увядзіце іншы прэфікс."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Назва \"%1\" ужо занята. Увядзіце іншую назву."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Падача мусіць мець назву."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Put"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Няма"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Увасабленне"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Дакумент"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Прывязванне: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Спасылка: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Дзеянне: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Метад: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Замяніць: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Дадаць элемент"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Правіць элемент"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Сцерці элемент"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Дадаць атрыбут"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Правіць атрыбут"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Сцерці атрыбут"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Дадаць прывязванне"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Правіць прывязванне"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Сцерці прывязванне"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Дадаць падачу"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Правіць падачу"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Сцерці падачу"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Элемент"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Атрыбут"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Прывязванне"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Прывязвальны выраз"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Сапраўды скасаваць аднаўленне дакументу %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Злева"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Справа"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "У цэнтры"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Дзесятковае"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Рэжым устаўкі. Клікніце, каб перайсці ў рэжым замены."
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Рэжым замены. Клікніце, каб перайсці ў рэжым устаўкі."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Паўзверх"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Лічбавы подпіс: подпіс дакумента ў парадку."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Лічбавы подпіс: подпіс дакумента ў парадку, але сертыфікаты не паддаюцца праверцы."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Лічбавы подпіс: дакумент не ўтрымлівае лічбавага подпісу."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Лічбавы подпіс: подпіс дакумента і сертыфікат у парадку, але падпісаныя не ўсе часткі дакумента."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Дакумент быў зменены. Клікніце, каб запісаць дакумент."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "Дакумент не мяняўся з моманту апошняга замацоўвання."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Чытаем дакумент..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Маштаб. Націсканне правай кнопкі мышы змяняе маштаб, левай - адкрывае дыялог \"Маштаб\"."
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Павялічыць"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Паменшыць"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Старонка цалкам"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Шырыня старонкі"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Аптымальны від"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Таксама ў стылях"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Стылі абзаца"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Стылі клетак"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "Дасягнуты канец дакумента"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "Дасягнуты канец дакумента"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Шуканае не знойдзена"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "Дасягнуты пачатак дакумента"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Палітра колераў"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Няправільны пароль"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Паролі не супадаюць"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Solid small circular bullets"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Solid large circular bullets"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Solid diamond bullets"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Вялікія суцэльныя квадратныя пункты"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Right pointing arrow bullets filled out"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Маркёр-стрэлка ўправа"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Number (1) (2) (3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Number 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Number (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Uppercase Roman number I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Uppercase letter A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lowercase letter a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lowercase letter (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Lowercase Roman number i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Numeric, numeric, lowercase letters, solid small circular bullet"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Numeric, lowercase letters, solid small circular bullet"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Лічбавае"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numeric with all sublevels"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Немагчыма стварыць файл ZIP."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Стылі дызайну* табліц"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Адкаціць дзеянні: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Адкаціць дзеянні: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Паўтарыць дзеянні: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Паўтарыць дзеянні: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Знайсці"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Адрозніваць рэгістр"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Улічваць фармат"
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) пікс.)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) x $(HEIGHT) у $(DPI) DPI"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) кіБ"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "Відарыс GIF"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "Відарыс JPEG"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "Відарыс PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "Відарыс TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "Відарыс WMF"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "Відарыс MET"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "Відарыс PCT"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "Відарыс SVG"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "Відарыс BMP"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Невядома"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Switch"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Рэжым відарыса"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Чырвоны"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Зялёны"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Сіні"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Яркасць"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Кантрастны"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Гама"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Празрыстасць"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Абрэзаць"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Прадвызначаная арыентаванне"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Зверху ўніз"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Знізу ўверх"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Лесвіцаю"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Поле злева: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Поле зверху: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Поле справа: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Поле знізу: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Апісанне старонкі: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Капітэлі"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Малыя літары"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Вялікія рымскія"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Малыя рымскія"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Арабскія"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Няма"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Альбом"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Кніга"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Злева"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Справа"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Усе"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Адлюстраваныя"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Аўтар: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Дата: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Тэкст: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Фон знака"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Палітра колераў"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7904,1920 +7936,1920 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Базавы лацінскі"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Лацінскі-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Лацінскі пашыраны-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Лацінскі пашыраны-B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Пашырэнні IPA"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Знакі мадыфікацыі інтэрвалу"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Камбінавальныя дыякрытычныя знакі"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Базавы грэчаскі"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Грэчаскія сімвалы і коптскі"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Кірыліца"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armenian"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Базавы яўрэйскі"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Яўрэйскі пашыраны"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Базавы арабскі"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Арабскі пашыраны"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Дэванагары"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengali"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Гурмукхі"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Орыя"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malayalam"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Тайская"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Lao"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Базавая грузінскі"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Грузінскі пашыраны"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Хангыл джамо"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Лацінскі пашыраны дадаткі"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Грэчаскі пашыраны"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Агульная пунктуацыя"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Індэксы верхнія і ніжнія"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Сімвалы грашовых адзінак"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Камбінавальныя дыякрытычныя сімвалы"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Літарападобныя сімвалы"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Лічбавыя формы"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Arrows"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Mathematical Operators"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Рознае тэхнічнае"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Рысункі кантрольнікаў"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Аптычнае пазнаванне знакаў"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Упісаныя літары і лічбы"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Рысаванне прамавугольнікаў"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Блокавыя элементы"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Геаметрычныя формы"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Розныя сімвалы"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Дынбац"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "К.Я.К. знакі і пунктуацыя"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Бопомофо"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Хангыл сумяшчальнасць джамо"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "К.Я.К. рознае"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "К.Я.К. упісаныя літары і месяцы"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "К.Я.К. сумяшчальнасць"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Хангул"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "К.Я.К. уніфікаваныя ідэаграфы"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Абсяг прыватнага карыстання"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "К.Я.К. сумяшчальнасць ідэаграфы"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Алфавітныя формы прэзентацыі"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Арабскія формы прэзентацыі-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Камбінавальныя паў-знакі"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "К.Я.К. сумяшчальнасць формы"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Варыянты малых форм"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Арабскія формы прэзентацыі-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Паў-шырокія і поўна-шырокія формы"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Спецыяльныя"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Склады Йі"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Радыкалы Йі"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Курсіў"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Готыка"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Дэзерэт"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Візанційскія музычныя знакі"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Музычныя знакі"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Матэматычныя літарна-лічбавыя знакі"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "К.Я.К., дадатковыя ідэаграфы сумяшчальнасці"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Тэгі"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Кірыліца дадатковая"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Коды выбару адмен гліфаў"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Дадатковы дыяпазон для асабістага карыстання A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Дадатковы дыяпазон для асабістага карыстання B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Лімбу"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Тай Лэ"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Кхмерскія знакі"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Фанетычныя пашырэнні"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Розныя знакі і стрэлкі"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Гексаграмы Кнігі перамен"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Лінейнае пісьмо B, склады"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Лінейнае пісьмо B, ідэаграмы"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Эгейскія лічбы"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Угарыцкая"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Шавіан"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Асманья"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Сінгальская"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetan"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "М'янма"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Огхам"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Рунічны"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Сірыйскі"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Таана"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Эфіопскі"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Чэракі"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Канадскіх абарыгенаў складавы"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolian"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Розныя матэматычныя сімвалы-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Дадатковыя стрэлкі-A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Узоры Брайля"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Дадатковыя стрэлкі-B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Розныя матэматычныя сімвалы-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "К.Я.К. радыкальны дадатак"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Каншы радыкальныя"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Знакі ідэаграфічных апісанняў"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Тагальская"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Хануну"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Тагбанва"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Бухід"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Канбун"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Бопомофо пашыраны"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Катакана фанетыка"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Іерагліфічныя рысы CJK"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Кіпрскае складовае пісьмо"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Сімвалы Тай Сюань Цзін"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Дадатковыя коды выбару адмен гліфаў"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Старажытнагрэчаскія музычныя знакі"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Старажытнагрэчаскія лічбы"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Арабскія, дадатак"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Бугініз"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Дадатковыя спалучальныя дыякрытычныя знакі"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Коптская"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Пашыранае эфіопскае"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Дадатковыя эфіопскія"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Грузінскія дадатковыя"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Глаголіца"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Кхароштхі"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Мадыфікатары тонаў літар"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Новы Тай Лэ"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Старажытнаперсідскае"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Дадатковыя фанетычныя пашырэнні"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Дадатковая пунктуацыя"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Сілоці-нагры"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Тыфінаг"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Вертыкальныя формы"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Н'Ко"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Балійская"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Пашыраная лацініца C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Пашыраная лацініца D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Пагба"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Фінікійская"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Клінапіс"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Клінапіс, лічбы і пунктуацыя"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Лічбы з лічыльных палачак"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Сунданская"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Лепча"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ол Чыкі"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Пашыраная кірыліца A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Ваі"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Пашыраная кірыліца B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Саўраштра"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Кая Лі"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Рэджанг"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Чам"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Старажытныя сімвалы"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Фесцкі дыск"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Лікійская"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Карыйская"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Лідыйская"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Косці для маджонгу"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Косці для даміно"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Самарыцянская"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Складовае пісьмо канадскіх абарыгенаў, пашыранае"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Таі Тхам"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Ведыйскія пашырэнні"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Лісу"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Бамум"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Агульныя індыйскія лічбавыя формы"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Пашыранае дэванагары"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Хангул джама пашырана A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Яванская"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "М'янма пашырана A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Тай Віет"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Маніпуры"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Хангул джама пашырана B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Імперская арамейская"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Старажытная паўднёваарабская"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Авестыйская"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Наскальнае парфянскае пісьмо"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Наскальнае пісьмо пехлеві"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Старажытнатурэцкае"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Лічбавыя сімвалы Румі"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Кайтхі"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Егіпецкія іерогліфы"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Дадатковыя ўпісаныя літары і лічбы"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Дадатковыя ўпісаныя ідэаграмы"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Мандэйскае"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Батацкае"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Эфіопская пашырана А"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Брахмі"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Бамум дадатковае"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Кана дадатковае"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Карты для гульні"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Разнастайныя сімвалы і піктаграмы"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Значкі эмоцый"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Сімвалы транспарту і картаграфіі"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Алхімічныя сімвалы"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Пашыранае арабскае пісьмо A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Арабскія матэматычныя алфавітныя сімвалы"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Чакма"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Пашырэнні маніпуры"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Мераіцкі курсіў"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Мераіцкія іерогліфы"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Мяа"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Шарада"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Сора Сомпенг"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Сунданскае дадатковае"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Такры"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Баса"
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Каўказская албанская"
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Копцкія лікі эпакт"
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Камбінавальныя дыякрытычныя знакі пашыраныя"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Дуплоян"
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Эльбасан"
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Пашыраныя геаметрычныя фігуры"
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Грантха"
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Хойкі"
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Худавады"
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Лацінскі пашыраны-Е"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Лінейнае пісьмо А"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Магаджані"
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Маніхейская"
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Мендэ Кікакуй"
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Моды"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Мро"
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "М'янма пашырана B"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Набатэйская"
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Старажытная паўночнаарабская"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Старапермская"
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Арнаменты Dingbats"
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Пахаў Хмонг"
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Пальмірская"
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Пау Цін Хаў"
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Дадатковыя стрэлкі-C"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ахом"
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Анаталійскія іерогліфы"
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне A"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Хатран"
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Мултані"
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Адлам"
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Бхайкшукі"
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Пашыраная кірыліца-C"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Марчэн"
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Грузінская"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Неўа"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Осэйдж"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Тангуцкая"
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Тангуцкія кампаненты"
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне F"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "М'янма A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Нушу"
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Соёмбо"
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Кірыліца дадатковая"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10603,244 +10635,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Дыяганальная межавая лінія з левага нізу ў правы верх"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Няма"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "\"Кропка\""
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Графіка"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "Злучаны графічны аб'ект"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Традыцыйнае нумараванне"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (балгарскае)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (балгарскае)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (балгарскае)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (балгарскае)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (рускае)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (рускае)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (рускае)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (рускае)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (па-сербску)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (па-сербску)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (па-сербску)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (па-сербску)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (па-грэчаску, загалоўныя)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (па-грэчаску, малыя)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א...י, יא...כ, ..."
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א...ת, אא...תת, ..."
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16080,7 +16113,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/be/sw/messages.po b/source/be/sw/messages.po
index 0df90fe31ec..7f51164d0f0 100644
--- a/source/be/sw/messages.po
+++ b/source/be/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -573,7 +573,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Нумараваныя абзацы"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -581,1301 +581,1337 @@ msgstr "Нумараваныя абзацы"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10950,127 +10986,127 @@ msgid "Width:"
msgstr "Шырыня:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Інтэрвал:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Шырыня і інтэрвал"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "Стыль:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "Шырыня:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "Вышыня:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "Месца:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Зверху"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "У цэнтры"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Знізу"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "Колер:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Межавальная лінія:"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Калонкі:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Пароўну на ўсе калонкі"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Пазначанае"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Гэты раздзел"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Пазначаны раздзел"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Рамка"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Стыль старонкі: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "Замацаваць:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "Кірунак тэксту"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Настаўленні"
@@ -12802,67 +12838,67 @@ msgid "Space to text"
msgstr "Адлегласць ад тэксту"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Абсяг зноскі"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "Месца"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "Стыль"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "Таўшчыня"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "Колер"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "Даўжыня"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "Адлегласць ад зместу зноскі"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Злева"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "У цэнтры"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Справа"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "Межавальная лінія"
@@ -19095,7 +19131,7 @@ msgid "_More Options"
msgstr "Больш параметраў"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Больш параметраў"
@@ -21275,43 +21311,43 @@ msgid "Remaining space:"
msgstr "Рэштка месца:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Шырыня калонкі 2"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Шырыня калонкі 3"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Шырыня калонкі 4"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Шырыня калонкі 5"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Шырыня калонкі 6"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Шырыня калонкі 1"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Шырыня калонкі"
diff --git a/source/bg/chart2/messages.po b/source/bg/chart2/messages.po
index 57d381db8ae..77a8a93a421 100644
--- a/source/bg/chart2/messages.po
+++ b/source/bg/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-29 12:28+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562351695.000000\n"
#. NCRDD
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Ориентация на текста"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "Схема"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Проста"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Реалистична"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "По избор"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "Схема"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "Светлосянка"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "Силуети на обектите"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "Заоблени ръбове"
diff --git a/source/bg/cui/messages.po b/source/bg/cui/messages.po
index 67e40fb3d14..3e68d49859d 100644
--- a/source/bg/cui/messages.po
+++ b/source/bg/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-08-03 11:34+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-12 05:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/bg/>\n"
"Language: bg\n"
@@ -4341,126 +4341,168 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "С_амо текст"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
-msgstr ""
+msgstr "Допълнения"
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
-msgstr ""
+msgstr "Етикет за напредъка"
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
-msgstr ""
+msgstr "ProgressLabel"
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
-msgstr ""
+msgstr "Този надпис показва напредъка на операцията, например зареждане на разширения, и свързаните с нея грешки."
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
-msgstr ""
+msgstr "searchEntry"
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
-msgstr ""
+msgstr "Меню със зъбно колело"
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
-msgstr ""
+msgstr "Съдържа команди за настройване на списъка с допълнения, например тип сортиране и тип визуализация."
#. 5WUFA
#: cui/uiconfig/ui/additionsfragment.ui:48
msgctxt "additionsEntry|buttonInstall"
msgid "button"
-msgstr ""
+msgstr "бутон"
#. fjAQL
#: cui/uiconfig/ui/additionsfragment.ui:80
msgctxt "additionsEntry|linkButtonName"
msgid "button"
-msgstr ""
+msgstr "бутон"
#. Zf6WY
#: cui/uiconfig/ui/additionsfragment.ui:100
msgctxt "additionsEntry|labelAuthor"
msgid "label"
-msgstr ""
+msgstr "етикет"
#. tLQYB
#: cui/uiconfig/ui/additionsfragment.ui:114
msgctxt "additionsEntry|labelDesc"
msgid "Description:"
-msgstr ""
+msgstr "Описание:"
#. a7FtD
#: cui/uiconfig/ui/additionsfragment.ui:128
msgctxt "additionsEntry|labelDescription"
msgid "label"
-msgstr ""
+msgstr "етикет"
#. PdDQM
#: cui/uiconfig/ui/additionsfragment.ui:150
msgctxt "additionsEntry|labelLicense"
msgid "label"
-msgstr ""
+msgstr "етикет"
#. D2C5J
#: cui/uiconfig/ui/additionsfragment.ui:164
msgctxt "additionsEntry|labelVersion"
msgid "label"
-msgstr ""
+msgstr "етикет"
#. cFsEL
#: cui/uiconfig/ui/additionsfragment.ui:181
msgctxt "additionsEntry|labelComments"
msgid "Comments:"
-msgstr ""
+msgstr "Коментари:"
#. ezUmV
#: cui/uiconfig/ui/additionsfragment.ui:191
msgctxt "additionsEntry|linkButtonComments"
msgid "button"
-msgstr ""
+msgstr "бутон"
#. yQYjP
#: cui/uiconfig/ui/additionsfragment.ui:254
msgctxt "additionsEntry|labelDownloader"
msgid "label"
-msgstr ""
+msgstr "етикет"
#. fUE2f
#: cui/uiconfig/ui/additionsfragment.ui:287
msgctxt "additionsDialog|buttonShowMore"
msgid "Show More Extensions"
-msgstr ""
+msgstr "Показване на още разширения"
#. 2pPGn
#: cui/uiconfig/ui/additionsfragment.ui:294
msgctxt "additionsDialog|buttonShowMore"
msgid "ButtonShowMore"
-msgstr ""
+msgstr "ButtonShowMore"
#. i9AoG
#: cui/uiconfig/ui/additionsfragment.ui:295
msgctxt "additionsDialog|buttonShowMore"
msgid "This button shows more extensions."
-msgstr ""
+msgstr "Този бутон показва още разширения."
#. BuMBh
#: cui/uiconfig/ui/agingdialog.ui:15
@@ -5252,7 +5294,7 @@ msgstr "Сричкопренасяне"
#: cui/uiconfig/ui/breaknumberoption.ui:94
msgctxt "beforebreak"
msgid "Sets the minimum number of characters of the word to be hyphenated that must remain at the end of the line."
-msgstr ""
+msgstr "Задава минималния брой знаци от пренасяната дума, които трябва да останат в края на реда."
#. 8Fp43
#: cui/uiconfig/ui/breaknumberoption.ui:105
@@ -5264,7 +5306,7 @@ msgstr "Знаци преди прекъсване"
#: cui/uiconfig/ui/breaknumberoption.ui:138
msgctxt "afterbreak"
msgid "Specifies the minimum number of characters of a hyphenated word required at the next line."
-msgstr ""
+msgstr "Задава минималния брой необходими знаци от пренасяната дума на следващия ред."
#. p6cfZ
#: cui/uiconfig/ui/breaknumberoption.ui:149
@@ -5276,7 +5318,7 @@ msgstr "Знаци след прекъсване"
#: cui/uiconfig/ui/breaknumberoption.ui:182
msgctxt "wordlength"
msgid "Specifies the minimum number of characters required for automatic hyphenation to be applied."
-msgstr ""
+msgstr "Задава минималния брой знаци, изисквани за прилагане на автоматично сричкопренасяне."
#. sAo4B
#: cui/uiconfig/ui/breaknumberoption.ui:193
@@ -6494,25 +6536,25 @@ msgstr "Избор на цвят"
#: cui/uiconfig/ui/colorpickerdialog.ui:157
msgctxt "extended tip | preview"
msgid "In the left part of the bottom bar, the current result of your work in this dialog is visible."
-msgstr ""
+msgstr "В лявата част на долната лента се показва текущият резултат от работата ви с диалога."
#. 7jLV5
#: cui/uiconfig/ui/colorpickerdialog.ui:173
msgctxt "extended tip | previous"
msgid "In the right part of the bottom bar, you will see the original color from the parent tab, Colors."
-msgstr ""
+msgstr "В дясната част на долната лента виждате оригиналния цвят от раздела родител, <emph>Цветове</emph>."
#. yEApx
#: cui/uiconfig/ui/colorpickerdialog.ui:198
msgctxt "extended tip | colorField"
msgid "Click in the big color area on the left to select a new color. Using this selector area you can modify two components of the color as represented in the RGB or HSB color models. Note that these are the two components not selected with the radio buttons on the right side of the dialog."
-msgstr ""
+msgstr "Щракнете върху голямата цветна област отляво, за да изберете нов цвят. Чрез тази област за избор можете да променяте два от компонентите на цвета според цветовия модел RGB или HSB. Забележете, че това са двата компонента, които не са избрани с бутоните за избор отдясно."
#. N8gjc
#: cui/uiconfig/ui/colorpickerdialog.ui:215
msgctxt "extended tip | colorSlider"
msgid "With the vertical color component slider you can modify the value of each component of the color."
-msgstr ""
+msgstr "С вертикалния плъзгач за цветови компонент можете да променяте стойността на всеки от компонентите на цвета."
#. mjiGo
#: cui/uiconfig/ui/colorpickerdialog.ui:298
@@ -6524,7 +6566,7 @@ msgstr "Червено:"
#: cui/uiconfig/ui/colorpickerdialog.ui:308
msgctxt "extended tip | redRadiobutton"
msgid "Sets the Red component modifiable on the vertical color slider, and the Green and Blue components in the two-dimensional color picker field. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Прави червения компонент достъпен за настройка чрез вертикалния плъзгач, а синия и зеления – чрез двумерното поле за избор на цвят. Разрешените стойности са от 0 до 255."
#. TkTSB
#: cui/uiconfig/ui/colorpickerdialog.ui:319
@@ -6536,7 +6578,7 @@ msgstr "Зелено:"
#: cui/uiconfig/ui/colorpickerdialog.ui:329
msgctxt "extended tip | greenRadiobutton"
msgid "Sets the Green component modifiable on the vertical color slider, and the Red and Blue components in the two-dimensional color picker field. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Прави зеления компонент достъпен за настройка чрез вертикалния плъзгач, а червения и синия – чрез двумерното поле за избор на цвят. Разрешените стойности са от 0 до 255."
#. 5FGfv
#: cui/uiconfig/ui/colorpickerdialog.ui:340
@@ -6548,25 +6590,25 @@ msgstr "Синьо:"
#: cui/uiconfig/ui/colorpickerdialog.ui:350
msgctxt "extended tip | blueRadiobutton"
msgid "Sets the Blue component modifiable on the vertical color slider, and the Green and Red components in the two-dimensional color picker field. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Прави синия компонент достъпен за настройка чрез вертикалния плъзгач, а зеления и червения – чрез двумерното поле за избор на цвят. Разрешените стойности са от 0 до 255."
#. c5MTh
#: cui/uiconfig/ui/colorpickerdialog.ui:368
msgctxt "extended tip | redSpinbutton"
msgid "Set the Red color value directly. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Директно задаване на червения компонент. Разрешените стойности са от 0 до 255."
#. 2yY2G
#: cui/uiconfig/ui/colorpickerdialog.ui:386
msgctxt "extended tip | greenSpinbutton"
msgid "Set the Green color value directly. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Директно задаване на зеления компонент. Разрешените стойности са от 0 до 255."
#. UREX7
#: cui/uiconfig/ui/colorpickerdialog.ui:404
msgctxt "extended tip | blueSpinbutton"
msgid "Set the Blue color value directly. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Директно задаване на синия компонент. Разрешените стойности са от 0 до 255."
#. 2nFsj
#: cui/uiconfig/ui/colorpickerdialog.ui:417
@@ -6578,7 +6620,7 @@ msgstr "Шестн. _#:"
#: cui/uiconfig/ui/colorpickerdialog.ui:435
msgctxt "extended tip | hexEntry"
msgid "Displays and sets the color value in the RGB color model expressed as a hexadecimal number."
-msgstr ""
+msgstr "Показва и позволява въвеждането на цветова стойност в модел RGB, изразена като шестнадесетично число."
#. sD6YC
#: cui/uiconfig/ui/colorpickerdialog.ui:452
@@ -6596,7 +6638,7 @@ msgstr "Нюанс:"
#: cui/uiconfig/ui/colorpickerdialog.ui:501
msgctxt "extended tip | hueRadiobutton"
msgid "Sets the Hue component modifiable on the vertical color slider, and the Saturation and Brightness components in the two-dimensional color picker field. Values are expressed in degrees from 0 to 359."
-msgstr ""
+msgstr "Прави компонента за нюанс достъпен за настройка чрез вертикалния плъзгач, а тези за наситеност и яркост – чрез двумерното поле за избор на цвят. Стойностите са в градуси от 0 до 359."
#. C4GE3
#: cui/uiconfig/ui/colorpickerdialog.ui:512
@@ -6608,7 +6650,7 @@ msgstr "Наситеност:"
#: cui/uiconfig/ui/colorpickerdialog.ui:522
msgctxt "extended tip | satRadiobutton"
msgid "Sets the Saturation component modifiable on the vertical color slider, and the Hue and Brightness components in the two-dimensional color picker field. Values are expressed in percent (0 to 100)."
-msgstr ""
+msgstr "Прави компонента за наситеност достъпен за настройка чрез вертикалния плъзгач, а тези за нюанс и яркост – чрез двумерното поле за избор на цвят. Стойностите са в проценти (от 0 до 100)."
#. NXs9w
#: cui/uiconfig/ui/colorpickerdialog.ui:533
@@ -6620,25 +6662,25 @@ msgstr "Яркост:"
#: cui/uiconfig/ui/colorpickerdialog.ui:543
msgctxt "extended tip | brightRadiobutton"
msgid "Sets the Brightness component modifiable on the vertical color slider, and the Hue and Saturation components in the two-dimensional color picker field. Values are expressed in percent (0 to 100)."
-msgstr ""
+msgstr "Прави компонента за яркост достъпен за настройка чрез вертикалния плъзгач, а тези за нюанс и наситеност – чрез двумерното поле за избор на цвят. Стойностите са в проценти (от 0 до 100)."
#. BCvUX
#: cui/uiconfig/ui/colorpickerdialog.ui:561
msgctxt "extended tip | hueSpinbutton"
msgid "Set the Hue directly in the HSB color model. Values are expressed in degrees from 0 to 359."
-msgstr ""
+msgstr "Директно задаване на нюанса в цветовия модел HSB. Стойностите са в градуси от 0 до 359."
#. TcDh8
#: cui/uiconfig/ui/colorpickerdialog.ui:579
msgctxt "extended tip | satSpinbutton"
msgid "Set the Saturation directly in the HSB color model. Values are expressed in percent (0 to 100)."
-msgstr ""
+msgstr "Директно задаване на наситеността в цветовия модел HSB. Стойностите са в проценти (от 0 до 100)."
#. hucEE
#: cui/uiconfig/ui/colorpickerdialog.ui:597
msgctxt "extended tip | brightSpinbutton"
msgid "Set the Brightness directly in the HSB color model. Values are expressed in percent (0 to 100)."
-msgstr ""
+msgstr "Директно задаване на яркостта в цветовия модел HSB. Стойностите са в проценти (от 0 до 100)."
#. B7RjF
#: cui/uiconfig/ui/colorpickerdialog.ui:614
@@ -6674,25 +6716,25 @@ msgstr "Черно:"
#: cui/uiconfig/ui/colorpickerdialog.ui:718
msgctxt "extended tip | cyanSpinbutton"
msgid "Set the Cyan color value as expressed in the CMYK color model."
-msgstr ""
+msgstr "Задайте стойността за циан в цветовия модел CMYK."
#. mMXFr
#: cui/uiconfig/ui/colorpickerdialog.ui:736
msgctxt "extended tip | magSpinbutton"
msgid "Set the Magenta color value as expressed in the CMYK color model."
-msgstr ""
+msgstr "Задайте стойността за магента в цветовия модел CMYK."
#. EEgiy
#: cui/uiconfig/ui/colorpickerdialog.ui:754
msgctxt "extended tip | yellowSpinbutton"
msgid "Set the Yellow color value as expressed in the CMYK color model."
-msgstr ""
+msgstr "Задайте стойността за жълто в цветовия модел CMYK."
#. UAAnZ
#: cui/uiconfig/ui/colorpickerdialog.ui:772
msgctxt "extended tip | keySpinbutton"
msgid "Set the Black color value or key (black) as expressed in the CMYK color model."
-msgstr ""
+msgstr "Задайте стойността за черно, или ключов цвят, в цветовия модел CMYK."
#. mxFDw
#: cui/uiconfig/ui/colorpickerdialog.ui:789
@@ -6704,7 +6746,7 @@ msgstr "CMYK"
#: cui/uiconfig/ui/colorpickerdialog.ui:828
msgctxt "extended tip | ColorPicker"
msgid "%PRODUCTNAME lets you define custom colors using a two-dimensional graphic and numerical gradient chart of the Pick a Color dialog."
-msgstr ""
+msgstr "%PRODUCTNAME ви позволява да задавате свои собствени цветове чрез диаграмата и числовите входни полета в диалога „Избор на цвят“."
#. vDFei
#: cui/uiconfig/ui/comment.ui:18
@@ -7280,13 +7322,13 @@ msgstr "Редактиране на потребителски речник"
#: cui/uiconfig/ui/editdictionarydialog.ui:93
msgctxt "book"
msgid "Specifies the book to be edited."
-msgstr ""
+msgstr "Указва коя книга да бъде редактирана."
#. trTxg
#: cui/uiconfig/ui/editdictionarydialog.ui:108
msgctxt "lang"
msgid "Assigns a new language to the current custom dictionary."
-msgstr ""
+msgstr "Приписва нов език на текущия потребителски речник."
#. PV8x9
#: cui/uiconfig/ui/editdictionarydialog.ui:121
@@ -7304,13 +7346,13 @@ msgstr "_Език:"
#: cui/uiconfig/ui/editdictionarydialog.ui:180
msgctxt "replace"
msgid "This input field is only available if you are editing an exception dictionary or a language-dependent custom dictionary. In exception dictionaries, the field shows the alternative suggestion for the current word in the \"Word\" text box. In language-dependent custom dictionaries, the field contains a known root word, as a model of affixation of the new word or its usage in compound words. For example, in a German custom dictionary, the new word “Litschi” (lychee) with the model word “Gummi” (gum) will result recognition of “Litschis” (lychees), “Litschibaum” (lychee tree), “Litschifrucht” (lychee fruit) etc."
-msgstr ""
+msgstr "Това поле е достъпно само ако редактирате речник с изключения или потребителски речник за конкретен език. В речниците с изключения полето показва алтернативното предложение за текущата дума в текстовото поле „Дума“. В потребителските речници за конкретен език полето съдържа вече известна базова дума като образец за прикрепване на афикси към новата дума или за употребата ѝ в сложни думи. Например в потребителски речник за немски новата дума „Litschi“ (името на плода лѝчи) с дума образец „Gummi“ (гума) ще позволи разпознаването на „Litschis“ (личита), „Litschibaum“ (дърво личи), „Litschifrucht“ (плод личи) и т.н."
#. 5EwBs
#: cui/uiconfig/ui/editdictionarydialog.ui:197
msgctxt "word"
msgid "You can type a new word for inclusion in the dictionary. In the list below you will see the contents of the current custom dictionary."
-msgstr ""
+msgstr "Можете да въведете нова дума за включване в речника. В долния списък ще виждате съдържанието на текущия потребителски речник."
#. WWwmQ
#: cui/uiconfig/ui/editdictionarydialog.ui:210
@@ -7334,7 +7376,7 @@ msgstr "_Създаване"
#: cui/uiconfig/ui/editdictionarydialog.ui:360
msgctxt "newreplace"
msgid "Adds the word in the Word text field to your current custom dictionary. The word in the Suggestion field is also added when working with exception dictionaries."
-msgstr ""
+msgstr "Добавя думата от текстовото поле „Дума“ към текущия потребителски речник. При редактиране на речник с изключения се добавя и думата от полето „Предложение“."
#. K2Sst
#: cui/uiconfig/ui/editdictionarydialog.ui:372
@@ -7346,13 +7388,13 @@ msgstr "_Изтриване"
#: cui/uiconfig/ui/editdictionarydialog.ui:379
msgctxt "delete"
msgid "Removes the marked word from the current custom dictionary."
-msgstr ""
+msgstr "Премахва маркираната дума от текущия потребителски речник."
#. 35DN3
#: cui/uiconfig/ui/editdictionarydialog.ui:414
msgctxt "EditDictionaryDialog"
msgid "In the Edit Custom Dictionary dialog you have the option to enter new terms or edit existing entries."
-msgstr ""
+msgstr "В диалога „Редактиране на потребителски речник“ можете да въвеждате нови думи или да редактирате съществуващите."
#. XEUyG
#: cui/uiconfig/ui/editmodulesdialog.ui:34
@@ -7376,7 +7418,7 @@ msgstr "Език:"
#: cui/uiconfig/ui/editmodulesdialog.ui:166
msgctxt "language"
msgid "Specifies the language of the module."
-msgstr ""
+msgstr "Указва езика на модула."
#. 9zC9B
#: cui/uiconfig/ui/editmodulesdialog.ui:198
@@ -7388,7 +7430,7 @@ msgstr "Нагоре"
#: cui/uiconfig/ui/editmodulesdialog.ui:205
msgctxt "up"
msgid "Increases the priority of the module selected in the list box by one level."
-msgstr ""
+msgstr "Повишава с едно ниво приоритета на избрания в списъка модул."
#. aGo9M
#: cui/uiconfig/ui/editmodulesdialog.ui:217
@@ -7400,7 +7442,7 @@ msgstr "Надолу"
#: cui/uiconfig/ui/editmodulesdialog.ui:224
msgctxt "down"
msgid "Decreases the priority of the module selected in the list box by one level."
-msgstr ""
+msgstr "Понижава с едно ниво приоритета на избрания в списъка модул."
#. Vr5kM
#: cui/uiconfig/ui/editmodulesdialog.ui:236
@@ -7412,13 +7454,13 @@ msgstr "Назад"
#: cui/uiconfig/ui/editmodulesdialog.ui:243
msgctxt "back"
msgid "Click here to undo the current changes in the list box."
-msgstr ""
+msgstr "Щракнете тук, за да отмените текущите промени в списъка."
#. 4d4Pc
#: cui/uiconfig/ui/editmodulesdialog.ui:309
msgctxt "lingudicts"
msgid "Specifies the language and the available spelling, hyphenation and Thesaurus sub-modules for the selected module."
-msgstr ""
+msgstr "Определя езика и наличните подмодули за правопис, сричкопренасяне и синоними на избрания модул."
#. ZF8AG
#: cui/uiconfig/ui/editmodulesdialog.ui:334
@@ -10161,7 +10203,7 @@ msgstr "_Добавяне..."
#: cui/uiconfig/ui/multipathdialog.ui:127
msgctxt "cui/ui/multipathdialog/add"
msgid "Opens the Select Path dialog to select another folder or the Open dialog to select another file."
-msgstr ""
+msgstr "Отваря диалоговия прозорец „Избор на път“ за избор на друга папка или „Отваряне“ за избор на друг файл."
#. b9DFN
#: cui/uiconfig/ui/multipathdialog.ui:186
@@ -10173,7 +10215,7 @@ msgstr "Списък с пътища"
#: cui/uiconfig/ui/multipathdialog.ui:206
msgctxt "cui/ui/multipathdialog/paths"
msgid "Contains a list of the paths that have already been added. Mark the default path for new files."
-msgstr ""
+msgstr "Съдържа списък на пътищата, които вече са били добавени. Маркирайте подразбирания път за нови файлове."
#. AsnM3
#: cui/uiconfig/ui/multipathdialog.ui:231
@@ -11825,7 +11867,7 @@ msgstr "Формати"
#: cui/uiconfig/ui/optlingupage.ui:133
msgctxt "lingumodules"
msgid "Contains the installed language modules."
-msgstr ""
+msgstr "Съдържа инсталираните езикови модули."
#. 8kxYC
#: cui/uiconfig/ui/optlingupage.ui:146
@@ -11843,7 +11885,7 @@ msgstr "Редактиране на наличните езикови модул
#: cui/uiconfig/ui/optlingupage.ui:155
msgctxt "lingumodulesedit"
msgid "To edit a language module, select it and click Edit."
-msgstr ""
+msgstr "За да редактирате езиков модул, изберете го и натиснете „Редактиране“."
#. 2LJ2C
#: cui/uiconfig/ui/optlingupage.ui:178
@@ -11855,7 +11897,7 @@ msgstr "Налични езикови модули"
#: cui/uiconfig/ui/optlingupage.ui:260
msgctxt "lingudicts"
msgid "Lists the available user dictionaries."
-msgstr ""
+msgstr "Изброява наличните потребителски речници."
#. qBrCR
#: cui/uiconfig/ui/optlingupage.ui:280
@@ -11867,7 +11909,7 @@ msgstr "_Нова..."
#: cui/uiconfig/ui/optlingupage.ui:287
msgctxt "lingudictsnew"
msgid "Opens the New Dictionary dialog, in which you can name a new user-defined dictionary or dictionary of exceptions and specify the language."
-msgstr ""
+msgstr "Отваря диалоговия прозорец „Нов речник“, в който можете да наименувате нов потребителски речник или речник на изключенията и да зададете езика."
#. mCu3q
#: cui/uiconfig/ui/optlingupage.ui:299
@@ -11885,7 +11927,7 @@ msgstr "Редактиране на потребителските речниц
#: cui/uiconfig/ui/optlingupage.ui:307
msgctxt "lingudictsedit"
msgid "Opens the Edit custom dictionary dialog, in which you can add to your custom dictionary or edit existing entries."
-msgstr ""
+msgstr "Отваря диалоговия прозорец „Редактиране на потребителски речник“, в който можете да допълвате потребителския речник или да редактирате съществуващите елементи."
#. WCFD5
#: cui/uiconfig/ui/optlingupage.ui:319
@@ -11897,7 +11939,7 @@ msgstr "_Изтриване"
#: cui/uiconfig/ui/optlingupage.ui:326
msgctxt "lingudictsdelete"
msgid "Deletes the selected dictionary after a confirmation, provided it is not write-protected."
-msgstr ""
+msgstr "Изтрива избрания речник след потвърждение, ако той не е защитен срещу запис."
#. hUBdn
#: cui/uiconfig/ui/optlingupage.ui:350
@@ -11915,7 +11957,7 @@ msgstr "Вземете още речници от Интернет..."
#: cui/uiconfig/ui/optlingupage.ui:450
msgctxt "linguoptions"
msgid "Defines the options for the spellcheck and hyphenation."
-msgstr ""
+msgstr "Определя настройките за проверката на правописа и сричкопренасянето."
#. 58e5v
#: cui/uiconfig/ui/optlingupage.ui:463
@@ -11933,7 +11975,7 @@ msgstr "Редактиране на настройките"
#: cui/uiconfig/ui/optlingupage.ui:472
msgctxt "linguoptionsedit"
msgid "If you want to change a value, select the entry and then click Edit."
-msgstr ""
+msgstr "Ако желаете да промените стойност, изберете елемента и щракнете върху „Редактиране“."
#. gardH
#: cui/uiconfig/ui/optlingupage.ui:489
@@ -11945,7 +11987,7 @@ msgstr "Настройки"
#: cui/uiconfig/ui/optlingupage.ui:506
msgctxt "OptLinguPage"
msgid "Specifies the properties of the spelling, thesaurus and hyphenation."
-msgstr ""
+msgstr "Задава свойствата на правописната проверка, синонимния речник и сричкопренасянето."
#. ADZ8E
#: cui/uiconfig/ui/optnewdictionarydialog.ui:8
@@ -11957,7 +11999,7 @@ msgstr "Нов речник"
#: cui/uiconfig/ui/optnewdictionarydialog.ui:104
msgctxt "nameedit"
msgid "Specifies the name of the new custom dictionary."
-msgstr ""
+msgstr "Задава името на новия потребителски речник."
#. XucrZ
#: cui/uiconfig/ui/optnewdictionarydialog.ui:117
@@ -11981,13 +12023,13 @@ msgstr "_Изключение (-)"
#: cui/uiconfig/ui/optnewdictionarydialog.ui:152
msgctxt "except"
msgid "Specifies whether you wish to avoid certain words in your documents."
-msgstr ""
+msgstr "Указва дали желаете да избягвате определени думи в документите си."
#. VJQ4d
#: cui/uiconfig/ui/optnewdictionarydialog.ui:175
msgctxt "language"
msgid "By selecting a certain language you can limit the use of the custom dictionary."
-msgstr ""
+msgstr "Можете да ограничите употребата на потребителския речник, като зададете конкретен език."
#. CpgB2
#: cui/uiconfig/ui/optnewdictionarydialog.ui:192
@@ -11999,7 +12041,7 @@ msgstr "Речник"
#: cui/uiconfig/ui/optnewdictionarydialog.ui:217
msgctxt "OptNewDictionaryDialog"
msgid "In the Dictionary section you can name a new user-defined dictionary or dictionary of exceptions and specify the language."
-msgstr ""
+msgstr "В раздела „Речник“ можете да наименувате нов потребителски речник или речник на изключенията и да зададете езика."
#. n6vQH
#: cui/uiconfig/ui/optonlineupdatepage.ui:34
@@ -12149,7 +12191,7 @@ msgstr "Вътрешни пътища"
#: cui/uiconfig/ui/optpathspage.ui:130
msgctxt "paths"
msgid "To modify an entry in this list, click the entry and click Edit. You can also double click the entry."
-msgstr ""
+msgstr "За да промените елемент от списъка, щракнете върху него и после върху „Редактиране“. Освен това можете да щракнете двукратно върху елемента."
#. rfDum
#: cui/uiconfig/ui/optpathspage.ui:150
@@ -12167,7 +12209,7 @@ msgstr "_По подразбиране"
#: cui/uiconfig/ui/optpathspage.ui:178
msgctxt "default"
msgid "The Default button resets the predefined paths for all selected entries."
-msgstr ""
+msgstr "Бутонът „По подразбиране“ възстановява предварително зададените пътища за всички избрани елементи."
#. q8JFc
#: cui/uiconfig/ui/optpathspage.ui:190
@@ -12179,13 +12221,13 @@ msgstr "_Редактиране..."
#: cui/uiconfig/ui/optpathspage.ui:197
msgctxt "edit"
msgid "Click to display the Select Path or Edit Paths dialog."
-msgstr ""
+msgstr "Щракнете, за да видите диалоговия прозорец „Избор на път“ или „Редактиране на пътища“."
#. G5xyX
#: cui/uiconfig/ui/optpathspage.ui:216
msgctxt "OptPathsPage"
msgid "This section contains the default paths to important folders in %PRODUCTNAME. These paths can be edited by the user."
-msgstr ""
+msgstr "Този раздел съдържа подразбираните пътища до важни папки в %PRODUCTNAME. Тези пътища могат да бъдат редактирани от потребителя."
#. pQEWv
#: cui/uiconfig/ui/optproxypage.ui:30
@@ -12275,7 +12317,7 @@ msgstr "Зареждане на настройките на принтера с
#: cui/uiconfig/ui/optsavepage.ui:45
msgctxt "load_docprinter"
msgid "If enabled, the printer settings will be loaded with the document. This can cause a document to be printed on a distant printer, if you do not change the printer manually in the Print dialog. If disabled, your standard printer will be used to print this document. The current printer settings will be stored with the document whether or not this option is checked."
-msgstr ""
+msgstr "Ако е отметнато, настройките за принтер ще се заредят с документа. Това може да предизвика отпечатване на документа на отдалечен принтер, ако не смените ръчно принтера в диалоговия прозорец „Печат“. Ако не е отметнато, за отпечатване на документа ще се използва стандартният принтер. Текущите настройки за принтер ще се запазят заедно с документа независимо дали полето е отметнато."
#. VdFnA
#: cui/uiconfig/ui/optsavepage.ui:56
@@ -12287,7 +12329,7 @@ msgstr "Зареждане на потребителските настройк
#: cui/uiconfig/ui/optsavepage.ui:65
msgctxt "load_settings"
msgid "Loads the user-specific settings saved in a document with the document."
-msgstr ""
+msgstr "Зарежда заедно с документа записаните в него настройки, специфични за потребителя."
#. js6Gn
#: cui/uiconfig/ui/optsavepage.ui:82
@@ -12305,13 +12347,13 @@ msgstr "Записване на информация за автовъзстан
#: cui/uiconfig/ui/optsavepage.ui:128
msgctxt "autosave"
msgid "Specifies that %PRODUCTNAME saves the information needed to restore all open documents in case of a crash. You can specify the saving time interval."
-msgstr ""
+msgstr "Указва, че %PRODUCTNAME записва информация, необходима за възстановяване на всички отворени документи в случай на програмен срив. Можете да зададете времевия интервал."
#. ipCBG
#: cui/uiconfig/ui/optsavepage.ui:146
msgctxt "autosave_spin"
msgid "Specifies the time interval in minutes for the automatic recovery option."
-msgstr ""
+msgstr "Задава периода в минути на автоматичното записване за възстановяване."
#. BN5Js
#: cui/uiconfig/ui/optsavepage.ui:159
@@ -12329,7 +12371,7 @@ msgstr "Автоматично да се записва и документът"
#: cui/uiconfig/ui/optsavepage.ui:183
msgctxt "userautosave"
msgid "Specifies that %PRODUCTNAME saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does."
-msgstr ""
+msgstr "Указва, че %PRODUCTNAME записва всички отворени документи, когато записва информация за автовъзстановяване. Използва се същият интервал, като за автовъзстановяването."
#. kwFtx
#: cui/uiconfig/ui/optsavepage.ui:194
@@ -12341,7 +12383,7 @@ msgstr "Записване на относителни URL спрямо сист
#: cui/uiconfig/ui/optsavepage.ui:203
msgctxt "relative_fsys"
msgid "Select this box for relative saving of URLs in the file system."
-msgstr ""
+msgstr "Отметнете за записване на относителни URL във файловата система."
#. 8xmX3
#: cui/uiconfig/ui/optsavepage.ui:214
@@ -12353,7 +12395,7 @@ msgstr "Редактиране на свойствата преди записв
#: cui/uiconfig/ui/optsavepage.ui:223
msgctxt "docinfo"
msgid "Specifies that the Properties dialog will appear every time you select the Save As command."
-msgstr ""
+msgstr "Указва, че диалоговият прозорец „Свойства“ ще се показва при всяко избиране на командата „Записване като“."
#. ctAxA
#: cui/uiconfig/ui/optsavepage.ui:234
@@ -12365,7 +12407,7 @@ msgstr "Записване на относителни URL спрямо Инте
#: cui/uiconfig/ui/optsavepage.ui:243
msgctxt "relative_inet"
msgid "Select this box for relative saving of URLs to the Internet."
-msgstr ""
+msgstr "Отметнете за записване на относителни URL към Интернет."
#. YsjVX
#: cui/uiconfig/ui/optsavepage.ui:254
@@ -12377,7 +12419,7 @@ msgstr "Ре_зервни копия - винаги"
#: cui/uiconfig/ui/optsavepage.ui:263
msgctxt "backup"
msgid "Saves the previous version of a document as a backup copy whenever you save a document. Every time %PRODUCTNAME creates a backup copy, the previous backup copy is replaced. The backup copy gets the extension .BAK."
-msgstr ""
+msgstr "При всяко записване на документ предишната му версия се запазва като резервно копие. Всеки път, когато %PRODUCTNAME създаде архивно копие, предишното се заменя. Резервните копия имат разширение .BAK."
#. NaGCU
#: cui/uiconfig/ui/optsavepage.ui:280
@@ -12395,7 +12437,7 @@ msgstr "Предупреждение при опит за запис не в ODF
#: cui/uiconfig/ui/optsavepage.ui:321
msgctxt "warnalienformat"
msgid "You can choose to get a warning message when you save a document in a format that is not OpenDocument or which you did not set as default format in Load/Save - General in the Options dialog box."
-msgstr ""
+msgstr "Можете да получавате предупреждение, когато записвате документ във формат, различен от OpenDocument и от зададения като подразбиран в „Зареждане/записване - Общи“ в диалоговия прозорец „Настройки“.</ahelp>"
#. 5ANvD
#. EN-US, the term 'extended' must not be translated.
@@ -12444,7 +12486,7 @@ msgstr "1.3 разширен (препоръчва се)"
#: cui/uiconfig/ui/optsavepage.ui:380
msgctxt "odfversion"
msgid "Some companies or organizations may require ODF documents in the ODF 1.0/1.1, or ODF 1.2 format. You can select these format to save in the listbox. These older formats cannot store all new features, so the new format ODF 1.3 (Extended) is recommended where possible."
-msgstr ""
+msgstr "Някои компании или организации може да изискват документи във формат ODF 1.0/1.1 или ODF 1.2. Можете да изберете тези формати за записване от падащия списък. Въпросните по-стари формати обаче не позволяват съхраняване на всички нови функции, затова, когато е възможно, се препоръчва новият формат ODF 1.3 (разширен)."
#. cxPqV
#: cui/uiconfig/ui/optsavepage.ui:393
@@ -12504,13 +12546,13 @@ msgstr "Формула"
#: cui/uiconfig/ui/optsavepage.ui:432
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
-msgstr ""
+msgstr "Задава типа документи, за който желаете да определите подразбиран файлов формат."
#. 69GMF
#: cui/uiconfig/ui/optsavepage.ui:447
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
-msgstr ""
+msgstr "Определя в какъв формат да се записват документите от вида, избран отляво. Друг файлов тип за текущия документ можете да изберете в диалоговия прозорец „Записване като“."
#. 29FUf
#: cui/uiconfig/ui/optsavepage.ui:460
@@ -12528,7 +12570,7 @@ msgstr "Подразбиран файлов формат и настройки
#: cui/uiconfig/ui/optsavepage.ui:492
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
-msgstr ""
+msgstr "В раздела „Общи“ можете да зададете подразбирани настройки за записване на документи и да изберете подразбираните файлови формати."
#. ArEZy
#: cui/uiconfig/ui/optsecuritypage.ui:35
@@ -12714,7 +12756,7 @@ msgstr "Собствено име"
#: cui/uiconfig/ui/optuserpage.ui:169
msgctxt "extended tip | firstname"
msgid "Type your first name."
-msgstr ""
+msgstr "Въведете собственото си име."
#. kW7rP
#: cui/uiconfig/ui/optuserpage.ui:187
@@ -12726,7 +12768,7 @@ msgstr "Фамилно име"
#: cui/uiconfig/ui/optuserpage.ui:188
msgctxt "extended tip | lastname"
msgid "Type your last name."
-msgstr ""
+msgstr "Въведете фамилното си име."
#. DuFHY
#: cui/uiconfig/ui/optuserpage.ui:206
@@ -12738,7 +12780,7 @@ msgstr "Инициали"
#: cui/uiconfig/ui/optuserpage.ui:207
msgctxt "extended tip | shortname"
msgid "Type your initials."
-msgstr ""
+msgstr "Въведете инициалите си."
#. Emfwm
#: cui/uiconfig/ui/optuserpage.ui:236
@@ -12750,7 +12792,7 @@ msgstr "Град"
#: cui/uiconfig/ui/optuserpage.ui:237
msgctxt "extended tip | city"
msgid "Type the city where you live."
-msgstr ""
+msgstr "Въведете името на града, в който живеете."
#. CnJ3K
#: cui/uiconfig/ui/optuserpage.ui:255
@@ -12762,7 +12804,7 @@ msgstr "Щат/област"
#: cui/uiconfig/ui/optuserpage.ui:256
msgctxt "extended tip | state"
msgid "Type your state."
-msgstr ""
+msgstr "Въведете името на щата си."
#. ADpC7
#: cui/uiconfig/ui/optuserpage.ui:274
@@ -12774,7 +12816,7 @@ msgstr "Пощенски код"
#: cui/uiconfig/ui/optuserpage.ui:275
msgctxt "extended tip | zip"
msgid "Type your ZIP in this field."
-msgstr ""
+msgstr "В това поле въведете пощенския си код."
#. p45Kt
#: cui/uiconfig/ui/optuserpage.ui:305
@@ -12786,7 +12828,7 @@ msgstr "Звание"
#: cui/uiconfig/ui/optuserpage.ui:306
msgctxt "extended tip | title"
msgid "Type your title in this field."
-msgstr ""
+msgstr "В това поле въведете званието си."
#. HCiNt
#: cui/uiconfig/ui/optuserpage.ui:324
@@ -12798,7 +12840,7 @@ msgstr "Длъжност"
#: cui/uiconfig/ui/optuserpage.ui:325
msgctxt "extended tip | position"
msgid "Type your position in the company in this field."
-msgstr ""
+msgstr "В това поле въведете позицията си в компанията."
#. qhkwG
#: cui/uiconfig/ui/optuserpage.ui:354
@@ -12810,7 +12852,7 @@ msgstr "Домашен телефонен номер"
#: cui/uiconfig/ui/optuserpage.ui:355
msgctxt "extended tip | home"
msgid "Type your private telephone number in this field."
-msgstr ""
+msgstr "В това поле въведете личния си телефонен номер."
#. SfmfD
#: cui/uiconfig/ui/optuserpage.ui:373
@@ -12822,7 +12864,7 @@ msgstr "Служебен телефонен номер"
#: cui/uiconfig/ui/optuserpage.ui:374
msgctxt "extended tip | work"
msgid "Type your work number in this field."
-msgstr ""
+msgstr "В това поле въведете служебния си телефонен номер."
#. VEhd3
#: cui/uiconfig/ui/optuserpage.ui:404
@@ -12834,7 +12876,7 @@ msgstr "Факс номер"
#: cui/uiconfig/ui/optuserpage.ui:405
msgctxt "extended tip | fax"
msgid "Type your fax number in this field."
-msgstr ""
+msgstr "В това поле въведете номера на факса си."
#. 8BG5j
#: cui/uiconfig/ui/optuserpage.ui:423
@@ -12846,7 +12888,7 @@ msgstr "Адрес за е-поща"
#: cui/uiconfig/ui/optuserpage.ui:424
msgctxt "extended tip | email"
msgid "Type your email address."
-msgstr ""
+msgstr "Въведете адреса си за е-поща."
#. eygE2
#: cui/uiconfig/ui/optuserpage.ui:441
@@ -12858,7 +12900,7 @@ msgstr "Лични данни в свойствата на документа"
#: cui/uiconfig/ui/optuserpage.ui:450
msgctxt "extended tips | usefordoprop"
msgid "Mark to use the data in document properties"
-msgstr ""
+msgstr "Отметнете, за да се използват тези данни в свойствата на документите."
#. ZngAH
#: cui/uiconfig/ui/optuserpage.ui:464
@@ -12876,7 +12918,7 @@ msgstr "Фамилно име"
#: cui/uiconfig/ui/optuserpage.ui:489
msgctxt "extended tip | ruslastname"
msgid "Type your last name."
-msgstr ""
+msgstr "Въведете фамилното си име."
#. gCfx3
#: cui/uiconfig/ui/optuserpage.ui:507
@@ -12888,7 +12930,7 @@ msgstr "Презиме"
#: cui/uiconfig/ui/optuserpage.ui:508
msgctxt "extended tips | rusfathersname"
msgid "Type your father's name"
-msgstr ""
+msgstr "Въведете презимето си."
#. pAF2D
#: cui/uiconfig/ui/optuserpage.ui:526
@@ -12900,7 +12942,7 @@ msgstr "Инициали"
#: cui/uiconfig/ui/optuserpage.ui:527
msgctxt "extended tip | russhortname"
msgid "Type your initials."
-msgstr ""
+msgstr "Въведете инициалите си."
#. byLGz
#: cui/uiconfig/ui/optuserpage.ui:545
@@ -12912,7 +12954,7 @@ msgstr "Собствено име"
#: cui/uiconfig/ui/optuserpage.ui:546
msgctxt "extended tip | rusfirstname"
msgid "Type your first name."
-msgstr ""
+msgstr "Въведете собственото си име."
#. 4qdC2
#: cui/uiconfig/ui/optuserpage.ui:566
@@ -12930,7 +12972,7 @@ msgstr "Фамилно име"
#: cui/uiconfig/ui/optuserpage.ui:591
msgctxt "extended tip | eastlastname"
msgid "Type your last name."
-msgstr ""
+msgstr "Въведете фамилното си име."
#. 6MrBD
#: cui/uiconfig/ui/optuserpage.ui:609
@@ -12942,7 +12984,7 @@ msgstr "Собствено име"
#: cui/uiconfig/ui/optuserpage.ui:610
msgctxt "extended tip | eastfirstname"
msgid "Type your first name."
-msgstr ""
+msgstr "Въведете собственото си име."
#. mebNB
#: cui/uiconfig/ui/optuserpage.ui:628
@@ -12954,7 +12996,7 @@ msgstr "Инициали"
#: cui/uiconfig/ui/optuserpage.ui:629
msgctxt "extended tip | eastshortname"
msgid "Type your initials."
-msgstr ""
+msgstr "Въведете инициалите си."
#. NGEU9
#: cui/uiconfig/ui/optuserpage.ui:649
@@ -12972,7 +13014,7 @@ msgstr "Улица"
#: cui/uiconfig/ui/optuserpage.ui:674
msgctxt "extended tips | russrteet"
msgid "Type the name of your street in this field."
-msgstr ""
+msgstr "В това поле въведете името на улицата си."
#. QxpMF
#: cui/uiconfig/ui/optuserpage.ui:692
@@ -12984,7 +13026,7 @@ msgstr "Номер на апартамент"
#: cui/uiconfig/ui/optuserpage.ui:693
msgctxt "extended tips | apartnum"
msgid "Type your apartment number"
-msgstr ""
+msgstr "Въведете номера на апартамента си."
#. 8kEFB
#: cui/uiconfig/ui/optuserpage.ui:713
@@ -13002,7 +13044,7 @@ msgstr "Град"
#: cui/uiconfig/ui/optuserpage.ui:738
msgctxt "extended tip | icity"
msgid "Type the city where you live."
-msgstr ""
+msgstr "Въведете името на града, в който живеете."
#. Hdniz
#: cui/uiconfig/ui/optuserpage.ui:756
@@ -13014,25 +13056,25 @@ msgstr "Пощенски код"
#: cui/uiconfig/ui/optuserpage.ui:757
msgctxt "extended tip | izip"
msgid "Type your ZIP in this field."
-msgstr ""
+msgstr "В това поле въведете пощенския си код."
#. VbiGF
#: cui/uiconfig/ui/optuserpage.ui:786
msgctxt "extended tip | street"
msgid "Type the name of your street in this field."
-msgstr ""
+msgstr "В това поле въведете името на улицата си."
#. As2sL
#: cui/uiconfig/ui/optuserpage.ui:815
msgctxt "extended tips | country"
msgid "Type your country and region"
-msgstr ""
+msgstr "Въведете името на държавата и на областта си."
#. Lw69w
#: cui/uiconfig/ui/optuserpage.ui:844
msgctxt "extended tip | company"
msgid "Type the name of your company in this field."
-msgstr ""
+msgstr "В това поле въведете името на вашата компания."
#. 9v6o6
#: cui/uiconfig/ui/optuserpage.ui:870
@@ -13062,13 +13104,13 @@ msgstr "Няма ключ"
#: cui/uiconfig/ui/optuserpage.ui:939
msgctxt "extended tip | encryptionkey"
msgid "Select your OpenPGP key from the drop-down list for encrypting ODF documents."
-msgstr ""
+msgstr "Изберете от падащия списък ключ на OpenPGP за шифроване на ODF документи."
#. m27Ub
#: cui/uiconfig/ui/optuserpage.ui:958
msgctxt "extended tip | signingkey"
msgid "Select your OpenPGP key from the drop-down list for signing ODF documents."
-msgstr ""
+msgstr "Изберете от падащия списък ключ на OpenPGP за подписване на ODF документи."
#. 8USbk
#: cui/uiconfig/ui/optuserpage.ui:969
@@ -13080,7 +13122,7 @@ msgstr "Шифроване до себе си при шифроване на д
#: cui/uiconfig/ui/optuserpage.ui:978
msgctxt "extended tip | encrypttoself"
msgid "Mark this checkbox to also encrypt the file with your public key, so you can open the document with your private key."
-msgstr ""
+msgstr "Отметнете това поле, за да шифровате файла и с публичния си ключ, така че да можете да го отворите с частния."
#. P5BBC
#: cui/uiconfig/ui/optuserpage.ui:998
@@ -13092,7 +13134,7 @@ msgstr "Шифроване"
#: cui/uiconfig/ui/optuserpage.ui:1014
msgctxt "extended tip | OptUserPage"
msgid "Use this tab page to enter or edit user data."
-msgstr ""
+msgstr "На тази страница можете да въвеждате или редактирате данните за потребител."
#. DryvE
#: cui/uiconfig/ui/optviewpage.ui:50
@@ -13368,7 +13410,7 @@ msgstr "Рендиране на всичко със Skia"
#: cui/uiconfig/ui/optviewpage.ui:529
msgctxt "optviewpage|forceskia"
msgid "Ignore Skia denylist"
-msgstr ""
+msgstr "Игнориране на забранителния списък за Skia"
#. v9eeZ
#: cui/uiconfig/ui/optviewpage.ui:533
@@ -13542,14 +13584,14 @@ msgstr "Номера на страниците:"
#: cui/uiconfig/ui/pageformatpage.ui:530
msgctxt "pageformatpage|checkRegisterTrue"
msgid "Page li_ne spacing"
-msgstr ""
+msgstr "Редова разредка на страницата"
#. 3BsGZ
#. xdds
#: cui/uiconfig/ui/pageformatpage.ui:534
msgctxt "pageformatpage|checkRegisterTrue"
msgid "All paragraph styles with the option Page line spacing checked will be affected, assuming the line spacing defined here. This will align them to an invisible vertical page grid, regardless of their font size, so that each line is the same height."
-msgstr ""
+msgstr "Всички абзацни стилове с включена настройка „Редова разредка на страницата“ ще приемат зададената тук редова разредка. Те ще бъдат подравнени по невидима вертикална решетка върху страницата, независимо от размера на шрифта си, така че всички редове да са с еднаква височина."
#. 46djR
#: cui/uiconfig/ui/pageformatpage.ui:549
@@ -13891,7 +13933,7 @@ msgstr "_Включване"
#: cui/uiconfig/ui/paraindentspacing.ui:505
msgctxt "paraindentspacing|label3"
msgid "Follow Page line spacing"
-msgstr ""
+msgstr "Следване редовата разредка на страницата"
#. pbs4W
#: cui/uiconfig/ui/paratabspage.ui:117
@@ -14449,7 +14491,7 @@ msgstr "www.libreoffice.org"
#: cui/uiconfig/ui/qrcodegen.ui:122
msgctxt "qr text"
msgid "The text from which to generate the QR code."
-msgstr ""
+msgstr "Текстът, от който се генерира QR кодът."
#. PFE57
#. Text to be stored in the QR
@@ -14476,7 +14518,7 @@ msgstr "Коригиране на грешки:"
#: cui/uiconfig/ui/qrcodegen.ui:196
msgctxt "edit border"
msgid "The width in dots of the border surrounding the QR code."
-msgstr ""
+msgstr "Ширина в точки на канта около QR кода."
#. vUJPT
#: cui/uiconfig/ui/qrcodegen.ui:212
@@ -14488,7 +14530,7 @@ msgstr "Слабо"
#: cui/uiconfig/ui/qrcodegen.ui:222
msgctxt "button_low"
msgid "7% of codewords can be restored."
-msgstr ""
+msgstr "Могат да се възстановят до 7% от кодовите думи."
#. 2gaf5
#: cui/uiconfig/ui/qrcodegen.ui:233
@@ -14500,7 +14542,7 @@ msgstr "Средно"
#: cui/uiconfig/ui/qrcodegen.ui:244
msgctxt "button_medium"
msgid "15% of codewords can be restored."
-msgstr ""
+msgstr "Могат да се възстановят до 15% от кодовите думи."
#. GBf3R
#: cui/uiconfig/ui/qrcodegen.ui:255
@@ -14512,7 +14554,7 @@ msgstr "Квартил"
#: cui/uiconfig/ui/qrcodegen.ui:266
msgctxt "button_quartile"
msgid "25% of codewords can be restored."
-msgstr ""
+msgstr "Могат да се възстановят до 25% от кодовите думи."
#. WS3ER
#: cui/uiconfig/ui/qrcodegen.ui:277
@@ -14524,7 +14566,7 @@ msgstr "Силно"
#: cui/uiconfig/ui/qrcodegen.ui:288
msgctxt "button_high"
msgid "30% of codewords can be restored."
-msgstr ""
+msgstr "Могат да се възстановят до 30% от кодовите думи."
#. VCCGD
#: cui/uiconfig/ui/qrcodegen.ui:311
@@ -14536,7 +14578,7 @@ msgstr "Настройки"
#: cui/uiconfig/ui/qrcodegen.ui:339
msgctxt "qr code dialog title"
msgid "Generate QR Code for any text or URL."
-msgstr ""
+msgstr "Генерира QR код от произволен текст или URL."
#. 3HNDZ
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
@@ -15022,13 +15064,13 @@ msgstr "_Добавяне..."
#: cui/uiconfig/ui/selectpathdialog.ui:124
msgctxt "cui/ui/selectpathdialog/add"
msgid "Opens the Select Path dialog to select another folder or the Open dialog to select another file."
-msgstr ""
+msgstr "Отваря диалоговия прозорец „Избор на път“ за избор на друга папка или „Отваряне“ за избор на друг файл."
#. UADPU
#: cui/uiconfig/ui/selectpathdialog.ui:186
msgctxt "cui/ui/selectpathdialog/paths"
msgid "Contains a list of the paths that have already been added. Mark the default path for new files."
-msgstr ""
+msgstr "Съдържа списък на пътищата, които вече са били добавени. Маркирайте подразбирания път за нови файлове."
#. oADTt
#: cui/uiconfig/ui/selectpathdialog.ui:205
@@ -15058,7 +15100,7 @@ msgstr "Цвят:"
#: cui/uiconfig/ui/shadowtabpage.ui:185
msgctxt "shadowtabpage|FT_SHADOW_BLUR"
msgid "_Blur:"
-msgstr ""
+msgstr "Замъгляване:"
#. DMAGP
#: cui/uiconfig/ui/shadowtabpage.ui:199
diff --git a/source/bg/dbaccess/messages.po b/source/bg/dbaccess/messages.po
index 4f2c50c8962..05ab9cc5492 100644
--- a/source/bg/dbaccess/messages.po
+++ b/source/bg/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-29 12:28+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/bg/>\n"
@@ -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.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562324222.000000\n"
#. BiN6g
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Задачи"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Описание"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Мостра"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"Желаете ли да затворите всички документи сега?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "Име на ~формуляр"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Име на ~справка"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "Име на ~папка"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "Документът съдържа формуляри или справки с вградени макроси."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"Забележете, че няма да можете да вграждате макроси в самия документ – база от данни преди да бъде извършено прехвърлянето. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Вградена база от данни"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "Не можете да избирате различни категории."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "Намерен е неподдържан тип обекти ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Разширени свойства"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Допълнителни настройки"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Настройки на връзката"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Име на таблица"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "Име на заявка"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Преименуване на"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Вмъкване като"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Желаете ли избраните данни да бъдат изтрити?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Грешка при налагане на критерий за сортиране"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Грешка при налагане на критерий за филтриране"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Връзката е прекъсната"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Заявки"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Таблици"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Потвърдете изтриването"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Желаете ли таблицата \"%1\" да бъде изтрита?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "Връзката към базата от данни е загубена. Желаете ли да подновите връзката?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Срещнати са предупреждения"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "При извличане на таблиците са получени предупреждения от връзката с базата от данни."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "Протича свързване с \"$name$\"..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Зарежда се заявката $name$..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Зарежда се таблицата $name$..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Не може да бъде намерен табличен формат."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "Не може да бъде установена връзка с източника на данни \"$name$\"."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Неизвестен;Текст;Номер;Дата/Час;Дата;Час;Да/Не;Валута;Бележка;Брояч;Изображение;Текст (фиксиран);Десетичен;Двоичен (фиксиран);Двоичен;BigInt;Double;Float;Real;Целочислен;Малък целочислен;Tiny Integer;SQL празно;Обект;Distinct;Структура;Поле;BLOB;CLOB;REF;OTHER;Бит (фиксиран)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Създаване/премахване на първичен ключ"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Да"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Не"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<няма>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Име на полето"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Тип на полето"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Описание"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Описание на колона"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Свойства на поле"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Промяна на клетка"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Изтриване на ред"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Промяна типа на полето"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Вмъкване на ред"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Вмъкване на нов ред"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~Стойност по подразбиране"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"Ако полето не трябва да има стойност по подразбиране, изберете празен низ."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"Когато по-късно въвеждате данни в таблицата, тази стойност ще бъде използвана във всеки нов запис за избраното поле. Затова тя трябва да отговаря на формата за клетката, който трябва да бъде въведен по-долу."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Въведете максимална разрешена дължина на текста."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Въведете числов формат."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"Стойността ще бъде коригирана, когато надхвърли максимума за базата от данни."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Определете разрешения брой дробни позиции за полето."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Тук виждате как ще се визуализират данните в текущия формат (използвайте бутона вдясно, за да промените формата)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Тук определяте какъв ще е изходният формат на данните."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"В такива полета не могат да се въвеждат данни. За всеки запис автоматично се присвоява съответна стойност (увеличена спрямо предишния запис)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "Таблицата не може да се запише, защото името на колона \"$column$\" е зададено два пъти."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "Колоната \"$column$\" принадлежи на първичния ключ. Ако тя бъде изтрита, първичният ключ също ще бъде изтрит. Наистина ли желаете да продължите?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Повлиян е първичният ключ"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Колона"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "Продължение въпреки това?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "Таблицата не може да бъде записана поради проблеми с връзката към базата от данни."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "Табличният филтър не може да бъде приложен, защото източникът на данни е бил изтрит."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"Желаете ли промените да се запишат незабавно?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Няма първичен ключ"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"Да бъде ли създаден първичен ключ?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "Колоната \"$column$\" не може да бъде променена. Желаете ли вместо това да бъде изтрита и добавена с новия формат?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Грешка при записване схемата на таблицата"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "Колоната \"$column$\" не може да бъде изтрита."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"Операторът ще бъде прехвърлен директно към базата от данни при създаването на таблицата."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"Режимът за проектиране на таблици не е достъпен за този източник на данни."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "промяна името на полето"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "промяна типа на полето"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "промяна описанието на полето"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "промяна атрибута на полето"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "Необходима е парола за връзката към източника на данни \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"не съществува. Да бъде ли създадена?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "Директорията $name$ не може да бъде създадена."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Файлът вече съществува. Да бъде ли презаписан?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Папка"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Свойства на базата от данни"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Свойства на източник: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "За да се свържете със съществуваща база от данни, изберете 'Свързване към съществуваща база от данни'."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Програмната библиотека #lib# не може да бъде заредена или е повредена. Избраният ODBC източник на данни не е достъпен."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"Можете да промените настройките, но вероятно няма да можете да се свържете с базата от данни."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Няма}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{табулатор}\t9\t{интервал}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "Трябва да се зададе #1."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 и #2 трябва да се различават."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "В #1 не са разрешени заместващи знаци (като ?,*)."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Тестване на връзката"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Връзката беше успешно установена."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Не бе възможно установяването на връзка."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "JDBC драйверът беше успешно зареден."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "JDBC драйверът не може да бъде зареден."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "Файл на MS Access"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "Файл на MS Access 2007"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "База от данни на Firebird"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Системен"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Грешка по време на създаването"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "Възникнала е грешка. Операцията не може да бъде изпълнена."
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Документът \"$file$\" не може да бъде отворен."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "Таблицата не може да бъде изтрита, защото връзката към базата от данни не го позволява."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~Всички"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Отмяна:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Връщане:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "Не е намерен отговарящ вид на колона за колоната \"#1\"."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Файлът \"$file$\" не съществува."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "Възникнали са предупреждения по време на свързване към източника на данни. Натиснете \"$buttontext$\", за да ги видите."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "Справката \"$file$\" изисква функцията Report Builder."
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "Не може да се осъществи връзка с диспечера на драйвери за SDBC (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "Няма регистриран драйвер за адреса #connurl#."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "Установена е връзка, но няма достъпна информация относно таблиците в базата от данни."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Всички таблици"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Всички виртуални таблици"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Всички обикновени и виртуални таблици"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Име на таблица"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Вмъкване на данни"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Изтриване на данни"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Промяна на данни"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Промяна на структура"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Четене на данни"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Промяна на връзки"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Изтриване на структура"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Път до файловете на dBASE"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Път до текстовите файлове"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Път до документ - електронна таблица"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Име на ODBC източник на данни"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "Път към документа на Writer"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Име на база от данни на MySQL"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Име на база от данни на Oracle"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Файл с база от данни на Microsoft Access"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "Не са необходими повече настройки. За да се уверите, че връзката работи, натиснете бутона \"%test\"."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "URL на източник на данни (напр. host=$host:$port dbname=$database)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "~Име на хост"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Име на профил на ~Mozilla"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Име на профил на ~Thunderbird"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Добавяне на таблици"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Добавяне на таблица или заявка"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Избиране на колони"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Форматиране на типовете"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"Следното име вече е използвано:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Съответствие на колони"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< Назад"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "Напред >"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "Създаване"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Копиране на таблица"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Копиране на таблица"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "Името на таблицата не е валидно в текущата база от данни."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Изберете \"Добавяне на данни\" на първата страница, за да добавите данни към съществуваща таблица."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Моля, променете името на таблицата. Твърде дълго е."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Помощник за бази от данни"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Избор на база от данни"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Настройване на връзка към dBASE"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Настройване на връзка към текстови файлове"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Настройване на връзка към Microsoft Access"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Настройване на връзка към LDAP"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Настройване на връзка към ADO"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Настройване на връзка към JDBC"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Настройване на връзка към база от данни на Oracle"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Настройване на връзка към MySQL"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Настройване на връзка към ODBC"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Настройка на връзка към документ на Writer или Calc"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Настройване на потребителска идентификация"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Настройване на данните за MySQL сървър"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Записване и продължаване"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Нова база от данни"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Настройване на връзка към MySQL с JDBC драйвер"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"Ако не сте сигурни за правилните настройки, обърнете се към системния си администратор."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "Клас - драйвер за MySQL JDBC:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "По подразбиране: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Настройване на връзка към файлове на dBASE"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Изберете папката, в която се намират файловете на dBASE."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Настройване на връзка към текстови файлове"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Изберете папката, в която се намират CSV файловете. %PRODUCTNAME ще отвори файловете в режим само за четене."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Път до текстовите файлове"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Настройване на връзка към база от данни на Microsoft Access"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Моля, изберете файла на Microsoft Access, който искате да отворите."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Настройване на връзка към база от данни чрез ADO"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"Ако не сте сигурни за правилните настройки, обърнете се към системния си администратор."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Настройване на връзка към база от дани чрез ODBC"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"Ако не сте сигурни за правилните настройки, обърнете се към системния си администратор."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Настройване на връзка към база от данни чрез JDBC"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"Ако не сте сигурни за правилните настройки, обърнете се към системния си администратор."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Настройване на връзка към база от данни на Oracle"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "По подразбиране: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Клас - JDBC драйвер за Oracle"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"Ако не сте сигурни за правилните настройки, обърнете се към системния си администратор."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Настройване на връзка към електронна таблица"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"%PRODUCTNAME ще я отвори само за четене."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "Местоположение и име на файла"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Командата е изпълнена успешно."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "Връзката към базата от данни е прекъсната. Диалогът ще бъде затворен."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Ред за сортиране"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Индексирано поле"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Възходящо"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Низходящо"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Наистина ли искате да бъде изтрит индексът \"$name$\"?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "индекс"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "Индексът трябва да съдържа поне едно поле."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Вече съществува друг индекс с име \"$name$\"."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "В дефиниция на индекс колоните на таблицата не трябва да се срещат повече от веднъж. Въвели сте колоната \"$name$\" два пъти."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "Въведеното не може да бъде преобразувано до валидна стойност за параметъра \"$name$\""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "Състояние на SQL"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Код на грешката"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "Честа причина за тази грешка е неправилна настройка за знаков набор на базата от данни. Проверете настройките с Редактиране - Бази от данни - Свойства."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Грешка"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Предупреждение"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Информация"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Подробности"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Наистина ли желаете потребителят да бъде изтрит?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "Базата от данни не поддържа администриране на потребители."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Паролите не съвпадат. Моля, въведете паролата отново."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Имайте предвид, че някои бази от данни може да не поддържат този тип съединение."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Включва само записите, за които съдържанието на сродните полета от двете таблици е еднакво."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Съдържа всички записи от таблицата \"%1\" и само тези записи от \"%2\", за които стойностите на сродните полета съвпадат."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Съдържа всички записи от \"%1\" и \"%2\"."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Съдържа декартовото произведение на всички записи от \"%1\" и от \"%2\"."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "Целевата база от данни не поддържа виртуални таблици."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "Целевата база от данни не поддържа първични ключове."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "Не е открит описател за достъп до данните или никой от описателите не може да предостави цялата необходима информация."
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "В момента се поддържат само таблици и заявки."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "Резултатният набор от източника за копирането трябва да поддържа маркери."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Не се поддържа типът на колона от източника ($type$), позиция $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Невалиден брой инициализиращи параметри."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Възникна грешка по време на инициализирането."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Неподдържана настройка в описателя на източника за копиране: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "За да копирате заявка, връзката ви трябва да може да предоставя заявки."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "Подаденият манипулатор за взаимодействие е невалиден."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Релацията вече съществува. Желаете ли да я редактирате или ще създадете нова?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Редактиране..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Създаване..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: проектиране на релации"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "Базата от данни не поддържа релации."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Когато бъде изтрита таблицата, всички релации към нея също ще бъдат изтрити. Продължение?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4536,7 +4530,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "Маркирайте таблиците, които трябва да са видими за приложенията."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Таблици и филтър на таблици"
@@ -4565,6 +4559,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "Добавяне на таблица или заявка"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/bg/desktop/messages.po b/source/bg/desktop/messages.po
index faac3fa16b5..ea83480e337 100644
--- a/source/bg/desktop/messages.po
+++ b/source/bg/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-23 22:47+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/bg/>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Разширение"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO компонент - динамична библиотека"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO компонент на Java"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO компонент на Python"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO компоненти"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "Библиотека от типове на UNO (RDB)"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "Библиотека от типове на UNO (Java)"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "Библиотека на %MACROLANG"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Помощ"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "Разширението не може да бъде инсталирано, защото:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "Разширението няма да бъде инсталирано, защото е възникнала грешка във файловете на помощта:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Добавяне на разширения"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Премахване"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "Разр~ешаване"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Забраняване"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Обновяване..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Протича добавяне на %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "Протича премахване на %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Протича разрешаване на %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Протича забраняване на %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Приемане на лиценза за %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Грешка: не се знае състоянието на това разширение"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Затваряне"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Край"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"Обновяването на споделени разширения изисква административни права. Свържете се с вашия системен администратор, за да обнови следните разширения:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "Разширението не може да бъде инсталирано, тъй като не са удовлетворени следните системни зависимости:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Разширението е забранено защото все още не сте приели лизенза за него.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Показване на лиценза"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Натиснете \"Отказ\", за да прекратите инсталирането."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "Инсталирането на разширения в момента е забранено. Моля, свържете се със системния си администратор за повече информация."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "Премахването на разширения в момента е забранено. Моля, свържете се със системния си администратор за повече информация."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Натиснете \"Отказ\", за да прекратите деинсталирането."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Натиснете \"Отказ\", за да спрете премахването на разширението."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Натиснете \"Отказ\", за да спрете разрешаването на разширението."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Натиснете \"Отказ\", за да спрете забраняването на разширението."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "Разширението \"%Name\" не работи на този компютър."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Инсталират се разширения..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Инсталирането завърши"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Няма грешки."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Грешка при изтегляне на разширението %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Съобщението за грешка е: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Грешка при инсталиране на разширението %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "Лицензионното споразумение за разширението %NAME бе отхвърлено. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Разширението няма да бъде инсталирано."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Неизвестен"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "Разширението изисква версия на OpenOffice.org, не по-ниска от %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "Разширението не поддържа по-нови версии на OpenOffice.org от %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "Разширението изисква версия на %PRODUCTNAME, не по-ниска от %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr "Разширението не поддържа версии на %PRODUCTNAME, по-високи от %VERSION"
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Натиснете \"Отказ\", за да прекъснете инсталирането."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Натиснете \"Отказ\", за да прекъснете инсталирането."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Натиснете \"Отказ\", за да прекъснете инсталирането."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Натиснете \"Отказ\", за да прекъснете инсталирането."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Натиснете \"Отказ\", за да прекъснете инсталирането."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Натиснете \"Отказ\", за да прекъснете инсталирането."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Няма налични обновявания."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Не са достъпни обновявания за инсталиране. За да видите игнорираните и забранените обновявания, отметнете \"Показване на всички обновявания\"."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Възникна грешка:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Непозната грешка."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "Няма повече информация за това обновяване."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "Разширението не може да бъде обновено, защото:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Необходимата версия на %PRODUCTNAME не съвпада:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "Инсталиран е %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "обновяване през браузър"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Версия"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Това обновяване ще бъде игнорирано.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Приложението не може да бъде стартирано. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "Конфигурационната директория \"$1\" не може да бъде намерена."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "Инсталационният път е невалиден."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Възникнала е вътрешна грешка."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Конфигурационният файл \"$1\" е повреден."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Конфигурационният файл \"$1\" не е намерен."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "Конфигурационният файл \"$1\" не поддържа текущата версия."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Не може да се определи езикът на потребителския интерфейс."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "Потребителската инсталация не може да бъде завършена. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Конфигурирането не е достъпно."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Стартирайте инсталатора от компактдиска или от папката, съдържаща инсталационните пакети, за да поправите инсталацията."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "Възникнала е обща грешка при достъп до централната конфигурация. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Моля, свържете се със системния си администратор."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Възникнала е следната вътрешна грешка: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "За съжаление %PRODUCTNAME трябва да бъде рестартиран веднъж ръчно след инсталиране или обновяване."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"Наистина ли желаете да продължите?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Печатът е забранен. Не могат да се печатат документи."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "Диспечерът на пътища не е достъпен.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -737,7 +743,7 @@ msgstr ""
"\n"
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -747,61 +753,61 @@ msgstr ""
"\n"
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Лицензионно споразумение за разширение $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Прочетете пълното лицензионно споразумение показано по-долу. Приемете го, като въведете \"да\" в конзолата, след което натиснете клавиша Enter. Въведете \"не\", за да откажете и да прекъснете инсталирането на разширението."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[въведете \"да\" или \"не\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "Въведената стойност е некоректна. Моля, въведете \"да\" или \"не\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "ДА"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Д"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "НЕ"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "Н"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg не може да се стартира. Заключващият файл показва, че вече е стартиран. Ако не е така, изтрийте заключващия файл от:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ГРЕШКА: "
diff --git a/source/bg/helpcontent2/source/text/sbasic/shared.po b/source/bg/helpcontent2/source/text/sbasic/shared.po
index 5d052527d2a..3140c2b3b14 100644
--- a/source/bg/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-05 05:34+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-13 17:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/bg/>\n"
"Language: bg\n"
@@ -536,7 +536,7 @@ msgctxt ""
"par_id631529990528928\n"
"help.text"
msgid "Open <item type=\"menuitem\">Tools - Macros - Organize dialogs...</item> and select <item type=\"menuitem\">%PRODUCTNAME Dialogs</item> container."
-msgstr ""
+msgstr "Отворете <item type=\"menuitem\">Инструменти - Макроси - Управление на диалогови прозорци...</item> и изберете контейнера <item type=\"menuitem\">Диалогови прозорци на %PRODUCTNAME</item>."
#. C3yvQ
#: 00000003.xhp
@@ -3326,7 +3326,7 @@ msgctxt ""
"hd_id3147264\n"
"help.text"
msgid "<variable id=\"thebasiceditorh1\"><link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">The Basic Editor</link></variable>"
-msgstr ""
+msgstr "<variable id=\"thebasiceditorh1\"><link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">Редакторът на Basic</link></variable>"
#. dSemx
#: 01030200.xhp
@@ -8161,14 +8161,14 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr "sVar = MsgBox(\"Лас Вегас\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Заглавие на диалога\")"
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
-msgstr "Оператор Print"
+msgid "Print# Statement"
+msgstr ""
#. addUg
#: 03010103.xhp
@@ -8179,23 +8179,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr "<bookmark_value>Print, оператор</bookmark_value><bookmark_value>Print, оператор; функция Tab</bookmark_value><bookmark_value>Print, оператор; функция Spc</bookmark_value><bookmark_value>Spc, функция; в оператора Print</bookmark_value><bookmark_value>Tab, функция; в оператора Print</bookmark_value>"
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "Извежда зададените низове или числови изрази в диалогов прозорец или файл."
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9437,7 +9446,7 @@ msgctxt ""
"hd_id3157896\n"
"help.text"
msgid "<variable id=\"Close_h1\"><link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement\">Close Statement</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Close_h1\"><link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement\">Оператор Close</link></variable>"
#. UxFz9
#: 03020101.xhp
@@ -9455,7 +9464,7 @@ msgctxt ""
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Close_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Close Statement diagram</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sbasic/Close_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Диаграма на оператора Close</alt></image>"
#. FEDAa
#: 03020101.xhp
@@ -9464,7 +9473,7 @@ msgctxt ""
"par_id3147265\n"
"help.text"
msgid "Close [[#]fileNum [, [#]fileNum2 [,...]]]"
-msgstr ""
+msgstr "Close [[#]fileNum [, [#]fileNum2 [,...]]]"
#. gdqMu
#: 03020101.xhp
@@ -9473,7 +9482,7 @@ msgctxt ""
"par_id3150791\n"
"help.text"
msgid "<emph>fileNum:</emph> Any integer expression that specifies the number of the data channel that was opened with the <emph>Open</emph> statement."
-msgstr ""
+msgstr "<emph>fileNum:</emph> целочислен израз, който задава номера на канала за данни, отворен с оператора <emph>Open</emph>."
#. uP5nk
#: 03020102.xhp
@@ -9608,7 +9617,7 @@ msgctxt ""
"hd_id3150791\n"
"help.text"
msgid "<variable id=\"Open_h1\"><link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement\">Open Statement</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Open_h1\"><link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement\">Оператор Open</link></variable>"
#. Etqck
#: 03020103.xhp
@@ -9626,7 +9635,7 @@ msgctxt ""
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Open_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Open Statement diagram</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sbasic/Open_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Диаграма на оператора Open</alt></image>"
#. CRDEh
#: 03020103.xhp
@@ -9635,7 +9644,7 @@ msgctxt ""
"par_id971587473488702\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/access_fragment.svg\" id=\"img_id4156296484515\"><alt id=\"alt_id15152796484515\">access fragment diagram</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sbasic/access_fragment.svg\" id=\"img_id4156296484515\"><alt id=\"alt_id15152796484515\">диаграма на фрагмента access</alt></image>"
#. N3tit
#: 03020103.xhp
@@ -9644,7 +9653,7 @@ msgctxt ""
"par_id971587473488703\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/locking_fragment.svg\" id=\"img_id4156296484516\"><alt id=\"alt_id15152796484516\">locking fragment diagram</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sbasic/locking_fragment.svg\" id=\"img_id4156296484516\"><alt id=\"alt_id15152796484516\">диаграма на фрагмента locking</alt></image>"
#. dbM7e
#: 03020103.xhp
@@ -9653,7 +9662,7 @@ msgctxt ""
"par_id3155132\n"
"help.text"
msgid "<emph>pathname: </emph>Path and name of the file to open. If you try to read a file that does not exist (Access = Read), an error message appears. If you try to write to a file that does not exist (Access = Write), a new file is created."
-msgstr ""
+msgstr "<emph>pathname:</emph> име и път на файла, който да бъде отворен. Ако се опитате да четете от несъществуващ файл (Access = Read), се показва съобщение за грешка. Ако се опитате да записвате в несъществуващ файл (Access = Write), се създава нов файл."
#. XqfP8
#: 03020103.xhp
@@ -9662,7 +9671,7 @@ msgctxt ""
"par_id3149262\n"
"help.text"
msgid "<emph>mode:</emph> Keyword that specifies the file mode. Valid values: <literal>Append</literal> (append to sequential file), <literal>Binary</literal> (data can be accessed by bytes using Get and Put), <literal>Input</literal> (opens data channel for reading), <literal>Output</literal> (opens data channel for writing), and <literal>Random</literal> (edits relative files)."
-msgstr ""
+msgstr "<emph>mode:</emph> ключова дума, указваща режима на работа с файла. Валидните стойности са: <literal>Append</literal> (добавяне към файл с последователен достъп), <literal>Binary</literal> (данните могат да се четат и записват на ниво байт с Get и Put), <literal>Input</literal> (отваря канал за данни за четене), <literal>Output</literal> (отваря канал за данни за записване) и <literal>Random</literal> (за редактиране на файлове с произволен достъп)."
#. 3983q
#: 03020103.xhp
@@ -9671,7 +9680,7 @@ msgctxt ""
"par_id3154014\n"
"help.text"
msgid "<emph>io:</emph> Keyword that defines the access type. Valid values: <literal>Read</literal> (read-only), <literal>Write</literal> (write-only), <literal>Read Write</literal> (both)."
-msgstr ""
+msgstr "<emph>io:</emph> ключова дума, указваща вида на достъпа. Валидните стойности са: <literal>Read</literal> (само за четене), <literal>Write</literal> (само за запис), <literal>Read Write</literal> (и двете)."
#. kzzkr
#: 03020103.xhp
@@ -9680,7 +9689,7 @@ msgctxt ""
"par_id3150011\n"
"help.text"
msgid "<emph>locking:</emph> Keyword that defines the security status of a file after opening. Valid values: <literal>Shared</literal> (file may be opened by other applications), <literal>Lock Read</literal> (file is protected against reading), <literal>Lock Write</literal> (file is protected against writing), <literal>Lock Read Write</literal> (denies file access)."
-msgstr ""
+msgstr "<emph>locking:</emph> ключова дума за защита на файла след отварянето му. Валидните стойности са: <literal>Shared</literal> (файлът може да бъде отварян от други приложения), <literal>Lock Read</literal> (файл е защитен срещу четене), <literal>Lock Write</literal> (файлът е защитен срещу записване), <literal>Lock Read Write</literal> (достъпът до файла се отказва)."
#. D2D4q
#: 03020103.xhp
@@ -9689,7 +9698,7 @@ msgctxt ""
"par_id3153190\n"
"help.text"
msgid "<emph>filenum:</emph> Any integer expression from 0 to 511 to indicate the number of a free data channel. You can then pass commands through the data channel to access the file. The file number must be determined by the FreeFile function immediately before the Open statement."
-msgstr ""
+msgstr "<emph>filenum:</emph> целочислен израз със стойност от 0 до 511, представляваща номер на свободен канал за данни. Впоследствие можете да изпращате команди към този канал за данни, за да работите с файла. Файловият номер трябва да бъде определен с функцията FreeFile непосредствено преди оператора Open."
#. LgCLi
#: 03020103.xhp
@@ -9698,7 +9707,7 @@ msgctxt ""
"par_id3151115\n"
"help.text"
msgid "<emph>recLen:</emph> For <literal>Random</literal> access files, set the length of the records."
-msgstr ""
+msgstr "<emph>recLen:</emph> Задава дължината на записите за файлове с произволен (<literal>Random</literal>) достъп."
#. mvgxB
#: 03020103.xhp
@@ -9745,14 +9754,14 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>Reset, оператор</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">Оператор Reset</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
+msgstr ""
#. iLCKn
#: 03020104.xhp
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "Затваря всички отворени файлове и записва съдържанията на всички файлови буфери върху твърдия диск."
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Синтаксис:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "Пример:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -9842,7 +9842,7 @@ msgctxt ""
"hd_id3154927\n"
"help.text"
msgid "<variable id=\"Get_h1\"><link href=\"text/sbasic/shared/03020201.xhp\">Get Statement</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Get_h1\"><link href=\"text/sbasic/shared/03020201.xhp\">Оператор Get</link></variable>"
#. cpLtG
#: 03020201.xhp
@@ -9869,7 +9869,7 @@ msgctxt ""
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Get_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Get Statement diagram</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sbasic/Get_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Диаграма на оператора Get</alt></image>"
#. xBhKA
#: 03020201.xhp
@@ -9878,7 +9878,7 @@ msgctxt ""
"par_id3150792\n"
"help.text"
msgid "Get [#]fileNum, [recordNum|filePos], variable"
-msgstr ""
+msgstr "Get [#]fileNum, [recordNum|filePos], variable"
#. UM9CG
#: 03020201.xhp
@@ -9887,7 +9887,7 @@ msgctxt ""
"par_id3150448\n"
"help.text"
msgid "<emph>fileNum:</emph> Any integer expression that determines the file number."
-msgstr ""
+msgstr "<emph>fileNum:</emph> целочислен израз, който определя номера на файла."
#. khxG7
#: 03020201.xhp
@@ -9896,7 +9896,7 @@ msgctxt ""
"par_id3154684\n"
"help.text"
msgid "<emph>recordNum:</emph> For files opened in Random mode, <emph>recordNum</emph> is the number of the record that you want to read."
-msgstr ""
+msgstr "<emph>recordNum:</emph> за файлове, отворени в режим Random, <emph>recordNum</emph> е номерът на записа, който искате да прочетете."
#. 3w9MJ
#: 03020201.xhp
@@ -9905,7 +9905,7 @@ msgctxt ""
"par_id3153768\n"
"help.text"
msgid "For files opened in Binary mode, <emph>filePos</emph> is the byte position in the file where the reading starts."
-msgstr ""
+msgstr "За файлове, отворени в режим Binary, <emph>filePos</emph> е позицията във файла на байта, от който започва четенето."
#. NvcjF
#: 03020201.xhp
@@ -9914,7 +9914,7 @@ msgctxt ""
"par_id3147319\n"
"help.text"
msgid "If <emph>recordNum</emph> and <emph>filePos</emph> are omitted, the current position or the current data record of the file is used."
-msgstr ""
+msgstr "Ако параметрите <emph>recordNum</emph> и <emph>filePos</emph> бъдат пропуснати, ще се използва текущата позиция или текущият запис от файла."
#. GZcaW
#: 03020201.xhp
@@ -10024,50 +10024,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "Чете данни от отворен файл с последователен достъп."
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "Синтаксис:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Параметри:"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber:</emph> номерът на файла, съдържащ данните, които искате да бъдат прочетени. Файлът трябва да е отворен с оператора Open и ключовата дума INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>var:</emph> числова или низова променлива, на която се присвояват прочетените от файла стойности."
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "Ако по време на четенето на елемент от данните бъде достигнат краят на файла, възниква грешка и процесът се прекратява."
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "Пример:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,14 +10114,14 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr "' Четене на файл с данни чрез Input"
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
-msgstr "Оператор Line Input #"
+msgid "Line Input# Statement"
+msgstr ""
#. CCEuD
#: 03020203.xhp
@@ -10150,68 +10132,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>Line Input, оператор</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Оператор Line Input #</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
+msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "Чете в променлива низове от файл с последователен достъп."
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Синтаксис:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "Line Input #FileNumber As Integer, Var As String"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Параметри:"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber:</emph> номерът на файла с данните, които желаете да бъдат прочетени. Файлът трябва да е предварително отворен с оператора Open и ключовата дума INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>var:</emph> името на променливата, в която се запазва резултатът."
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10222,41 +10186,14 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "С оператора <emph>Line Input#</emph> можете да четете низове от отворен файл в променлива. Низовите променливи се четат ред по ред до първия знак за връщане на каретката (Asc=13) или нов ред (Asc=10). Знаците за край на реда не се включват в резултатния низ."
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "Пример:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNumber, \"Това е ред с текст\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNumber, \"Това е още един ред с текст\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
-msgstr "Оператор Put"
+msgid "Put# Statement"
+msgstr ""
#. psWQE
#: 03020204.xhp
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>Put, оператор</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,14 +10222,14 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "Записва запис във файл с произволен достъп или последователност от байтове в двоичен файл."
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "Виж също: оператор <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link>"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. 9HgEG
#: 03020204.xhp
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "За двоични файлове – позицията на байта, от който трябва да започне записването."
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,68 +10321,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>Write, оператор</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Оператор Write</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
+msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "Записва данни във файл с последователен достъп."
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. eoeBE
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3150449\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Syntax:"
-msgstr "Синтаксис:"
-
-#. jxyZn
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"par_id3145785\n"
-"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "Write [#FileNumber], [Expressionlist]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Параметри:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>FileName:</emph> числов израз, задаващ номера на файл, който е получен от оператора Open за съответния файл."
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>ExpressionList:</emph> разделени със запетаи променливи или изрази, чиито стойности желаете да се запишат във файла."
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr "Числата с десетични разделители се преобразуват според настройките на локала."
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "Пример:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,14 +10942,14 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>FileNumber:</emph> номерът на канал за данни, използван в оператора Open."
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
-msgstr "Оператор Seek"
+msgid "Seek# Statement"
+msgstr ""
#. vLW2K
#: 03020305.xhp
@@ -11041,14 +10960,14 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>Seek, оператор</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Оператор Seek</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
+msgstr ""
#. RBPKW
#: 03020305.xhp
@@ -11077,59 +10996,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "За всички други файлове операторът задава позицията на байта, с който ще бъде извършена следващата операция."
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "Виж също: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "Синтаксис:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "Seek[#FileNumber], Position (As Long)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "Параметри:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>FileNumber:</emph> номерът на канал за данни, използван в оператора Open."
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>Position:</emph> позиция за следващото записване или четене. Тя може да бъде число между 1 и 2147483647. В зависимост от типа на файла, позицията означава номера на записа (файлове в режима Random) или позицията на байта (файлове в режимите Binary, Output, Append или Input). Първият байт във файла оговаря на позиция 1, вторият – на позиция 2 и т.н."
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39391,14 +39310,14 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
-msgstr "Err.Raise 2020, Description:=\"Това е преднамерена дефинирана от потребителя грешка…\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
+msgstr ""
#. vuP6g
#: ErrVBA.xhp
@@ -41254,13 +41173,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/bg/helpcontent2/source/text/scalc/guide.po b/source/bg/helpcontent2/source/text/scalc/guide.po
index 0308e409e9f..d19817d81e3 100644
--- a/source/bg/helpcontent2/source/text/scalc/guide.po
+++ b/source/bg/helpcontent2/source/text/scalc/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-30 22:38+0000\n"
+"PO-Revision-Date: 2020-08-12 11:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/bg/>\n"
"Language: bg\n"
@@ -2769,7 +2769,7 @@ msgctxt ""
"par_id3149262\n"
"help.text"
msgid "Mark the fields <link href=\"text/shared/01/02100000.xhp\" name=\"Regular expressions\"><emph>Regular expressions</emph></link> and <emph>Current selection only</emph>. Click <emph>Find All</emph>."
-msgstr "Отбележете полетата <link href=\"text/shared/01/02100000.xhp\" name=\"Regular expressions\"><emph>Регулярни изрази</emph></link> и <emph>Само в избраното</emph>. Натиснете <emph>Търсене - всички</emph>."
+msgstr "Отбележете полетата <link href=\"text/shared/01/02100000.xhp\" name=\"Regular expressions\"><emph>Регулярни изрази</emph></link> и <emph>Само в текущата селекция</emph>. Натиснете <emph>Търсене - всички</emph>."
#. A3CBV
#: cellstyle_by_formula.xhp
@@ -7278,7 +7278,7 @@ msgctxt ""
"par_id3156382\n"
"help.text"
msgid "Check <emph>Current selection only</emph>"
-msgstr "Отбележете <emph>Само в избраното</emph>"
+msgstr "Отметнете <emph>Само в текущата селекция</emph>."
#. noLgp
#: integer_leading_zero.xhp
diff --git a/source/bg/helpcontent2/source/text/sdatabase.po b/source/bg/helpcontent2/source/text/sdatabase.po
index 531dacb10f0..d8e23e14d32 100644
--- a/source/bg/helpcontent2/source/text/sdatabase.po
+++ b/source/bg/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-29 20:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsdatabase/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
#. ugSgG
#: 02000000.xhp
@@ -159,14 +159,14 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr "Позволява ви да сортирате и филтрирате данните в таблица от заявка."
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Проектиране на заявки</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 3JCfK
#: 02000000.xhp
@@ -177,14 +177,14 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr "В режима <emph>Проектиране на заявка</emph> можете да създадете и редактирате заявка или виртуална таблица."
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Заявка през няколко таблици</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgstr ""
#. ASeVi
#: 02000000.xhp
@@ -195,14 +195,14 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr "Резултатът от заявка може да съдържа данни от няколко таблици, ако последните са свързани помежду си чрез подходящи полета."
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Формулиране на критерии в заявка</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgstr ""
#. JTXBF
#: 02000000.xhp
@@ -213,14 +213,14 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr "Вижте кои операции и команди могат да се използват за формулиране на филтриращите условия в заявка."
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Изпълняване на функции</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgstr ""
#. FWCVa
#: 02000000.xhp
@@ -294,14 +294,14 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr "Наистина ли желаете да отворите заявката в графичния изглед?"
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
-msgstr "<ahelp hid=\".\">Позволява ви да отворите заявката в <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">изгледа „Проектиране“</link> въпреки липсващите елементи.</ahelp> Тази възможност също така позволява да зададете дали останалите грешки да бъдат игнорирани."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgstr ""
#. DX2vA
#: 02000002.xhp
@@ -321,14 +321,14 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr "Отваряне на заявката в изглед SQL"
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
-msgstr "<ahelp hid=\".\">Позволява ви да отворите заявката в <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">режим SQL</link> и да интерпретирате заявката като <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> Можете да напуснете режима Native SQL само когато операторът на $[officename] е напълно интерпретиран (възможно е само ако използваните в заявката таблици или полета действително съществуват)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgstr ""
#. 2N4uG
#: 02000002.xhp
@@ -366,6 +366,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr "<ahelp hid=\".\">Ако изберете първата възможност, но все пак искате да отворите заявката в графичния изглед въпреки липсващите елементи, можете да укажете дали останалите грешки да бъдат игнорирани.</ahelp> В такъв случай по време на текущото отваряне няма да се показват повече съобщения за грешка, ако заявката не може да бъде интерпретирана правилно."
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/sdraw/01.po b/source/bg/helpcontent2/source/text/sdraw/01.po
index ce76b1b863e..ac749c22dce 100644
--- a/source/bg/helpcontent2/source/text/sdraw/01.po
+++ b/source/bg/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-05 05:34+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw01/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1558871705.000000\n"
#. ybhKD
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Въведете име за новия слой.</ahelp>"
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/shared/00.po b/source/bg/helpcontent2/source/text/shared/00.po
index 34251bd48e9..aadd0927e09 100644
--- a/source/bg/helpcontent2/source/text/shared/00.po
+++ b/source/bg/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-30 22:38+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/bg/>\n"
"Language: bg\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr "Затваря диалога „Настройки“ и отхвърля промените."
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
@@ -716,7 +734,7 @@ msgctxt ""
"par_id3155577\n"
"help.text"
msgid "If you are a newcomer to the Internet, you will be confronted with unfamiliar terms: browser, bookmark, email, homepage, search engine, and many others. To make your first steps easier, this glossary explains some of the more important terminology you may find in the Internet, intranet, mail and news."
-msgstr ""
+msgstr "Ако сте нови в Интернет, ще се сблъскате с непознати термини: браузър, показалец, електронна поща, уебстраница, търсеща машина и много други. За да улесним първите ви стъпки, в този речник на понятията са обяснени най-важните термини, които можете да срещнете при работа с Интернет, интранет, поща и новини."
#. 3Sv9k
#: 00000002.xhp
@@ -1238,7 +1256,7 @@ msgctxt ""
"par_id3152931\n"
"help.text"
msgid "The Uniform Resource Locator (URL) displays the address of a document or a server in the Internet. The general structure of a URL varies according to type and is generally in the form Service://Hostname:Port/Path/Page#Mark although not all elements are always required. An URL can be a FTP address, a WWW (HTTP) address, a file address or an email address."
-msgstr ""
+msgstr "Унифицираният локатор на ресурси (Uniform Resource Locator, URL) показва адреса на документ или сървър в Интернет. Общата структура на URL варира според вида му и обикновено е във формата услуга://хост:порт/път/страница#маркер, въпреки че не винаги всички елементи са задължителни. URL може да бъде адрес за FTP, за WWW (HTTP), за файл или за е-поща."
#. qAvon
#: 00000003.xhp
@@ -7007,7 +7025,7 @@ msgctxt ""
"par_idN113C8\n"
"help.text"
msgid "Email Document"
-msgstr ""
+msgstr "Изпращане на документ по е-поща"
#. QF5Dw
#: 00000401.xhp
@@ -7133,7 +7151,7 @@ msgctxt ""
"par_id3145410\n"
"help.text"
msgid "Choose <emph>File - Send - Email as PDF</emph>."
-msgstr ""
+msgstr "Изберете <emph>Файл - Изпращане - Изпращане като PDF</emph>."
#. rZpZc
#: 00000401.xhp
@@ -8942,7 +8960,7 @@ msgctxt ""
"par_idN10F2F\n"
"help.text"
msgid "<variable id=\"mailmergeemail\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Mail Merge Email</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"mailmergeemail\">Отворете текстов документ и изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Циркулярни писма по е-поща</emph>.</variable>"
#. T5u9S
#: 00000406.xhp
@@ -9806,7 +9824,7 @@ msgctxt ""
"par_id3148998\n"
"help.text"
msgid "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154894\">Icon Character</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154894\">Икона за знак</alt></image>"
#. AdBzN
#: 00040500.xhp
@@ -10022,7 +10040,7 @@ msgctxt ""
"par_id3155995\n"
"help.text"
msgid "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150495\">Icon Paragraph</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150495\">Икона за абзац</alt></image>"
#. E7XoA
#: 00040500.xhp
@@ -10193,7 +10211,7 @@ msgctxt ""
"par_id3155915\n"
"help.text"
msgid "Menu <emph>Format - Paragraph</emph> - <emph>Border</emph> tab - <emph>Padding</emph>."
-msgstr ""
+msgstr "Меню <emph>Форматиране - Абзац</emph> - раздел <emph>Кантове</emph> - <emph>Пълнеж</emph>."
#. krmqa
#: 00040500.xhp
@@ -10202,7 +10220,7 @@ msgctxt ""
"par_id3159130\n"
"help.text"
msgid "Menu <emph>Format - Page - Border - Padding</emph>."
-msgstr ""
+msgstr "Меню <emph>Форматиране - Страница - Кантове - Пълнеж</emph>."
#. PGrMv
#: 00040500.xhp
@@ -10517,7 +10535,7 @@ msgctxt ""
"par_id3148533\n"
"help.text"
msgid "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149568\">Icon Styles</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149568\">Икона за стилове</alt></image>"
#. GGmAC
#: 00040500.xhp
@@ -10535,7 +10553,7 @@ msgctxt ""
"par_id3159313\n"
"help.text"
msgid "On the <emph>Drawing</emph> bar, click"
-msgstr ""
+msgstr "В лентата <emph>Рисунка</emph> щракнете върху"
#. GtJbA
#: 00040500.xhp
@@ -10652,7 +10670,7 @@ msgctxt ""
"par_id3150785\n"
"help.text"
msgid "Open <emph>Styles - Presentation Styles</emph> - context menu of an Outline Style - choose <emph>New/Modify</emph>."
-msgstr ""
+msgstr "Отворете <emph>Стилове - Стилове за презентации</emph> - контекстно меню на стил за план - изберете <emph>Нов/Промяна</emph>."
#. 948Zd
#: 00040500.xhp
@@ -10661,7 +10679,7 @@ msgctxt ""
"par_id3148420\n"
"help.text"
msgid "Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>."
-msgstr ""
+msgstr "Отворете <emph>Стилове - Стилове за списъци</emph> - контекстно меню на елемент - изберете <emph>Нов/Промяна</emph>."
#. Mx4EM
#: 00040500.xhp
@@ -10679,7 +10697,7 @@ msgctxt ""
"par_id3149917\n"
"help.text"
msgid "Open <emph>Styles - Presentation Styles</emph> - context menu of an Outline Style - choose <emph>New/Modify</emph>."
-msgstr ""
+msgstr "Отворете <emph>Стилове - Стилове за презентации</emph> - контекстно меню на стил за план - изберете <emph>Нов/Промяна</emph>."
#. ZPMxH
#: 00040500.xhp
@@ -10688,7 +10706,7 @@ msgctxt ""
"par_id3154930\n"
"help.text"
msgid "Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>."
-msgstr ""
+msgstr "Отворете <emph>Стилове - Стилове за списъци</emph> - контекстно меню на елемент - изберете <emph>Нов/Промяна</emph>."
#. ZD5up
#: 00040500.xhp
@@ -10751,7 +10769,7 @@ msgctxt ""
"par_id3148733\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Отворете <emph>Стилове - Стилове за списък</emph> - контекстно меню на елемент - изберете <emph>Нов/Промяна</emph>.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Отворете <emph>Стилове - Стилове за списъци</emph> - контекстно меню на елемент - изберете <emph>Нов/Промяна</emph>.</caseinline></switchinline>"
#. BQqBM
#: 00040500.xhp
@@ -10760,7 +10778,7 @@ msgctxt ""
"par_id3154931\n"
"help.text"
msgid "Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>."
-msgstr ""
+msgstr "Отворете <emph>Стилове - Стилове за списъци</emph> - контекстно меню на елемент - изберете <emph>Нов/Промяна</emph>."
#. TDV7t
#: 00040500.xhp
@@ -10769,7 +10787,7 @@ msgctxt ""
"par_id3153812\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> (F11) - choose List Styles - context menu of an entry - choose <menuitem>New/Modify</menuitem> - <emph>Position</emph> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> (F11) - изберете „Стилове за списъци“ - контекстно меню на елемент - изберете <menuitem>Нов/Промяна</menuitem> - раздел <emph>Позиция</emph>."
#. gfMdA
#: 00040500.xhp
@@ -10787,7 +10805,7 @@ msgctxt ""
"par_id3153899\n"
"help.text"
msgid "Choose <menuitem>Styles - Manage Styles</menuitem> - choose List Styles - context menu of an entry - choose <menuitem>New/Modify</menuitem> - <emph>Position</emph> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Стилове - Управление на стиловете</menuitem> - изберете „Стилове за списъци“ - контекстно меню на елемент - изберете <menuitem>Нов/Промяна</menuitem> - раздел <emph>Позиция</emph>."
#. DEQfE
#: 00040500.xhp
@@ -10796,7 +10814,7 @@ msgctxt ""
"par_id3156170\n"
"help.text"
msgid "Choose <menuitem>Tools - Chapter Numbering - Position</menuitem> tab."
-msgstr ""
+msgstr "Изберете раздела <menuitem>Инструменти - Номерация на глави - Позиция</menuitem>."
#. 8AtZC
#: 00040500.xhp
@@ -10805,7 +10823,7 @@ msgctxt ""
"par_id3151332\n"
"help.text"
msgid "Menu <emph>Format - Image - Properties - Crop</emph> tab."
-msgstr ""
+msgstr "Изберете раздела <emph>Форматиране - Изображение - Свойства - Подрязване</emph>."
#. eREMF
#: 00040500.xhp
@@ -10814,7 +10832,7 @@ msgctxt ""
"par_id3153317\n"
"help.text"
msgid "Icon on the <emph>Image</emph> toolbar:"
-msgstr ""
+msgstr "Икони в лентата с инструменти <emph>Изображение</emph>:"
#. YKAFD
#: 00040500.xhp
@@ -10967,7 +10985,7 @@ msgctxt ""
"par_id3151054\n"
"help.text"
msgid "<image id=\"img_id3150865\" src=\"cmd/sc_showpropbrowser.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150865\">Icon Properties</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150865\" src=\"cmd/sc_showpropbrowser.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150865\">Икона за свойства</alt></image>"
#. 89DTS
#: 00040501.xhp
@@ -10994,7 +11012,7 @@ msgctxt ""
"par_id3152933\n"
"help.text"
msgid "<image id=\"img_id3148676\" src=\"cmd/sc_formproperties.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148676\">Icon Form</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148676\" src=\"cmd/sc_formproperties.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148676\">Икона за формуляр</alt></image>"
#. F5LMe
#: 00040501.xhp
@@ -11093,7 +11111,7 @@ msgctxt ""
"par_id3153953\n"
"help.text"
msgid "<image id=\"img_id3149064\" src=\"cmd/sc_showbrowser.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149064\">Icon Control</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149064\" src=\"cmd/sc_showbrowser.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149064\">Икона за контрола</alt></image>"
#. ADmRP
#: 00040501.xhp
@@ -11174,7 +11192,7 @@ msgctxt ""
"par_id3157874\n"
"help.text"
msgid "<image id=\"img_id3159345\" src=\"cmd/sc_tabdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159345\">Icon Activation Order</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159345\" src=\"cmd/sc_tabdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159345\">Икона за ред на активиране</alt></image>"
#. BmMW5
#: 00040501.xhp
@@ -11201,7 +11219,7 @@ msgctxt ""
"par_id3156439\n"
"help.text"
msgid "<image id=\"img_id3153530\" src=\"cmd/sc_addfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153530\">Icon Add Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153530\" src=\"cmd/sc_addfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153530\">Икона за добавяне на поле</alt></image>"
#. iQFBK
#: 00040501.xhp
@@ -11228,7 +11246,7 @@ msgctxt ""
"par_id3150749\n"
"help.text"
msgid "<image id=\"img_id3157869\" src=\"cmd/sc_showfmexplorer.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157869\">Icon Form Navigator</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3157869\" src=\"cmd/sc_showfmexplorer.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157869\">Икона „Навигатор за формуляри“</alt></image>"
#. QEjGP
#: 00040501.xhp
@@ -11255,7 +11273,7 @@ msgctxt ""
"par_id3156056\n"
"help.text"
msgid "<image id=\"img_id3154508\" src=\"cmd/sc_testmode.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Icon Design Mode</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154508\" src=\"cmd/sc_testmode.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Икона за режим „Проектиране“</alt></image>"
#. AATfh
#: 00040501.xhp
@@ -11291,7 +11309,7 @@ msgctxt ""
"par_id3149822\n"
"help.text"
msgid "<image id=\"img_id3151189\" src=\"cmd/sc_openreadonly.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151189\">Icon Open in Design Mode</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151189\" src=\"cmd/sc_openreadonly.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151189\">Икона за отваряне в режим „Проектиране“</alt></image>"
#. UqdMN
#: 00040501.xhp
@@ -11318,7 +11336,7 @@ msgctxt ""
"par_id3152948\n"
"help.text"
msgid "<image id=\"img_id3156375\" src=\"cmd/sc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Icon Wizard</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156375\" src=\"cmd/sc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Икона за помощник</alt></image>"
#. o64U6
#: 00040501.xhp
@@ -11363,7 +11381,7 @@ msgctxt ""
"par_id3155578\n"
"help.text"
msgid "<image id=\"img_id3109842\" src=\"cmd/sc_bringtofront.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3109842\">Icon Arrange</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3109842\" src=\"cmd/sc_bringtofront.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3109842\">Икона за подреждане</alt></image>"
#. jwdWP
#: 00040501.xhp
@@ -11417,7 +11435,7 @@ msgctxt ""
"par_id3151213\n"
"help.text"
msgid "<image id=\"img_id3145220\" src=\"cmd/sc_bringtofront.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145220\">Icon Bring to Front</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145220\" src=\"cmd/sc_bringtofront.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145220\">Икона за изнасяне отпред</alt></image>"
#. sBuGt
#: 00040501.xhp
@@ -11471,7 +11489,7 @@ msgctxt ""
"par_id3159121\n"
"help.text"
msgid "<image id=\"img_id3156142\" src=\"cmd/sc_forward.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156142\">Icon Bring Forward</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156142\" src=\"cmd/sc_forward.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156142\">Икона за преместване напред</alt></image>"
#. P9V6A
#: 00040501.xhp
@@ -11525,7 +11543,7 @@ msgctxt ""
"par_id3152994\n"
"help.text"
msgid "<image id=\"img_id3163723\" src=\"cmd/sc_backward.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163723\">Icon Send Backward</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3163723\" src=\"cmd/sc_backward.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163723\">Икона за преместване назад</alt></image>"
#. WKKNG
#: 00040501.xhp
@@ -11579,7 +11597,7 @@ msgctxt ""
"par_id3145384\n"
"help.text"
msgid "<image id=\"img_id3153813\" src=\"cmd/sc_sendtoback.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153813\">Icon Send to Back</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153813\" src=\"cmd/sc_sendtoback.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153813\">Икона за изнасяне отзад</alt></image>"
#. mH2tS
#: 00040501.xhp
@@ -11606,7 +11624,7 @@ msgctxt ""
"par_id3149408\n"
"help.text"
msgid "<image id=\"img_id3155129\" src=\"cmd/sc_setobjecttoforeground.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155129\">Icon To Foreground</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155129\" src=\"cmd/sc_setobjecttoforeground.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155129\">Икона „Към предния план“</alt></image>"
#. 4ahEr
#: 00040501.xhp
@@ -11633,7 +11651,7 @@ msgctxt ""
"par_id3153815\n"
"help.text"
msgid "<image id=\"img_id3154954\" src=\"cmd/sc_setobjecttobackground.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154954\">Icon To Background</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154954\" src=\"cmd/sc_setobjecttobackground.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154954\">Икона „Към фона“</alt></image>"
#. rCVpM
#: 00040501.xhp
@@ -11714,7 +11732,7 @@ msgctxt ""
"par_id3153373\n"
"help.text"
msgid "<image id=\"img_id3159209\" src=\"cmd/sc_objectalign.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159209\">Icon Left</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159209\" src=\"cmd/sc_objectalign.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159209\">Икона „Отляво“</alt></image>"
#. 3u7D2
#: 00040501.xhp
@@ -11759,7 +11777,7 @@ msgctxt ""
"par_id3149519\n"
"help.text"
msgid "<image id=\"img_id3143222\" src=\"cmd/sc_alignmiddle.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143222\">Icon Centered</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3143222\" src=\"cmd/sc_alignmiddle.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143222\">Икона за центриране</alt></image>"
#. fawoM
#: 00040501.xhp
@@ -11804,7 +11822,7 @@ msgctxt ""
"par_id3155436\n"
"help.text"
msgid "<image id=\"img_id3153283\" src=\"cmd/sc_objectalignright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153283\">Icon Right</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153283\" src=\"cmd/sc_objectalignright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153283\">Икона „Отдясно“</alt></image>"
#. mF7W6
#: 00040501.xhp
@@ -11858,7 +11876,7 @@ msgctxt ""
"par_id3155386\n"
"help.text"
msgid "<image id=\"img_id3155542\" src=\"cmd/sc_alignup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155542\">Icon Top</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155542\" src=\"cmd/sc_alignup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155542\">Икона „Отгоре“</alt></image>"
#. WFtRg
#: 00040501.xhp
@@ -11912,7 +11930,7 @@ msgctxt ""
"par_id3145755\n"
"help.text"
msgid "<image id=\"img_id3146776\" src=\"cmd/sc_aligncenter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146776\">Icon Centered</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146776\" src=\"cmd/sc_aligncenter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146776\">Икона „Центрирано“</alt></image>"
#. NYgDY
#: 00040501.xhp
@@ -11957,7 +11975,7 @@ msgctxt ""
"par_id3154057\n"
"help.text"
msgid "<image id=\"img_id3147267\" src=\"cmd/sc_aligndown.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147267\">Icon Bottom</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147267\" src=\"cmd/sc_aligndown.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147267\">Икона „Отдолу“</alt></image>"
#. rkNkG
#: 00040501.xhp
@@ -11993,7 +12011,7 @@ msgctxt ""
"par_id3151122\n"
"help.text"
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Икона за закотвяне</alt></image>"
#. s4iPa
#: 00040501.xhp
@@ -12119,7 +12137,7 @@ msgctxt ""
"par_id3148889\n"
"help.text"
msgid "<image id=\"img_id3150669\" src=\"cmd/sc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Icon Line</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150669\" src=\"cmd/sc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Икона за линия</alt></image>"
#. acBGp
#: 00040502.xhp
@@ -12254,7 +12272,7 @@ msgctxt ""
"par_id3156424\n"
"help.text"
msgid "<image id=\"img_id3150868\" src=\"cmd/sc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150868\">Icon Area</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150868\" src=\"cmd/sc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150868\">Икона за област</alt></image>"
#. tdHtP
#: 00040502.xhp
@@ -12713,7 +12731,7 @@ msgctxt ""
"par_id3153052\n"
"help.text"
msgid "<image id=\"img_id3150965\" src=\"cmd/sc_transformdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150965\">Icon Position and Size</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150965\" src=\"cmd/sc_transformdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150965\">Икона за позиция и размер</alt></image>"
#. yL3FJ
#: 00040502.xhp
@@ -12767,7 +12785,7 @@ msgctxt ""
"par_id3148495\n"
"help.text"
msgid "<image id=\"img_id3146898\" src=\"cmd/sc_toggleobjectrotatemode.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146898\">Icon Rotate</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146898\" src=\"cmd/sc_toggleobjectrotatemode.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146898\">Икона за завъртане</alt></image>"
#. raRWH
#: 00040502.xhp
@@ -12830,7 +12848,7 @@ msgctxt ""
"par_id3150044\n"
"help.text"
msgid "<image id=\"img_id3147100\" src=\"cmd/sc_toggleobjectbeziermode.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147100\">Icon Edit Points</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147100\" src=\"cmd/sc_toggleobjectbeziermode.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147100\">Икона за редактиране по възли</alt></image>"
#. AMJ2m
#: 00040502.xhp
@@ -12893,7 +12911,7 @@ msgctxt ""
"par_id3145766\n"
"help.text"
msgid "<image id=\"img_id3156558\" src=\"cmd/sc_bold.svg\" width=\"1cm\" height=\"1cm\" localize=\"true\"><alt id=\"alt_id3156558\">Icon Bold</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156558\" src=\"cmd/sc_bold.svg\" width=\"1cm\" height=\"1cm\" localize=\"true\"><alt id=\"alt_id3156558\">Икона за получер</alt></image>"
#. pQRTJ
#: 00040502.xhp
@@ -12920,7 +12938,7 @@ msgctxt ""
"par_id3159091\n"
"help.text"
msgid "<image id=\"img_id3155578\" src=\"cmd/sc_italic.svg\" width=\"1cm\" height=\"1cm\" localize=\"true\"><alt id=\"alt_id3155578\">Icon Italic</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155578\" src=\"cmd/sc_italic.svg\" width=\"1cm\" height=\"1cm\" localize=\"true\"><alt id=\"alt_id3155578\">Икона за курсив</alt></image>"
#. cggpG
#: 00040502.xhp
@@ -12947,7 +12965,7 @@ msgctxt ""
"par_id3145223\n"
"help.text"
msgid "<image id=\"img_id3151068\" src=\"cmd/sc_underline.svg\" width=\"1cm\" height=\"1cm\" localize=\"true\"><alt id=\"alt_id3151068\">Icon Underline</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151068\" src=\"cmd/sc_underline.svg\" width=\"1cm\" height=\"1cm\" localize=\"true\"><alt id=\"alt_id3151068\">Икона за подчертаване</alt></image>"
#. Bfqx8
#: 00040502.xhp
@@ -13064,7 +13082,7 @@ msgctxt ""
"par_id3147310\n"
"help.text"
msgid "<image id=\"img_id3155370\" src=\"cmd/sc_alignleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155370\">Icon Align Left</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155370\" src=\"cmd/sc_alignleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155370\">Икона за подравняване отляво</alt></image>"
#. okQkj
#: 00040502.xhp
@@ -13100,7 +13118,7 @@ msgctxt ""
"par_id3149408\n"
"help.text"
msgid "<image id=\"img_id3154421\" src=\"cmd/sc_alignright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154421\">Icon Align Right</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154421\" src=\"cmd/sc_alignright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154421\">Икона за подравняване отдясно</alt></image>"
#. XnJxD
#: 00040502.xhp
@@ -13136,7 +13154,7 @@ msgctxt ""
"par_id3153815\n"
"help.text"
msgid "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149757\">Icon Centered</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149757\">Икона за центриране</alt></image>"
#. CQD3j
#: 00040502.xhp
@@ -13172,7 +13190,7 @@ msgctxt ""
"par_id3156189\n"
"help.text"
msgid "<image id=\"img_id3145308\" src=\"cmd/sc_justifypara.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145308\">Icon Justified</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145308\" src=\"cmd/sc_justifypara.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145308\">Икона за двустранно подравняване</alt></image>"
#. YBkwj
#: 00040502.xhp
@@ -13244,7 +13262,7 @@ msgctxt ""
"par_id3146858\n"
"help.text"
msgid "<image id=\"img_id3154344\" src=\"cmd/sc_formatgroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icon Group</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154344\" src=\"cmd/sc_formatgroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Икона за групиране</alt></image>"
#. DVEkd
#: 00040502.xhp
@@ -13289,7 +13307,7 @@ msgctxt ""
"par_id3151300\n"
"help.text"
msgid "<image id=\"img_id3150831\" src=\"cmd/sc_formatungroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150831\">Icon Ungroup</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150831\" src=\"cmd/sc_formatungroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150831\">Икона за разгрупиране</alt></image>"
#. DGWSV
#: 00040502.xhp
@@ -13334,7 +13352,7 @@ msgctxt ""
"par_id3158402\n"
"help.text"
msgid "<image id=\"img_id3149422\" src=\"cmd/sc_leavegroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149422\">Icon Exit Group</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149422\" src=\"cmd/sc_leavegroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149422\">Икона за излизане от група</alt></image>"
#. ndpeo
#: 00040502.xhp
@@ -13379,7 +13397,7 @@ msgctxt ""
"par_id3152388\n"
"help.text"
msgid "<image id=\"img_id3149900\" src=\"cmd/sc_entergroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149900\">Icon Enter Group</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149900\" src=\"cmd/sc_entergroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149900\">Икона за влизане в група</alt></image>"
#. yXmKi
#: 00040502.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/01.po b/source/bg/helpcontent2/source/text/shared/01.po
index c66ed72fc15..cafeff78c65 100644
--- a/source/bg/helpcontent2/source/text/shared/01.po
+++ b/source/bg/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-02 13:35+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-12 11:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/bg/>\n"
"Language: bg\n"
@@ -5379,7 +5379,7 @@ msgctxt ""
"hd_id3154398\n"
"help.text"
msgid "<link href=\"text/shared/01/01160200.xhp\" name=\"Document as Email\">Email Document</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/01160200.xhp\" name=\"Document as Email\">Изпращане на документ по е-поща</link>"
#. Q86XQ
#: 01160000.xhp
@@ -5406,7 +5406,7 @@ msgctxt ""
"hd_id8111514\n"
"help.text"
msgid "Email as OpenDocument Spreadsheet"
-msgstr ""
+msgstr "Изпращане като електронна таблица на OpenDocument"
#. ewW2i
#: 01160000.xhp
@@ -5424,7 +5424,7 @@ msgctxt ""
"hd_id5112460\n"
"help.text"
msgid "Email as Microsoft Excel"
-msgstr ""
+msgstr "Изпращане като електронна таблица на Microsoft Excel"
#. pLjdc
#: 01160000.xhp
@@ -5442,7 +5442,7 @@ msgctxt ""
"hd_id6694540\n"
"help.text"
msgid "Email as OpenDocument Presentation"
-msgstr ""
+msgstr "Изпращане като презентация на OpenDocument"
#. Ai2i2
#: 01160000.xhp
@@ -5460,7 +5460,7 @@ msgctxt ""
"hd_id2099063\n"
"help.text"
msgid "Email as Microsoft PowerPoint Presentation"
-msgstr ""
+msgstr "Изпращане като презентация на Microsoft PowerPoint"
#. uDGxn
#: 01160000.xhp
@@ -5478,7 +5478,7 @@ msgctxt ""
"hd_id9657277\n"
"help.text"
msgid "Email as OpenDocument Text"
-msgstr ""
+msgstr "Изпращане като текст на OpenDocument"
#. Aewp6
#: 01160000.xhp
@@ -5496,7 +5496,7 @@ msgctxt ""
"hd_id7941831\n"
"help.text"
msgid "Email as Microsoft Word"
-msgstr ""
+msgstr "Изпращане като документ на Microsoft Word"
#. dcXm5
#: 01160000.xhp
@@ -5541,7 +5541,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Email Document"
-msgstr ""
+msgstr "Изпращане на документ по е-поща"
#. cpCsu
#: 01160200.xhp
@@ -5550,7 +5550,7 @@ msgctxt ""
"hd_id3150702\n"
"help.text"
msgid "<link href=\"text/shared/01/01160200.xhp\">Email Document</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/01160200.xhp\">Изпращане на документ по е-поща</link>"
#. 8prjP
#: 01160200.xhp
@@ -5568,7 +5568,7 @@ msgctxt ""
"par_id0807200809553672\n"
"help.text"
msgid "If the document is in HTML format, any embedded or linked images will <emph>not</emph> be sent with the email."
-msgstr ""
+msgstr "Ако документът е във формат HTML, вградените или свързани изображения <emph>няма</emph> да се изпратят със съобщението."
#. E5hZ4
#: 01160300.xhp
@@ -6819,7 +6819,7 @@ msgctxt ""
"par_id3146969\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/link\">Inserts the cell range as a link, so that changes made to the cells in the source file are updated in the target file. To ensure that changes made to empty cells in the source file are updated in the target file, ensure that the \"Paste All\" option is also selected.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/link\">Вмъква диапазона от клетки като връзка, така че промените, нанесени в клетките във файла източник, ще се отразяват във файла местоназначение. За да гарантирате, че промените в празни клетки от източника ще се отразяват в местоназначението, уверете се, че е отметнато и полето „Поставяне - всичко“.</ahelp>"
#. 5BxP6
#: 02070000.xhp
@@ -7296,7 +7296,7 @@ msgctxt ""
"hd_id3147264\n"
"help.text"
msgid "Current selection only"
-msgstr "Само в избраното"
+msgstr "Само в текущата селекция"
#. w7qMv
#: 02100000.xhp
@@ -14676,7 +14676,7 @@ msgctxt ""
"par_id671594846326658\n"
"help.text"
msgid "Applied character styles will not be affected by Clear Direct Formatting, only direct formatting applied on top of the character styles. To remove formatting applied by a character style, reapply the <emph>Default</emph> character style."
-msgstr ""
+msgstr "„Изчистване на прякото форматиране“ не влияе върху приложените знакови стилове, а само върху прякото форматиране, приложено заедно с тях. За да премахнете форматирането, приложено от знаков стил, приложете отново знаковия стил <emph>По подразбиране</emph>."
#. h42SA
#: 05010000.xhp
@@ -14721,7 +14721,7 @@ msgctxt ""
"hd_id3147588\n"
"help.text"
msgid "<link href=\"text/shared/01/05020400.xhp\" name=\"Hyperlink\">Hyperlink</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05020400.xhp\" name=\"Hyperlink\">Хипервръзка</link>"
#. ruEdb
#: 05020100.xhp
@@ -15477,7 +15477,7 @@ msgctxt ""
"hd_id3162942\n"
"help.text"
msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Числа</link>"
#. z8GFZ
#: 05020300.xhp
@@ -15495,7 +15495,7 @@ msgctxt ""
"hd_id3152942\n"
"help.text"
msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers/Format\">Numbers / Format</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers/Format\">Числа / Формат</link>"
#. CNMbg
#: 05020300.xhp
@@ -15594,7 +15594,7 @@ msgctxt ""
"par_id3154138\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/numberingformatpage/languagelb\"> <switchinline select=\"appl\"> <caseinline select=\"WRITER\"> Specifies the language setting for the selected fields. With the language set to <emph>Default</emph>, $[officename] automatically applies the number formats associated with the system default language. </caseinline> <caseinline select=\"CALC\"> Specifies the language setting for the selected cells. </caseinline> <defaultinline>Specifies the language setting for the selected field.</defaultinline> </switchinline> </ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/numberingformatpage/languagelb\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Задава настройката за език на избраните полета. Ако за език е посочено <emph>По подразбиране</emph>, $[officename] автоматично прилага числовите формати, свързани с подразбирания език на системата.</caseinline><caseinline select=\"CALC\">Задава настройката за език на избраните клетки.</caseinline><defaultinline>Задава настройката за език на избраното поле.</defaultinline></switchinline></ahelp>"
#. K29ZG
#: 05020300.xhp
@@ -20454,7 +20454,7 @@ msgctxt ""
"par_id3156042\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The paragraph style for the current paragraph is displayed at the <emph>Formatting</emph> toolbar, and is highlighted in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles window</link>.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Абзацният стил за текущия абзац се показва в лентата с инструменти <emph>Форматиране</emph> и се осветява в прозореца <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Стилове</link>.</caseinline></switchinline>"
#. 3xcFE
#: 05030100.xhp
@@ -22119,7 +22119,7 @@ msgctxt ""
"bm_id3153383\n"
"help.text"
msgid "<bookmark_value>organizing; styles</bookmark_value><bookmark_value>styles; organizing</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>организиране; стилове</bookmark_value><bookmark_value>стилове; организиране</bookmark_value>"
#. SZdCB
#: 05040100.xhp
@@ -22164,7 +22164,7 @@ msgctxt ""
"hd_id3153750\n"
"help.text"
msgid "AutoUpdate"
-msgstr ""
+msgstr "Автообновяване"
#. 7yXws
#: 05040100.xhp
@@ -22173,7 +22173,7 @@ msgctxt ""
"par_id3153749\n"
"help.text"
msgid "<ahelp hid=\"sfx/ui/managestylepage/autoupdate\">Updates the style when you apply direct formatting to a paragraph using this style in your document. The formatting of all paragraphs using this style is automatically updated.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"sfx/ui/managestylepage/autoupdate\">Обновява стила, когато приложите пряко форматиране върху абзац с този стил в документа. Форматирането на всички абзаци, използващи стила, автоматично се обновява.</ahelp>"
#. N5rDR
#: 05040100.xhp
@@ -23172,7 +23172,7 @@ msgctxt ""
"par_id3147326\n"
"help.text"
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Backgrounds\">Area</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Backgrounds\">Област</link>"
#. 7xtR7
#: 05040400.xhp
@@ -23217,7 +23217,7 @@ msgctxt ""
"par_id3155339\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To insert a footer into the current document, select <emph>Footer on</emph>, and then click <emph>OK</emph>.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">За да добавите горен колонтитул в текущия стил на страница, отметнете <emph>Горен колонтитул</emph>, после щракнете върху <emph>OK</emph>.</caseinline></switchinline>"
#. DAGaz
#: 05040400.xhp
@@ -23289,7 +23289,7 @@ msgctxt ""
"par_id3149575\n"
"help.text"
msgid "<ahelp hid=\"SVX_HID_FOOTER_CHECKSAMELR\">Even and odd pages share the same content.<switchinline select=\"appl\"><caseinline select=\"CALC\"> To assign a different footer to even and odd pages, clear this option, and then click <emph>Edit</emph>.</caseinline></switchinline></ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"SVX_HID_FOOTER_CHECKSAMELR\">Четните и нечетните страници споделят еднакво съдържание.<switchinline select=\"appl\"><caseinline select=\"CALC\"> За да припишете различни долни колонтитули на четните и нечетните страници, изчистете това поле и щракнете върху <emph>Редактиране</emph>.</caseinline></switchinline></ahelp>"
#. cL398
#: 05040400.xhp
@@ -23442,7 +23442,7 @@ msgctxt ""
"hd_id3157892\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Edit</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Редактиране</caseinline></switchinline>"
#. 2HTzq
#: 05040400.xhp
@@ -23496,7 +23496,7 @@ msgctxt ""
"par_id3152791\n"
"help.text"
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Backgrounds\">Area</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Backgrounds\">Област</link>"
#. CgGUH
#: 05060000.xhp
@@ -25802,32 +25802,14 @@ msgctxt ""
msgid "Add"
msgstr "Добавяне"
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Създава нов стил за линия с текущите настройки.</ahelp>"
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr "Име"
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
-msgstr "<ahelp hid=\".\">Въведете име.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
+msgstr ""
#. 6Yvch
#: 05200200.xhp
@@ -26079,7 +26061,7 @@ msgctxt ""
"bm_id3149999\n"
"help.text"
msgid "<bookmark_value>areas; styles</bookmark_value><bookmark_value>fill patterns for areas</bookmark_value><bookmark_value>fill colors for areas</bookmark_value><bookmark_value>invisible areas</bookmark_value><bookmark_value>frames; backgrounds</bookmark_value><bookmark_value>backgrounds; frames/sections/indexes</bookmark_value><bookmark_value>sections; backgrounds</bookmark_value><bookmark_value>indexes; backgrounds</bookmark_value><bookmark_value>footers;backgrounds</bookmark_value><bookmark_value>headers;backgrounds</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>области; стилове</bookmark_value><bookmark_value>запълване на области с шарки</bookmark_value><bookmark_value>запълване на области с цвят</bookmark_value><bookmark_value>невидими области</bookmark_value><bookmark_value>рамки; фонове</bookmark_value><bookmark_value>фонове; рамки/раздели/индекси</bookmark_value><bookmark_value>раздели; фонове</bookmark_value><bookmark_value>индекси; фонове</bookmark_value><bookmark_value>указатели; фонове</bookmark_value><bookmark_value>колонтитули; фонове</bookmark_value>"
#. 3fEfw
#: 05210100.xhp
@@ -26088,7 +26070,7 @@ msgctxt ""
"hd_id3145759\n"
"help.text"
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Background</caseinline><defaultinline>Area</defaultinline></switchinline></link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Area\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Фон</caseinline><defaultinline>Област</defaultinline></switchinline></link>"
#. ubruG
#: 05210100.xhp
@@ -26097,7 +26079,7 @@ msgctxt ""
"par_id3149748\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Set the fill options for the selected drawing object or document element.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Задайте настройките за запълване на избрания обект от рисунка или елемент от документ.</ahelp>"
#. eE2Fr
#: 05210100.xhp
@@ -26871,7 +26853,7 @@ msgctxt ""
"bm_id3155619\n"
"help.text"
msgid "<bookmark_value>bitmaps; areas</bookmark_value><bookmark_value>areas; bitmap</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>растерни изображения; области</bookmark_value><bookmark_value>области; растерни изображения</bookmark_value>"
#. 2jwXu
#: 05210500.xhp
@@ -26889,7 +26871,7 @@ msgctxt ""
"par_id3149495\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Select a bitmap that you want to use as a fill image, or add your own bitmap pattern.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Изберете растерно изображение, което искате да използвате за запълване, или добавете своя собствена растерна шарка.</ahelp>"
#. wEhVG
#: 05210500.xhp
@@ -26898,7 +26880,7 @@ msgctxt ""
"hd_id3148585\n"
"help.text"
msgid "Bitmap"
-msgstr ""
+msgstr "Растерно изображение"
#. 8ZuCa
#: 05210500.xhp
@@ -26907,7 +26889,7 @@ msgctxt ""
"par_id3147226\n"
"help.text"
msgid "Lists the available bitmaps. You can also import bitmaps."
-msgstr ""
+msgstr "Изброява наличните растерни изображения. Можете също да импортирате растерни изображения."
#. eCeUD
#: 05210500.xhp
@@ -26916,7 +26898,7 @@ msgctxt ""
"par_id501592872056000\n"
"help.text"
msgid "To rename a bitmap, select the bitmap, right-click and choose <menuitem>Rename</menuitem>. To delete a bitmap, select the bitmap, right-click and choose <menuitem>Delete</menuitem>."
-msgstr ""
+msgstr "За да преименувате растерно изображение, изберете го, щракнете с десния бутон и изберете <menuitem>Преименуване</menuitem>. За да изтриете растерно изображение, изберете го, щракнете с десния бутон и изберете <menuitem>Изтриване</menuitem>."
#. MqVdD
#: 05210500.xhp
@@ -26925,7 +26907,7 @@ msgctxt ""
"hd_id71592866308524\n"
"help.text"
msgid "Add/Import"
-msgstr ""
+msgstr "Добавяне/Импортиране"
#. SGKZW
#: 05210500.xhp
@@ -26943,7 +26925,7 @@ msgctxt ""
"par_id301592866270627\n"
"help.text"
msgid "Imported bitmaps are saved in your user profile and can be used in other documents."
-msgstr ""
+msgstr "Импортираните растерни изображения се съхраняват в потребителския ви профил и могат да се използват в други документи."
#. pC4QD
#: 05210500.xhp
@@ -26952,7 +26934,7 @@ msgctxt ""
"hd_id3145669\n"
"help.text"
msgid "Options"
-msgstr ""
+msgstr "Настройки"
#. smwef
#: 05210500.xhp
@@ -26961,7 +26943,7 @@ msgctxt ""
"hd_id251592868388253\n"
"help.text"
msgid "Style"
-msgstr ""
+msgstr "Стил"
#. GnwjN
#: 05210500.xhp
@@ -26970,7 +26952,7 @@ msgctxt ""
"par_id241592868416096\n"
"help.text"
msgid "<emph>Tiled</emph>: Fill the area with the bitmap as tiles."
-msgstr ""
+msgstr "<emph>Мозаично</emph>: областта се запълва с растерното изображение като с плочки."
#. gCgdA
#: 05210500.xhp
@@ -26979,7 +26961,7 @@ msgctxt ""
"par_id161592868421600\n"
"help.text"
msgid "<emph>Stretched</emph>: Stretch the image to fit the object area."
-msgstr ""
+msgstr "<emph>Разтегнато</emph>: изображението се разтяга, за да побере областта на обекта."
#. Fi4Fj
#: 05210500.xhp
@@ -26988,7 +26970,7 @@ msgctxt ""
"par_id651592868426975\n"
"help.text"
msgid "<emph>Custom position/size</emph>: Set a custom size and position of the bitmap in the object area."
-msgstr ""
+msgstr "<emph>Позиция/размер по избор</emph>: задайте избран от вас размер и позиция на растерното изображение в областта на обекта."
#. sAiUV
#: 05210500.xhp
@@ -26997,7 +26979,7 @@ msgctxt ""
"hd_id151592868900345\n"
"help.text"
msgid "Size"
-msgstr ""
+msgstr "Размер"
#. TeFTN
#: 05210500.xhp
@@ -27006,7 +26988,7 @@ msgctxt ""
"par_id321592869205683\n"
"help.text"
msgid "Size of the tiles and the custom size."
-msgstr ""
+msgstr "Размер на плочките или размер за режима „по избор“."
#. rTjAd
#: 05210500.xhp
@@ -27015,7 +26997,7 @@ msgctxt ""
"par_id951592869294738\n"
"help.text"
msgid "<emph>Width</emph>: Set the width of the tile or custom size."
-msgstr ""
+msgstr "<emph>Ширина</emph>: задайте ширината на плочката или на изображението в режим „по избор“."
#. RQFrq
#: 05210500.xhp
@@ -27024,7 +27006,7 @@ msgctxt ""
"par_id171592869301228\n"
"help.text"
msgid "<emph>Height</emph>: Set the height of the tile or custom size."
-msgstr ""
+msgstr "<emph>Височина</emph>: задайте височината на плочката или на изображението в режим „по избор“."
#. twwdD
#: 05210500.xhp
@@ -27033,7 +27015,7 @@ msgctxt ""
"par_id351592869651411\n"
"help.text"
msgid "<emph>Scale</emph>: Mark to turn the height and width settings relative to original size."
-msgstr ""
+msgstr "<emph>Мащабиране</emph>: отметнете, за да направите настройките за височина и ширина относителни спрямо оригиналния размер."
#. QEYV9
#: 05210500.xhp
@@ -27042,7 +27024,7 @@ msgctxt ""
"hd_id201592869695805\n"
"help.text"
msgid "Position"
-msgstr ""
+msgstr "Позиция"
#. 8qFYv
#: 05210500.xhp
@@ -27051,7 +27033,7 @@ msgctxt ""
"par_id321592869780471\n"
"help.text"
msgid "Select the anchoring position of the bitmap image inside the object area."
-msgstr ""
+msgstr "Изберете позицията за закотвяне на растерното изображение в областта на обекта."
#. WKmCj
#: 05210500.xhp
@@ -27060,7 +27042,7 @@ msgctxt ""
"hd_id791592870139336\n"
"help.text"
msgid "Tiling Position"
-msgstr ""
+msgstr "Позиция на мозайката"
#. 286Bv
#: 05210500.xhp
@@ -27069,7 +27051,7 @@ msgctxt ""
"par_id811592870169715\n"
"help.text"
msgid "<emph>X-Offset</emph>: Set the horizontal bitmap offset value with respect to the anchoring position."
-msgstr ""
+msgstr "<emph>Отместване по X</emph>: задайте стойността на хоризонталното отместване на растерното изображение спрямо позицията на закотвяне."
#. w8e6v
#: 05210500.xhp
@@ -27078,7 +27060,7 @@ msgctxt ""
"par_id41592870267463\n"
"help.text"
msgid "<emph>Y-Offset</emph>: Set the vertical bitmap offset value with respect to the anchoring position."
-msgstr ""
+msgstr "<emph>Отместване по Y</emph>: задайте стойността на вертикалното отместване на растерното изображение спрямо позицията на закотвяне."
#. FeN7H
#: 05210500.xhp
@@ -27087,7 +27069,7 @@ msgctxt ""
"hd_id631592870132856\n"
"help.text"
msgid "Tiling Offset"
-msgstr ""
+msgstr "Отместване на мозайката"
#. ogBQB
#: 05210500.xhp
@@ -27096,7 +27078,7 @@ msgctxt ""
"par_id111592870375812\n"
"help.text"
msgid "Select the tiles offset in rows or columns. Use the spin button to specify the offset value."
-msgstr ""
+msgstr "Задайте дали плочките да се отместват по редове или по колони. С бутона брояч укажете стойността на отместването."
#. wAHtP
#: 05210600.xhp
@@ -27260,14 +27242,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr "<ahelp hid=\".uno:FillShadow\">Добавя сянка към избрания обект. Ако обектът вече има сянка, тя се премахва. Ако щракнете върху тази икона без да е избран обект, сянката се добавя към следващия начертан от вас обект.</ahelp>"
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Икона</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
+msgstr ""
#. 6XJUi
#: 05210600.xhp
@@ -27555,7 +27537,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Pattern"
-msgstr ""
+msgstr "Шарка"
#. 5FVqC
#: 05210800.xhp
@@ -27564,7 +27546,7 @@ msgctxt ""
"bm_id431592861834899\n"
"help.text"
msgid "<bookmark_value>pattern;area</bookmark_value><bookmark_value>pattern;background</bookmark_value><bookmark_value>background;pattern</bookmark_value><bookmark_value>background;area</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>шарка;област</bookmark_value><bookmark_value>шарка;фон</bookmark_value><bookmark_value>фон;шарка</bookmark_value><bookmark_value>фон;област</bookmark_value>"
#. S8BBE
#: 05210800.xhp
@@ -27573,7 +27555,7 @@ msgctxt ""
"hd_id801592861657875\n"
"help.text"
msgid "<link href=\"text/shared/01/05210800.xhp\" name=\"pattern\">Pattern</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05210800.xhp\" name=\"pattern\">Шарка</link>"
#. qLwKU
#: 05210800.xhp
@@ -27582,7 +27564,7 @@ msgctxt ""
"par_id3153626\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/areatabpage/btnpattern\">Fills the object with a simple two color pattern selected on this page.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/areatabpage/btnpattern\">Запълва обекта с проста двуцветна шарка, избрана на тази страница.</ahelp>"
#. p5uGC
#: 05210800.xhp
@@ -27591,7 +27573,7 @@ msgctxt ""
"hd_id3159147\n"
"help.text"
msgid "Pattern"
-msgstr ""
+msgstr "Шарка"
#. KW3Ah
#: 05210800.xhp
@@ -27600,7 +27582,7 @@ msgctxt ""
"par_id3149955\n"
"help.text"
msgid "Lists the available patterns. You can also modify or create your own pattern."
-msgstr ""
+msgstr "Изброява наличните шарки. Можете също така да променяте или създадете своя собствена шарка."
#. rpQaV
#: 05210800.xhp
@@ -27609,7 +27591,7 @@ msgctxt ""
"par_id161584528499683\n"
"help.text"
msgid "To rename a pattern, select the pattern, right-click and choose <menuitem>Rename</menuitem>. To delete a pattern, select the pattern, right-click and choose <menuitem>Delete</menuitem>."
-msgstr ""
+msgstr "За да преименувате шарка, изберете я, щракнете с десния бутон и изберете <menuitem>Преименуване</menuitem>. За да изтриете шарка, изберете я, щракнете с десния бутон и изберете <menuitem>Изтриване</menuitem>."
#. VrE5t
#: 05210800.xhp
@@ -27618,7 +27600,7 @@ msgctxt ""
"hd_id3153823\n"
"help.text"
msgid "Add"
-msgstr ""
+msgstr "Добавяне"
#. 8fyh4
#: 05210800.xhp
@@ -27627,7 +27609,7 @@ msgctxt ""
"par_id3148924\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/patterntabpage/BTN_ADD\">Adds a custom pattern to the current list. Specify the properties of your pattern, and then click this button.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/patterntabpage/BTN_ADD\">Добавя шарка по избор към текущия списък. Задайте свойствата на шарката, след което натиснете този бутон.</ahelp>"
#. 5waZ4
#: 05210800.xhp
@@ -27636,7 +27618,7 @@ msgctxt ""
"hd_id3147620\n"
"help.text"
msgid "Modify"
-msgstr ""
+msgstr "Промяна"
#. BSeBy
#: 05210800.xhp
@@ -27645,7 +27627,7 @@ msgctxt ""
"par_id3156023\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/patterntabpage/BTN_MODIFY\">Applies the current pattern properties to the selected pattern. If you want, you can save the pattern under a different name.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/patterntabpage/BTN_MODIFY\">Прилага текущите свойства на шарка върху избраната шарка. Ако желаете, можете да запазите шарката под различно име.</ahelp>"
#. WCFwi
#: 05210800.xhp
@@ -27654,7 +27636,7 @@ msgctxt ""
"hd_id3156042\n"
"help.text"
msgid "Options"
-msgstr ""
+msgstr "Настройки"
#. CVD9L
#: 05210800.xhp
@@ -27663,7 +27645,7 @@ msgctxt ""
"par_id3147291\n"
"help.text"
msgid "Draw or modify a pattern."
-msgstr ""
+msgstr "Тук можете да нарисувате или промените шарка."
#. ruCpD
#: 05210800.xhp
@@ -27672,7 +27654,7 @@ msgctxt ""
"hd_id3147834\n"
"help.text"
msgid "Pattern Editor"
-msgstr ""
+msgstr "Редактор на шарки"
#. rFfJm
#: 05210800.xhp
@@ -27681,7 +27663,7 @@ msgctxt ""
"par_id3147010\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/patterntabpage/CTL_PIXEL\">Draw the pattern in the 8 x 8 pixel board. Click on a pattern pixel to activate it, click again to deactivate it.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/patterntabpage/CTL_PIXEL\">Нарисувайте шарката в решетката от 8 × 8 пиксела. За да включите пиксел от шарката, щракнете върху него, а за да го изключите, щракнете отново.</ahelp>"
#. hNAPN
#: 05210800.xhp
@@ -27690,7 +27672,7 @@ msgctxt ""
"hd_id3155355\n"
"help.text"
msgid "Foreground Color"
-msgstr ""
+msgstr "Цвят за чертане"
#. sHjjw
#: 05210800.xhp
@@ -27699,7 +27681,7 @@ msgctxt ""
"par_id3156410\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/patterntabpage/LB_COLOR\">Set the color of the activated pattern pixels.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/patterntabpage/LB_COLOR\">Задайте цвета на включените пиксели от шарката.</ahelp>"
#. nh8wk
#: 05210800.xhp
@@ -27708,7 +27690,7 @@ msgctxt ""
"hd_id3155449\n"
"help.text"
msgid "Background Color"
-msgstr ""
+msgstr "Цвят на фона"
#. JqSDi
#: 05210800.xhp
@@ -27717,7 +27699,7 @@ msgctxt ""
"par_id3152909\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/patterntabpage/LB_BACKGROUND_COLOR\">Set the color of the deactivated pattern pixels.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/patterntabpage/LB_BACKGROUND_COLOR\">Задайте цвета на изключените пиксели от шарката.</ahelp>"
#. fZrDg
#: 05220000.xhp
@@ -42999,7 +42981,7 @@ msgctxt ""
"par_id651526423393786\n"
"help.text"
msgid "The signature line displays an horizontal line, a location mark, the name, title and email of signer."
-msgstr ""
+msgstr "Редът за подпис съдържа хоризонтална линия, маркер за позиция и името, длъжността и адреса за е-поща на подписващия."
#. auwte
#: addsignatureline.xhp
@@ -43053,7 +43035,7 @@ msgctxt ""
"par_id111526467993387\n"
"help.text"
msgid "<ahelp hid=\".\">Enter the email of the signer. The email is not displayed in the signature line graphic box, but is used for the digital signature.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Въведете адреса за е-поща на подписващия. Той не се показва в графичното каре с реда за подпис, а се използва за цифровия подпис.</ahelp>"
#. EpDAG
#: addsignatureline.xhp
@@ -43116,7 +43098,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Certificate Paths"
-msgstr ""
+msgstr "Пътища за сертификати"
#. FBox6
#: certificatepath.xhp
@@ -43125,7 +43107,7 @@ msgctxt ""
"bm_id211594767045571\n"
"help.text"
msgid "<bookmark_value>digital signatures;certificate path</bookmark_value> <bookmark_value>certificate path</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>цифрови подписи;път за сертификати</bookmark_value><bookmark_value>сертификати, път за</bookmark_value>"
#. MhnU5
#: certificatepath.xhp
@@ -43134,7 +43116,7 @@ msgctxt ""
"hd_id141594763815174\n"
"help.text"
msgid "<variable id=\"Certificateh1\"><link href=\"text/shared/01/certificatepath.xhp\" name=\"Certificate\">Certificate</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Certificateh1\"><link href=\"text/shared/01/certificatepath.xhp\" name=\"Certificate\">Сертификат</link></variable>"
#. BuRGD
#: certificatepath.xhp
@@ -43143,7 +43125,7 @@ msgctxt ""
"par_id841594763815175\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/certdialog/CertDialog\">Select or add the correct Network Security Services Certificate directory to use for digital signatures.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/certdialog/CertDialog\">Изберете или въведете директорията на Network Security Services със сертификати за електронни подписи.</ahelp>"
#. vCwDA
#: certificatepath.xhp
@@ -43152,7 +43134,7 @@ msgctxt ""
"hd_id511594765946403\n"
"help.text"
msgid "Available Certificate Paths"
-msgstr ""
+msgstr "Налични пътища за сертификати"
#. NK4GB
#: certificatepath.xhp
@@ -43161,7 +43143,7 @@ msgctxt ""
"par_id981594766097073\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/certdialog/CertDialog/liststore1\">Shows the list of Network Security Services Certificate directory to use for digital signatures.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/certdialog/CertDialog/liststore1\">Показва списъка от директории на Network Security Services със сертификати за цифрови подписи.</ahelp>"
#. DABZF
#: certificatepath.xhp
@@ -43170,7 +43152,7 @@ msgctxt ""
"hd_id741594764591263\n"
"help.text"
msgid "Select NSS path"
-msgstr ""
+msgstr "Изберете път на NSS"
#. 8gaEP
#: certificatepath.xhp
@@ -43179,7 +43161,7 @@ msgctxt ""
"par_id851594766090600\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/certdialog/CertDialog/add\">Opens a file picker dialog to add a new Network Security Services Certificate directory to the list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/certdialog/CertDialog/add\">Отваря диалог за избор на файл, с който да добавите в списъка нова директория за сертификати на Network Security Services.</ahelp>"
#. ViF5g
#: digitalsignatures.xhp
@@ -47276,14 +47258,14 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr "Експортиране на PDF – цифров подпис"
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
-msgstr "<bookmark_value>PDF, експортиране;цифров подпис</bookmark_value><bookmark_value>PDF, експортиране;подписване на PDF документ</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
+msgstr ""
#. ChX9A
#: ref_pdf_export_digital_signature.xhp
@@ -47465,24 +47447,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr "<ahelp hid=\".\">Тези три полета ви позволяват при желание да въведете допълнителна информация за цифровия подпис, който ще бъде приложен върху PDF файла (къде, от кого и защо е създаден). Тя ще бъде вградена в съответните полета на PDF и ще е видима за всеки, който преглежда файла. Всяко от полетата може да бъде оставено празно.</ahelp>"
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr "Услуга за времеви печати"
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr "<ahelp hid=\".\">Позволява ви при желание да изберете URL на услуга за времеви печати (TSA).</ahelp>"
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47492,15 +47456,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr "При подписването на PDF от услугата ще бъде получен времеви печат с цифров подпис, който се вгражда в подписа на документа. Този времеви маркер (RFC 3161) ще позволи на всекиго, преглеждащ документа, да провери кога е бил подписан."
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr "Списъкът с URL на услуги за времеви печати се управлява чрез <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Сигурност - Услуги за времеви печати (TSA)</emph>."
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49137,7 +49092,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Email as PDF"
-msgstr ""
+msgstr "Изпращане като PDF"
#. rAFEF
#: ref_pdf_send_as.xhp
@@ -49146,7 +49101,7 @@ msgctxt ""
"hd_id3146902\n"
"help.text"
msgid "<variable id=\"ref_pdf_send_as\"><link href=\"text/shared/01/ref_pdf_send_as.xhp\" name=\"Email as PDF\">Email as PDF</link></variable>"
-msgstr ""
+msgstr "<variable id=\"ref_pdf_send_as\"><link href=\"text/shared/01/ref_pdf_send_as.xhp\" name=\"Email as PDF\">Изпращане като PDF</link></variable>"
#. 7Uvgd
#: ref_pdf_send_as.xhp
@@ -49155,7 +49110,7 @@ msgctxt ""
"par_id3150756\n"
"help.text"
msgid "<variable id=\"ref_pdf_send_as_text\"><ahelp hid=\".uno:SendMailDocAsPDF\">Shows the Export as PDF dialog, exports the current document to Portable Document Format (PDF), and then opens an email sending window with the PDF as an attachment.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"ref_pdf_send_as_text\"><ahelp hid=\".uno:SendMailDocAsPDF\">Показва диалоговия прозорец „Експортиране като PDF“, експортира текущия документ във формат PDF и отваря прозорец за изпращане на е-поща, като прикачва PDF файла към писмото.</ahelp></variable>"
#. wTQMX
#: securitywarning.xhp
@@ -49562,6 +49517,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Подписан ред за подпис</alt></image>"
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/shared/02.po b/source/bg/helpcontent2/source/text/shared/02.po
index 567f9d3da28..142d7674729 100644
--- a/source/bg/helpcontent2/source/text/shared/02.po
+++ b/source/bg/helpcontent2/source/text/shared/02.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-30 22:38+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-05 15:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/bg/>\n"
"Language: bg\n"
@@ -8810,14 +8810,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr "<ahelp hid=\".\">Ако създавате <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">подформуляр</link>, въведете полето от по-външния формуляр, осигуряващо синхронизацията между него и подформуляра.</ahelp> За да въведете няколко стойности, натискайте Shift + Enter след всеки въведен ред."
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
-msgstr "Подформулярът е базиран на заявка на <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link>, и по-точно – на <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">параметрична заявка</link>. Ако срещу <emph>Свързване на главни полета</emph> бъде въведено име на поле, данните, съдържащи се в това поле в главния формуляр, ще бъдат прочетени в променлива, която трябва да въведете в <emph>Свързване на подчинени полета</emph>. В подходящ оператор на SQL тази променлива се сравнява с данните от таблицата, за която се отнася подформулярът. Вместо това можете също да въведете името на колоната в полето <emph>Свързване на главни полета</emph>."
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgstr ""
#. KAQ4c
#: 01170203.xhp
@@ -10529,14 +10529,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr "Всяко приложение от $[officename] има собствен прозорец <emph>Стилове</emph>. Затова има отделни прозорци за <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">текстови документи</link></caseinline><defaultinline>текстови документи</defaultinline></switchinline>, за <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">електронни таблици</link></caseinline><defaultinline>електронни таблици</defaultinline></switchinline> и за <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">презентации/рисунки</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">презентации/рисунки</link></caseinline><defaultinline>презентации/рисунки</defaultinline></switchinline>."
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Икона</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -11762,14 +11762,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr "Иконата <emph>Стил на стрелка</emph> се вижда само когато създавате рисунка чрез функциите за рисуване. За повече информация вижте <link href=\"text/shared/01/05200300.xhp\" name=\"Видове линии\"><emph>Видове линии</emph></link> в помощта."
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Икона</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -13038,7 +13038,7 @@ msgctxt ""
"par_id3153049\n"
"help.text"
msgid "<ahelp hid=\".\">On the <emph>Mail</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\"><emph>Hyperlink</emph> dialog</link> you can edit hyperlinks for email addresses.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">В страницата <emph>Поща</emph> от <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">диалоговия прозорец <emph>Хипервръзка</emph></link> можете да редактирате хипервръзки към адреси за е-поща.</ahelp>"
#. mDsga
#: 09070200.xhp
@@ -13065,7 +13065,7 @@ msgctxt ""
"par_id3166460\n"
"help.text"
msgid "<ahelp hid=\".\">Assigns the specified <emph>email address</emph> to the hyperlink.</ahelp> Clicking the new hyperlink in the document will open a new message document, addressed to the receiver specified in the <emph>Recipient</emph> field."
-msgstr ""
+msgstr "<ahelp hid=\".\">Приписва на хипервръзката зададения <emph>адрес за е-поща</emph>.</ahelp> Щракването върху новата хипервръзка в документа ще отвори нов документ – съобщение, адресирано до получателя от полето <emph>Получател</emph>."
#. Hop8w
#: 09070200.xhp
@@ -13083,7 +13083,7 @@ msgctxt ""
"par_id3149514\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/hyperlinkmailpage/adressbook\">Hides or shows the <emph>data source</emph> browser.</ahelp> Drag the receiver's <emph>Email</emph> data field from the data source browser into the <emph>Recipient</emph> text field."
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/hyperlinkmailpage/adressbook\">Скрива или показва браузъра за <emph>източници на данни</emph>.</ahelp> Плъзнете полето с данни <emph>е-поща</emph> на получателя от браузъра за източници на данни и го пуснете в текстовото поле <emph>Получател</emph>."
#. AMsuz
#: 09070200.xhp
@@ -15378,7 +15378,7 @@ msgctxt ""
"par_id3148539\n"
"help.text"
msgid "Your search terms will be saved as long as the table or the form document is open. If you are running more than one search and you would like to repeat the search term, you can select a previously used search term from the combo box."
-msgstr ""
+msgstr "Търсените изрази се помнят, докато е отворен документът с таблицата или формуляра. Ако сте търсили няколко пъти и искате да повторите някой от търсените изрази, можете да го изберете от комбинираното поле."
#. GkrL9
#: 12100200.xhp
@@ -17027,14 +17027,14 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "Директно изпълнение на команда на SQL"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
-msgstr "Щракнете върху иконата отново, за да се върнете към обикновения режим, в който промените в <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>Нов проект на заявка</emph></link> се синхронизират с разрешените промени в SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgstr ""
#. tTG7m
#: 14040000.xhp
@@ -17054,14 +17054,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Функции\">Функции</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Показва реда <emph>Функция</emph> в долната част на изгледа за проектиране в прозореца <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Проектиране на заявка</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgstr ""
#. iGFfH
#: 14040000.xhp
@@ -17099,14 +17099,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Име на таблица\">Име на таблица</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
-msgstr "<ahelp hid=\".\">Показва реда <emph>Таблица</emph> в долната част на прозореца <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Проектиране на заявка</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgstr ""
#. t48DA
#: 14050000.xhp
@@ -17144,14 +17144,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Псевдоним\">Псевдоним</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Показва реда <emph>Псевдоним</emph> в долната част на прозореца <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Проектиране на заявка</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgstr ""
#. CcbaZ
#: 14060000.xhp
@@ -17198,14 +17198,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Различни стойности\">Различни стойности</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
-msgstr "<ahelp hid=\".uno:DBDistinctValues\">Допълва създадения оператор SELECT за <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>заявката на SQL</emph></link> с параметър <emph>DISTINCT</emph> за текущата колона.</ahelp> Резултатът е, че еднаквите стойности, които се срещат в колоната, се показват само по веднъж."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgstr ""
#. EXAFG
#: 14070000.xhp
@@ -19241,14 +19241,41 @@ msgctxt ""
msgid "Limit"
msgstr "Ограничение"
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
-msgstr "<ahelp hid=\".\">Допълва създавания оператор SELECT в <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">заявката на SQL</link> с клаузата LIMIT X</ahelp>. Така можете да ограничите резултатите от заявката до първите X намерени записа."
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
+msgstr ""
#. Ae3Qb
#: paintbrush.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/autopi.po b/source/bg/helpcontent2/source/text/shared/autopi.po
index b2b9ea07a18..d9915469d29 100644
--- a/source/bg/helpcontent2/source/text/shared/autopi.po
+++ b/source/bg/helpcontent2/source/text/shared/autopi.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2019-11-08 18:45+0000\n"
+"PO-Revision-Date: 2020-08-07 21:07+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
-"Language-Team: Bulgarian <https://vm137.documentfoundation.org/projects/libo_help-master/textsharedautopi/bg/>\n"
+"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedautopi/bg/>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1532087259.000000\n"
#. hCAzG
@@ -5729,7 +5729,7 @@ msgctxt ""
"hd_id3147089\n"
"help.text"
msgid "Email address"
-msgstr ""
+msgstr "Адрес за е-поща"
#. Bm9Gp
#: 01110400.xhp
@@ -5738,7 +5738,7 @@ msgctxt ""
"par_id3166460\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/publishingdialog/emailEntry\">Specifies the email address.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/publishingdialog/emailEntry\">Указва адреса за електронна поща.</ahelp>"
#. VhjgN
#: 01110400.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/explorer/database.po b/source/bg/helpcontent2/source/text/shared/explorer/database.po
index 82fe9bc49b2..cfcc7b9e515 100644
--- a/source/bg/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/bg/helpcontent2/source/text/shared/explorer/database.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-05-23 22:45+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-07 21:07+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/bg/>\n"
"Language: bg\n"
@@ -16,2220 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1549986591.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr "Проектиране на заявка"
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr "<bookmark_value>виртуални таблици; създаване в бази от данни (Base)</bookmark_value> <bookmark_value>заявки; проектиране (Base)</bookmark_value> <bookmark_value>проектиране; заявки (Base)</bookmark_value> <bookmark_value>съединяване; таблици (Base)</bookmark_value> <bookmark_value>таблици в бази от данни; съединяване в заявки (Base)</bookmark_value> <bookmark_value>заявки; съединяване на таблици (Base)</bookmark_value> <bookmark_value>таблици в бази от данни; релации (Base)</bookmark_value> <bookmark_value>релации; съединяване на таблици (Base)</bookmark_value> <bookmark_value>заявки; изтриване на връзки между таблици (Base)</bookmark_value> <bookmark_value>критерии за проектиране на заявки (Base)</bookmark_value> <bookmark_value>заявки; формулиране на филтриращи условия (Base)</bookmark_value> <bookmark_value>филтриращи условия; в заявки (Base)</bookmark_value> <bookmark_value>параметри; заявки (Base)</bookmark_value> <bookmark_value>заявки; параметрични заявки (Base)</bookmark_value> <bookmark_value>SQL; заявки (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Проектиране на заявки\">Проектиране на заявки</link>"
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr "<ahelp hid=\".\"><emph>Изгледът за проектиране на заявки</emph> ви позволява да създавате и редактирате заявка към база от данни.</ahelp>"
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr "В повечето бази от данни филтрирането или сортирането на данните за показване на екрана се извършва чрез заявки. Виртуалните таблици предлагат същата функционалност, както заявките, но от страната на сървъра. Ако базата от данни е в сървър, който поддържа виртуални таблици, чрез тях можете да филтрирате записите още в сървъра – така ще ускорите показването им."
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr "Когато изберете командата <emph>Създаване на виртуална таблица</emph> от раздела <emph>Таблици</emph> на документ – база от данни, ще видите прозореца <emph>Проектиране на виртуална таблица</emph>, който прилича на описания тук прозорец <emph>Проектиране на заявка</emph>."
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr "Оформлението на прозореца за проектиране на заявка се запазва заедно със създадената заявка, но не и със съсздадена виртуална таблица."
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr "Изгледът за проектиране"
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr "За да създадете заявка, щракнете върху иконата <emph>Заявки</emph> в документ – база от данни, а после щракнете върху <emph>Създаване на заявка в режим Проектиране</emph>."
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr "Долният панел на изгледа за проектиране служи за <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">дефиниране</link> на заявката. За да дефинирате заявка, задайте <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">имената на полетата</link> в базата от данни, които да бъдат включени, и <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">критериите</link> за показване на полетата. За да пренаредите колоните в долния панел на изгледа за проектиране, плъзнете заглавие на колона на ново място или изберете колоната и натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+клавиш със стрелка."
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr "В горната част на прозореца за проектиране на заявки са показани <link href=\"text/shared/main0214.xhp\" name=\"икони\">иконите</link> на лентите <emph>Проектиране на заявка</emph> и <emph>Проектиране</emph>."
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr "Ако искате да изпробвате заявка, щракнете двукратно върху името й в документа – база от данни. Резултатът от заявката ще се покаже в таблица, подобна на изгледа с източници на данни. Забележка: показаната таблица е временна."
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr "Клавиши в изглед Проектиране на заявка"
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr "Клавиш"
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "Функция"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr "F4"
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr "Мостра"
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr "F5"
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr "Изпълняване на заявка"
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr "F7"
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr "Добавяне на таблица или заявка"
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr "Преглед"
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr "Когато започнете да проектирате нова заявка, ще видите диалог, в който трябва да изберете коя съществуваща таблица или заявка да се използва за основа."
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">За да добавяте полета към заявката, щракайте двукратно върху тях. Можете да задавате връзки чрез плъзгане и пускане.</ahelp>"
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr "Когато проектирате заявка, не можете да променяте избраните таблици."
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr "Премахване на таблици"
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr "За да премахнете таблица от изгледа Проектиране, щракнете върху горния ръб на прозореца с таблицата. Ще видите контекстното меню. Можете да използвате командата <emph>Изтриване</emph>, за да премахнете таблицата от изгледа. Друга възможност е да натиснете клавиша Delete."
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr "Преместване и преоразмеряване на таблица"
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr "Можете да преоразмерите и подредите таблиците по желание. За да преместите таблица, плъзнете горния й ръб до желаната позиция. За да намалите или увеличите размерите, с които се показва таблицата, поставете курсора на мишката върху ъгъл или ръб и плъзнете до желания размер."
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr "Връзки между таблиците"
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr "Ако между полета от две различни таблици има връзка, можете да я използвате в заявката."
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr "Например, ако имате таблица с артикули, идентифицирани чрез номер на артикул, и таблица за клиенти, в която записвате поръчаните от всеки клиент стоки чрез съответните номера на артикули, тогава между двете полета „номер на артикул“ има връзка. Ако искате да създадете заявка, която намира всички артикули, поръчани от даден клиент, трябва да извлечете данни от двете таблици. За това трябва да укажете на $[officename] каква е връзката между тях."
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr "За тази цел щракнете върху име на поле в таблица (например полето „Номер-на-артикул“ в таблицата с клиенти), задръжте бутона на мишката и плъзнете полето върху съответното му поле от другата таблица („Номер-на-артикул“ в таблицата с артикули). Когато отпуснете бутона на мишката, между двата прозореца с таблиците ще се появи линия, свързваща двете полета. В резултатната заявка на SQL ще бъде вмъкнато условие, че съдържанието на двете полета трябва да е еднакво."
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr "Създаването на заявка, базирана на няколко свързани таблици, е възможно само ако използвате $[officename] като интерфейс за релационна база от данни."
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr "Достъпът до таблици на различни бази от данни в една и съща заявка не е възможен. Заявките с по няколко таблици са ограничени в рамките една база от данни."
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr "Указване типа на релацията"
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr "Ако щракнете двукратно върху линията, съединяваща две свързани полета, или изберете командата <emph>Вмъкване - Нова релация</emph>, ще можете да зададете типа на връзката в диалоговия прозорец <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Релации</emph></link>."
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Редактиране на свойствата на съединение.</ahelp> Можете също да натискате Tab, докато изберете желаната линия, после да натиснете Shift+F10, за да видите контекстното меню, и да изберете командата <emph>Редактиране</emph>. Някои бази от данни подържат само подмножество от възможните видове съединения."
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr "Изтриване на връзки"
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr "За да изтриете връзка между две таблици, щракнете върху съединителната линия и натиснете клавиша Delete."
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr "Вместо това можете да изтриете съответните елементи от списъка <emph>Участващи полета</emph> в диалоговия прозорец <emph>Релации</emph> или да натискате Tab, докато изберете желаната линия, после да натиснете Shift+F10, за да видите контекстното меню, и да изберете командата <emph>Изтриване</emph>."
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr "Дефиниране на заявката"
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Задайте условия, за да дефинирате заявката.</ahelp> Всяка колона от таблицата за проектиране може да съдържа едно поле с данни за заявката. Условията в един ред са свързани с логическо „И“."
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr "Задаване на имена на полета"
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr "Първо изберете имената на полетата от таблиците, които искате да добавите в заявката. Можете да направите това с плъзгане и пускане или с двукратно щракване върху име на поле в прозореца на таблицата. Ако използвате плъзгане и пускане, плъзнете име на поле от прозореца на таблицата и го пуснете в долната част на на прозореца за проектиране на заявка. Така можете да определите в коя колона да бъде добавено. Ако щракнете двукратно върху име на поле, то ще бъде добавено в първата свободна колона."
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr "Изтриване на имена на полета"
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr "За да премахнете име на поле от заявката, щракнете върху заглавието на колоната с полето и изберете командата <emph>Изтриване</emph> от контекстното меню на колоната."
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr "Записване на заявката"
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr "За да запишете заявката, използвайте иконата <emph>Записване</emph> от лентата „Стандартни“. Ще видите диалогов прозорец, който ви подканва да въведете име за заявката. Ако базата от данни поддържа схеми, можете да въведете и име на схема."
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr "Схема"
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Въведете името на схемата, която е приписана на заявката или виртуалната таблица.</ahelp>"
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr "Име на заявка или име на виртуална таблица"
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">Въведете името на заявката или виртуалната таблица.</ahelp>"
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr "Филтриране на данни"
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr "За да филтрирате данните за заявката, задайте желаните критерии в долната част на прозореца за проектиране на заявка. Разполагате със следните възможности:"
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr "Поле"
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Въведете името на полето с данни, което се използва в заявката. Всички настройки в редовете с параметри на филтрирането се отнасят за това поле.</ahelp> Ако активирате клетка тук с щракване в нея, ще видите бутон със стрелка, който ви позволява да изберете поле. Възможността „Име на таблица.*“ означава избиране на всички полета – тогава зададените критерии ще се отнасят за всички полета в таблицата."
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr "Псевдоним"
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Задава псевдоним. Той ще бъде показван в заявката вместо името на полето. Така можете да задавате собствени етикети за колоните.</ahelp> Например, ако името на полето е „PtNo“, а вие искате в заявката вместо това да се изписва „PartNum“, въведете „PartNum“ като псевдоним."
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr "В оператор на SQL псевдонимите се дефинират както следва:"
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr "SELECT колона AS псевдоним FROM таблица."
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr "Например:"
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr "Таблица"
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">Тук се показва таблицата, съответстваща на избраното поле.</ahelp> Ако активирате клетката с щракване, ще се покаже стрелка, която ви позволява да изберете друга таблица за текущата заявка."
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr "Сортиране"
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">Като щракнете върху тази клетка, можете да изберете настройка за сортиране: възходящо, низходящо или изключено.</ahelp> Текстовите полета се сортират по азбучен ред, а числовите – като числа. За повечето бази от данни администраторите могат да задават настройките за сортиране в самата база."
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr "Видим"
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">Ако отметнете свойството <emph>Видим</emph> за поле с данни, полето ще се вижда в резултата от заявката.</ahelp> Ако искате да използвате поле само за да формулирате условие или да извършите изчисление, не е необходимо да го задавате като видимо."
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr "Критерий"
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Определя първия от <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">критериите</link>, по които трябва да се филтрира съдържанието на полето.</ahelp>"
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr "или"
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr "Тук можете да въведете по един критерий за филтриране на всеки ред. Критериите в рамките на една колона се тълкуват като съчетани чрез логическо „ИЛИ“."
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr "Освен това чрез контекстното меню на заглавията на редовете в тази област можете да вмъкнете филтър, базиран на функция:"
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "Функции"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Изберете функция, която да бъде изпълнена в заявката.</ahelp> Достъпните тук функции зависят от това какви функции предоставя ядрото на базата от данни."
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr "Ако работите с вградената база от данни HSQL, списъкът в реда <emph>Функция</emph> ви предлага следните възможности:"
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr "Възможност"
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr "Действие"
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr "Без функция"
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr "Няма да бъде изпълнена функция."
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr "Средно"
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr "Изчислява средното аритметично на стойностите в полето."
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr "Брой"
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr "Намира броя на записите в таблицата. Празните полета може да се броят (а) или да се изключват (б)."
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr "а) COUNT(*): ако подадете звездичка като аргумент, ще бъдат преброени всички записи в таблицата."
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr "б) COUNT(колона): ако подадете име на поле като аргумент, ще бъдат преброени само записите, в които указаното поле съдържа стойност. Записите, в които полето има стойност Null (т.е. не съдържа текстова или числова стойност), няма да се броят."
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr "Максимум"
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr "Намира най-високата стойност на това поле измежду записите."
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr "Минимум"
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr "Намира най-ниската стойност на това поле измежду записите."
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr "Сума"
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr "Изчислява сумата на стойностите на съответното поле от всички записи."
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr "Групиране"
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr "Групира данните в заявката по стойностите на избраното поле. Функциите се изпълняват според зададените групи. В SQL тази възможност съответства на клаузата GROUP BY. Ако е добавен критерий, той ще бъде включен в клауза HAVING."
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr "Можете да въвеждате обръщения към функции и направо в оператора на SQL. Синтакисът е следният:"
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr "SELECT FUNCTION(колона) FROM таблица."
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr "Например, обръщението към функция за сумиране в SQL е:"
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr "SELECT SUM(\"Price\") FROM \"Article\"."
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr "С изключение на <emph>Групиране</emph>, останалите споменати по-горе функции се наричат „агрегатни функции“. Те служат за обобщаване на данни. Възможно е да са достъпни и други функции, които не са изброени в списъчното поле. Те зависят от конкретното използвано ядро за бази от данни и от това каква функционалност предоставя драйверът на Base, който осигурява връзката с това ядро."
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr "За да използвате други функции, които не са изброени в списъка, трябва да ги въведете ръчно в клетката <emph>Поле</emph>."
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr "На обръщенията към функции също могат да се приписват псевдоними. Ако не искате в заглавието на колоната да се изписва текстът от заявката, въведете желаното алтернативно име в клетката <emph>Псевдоним</emph>."
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr "Съответната функция в оператор на SQL е:"
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr "SELECT ФУНКЦИЯ() AS псевдоним FROM таблица"
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "Пример:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr "SELECT COUNT(*) AS count FROM \"Item\""
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr "Ако използвате такава функция, можете да вмъквате допълнителни колони в заявката единствено като аргументи на функцията „Групиране“."
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "<emph>Примери</emph>"
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr "В следващия пример се изпълнява заявка с две таблици: таблица с артикули „Item“, съдържаща поле „Item_No“ за номер на артикул, и таблица с доставчици „Suppliers“ с поле „Supplier_Name“ за име на доставчик. Освен това и двете таблици имат общо поле „Supplier_No“ за номер на доставчик."
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr "За да създадете заявка за доставчиците, доставящи по повече от три артикула, е необходимо да изпълните следните стъпки."
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "Вмъкнете таблиците „Item“ и „Suppliers“ в проекта на заявката."
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr "Свържете полетата „Supplier_No“ от двете таблици, ако между тях е е показана връзка."
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr "Щракнете двукратно върху полето „Item_No“ от таблицата „Item“. Покажете реда <emph>Функция</emph> чрез контекстното меню и изберете функцията „Брой“."
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "Въведете „>3“ като критерий и изключете полето „Видим“."
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "Щракнете двукратно върху полето „Supplier_Name“ в таблицата „Suppliers“ и изберете функцията „Групиране“."
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr "Стартирайте заявката."
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr "Ако в таблицата „Item“ има полета „Price“ (за единична цена на артикула) и „Supplier_No“ (за доставчика на артикула), можете да получите средната цена на артикул, доставян от даден доставчик, със следната заявка:"
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr "Вмъкнете таблицата „Item“ в проекта на заявката."
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr "Щракнете двукратно върху полетата „Price“ и „Supplier_No“."
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr "Включете реда <emph>Функция</emph> и изберете функцията „Средно“ за полето „Price“."
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr "Можете също да въведете „Average“ в реда за псевдоним (без кавичките)."
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr "Изберете „Групиране“ за полето „Supplier_No“."
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr "Стартирайте заявката."
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr "Имате на разположение следните команди от контекстното меню и икони:"
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "Функции"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Показва или скрива ред за избор на функции.</ahelp>"
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr "Име на таблица"
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Показва или скрива реда за име на таблица.</ahelp>"
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr "Псевдоним"
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Показва или скрива реда за псевдоним.</ahelp>"
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr "Различни стойности"
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Заявката ще извлече само различните стойности.</ahelp> Това се отнася за групи от записи, съдържащи повтарящи се данни в избраните полета. Ако командата <emph>Различни стойности</emph> е активна, те ще са представени в резултата само с по един запис (DISTINCT). Иначе ще виждате всички записи, съответстващи на критериите от заявката (ALL)."
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr "Например, ако името „Иванов“ се среща няколко пъти в база от данни с адреси, можете да изберете командата <emph>Различни стойности</emph>, за да укажете, че в резултата от заявката „Иванов“ трябва да бъде показано само веднъж."
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr "За заявка, включваща няколко полета, комбинацията от стойности във всички полета трябва да е уникална, за да се включи записът в резултата. Например, да кажем, че в адресния бележник има един път „Иванов от Пловдив“ и два пъти „Иванов от София“. Ако заявката включва полета за фамилия и град, с командата <emph>Различни стойности</emph> заявката ще върне един път „Иванов от Пловдив“ и един път „Иванов от София“."
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr "В SQL тази команда съответства на предиката DISTINCT."
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr "Ограничение"
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Позволява ви да ограничите максималния брой записи, връщани от заявката.</ahelp>"
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr "Ако добавите конструкцията <emph>Ограничение</emph>, ще получите най-много указания брой записи. Иначе ще видите всички записи, съответстващи на критериите в заявката."
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr "Формулиране на условия за филтриране"
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr "Когато формулирате условия за филтриране, имате на разположение разнообразни операции и команди. Освен операциите за сравнение има и специфични за SQL команди за проверка на съдържанието на полетата с данни. Ако използвате тези команди в синтаксиса на $[officename], $[officename] автоматично ще ги преобразува в съответния синтаксис на SQL чрез вътрешен синтактичен анализатор. Можете да въведете командата на SQL и директно, заобикаляйки вътрешния синтактичен анализ. Следващите таблици съдържат общ преглед на операциите и командите:"
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr "Операция"
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "Значение"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "Условието е удовлетворено, ако…"
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr "равно на"
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr "… съдържанието на полето е еднакво със зададения израз."
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr "Операцията = не се показва в полетата на заявката. Ако въведете стойност без операция, автоматично се приема =."
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr "различно от"
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr "… съдържанието на полето не съответства на зададения израз."
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr "по-голямо"
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr "… съдържанието на полето е по-голямо от зададения израз."
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr "по-малко"
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr "… съдържанието на полето е по-малко от зададения израз."
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr "по-голямо или равно"
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr "… съдържанието на полето е по-голямо или равно на зададения израз."
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr "по-малка или равна на"
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr "… съдържанието на полето е по-малко или равно на зададения израз."
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr "Команда на $[officename]"
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr "Команда на SQL"
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "Значение"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "Условието е удовлетворено, ако…"
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr "е Null"
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr "... полето не съдържа данни. За полета от тип „да/не“ с три състояния, тази команда автоматично проверява за неопределеното състояние (нито „да“, нито „не“)."
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr "не е празно"
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr "... полето не е празно, т.е. съдържа данни."
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr "заместител (*) за произволен брой знаци"
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr "заместител (?) за точно един знак"
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr "<bookmark_value>заместващи знаци; в заявки на SQL</bookmark_value>"
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr "заместител (%) за произволен брой знаци"
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr "заместител (_) за точно един знак"
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr "съдържа"
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr "… полето съдържа зададения израз. Заместващият знак * показва дали изразът x се среща в началото на съдържанието на полето (x*), в края му (*x) или във вътрешността (*x*). В заявките на SQL можете да въвеждате знака % от SQL, а в интерфейса на %PRODUCTNAME – познатия ви от файловата система заместител *."
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr "Заместващият знак (*) или (%) замества произволен брой знаци. Въпросителният знак (?) в интерфейса на $[officename] или долната черта (_) в заявките на SQL служи за представяне на точно един знак."
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr "не съдържа"
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr "... полето не съдържа данни, съответстващи на зададения израз."
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr "е в интервала [x, y]"
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr "... полето съдържа стойност между x и y."
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr "не е в интервала [x, y]"
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr "... полето съдържа стойност, която не е между x и y."
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr "Забележете, че стойностите в списъците са разделени с точка и запетая!"
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr "е измежду a, b, c…"
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr "... стойността на полето е измежду зададените изрази a, b, c,... Възможно е да се зададат произволен брой изрази, като резултатът от заявката се определя с операция булево „ИЛИ“. Изразите a, b, c... могат да са числа или текстове."
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr "не е измежду a, b, c…"
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr "... стойността на полето не е измежду зададените изрази a, b, c,..."
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr "има стойност „истина“"
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr "... полето съдържа логическата стойност „истина“."
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr "има стойност „лъжа“"
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr "... полето съдържа логическата стойност „лъжа“."
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "Примери"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr "намира полета със съдържание „Г-ца“."
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr "намира дати преди 10 януари 2001 г."
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr "намира полета със съдържание като „дама“ или „дума“."
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr "намира полета със съдържание като „Слънце“."
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr "намира полета, съдържащи стойност между 10 и 20 (полетата може да са текстови или числови)."
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr "намира полета, съдържащи стойност 1, 3, 5 или 7. Ако полето съдържа например номер на артикул, можете да създадете заявка, която намира артикула с определен номер."
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr "връща полета, чиято стойност не е „Иванов“ или „Петров“."
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr "Превключваща последователност за <emph>LIKE</emph>: {escape 'превключващ-знак'}"
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr "Пример: SELECT * FROM Item WHERE ItemName LIKE 'The *%' {escape '*'}"
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr "Примерът ще намери всички записи, в които името на артикул започва с „The *“. Това означава, че можете да търсите знаци, които иначе биха били изтълкувани като заместители, например *, ?, _, % или точка."
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr "Превключваща последователност за <emph>OUTER JOIN</emph>: {oj outer-join}"
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "Пример: SELECT Article.* FROM {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr "Проверка на текстови полета"
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr "За да сравните съдържанието на текстово поле, трябва да оградите израза с единични кавички. Различаването на малки и главни букви зависи от използваната база от данни. По дефиниция LIKE е чувствителна към регистъра (но в някои бази от данни това не се спазва строго)."
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr "Проверка на полета с дати"
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr "<emph>Полетата с дати</emph> се представят като #Дата#, за да се вижда ясно, че са дати. Константите (литералите) от тип дата, час и дата/час, използвани в условия, могат да бъдат или във вид SQL Escape Syntax, или в подразбирания синтаксис на SQL2."
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr "Елемент от тип дата"
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr "SQL Escape syntax #1 - може да е извън употреба"
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr "SQL Escape syntax #2"
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr "Синтаксис на SQL2"
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "Дата"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr "Час"
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr "Дата и час"
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr "Пример: SELECT {d '1999-12-31'} FROM world.years"
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr "Пример: SELECT * FROM mytable WHERE years='1999-12-31'"
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr "Всички изрази (или литерали) от тип дата трябва да бъдат оградени с кавички. (За подробности вижте ръководството за конкретната база от данни и драйвер за връзка с нея.)"
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr "Проверка на полета от типа „да/не“"
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr "За да сравните съдържанието на логическо поле, използвайте следния синтаксис за таблици на dBASE:"
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr "Състояние"
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr "Критерий за сравнение"
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "Пример"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "Да"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr "за таблици на dBASE: не е равно на никоя стойност"
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr "=1 намира всички записи, в които полето има състояние „Да“ или „Включено“ (избрано в черно),"
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "Не"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr "=0 намира всички записи, в които полето има състояние „Не“ или „Изключено“ (няма селекция)."
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr "Null"
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr "IS NULL"
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr "IS NULL намира всички записи, за които полето няма състояние „Да“ или „Не“ (избрано в сиво)."
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr "Синтаксисът зависи от използваната СУБД. Освен това имайте предвид, че полетата от тип „Да/Не“ може да са дефинирани по друг начин (само с 2 състояния, вместо с 3)."
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr "Параметрични заявки"
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr "Параметричните заявки позволяват на потребителя да въвежда стойности по време на изпълнение. Тези стойности се използват в критериите за избиране на записи. Всяка от тях е свързана с име на параметър, което се използва за запитване към потребителя, когато се стартира заявката."
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr "В изгледите „Проектиране“ и „SQL“ на заявката пред имената на параметри има двоеточие. Те могат да се използват навсякъде, където може да участва стойност. Ако една и съща стойност трябва да участва на няколко места, използва се едно и също име на параметър."
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr "В най-простия случай, когато потребителят въведе стойност, проверявана за равенство, името на параметъра с предхождащото го двоеточие просто се въвежда в реда „Критерии“. В <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">режим „SQL“</link> това трябва да бъде въведено като <item type=\"input\">WHERE \"Поле\" = :Име_на_параметър</item>"
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr "Имената на параметри не могат да съдържат знаците <item type=\"input\"><интервал>`!\"$%^*()+={}[]@'~#<>?/,</item>. Освен това не могат да съвпадат с имена на полета или запазени думи на SQL. Могат да съвпадат с псевдоними."
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr "Полезна конструкция за избиране на записи на базата на част от съдържанието на текстово поле е да се добави скрита колона с критерий <item type=\"input\">\"LIKE '%' || :Част_от_поле || '%'\"</item>. Така ще бъдат избрани записите с пълно съвпадение. Ако не трябва да се различават малки и главни букви, едно решение е за поле да се използва <item type=\"input\">LOWER (Име_на_поле)</item>, а за критерий – <item type=\"input\">LIKE LOWER ( '%' || :Част_от_поле || '%' )</item>. Обърнете внимание, че интервалите в критерия са от значение – ако ги пропуснете, анализаторът на SQL ще интерпретира целия критерий като низ за съвпадение. В <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">режим „SQL“</link> трябва да се въведе <item type=\"input\">LOWER ( \"Име_на_поле\" ) LIKE LOWER ( '%' || :Част_от_поле || '%' )</item>."
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr "Параметричните заявки могат да се използват като източник на данни за <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">подформуляри</link>, за да се позволи на потребителя да ограничава показваните записи."
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr "Въвеждане на параметър"
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Диалогът <emph>Въвеждане на параметри</emph> подканва потребителя да въведе стойностите на параметрите. Въведете стойност за всеки от параметрите на заявката и потвърдете с щракване върху <emph>OK</emph> или натискане на <emph>Enter</emph>.</ahelp>"
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr "Въведените от потребителя стойности могат да съдържат всякакви знаци, допустими в SQL за съответния критерий. Това може да зависи от използваната система за бази от данни."
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr "За извличане на записи според по-сложни критерии, като части от стойност могат да се използват заместващите знаци на SQL \"%\" (произволен низ) или \"_\" (произволен единичен знак)."
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr "Режим SQL"
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr "SQL означава „Structured Query Language“ (език за структурирани заявки). Този език представлява набор от инструкции за управление на релационни бази от данни."
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr "За повечето заявки в $[officename] не са ви необходими познания по SQL, тъй като не се налага да въвеждате програмен код на SQL. Ако създадете заявка в прозореца за проектиране, $[officename] автоматично преобразува указанията ви в съответния синтаксис на SQL. Ако преминете към изглед SQL с помощта на бутона <emph>Изглед Проектиране - вкл./изкл.</emph>, можете да видите командите на SQL за създадената до момента заявка."
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr "Можете да формулирате заявката си и директно като код на SQL. Забележете обаче, че конкретния синтаксис зависи от използваната СУБД."
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr "Ако въвеждате ръчно код на SQL, можете да създавате специфични за SQL заявки, които не се поддържат от графичния интерфейс в прозореца <emph>Проектиране на заявка</emph>. Тези заявки трябва да се изпълняват в режим Native SQL."
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr "За да формулирате заявка, която не се обработва от $[officename], а се изпраща директно към системата за управление на базата от данни, щракнете върху иконата <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Директно изпълнение на команда на SQL</emph></link> в изгледа SQL."
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5488,14 +3274,14 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr "В този диалог можете да въвеждате само административни команди като Grant, Create Table или Drop Table, не и команди за филтриране. Възможните команди зависят от източника на данни, например dBASE може да изпълнява само някои от изброените тук команди на SQL."
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "За да стартирате заявка на SQL за филтриране на данни от базата, използвайте <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Проектиране на заявки\">изгледа за проектиране на заявки</link>."
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgstr ""
#. Ck9G4
#: 11080000.xhp
@@ -9689,7 +7475,7 @@ msgctxt ""
"par_idN105F8\n"
"help.text"
msgid "Email Document"
-msgstr ""
+msgstr "Изпращане на документ по е-поща"
#. Qxg2W
#: menufile.xhp
@@ -9698,7 +7484,7 @@ msgctxt ""
"par_idN105FC\n"
"help.text"
msgid "Opens the default email application to send a new email. The current database file is appended as an attachment. You can enter the subject, the recipients and a mail body."
-msgstr ""
+msgstr "Отваря подразбираната програма за е-поща за изпращане на ново писмо. Текущият файл на база от данни се прикачва към писмото. Можете да въведете темата, получателите и текста на писмото."
#. 9WihT
#: menufile.xhp
@@ -9707,7 +7493,7 @@ msgctxt ""
"par_idN105FF\n"
"help.text"
msgid "Report as Email"
-msgstr ""
+msgstr "Справка по е-поща"
#. XWAoV
#: menufile.xhp
@@ -9716,7 +7502,7 @@ msgctxt ""
"par_idN10603\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the default email application to send a new email. The selected report is appended as an attachment. You can enter the subject, the recipients and a mail body. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Отваря подразбираната програма за е-поща за изпращане на ново писмо. Текущата справка се прикачва към писмото. Можете да въведете темата, получателите и текста на писмото. Динамичните справки се експортират като копия на съдържанието в базата от данни в момента на експортирането.</ahelp>"
#. 9cSVg
#: menufile.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/guide.po b/source/bg/helpcontent2/source/text/shared/guide.po
index 66358f99d63..8c5079e763f 100644
--- a/source/bg/helpcontent2/source/text/shared/guide.po
+++ b/source/bg/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-01 07:35+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-07 21:07+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/bg/>\n"
"Language: bg\n"
@@ -2760,7 +2760,7 @@ msgctxt ""
"par_id170820161605428591\n"
"help.text"
msgid "The <emph>Remote files</emph> dialog appears. Select the remote file server."
-msgstr ""
+msgstr "Ще се покаже диалоговият прозорец <emph>Отдалечени файлове</emph>. Изберете отдалечения файлов сървър."
#. wQjzG
#: cmis-remote-files.xhp
@@ -6524,14 +6524,14 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr "За да запишете заявката, щракнете върху иконата <emph>Записване</emph> или <emph>Записване като</emph> <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Икона</alt></image>."
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Проектиране на заявки\">Проектиране на заявки</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 2ArGc
#: data_forms.xhp
@@ -7082,14 +7082,14 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr "Щракнете върху <emph>Създаване на заявка в режим Проектиране</emph>."
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Ще видите <link href=\"text/shared/explorer/database/02010100.xhp\">прозореца за проектиране на заявки</link>."
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
+msgstr ""
#. xGFGr
#: data_register.xhp
@@ -7748,14 +7748,14 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr "Въведете условията за филтриране в едно или няколко полета. Имайте предвид, че ако въведете условия за филтриране в няколко полета, всички условия трябва да бъдат изпълнени (логическо „И“)."
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
-msgstr "Повече информация за знаците – заместители и операциите можете да намерите в раздела за <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"проектиране на заявки\">Проектиране на заявки</link>."
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgstr ""
#. cEDEo
#: data_search2.xhp
@@ -7971,7 +7971,7 @@ msgctxt ""
"par_idN10617\n"
"help.text"
msgid "Data is stored in tables. As an example, your system address book that you use for your email addresses is a table of the address book database. Each address is a data record, presented as a row in that table. The data records consist of data fields, for example the first and the last name fields and the email field."
-msgstr ""
+msgstr "Данните се съхраняват в таблици. Например, системният адресен бележник, в който записвате адреси за е-поща, е таблица в базата от данни за адреси. Всеки адрес е запис с данни, представен чрез ред в тази таблица. Записите съдържат полета с данни, например полета за собственото и фамилното име и за адреса за е-поща."
#. No5nx
#: data_tables.xhp
@@ -8108,14 +8108,14 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr "Щракнете върху <emph>Създаване на виртуална таблица</emph>."
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Ще видите прозореца Проектиране на виртуална таблица, който е почти същият като <link href=\"text/shared/explorer/database/02010100.xhp\">прозореца Проектиране на заявка</link>."
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
+msgstr ""
#. bTx8G
#: data_view.xhp
@@ -8691,7 +8691,7 @@ msgctxt ""
"par_id7953123\n"
"help.text"
msgid "Example: Think about someone who wants to camouflage his identity to be a sender from your bank. He can easily get a certificate using a false name, then send you any signed email pretending he is working for your bank. You will get that email, and the email or the document within has the \"valid signed\" icon."
-msgstr ""
+msgstr "Пример: нека някой иска да се представи за подател от вашата банка. Той лесно може да получи сертификат под фалшиво име, след което да ви изпрати произволно подписано писмо, преструвайки се, че работи за банката ви. Вие ще получите електронното му писмо и като то, така и документите в него ще носят иконата „валиден подпис“."
#. DGz9C
#: digital_signatures.xhp
@@ -10635,7 +10635,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Sending Documents as Email"
-msgstr ""
+msgstr "Изпращане на документи по е-поща"
#. noFBE
#: email.xhp
@@ -10644,7 +10644,7 @@ msgctxt ""
"bm_id3153345\n"
"help.text"
msgid "<bookmark_value>documents; sending as email</bookmark_value><bookmark_value>sending; documents as email</bookmark_value><bookmark_value>email attachments</bookmark_value><bookmark_value>files; sending as email</bookmark_value><bookmark_value>text documents;sending as email</bookmark_value><bookmark_value>spreadsheets; sending as email</bookmark_value><bookmark_value>drawings; sending as email</bookmark_value><bookmark_value>presentations; sending as email</bookmark_value><bookmark_value>attachments in emails</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>документи; изпращане по е-поща</bookmark_value><bookmark_value>изпращане; документи по е-поща</bookmark_value><bookmark_value>е-поща, прикачени файлове</bookmark_value><bookmark_value>файлове; изпращане по е-поща</bookmark_value><bookmark_value>текстови документи;изпращане по е-поща</bookmark_value><bookmark_value>електронни таблици; изпращане по е-поща</bookmark_value><bookmark_value>рисунки; изпращане по е-поща</bookmark_value><bookmark_value>презентации; изпращане по е-поща</bookmark_value><bookmark_value>прикачени файлове в е-поща</bookmark_value>"
#. CU2Ym
#: email.xhp
@@ -10653,7 +10653,7 @@ msgctxt ""
"hd_id3153345\n"
"help.text"
msgid "<variable id=\"email\"><link href=\"text/shared/guide/email.xhp\" name=\"Sending Documents as Email\">Sending Documents as Email</link></variable>"
-msgstr ""
+msgstr "<variable id=\"email\"><link href=\"text/shared/guide/email.xhp\" name=\"Sending Documents as Email\">Изпращане на документи по е-поща</link></variable>"
#. Z3E7r
#: email.xhp
@@ -10662,7 +10662,7 @@ msgctxt ""
"par_id3154897\n"
"help.text"
msgid "Working in $[officename], you can send the current document as an email attachment."
-msgstr ""
+msgstr "Докато работите в $[officename], можете да изпратите текущия документ като прикачен файл към електронно писмо."
#. 8jsBd
#: email.xhp
@@ -10689,7 +10689,7 @@ msgctxt ""
"par_id3150986\n"
"help.text"
msgid "In your email program, enter the recipient, subject and any text you want to add, then send the email."
-msgstr ""
+msgstr "В програмата за е-поща въведете получателя, темата и желания допълнителен текст, след което изпратете писмото."
#. XdVXq
#: email.xhp
@@ -10698,7 +10698,7 @@ msgctxt ""
"par_id3595385\n"
"help.text"
msgid "In case you want to send the email to a recipient who only has software that cannot read the OpenDocument format, you can send the current document in an often used proprietary format.<br/>For a text document, choose <item type=\"menuitem\">File - Send - Email as Microsoft Word</item>. For a spreadsheet, choose <item type=\"menuitem\">File - Send - Email as Microsoft Excel</item>. And for a presentation, choose <item type=\"menuitem\">File - Send - Email as Microsoft PowerPoint</item>. <br/>If you want to send the document as a read-only file, choose <item type=\"menuitem\">File - Send - Email as PDF</item>.<br/>These commands do not change your current document. Only a temporary copy is created and sent."
-msgstr ""
+msgstr "Ако искате да изпратите електронното писмо до получател, чийто софтуер не може да чете формата OpenDocument, можете да изпратите текущия документ в често използван несвободен формат. <br/>За текстов документ изберете <item type=\"menuitem\">Файл - Изпращане - Изпращане като документ на Microsoft Word</item>. За електронна таблица изберете <item type=\"menuitem\">Файл - Изпращане - Изпращане като електронна таблица на Microsoft Excel</item>. За презентация изберете <item type=\"menuitem\">Файл - Изпращане - Изпращане като презентация на Microsoft PowerPoint</item>. <br/>Ако искате да изпратите документа като файл само за четене, изберете <item type=\"menuitem\">Файл - Изпращане - Изпращане като PDF</item>.<br/>Тези команди не променят текущия документ. Създава се и се изпраща временно копие."
#. J84BK
#: error_report.xhp
@@ -10815,7 +10815,7 @@ msgctxt ""
"par_id3153526\n"
"help.text"
msgid "You may choose to respond to questions that the developers may have about the reported error. Mark the check box if you want to be contacted by email, should additional information be required. By default this box is not marked, so you will not get any email."
-msgstr ""
+msgstr "Може да решите да отговаряте на евентуални въпроси от разработчиците относно докладваната грешка. Отметнете полето, ако искате да ви търсят по е-поща при необходимост от допълнителна информация. По подразбиране полето не е отметнато, така че няма да получавате писма."
#. C7FWC
#: error_report.xhp
@@ -20409,7 +20409,7 @@ msgctxt ""
"par_id551562796791417\n"
"help.text"
msgid "<emph>Redacted Export (Black)</emph>: finalize your document by converting the semitransparent redaction shapes to opaque black and export as pixels in the PDF file."
-msgstr ""
+msgstr "<emph>Експортиране със заличаване (черно)</emph>: завършва документа, като преобразува полупрозрачните фигури за заличаване в плътно черно, и го експортира като пикселно изображение в PDF файл."
#. HSvWX
#: redaction.xhp
@@ -20418,7 +20418,7 @@ msgctxt ""
"par_id191562796822685\n"
"help.text"
msgid "<emph>Redacted Export (White)</emph>: finalize your document by converting the semitransparent redaction shapes to opaque white shapes, and export as pixels in the PDF file."
-msgstr ""
+msgstr "<emph>Експортиране със заличаване (бяло)</emph>: завършва документа, като преобразува полупрозрачните фигури за заличаване в плътно бяло, и го експортира като пикселно изображение в PDF файл."
#. 2w5mE
#: redaction.xhp
@@ -20508,7 +20508,7 @@ msgctxt ""
"par_id3146957\n"
"help.text"
msgid "Let's say you also emailed a copy of the report to a good friend and colleague who has done research on a similar topic in the past. You asked for a few suggestions, and the document is now returned by email with your colleague's suggestions."
-msgstr ""
+msgstr "Да кажем, че също така сте изпратили по електронна поща копие от материала на ваш добър приятел и колега, който в миналото е проучвал подобна тема. Помолили сте за предложения и коментари и сега документът е върнат с предложенията на колегата ви."
#. CoW6n
#: redlining.xhp
@@ -21059,14 +21059,14 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr "<bookmark_value>промени; защитено следене</bookmark_value><bookmark_value>защитаване; следене на промени</bookmark_value><bookmark_value>следене на промени;защитаване</bookmark_value>"
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
-msgstr "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Защитаване на промените</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
+msgstr ""
#. jVeUw
#: redlining_protect.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/optionen.po b/source/bg/helpcontent2/source/text/shared/optionen.po
index b540b553cf9..e567fc17dd2 100644
--- a/source/bg/helpcontent2/source/text/shared/optionen.po
+++ b/source/bg/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-01 07:34+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedoptionen/bg/>\n"
"Language: bg\n"
@@ -62,14 +62,14 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr "Всички настройки се записват автоматично. За да разгънете елемент, щракнете двукратно върху него или щракнете върху знака „плюс“. За да свиете елемент, щракнете върху знака „минус“ или щракнете двукратно върху елемента."
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
-msgstr "Ще виждате само елементите, приложими върху текущия документ. Ако той е текстов документ, ще видите елемента %PRODUCTNAME Writer и аналогично за останалите модули на %PRODUCTNAME. %PRODUCTNAME Impress и %PRODUCTNAME Draw се третират заедно в този диалогов прозорец. Общите елементи се виждат винаги."
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
+msgstr ""
#. uYcBu
#: 01000000.xhp
@@ -80,14 +80,14 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Изберете елемент, който да редактирате.</ahelp>"
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
-msgstr "Бележка за потребители на macOS: в помощта често се споменава командата Инструменти - Настройки. Заменете я с %PRODUCTNAME - Preferences от главното меню на macOS. И двете команди отварят диалоговия прозорец „Настройки“."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
+msgstr ""
#. WS53M
#: 01000000.xhp
@@ -564,7 +564,7 @@ msgctxt ""
"hd_id3150592\n"
"help.text"
msgid "Email"
-msgstr ""
+msgstr "Е-поща"
#. FNyZE
#: 01010100.xhp
@@ -573,7 +573,7 @@ msgctxt ""
"par_id3154942\n"
"help.text"
msgid "<ahelp hid=\".\">Type your email address.</ahelp> For example, my.name@my.provider.com"
-msgstr ""
+msgstr "<ahelp hid=\".\">Въведете адреса си за електронна поща.</ahelp> Например: моето.име@моят.доставчик.com"
#. DA4Z7
#: 01010100.xhp
@@ -1203,7 +1203,7 @@ msgctxt ""
"par_id3149035\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optsavepage/saveas\">Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the <emph>Save as</emph> dialog.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optsavepage/saveas\">Определя в какъв формат да се записват документите от вида, избран отляво. Друг файлов тип за текущия документ можете да изберете в диалоговия прозорец <emph>Записване като</emph> dialog.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/optsavepage/saveas\">Определя в какъв формат да се записват документите от вида, избран отляво. Друг файлов тип за текущия документ можете да изберете в диалоговия прозорец <emph>Записване като</emph>.</ahelp>"
#. zHaCC
#: 01010300.xhp
@@ -1257,7 +1257,7 @@ msgctxt ""
"par_id3154923\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optpathspage/paths\">To modify an entry in this list, click the entry and click <emph>Edit</emph>. You can also double click the entry.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optpathspage/paths\">>За да промените елемент от списъка, щракнете върху него и после върху <emph>Редактиране</emph>. Освен това можете да щракнете двукратно върху елемента.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/optpathspage/paths\">За да промените елемент от списъка, щракнете върху него и после върху <emph>Редактиране</emph>. Освен това можете да щракнете двукратно върху елемента.</ahelp>"
#. S3Lqd
#: 01010300.xhp
@@ -2004,7 +2004,7 @@ msgctxt ""
"par_id3145790\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the marked word from the current custom dictionary.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Премахва маркираната думата от текущия потребителски речник.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Премахва маркираната дума от текущия потребителски речник.</ahelp>"
#. Unsfn
#: 01010400.xhp
@@ -4884,7 +4884,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Email"
-msgstr ""
+msgstr "Е-поща"
#. 8iAf5
#: 01020300.xhp
@@ -4893,7 +4893,7 @@ msgctxt ""
"par_idN1054D\n"
"help.text"
msgid "<link href=\"text/shared/optionen/01020300.xhp\">Email</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/optionen/01020300.xhp\">Е-поща</link>"
#. zqXGG
#: 01020300.xhp
@@ -4902,7 +4902,7 @@ msgctxt ""
"par_idN1056B\n"
"help.text"
msgid "On UNIX systems, specifies the email program to use when you send the current document as email."
-msgstr ""
+msgstr "В системи, базирани на UNIX, задава коя програма за електронна поща да се използва, когато изпращате текущия документ."
#. DFhk6
#: 01020300.xhp
@@ -4911,7 +4911,7 @@ msgctxt ""
"par_idN10576\n"
"help.text"
msgid "Email program"
-msgstr ""
+msgstr "Програма за е-поща"
#. KBusD
#: 01020300.xhp
@@ -4920,7 +4920,7 @@ msgctxt ""
"par_idN1057A\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optemailpage/url\">Enter the email program path and name.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optemailpage/url\">Въведете пътя и името на програмата за електронна поща.</ahelp>"
#. aP7pK
#: 01020300.xhp
@@ -4938,7 +4938,7 @@ msgctxt ""
"par_idN10595\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optemailpage/browse\">Opens a file dialog to select the email program.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optemailpage/browse\">Отваря диалогов прозорец за избор на програма за електронна поща.</ahelp>"
#. KhbuR
#: 01030000.xhp
@@ -5246,42 +5246,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Отваря диалога <emph>Път за сертификати</emph>.</ahelp>"
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr "Услуги за времеви печати (TSA)"
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr "Позволява ви да поддържате списък с URL на услуги за времеви печати (TSA). Те автоматично издават времеви печати с цифров подпис (RFC 3161), които се използват по желание при експортиране на подписани PDF файлове."
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr "Услуги за времеви печати (TSA)"
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Отваря диалоговия прозорец <emph>URL на услуги за времеви печати</emph>.</ahelp>"
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7523,6 +7487,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Задава цвета за открояване на променените редове в текста.</ahelp>"
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16296,7 +16422,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Mail Merge Email"
-msgstr ""
+msgstr "Циркулярни писма по е-поща"
#. DzJfg
#: mailmerge.xhp
@@ -16305,7 +16431,7 @@ msgctxt ""
"par_idN10554\n"
"help.text"
msgid "<link href=\"text/shared/optionen/mailmerge.xhp\">Mail Merge Email</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/optionen/mailmerge.xhp\">Циркулярни писма по е-поща</link>"
#. tXuUS
#: mailmerge.xhp
@@ -16314,7 +16440,7 @@ msgctxt ""
"par_idN10564\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the user information and server settings for when you send form letters as email messages.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Задава информацията за потребител и настройките за сървър при изпращане на циркулярни писма по електронната поща.</ahelp>"
#. vYkrk
#: mailmerge.xhp
@@ -16332,7 +16458,7 @@ msgctxt ""
"par_idN1057F\n"
"help.text"
msgid "Enter the user information to use when you send email."
-msgstr ""
+msgstr "Въведете информацията за потребител, която да бъде използвана при изпращане на електронна поща."
#. CZo2m
#: mailmerge.xhp
@@ -16359,7 +16485,7 @@ msgctxt ""
"par_idN105A5\n"
"help.text"
msgid "Email address"
-msgstr ""
+msgstr "Адрес за е-поща"
#. 6fFPM
#: mailmerge.xhp
@@ -16368,7 +16494,7 @@ msgctxt ""
"par_idN105A9\n"
"help.text"
msgid "<ahelp hid=\".\">Enter your email address for replies.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Въведете адреса си за отговори по електронната поща.</ahelp>"
#. EpoB6
#: mailmerge.xhp
@@ -16377,7 +16503,7 @@ msgctxt ""
"par_idN105C0\n"
"help.text"
msgid "Send replies to different email address"
-msgstr ""
+msgstr "Отговаряне на различен адрес за е-поща"
#. jgiMB
#: mailmerge.xhp
@@ -16386,7 +16512,7 @@ msgctxt ""
"par_idN105C4\n"
"help.text"
msgid "<ahelp hid=\".\">Uses the email address that you enter in the Reply address text box as the reply-to email address.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Указва адресът, който сте въвели в полето „Адрес за отговор“, да се използва като адрес за отговор по електронната поща.</ahelp>"
#. EbiSo
#: mailmerge.xhp
@@ -16404,7 +16530,7 @@ msgctxt ""
"par_idN105DF\n"
"help.text"
msgid "<ahelp hid=\".\">Enter the address to use for email replies.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Въведете адреса за отговори по електронната поща.</ahelp>"
#. KxDNm
#: mailmerge.xhp
@@ -16422,7 +16548,7 @@ msgctxt ""
"par_idN105F2\n"
"help.text"
msgid "Specify the server settings for outgoing emails."
-msgstr ""
+msgstr "Задайте настройките за сървър за изходящи електронни писма."
#. MGAFY
#: mailmerge.xhp
@@ -16476,7 +16602,7 @@ msgctxt ""
"par_idN10637\n"
"help.text"
msgid "<ahelp hid=\".\">When available, uses a secure connection to send emails.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Указва използване на защитена връзка за изпращане на електронни писма, когато е налице такава.</ahelp>"
#. xN8RP
#: mailmerge.xhp
@@ -16494,7 +16620,7 @@ msgctxt ""
"par_idN10652\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/optionen/serverauthentication.xhp\">Server Authentication</link> dialog where you can specify the server authentication settings for secure email.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Отваря диалоговия прозорец <link href=\"text/shared/optionen/serverauthentication.xhp\">Автентификация на сървър</link>, в който можете да зададете настройките за автентифициране на сървъра за защитена електронна поща.</ahelp>"
#. AnELG
#: mailmerge.xhp
@@ -16748,41 +16874,41 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr "Отметнете, за да се изпраща информация за вашата версия на %PRODUCTNAME, операционната система и основния хардуер. Тази информация се използва за оптимизиране на изтеглянето."
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
-msgstr "Open CL"
+msgid "OpenCL"
+msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
-msgstr "<bookmark_value>Open CL; настройки на</bookmark_value><bookmark_value>настройки; на Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
+msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
-msgstr "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
-msgstr "Open CL е технология за ускоряване изчисляването на големи електронни таблици."
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
+msgstr ""
#. ddvkj
#: opencl.xhp
@@ -17025,7 +17151,7 @@ msgctxt ""
"par_idN1054E\n"
"help.text"
msgid "On the <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Mail Merge Email</link> tab page, click the <emph>Server Authentication</emph> button to specify the server security settings."
-msgstr ""
+msgstr "В раздела <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Свойства</caseinline><defaultinline>Инструменти - Настройки</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Циркулярни писма по е-поща</link> натиснете бутона <emph>Автентификация на сървър</emph>, за да зададете настройките за сигурност на сървъра."
#. QEP5M
#: serverauthentication.xhp
@@ -17043,7 +17169,7 @@ msgctxt ""
"par_idN105BE\n"
"help.text"
msgid "<ahelp hid=\".\">Enables the authentication that is required to send email by SMTP.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Разрешава автентификацията, която е необходима за изпращане на електронна поща чрез SMTP.</ahelp>"
#. JEin8
#: serverauthentication.xhp
@@ -17115,7 +17241,7 @@ msgctxt ""
"par_idN1061A\n"
"help.text"
msgid "<ahelp hid=\".\">Select if you are required to first read your email before you can send email.</ahelp> This method is also called \"SMTP after POP3\"."
-msgstr ""
+msgstr "<ahelp hid=\".\">Отметнете, ако се изисква първо да прочетете пощата си, преди да можете да изпращате.</ahelp> Този метод се нарича още „SMTP след POP3“."
#. GtmDj
#: serverauthentication.xhp
@@ -17250,7 +17376,7 @@ msgctxt ""
"par_idN10557\n"
"help.text"
msgid "When you enter settings on the <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Mail Merge Email</link> tab page, you can click the <emph>Test Settings</emph> button to test your settings."
-msgstr ""
+msgstr "Когато въведете настройки в <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Свойства</caseinline><defaultinline>Инструменти - Настройки</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Циркулярни писма по е-поща</link>, можете да ги изпробвате, като натиснете бутона <emph>Тест на настройките</emph>."
#. 4AK5G
#: testaccount.xhp
diff --git a/source/bg/helpcontent2/source/text/simpress.po b/source/bg/helpcontent2/source/text/simpress.po
index 746c6d6a90d..a4cfd4e2f37 100644
--- a/source/bg/helpcontent2/source/text/simpress.po
+++ b/source/bg/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-03 23:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1558972034.000000\n"
#. 2Va4w
@@ -601,15 +601,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Стил/запълване на област</link>"
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Сянка</link>"
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1105,15 +1096,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "Включва и изключва триизмерните ефекти за избраните обекти."
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Интерактивност</link>"
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/simpress/00.po b/source/bg/helpcontent2/source/text/simpress/00.po
index ae1c5445696..b280a05c3ea 100644
--- a/source/bg/helpcontent2/source/text/simpress/00.po
+++ b/source/bg/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-02-01 14:31+0000\n"
+"PO-Revision-Date: 2020-08-07 21:07+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress00/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1557753857.000000\n"
#. sqmGT
@@ -410,7 +410,7 @@ msgctxt ""
"par_id3151264\n"
"help.text"
msgid "Choose <emph>View - Master Slide</emph>"
-msgstr ""
+msgstr "Изберете <emph>Изглед - Кадър образец</emph>."
#. DxBby
#: 00000403.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/01.po b/source/bg/helpcontent2/source/text/swriter/01.po
index 54aed622cec..fd2c2bf56c5 100644
--- a/source/bg/helpcontent2/source/text/swriter/01.po
+++ b/source/bg/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-01 07:34+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-07 21:07+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/bg/>\n"
"Language: bg\n"
@@ -10131,7 +10131,7 @@ msgctxt ""
"par_id3154948\n"
"help.text"
msgid "Email address"
-msgstr ""
+msgstr "Адрес за е-поща"
#. cQpP3
#: 04090200.xhp
@@ -22779,14 +22779,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr "<link href=\"text/swriter/01/05150100.xhp\" name=\"При въвеждане\">При въвеждане</link>"
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
-msgstr "<ahelp hid=\".uno:OnlineAutoFormat\">Автоматично форматира документа, докато пишете. За да настроите форматирането, изберете <emph>Инструменти - Настройки на автокорекция</emph> и после <emph>Настройки</emph>.</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
+msgstr ""
#. Ddr5r
#: 05150100.xhp
@@ -26746,7 +26746,7 @@ msgctxt ""
"par_idN10559\n"
"help.text"
msgid "<ahelp hid=\".\">Starts the Mail Merge Wizard to create form letters or send email messages to many recipients.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Стартира помощника за циркулярни писма, с който можете да създадете циркулярни писма или да изпратите съобщения по електронната поща до много получатели.</ahelp>"
#. bXSUB
#: mailmerge00.xhp
@@ -27007,7 +27007,7 @@ msgctxt ""
"hd_id6954863\n"
"help.text"
msgid "Email message"
-msgstr ""
+msgstr "Електронно писмо"
#. YA54f
#: mailmerge02.xhp
@@ -27016,7 +27016,7 @@ msgctxt ""
"par_idN10561\n"
"help.text"
msgid "<ahelp hid=\".\">Creates mail merge documents that you can send as an email message or an email attachment.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Създава циркулярни документи, които можете да изпращате като съобщения или прикачени файлове по електронната поща.</ahelp>"
#. 8sABv
#: mailmerge02.xhp
@@ -27079,7 +27079,7 @@ msgctxt ""
"par_idN10556\n"
"help.text"
msgid "The title of this page is <emph>Insert address block</emph> for letters and <emph>Select address list</emph> for email messages."
-msgstr ""
+msgstr "Заглавието на тази страница е <emph>Вмъкване на адресен блок</emph> за обикновени писма и <emph>Избор на списък с адреси</emph> за електронни писма."
#. GEW7x
#: mailmerge03.xhp
@@ -27754,7 +27754,7 @@ msgctxt ""
"par_idN1053D\n"
"help.text"
msgid "Specify additional email recipients for the <link href=\"text/swriter/01/mm_emailmergeddoc.xhp\">mail merge</link> document."
-msgstr ""
+msgstr "Укажете допълнителните получатели по е-поща за <link href=\"text/swriter/01/mm_emailmergeddoc.xhp\">циркулярния</link> документ."
#. fg2kJ
#: mm_copyto.xhp
@@ -27772,7 +27772,7 @@ msgctxt ""
"par_idN10552\n"
"help.text"
msgid "<ahelp hid=\".\">Enter the recipients of email copies, separated by a semicolon (;).</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Въведете получателите на копия по е-поща, разделени с точка и запетая (;).</ahelp>"
#. wUHkK
#: mm_copyto.xhp
@@ -27790,7 +27790,7 @@ msgctxt ""
"par_idN10559\n"
"help.text"
msgid "<ahelp hid=\".\">Enter the recipients of email blind copies, separated by a semicolon (;).</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Въведете получателите на слепи копия по е-поща, разделени с точка и запетая (;).</ahelp>"
#. FHSJ5
#: mm_cusaddlis.xhp
@@ -27916,7 +27916,7 @@ msgctxt ""
"par_idN10540\n"
"help.text"
msgid "Specify the salutation layout for <link href=\"text/swriter/01/mailmerge04.xhp\">mail merge</link> or <link href=\"text/swriter/01/mm_emabod.xhp\">email merge</link> documents. The name of this dialog is different for female recipients and male recipients."
-msgstr ""
+msgstr "Определя разположението на поздрава за <link href=\"text/swriter/01/mailmerge04.xhp\">обикновени</link> или <link href=\"text/swriter/01/mm_emabod.xhp\">електронни</link> циркулярни писма. Името на този диалогов прозорец е различно за получатели от женски или мъжки пол."
#. 2wy4R
#: mm_cusgrelin.xhp
@@ -28069,7 +28069,7 @@ msgctxt ""
"par_idN10540\n"
"help.text"
msgid "<ahelp hid=\".\">Type the message and the salutation for files that you send as <link href=\"text/swriter/01/mailmerge08.xhp\">email</link> attachments.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Въведете съобщението и поздрава за файловете, които искате да изпратите прикачени към <link href=\"text/swriter/01/mailmerge08.xhp\">електронни писма</link>.</ahelp>"
#. 5SMA7
#: mm_emabod.xhp
@@ -28078,7 +28078,7 @@ msgctxt ""
"par_idN10554\n"
"help.text"
msgid "This email should contain a salutation"
-msgstr ""
+msgstr "Това писмо трябва да съдържа поздрав"
#. rmBz6
#: mm_emabod.xhp
@@ -28087,7 +28087,7 @@ msgctxt ""
"par_idN10558\n"
"help.text"
msgid "<ahelp hid=\".\">Adds a salutation to the email.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Добавя поздрав към електронното писмо.</ahelp>"
#. GFHN4
#: mm_emabod.xhp
@@ -28249,7 +28249,7 @@ msgctxt ""
"par_idN105B3\n"
"help.text"
msgid "<ahelp hid=\".\">Enter the main text of the email.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Въведете основния текст на електронното писмо.</ahelp>"
#. A5QMX
#: mm_emailmergeddoc.xhp
@@ -28258,7 +28258,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Send merged document as email"
-msgstr ""
+msgstr "Изпращане на циркулярен документ по е-поща"
#. ZEELF
#: mm_emailmergeddoc.xhp
@@ -28267,7 +28267,7 @@ msgctxt ""
"hd_id201703192214041173\n"
"help.text"
msgid "<link href=\"text/swriter/01/mm_emailmergeddoc.xhp\">Send merged document as email</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/mm_emailmergeddoc.xhp\">Изпращане на циркулярен документ по е-поща</link>"
#. TmBHD
#: mm_emailmergeddoc.xhp
@@ -28276,7 +28276,7 @@ msgctxt ""
"par_id201703192214161498\n"
"help.text"
msgid "<ahelp hid=\".\">Sends the mail merge output as email messages to all or some recipients.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Изпраща циркулярните писма като съобщения по е-поща до всички или до някои получатели.</ahelp>"
#. z8DLS
#: mm_emailmergeddoc.xhp
@@ -28285,7 +28285,7 @@ msgctxt ""
"par_idN10556\n"
"help.text"
msgid "Email options"
-msgstr ""
+msgstr "Настройки за е-поща"
#. P3AsV
#: mm_emailmergeddoc.xhp
@@ -28303,7 +28303,7 @@ msgctxt ""
"par_idN105EC\n"
"help.text"
msgid "<ahelp hid=\".\">Select the database field that contains the email address of the recipient.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Изберете полето от БД, което съдържа адреса за е-поща на получателя.</ahelp>"
#. AERBW
#: mm_emailmergeddoc.xhp
@@ -28339,7 +28339,7 @@ msgctxt ""
"par_idN10604\n"
"help.text"
msgid "<ahelp hid=\".\">Enter the subject line for the email messages.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Въведете тема за електронните писма.</ahelp>"
#. FY8Cr
#: mm_emailmergeddoc.xhp
@@ -28357,7 +28357,7 @@ msgctxt ""
"par_idN1060B\n"
"help.text"
msgid "<ahelp hid=\".\">Select the mail format for the email messages.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Изберете пощенския формат за електронните съобщения.</ahelp>"
#. vtgFn
#: mm_emailmergeddoc.xhp
@@ -28384,7 +28384,7 @@ msgctxt ""
"par_idN10615\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_emabod.xhp\">E-Mail Message</link> dialog where you can enter the email message for the mail merge files that are sent as attachments.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Отваря диалоговия прозорец <link href=\"text/swriter/01/mm_emabod.xhp\">Електронна поща</link>, където можете да въведете текста на електронното съобщение за циркулярните файлове, които изпращате като прикачени.</ahelp>"
#. bARe2
#: mm_emailmergeddoc.xhp
@@ -28429,7 +28429,7 @@ msgctxt ""
"par_idN10631\n"
"help.text"
msgid "<ahelp hid=\".\">Select to send emails to all recipients.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Изберете го, за да изпратите електронните писма до всички получатели.</ahelp>"
#. TLnNz
#: mm_emailmergeddoc.xhp
@@ -28501,7 +28501,7 @@ msgctxt ""
"par_idN10646\n"
"help.text"
msgid "<ahelp hid=\".\">Click to start sending emails.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Натиснете за изпращане на електронните писма.</ahelp>"
#. udnuD
#: mm_finent.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/guide.po b/source/bg/helpcontent2/source/text/swriter/guide.po
index c541a315c85..52b13892a83 100644
--- a/source/bg/helpcontent2/source/text/swriter/guide.po
+++ b/source/bg/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-01 07:34+0000\n"
+"PO-Revision-Date: 2020-08-07 21:07+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1564897611.000000\n"
#. XAt2Y
@@ -4937,7 +4937,7 @@ msgctxt ""
"par_id3147294\n"
"help.text"
msgid "Email address"
-msgstr ""
+msgstr "Адрес за е-поща"
#. eGMqy
#: fields_userdata.xhp
@@ -5945,7 +5945,7 @@ msgctxt ""
"par_id3150502\n"
"help.text"
msgid "To create a form letter, you need a text document that contains fields for address data, and an address database. Then you combine or merge the address data and the text document to either print the letters or send them by email."
-msgstr ""
+msgstr "За да създадете типово писмо, ви е нужен текстов документ, който съдържа полета за данните на адреса, и база от данни с адреси. След това трябва да обедините данните за адреси и текстовия документ, за да отпечатате писмата или да ги изпратите по е-поща."
#. DYaLA
#: form_letters_main.xhp
@@ -5954,7 +5954,7 @@ msgctxt ""
"par_id0805200801132382\n"
"help.text"
msgid "If the document is in HTML format, any embedded or linked images will not be sent with the email."
-msgstr ""
+msgstr "Ако документът е във формат HTML, вградените или свързани изображения няма да бъдат изпратени със съобщението."
#. AZu9p
#: form_letters_main.xhp
diff --git a/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
index db57b29a374..17890f929fe 100644
--- a/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-30 23:21+0000\n"
+"PO-Revision-Date: 2020-08-12 05:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1564897305.000000\n"
#. W5ukN
@@ -29686,7 +29686,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Show outline content visibility button"
-msgstr ""
+msgstr "Показване на бутон за видимост на съдържанието в плана"
#. 9DzFr
#: WriterCommands.xcu
@@ -29696,7 +29696,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Show outline content visibility button"
-msgstr ""
+msgstr "Показване на бутон за видимост на съдържанието в плана"
#. QFi68
#: WriterCommands.xcu
@@ -34936,7 +34936,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Toggle Outline Content Visibility"
-msgstr ""
+msgstr "Превключване видимостта на съдържанието в плана"
#. mByUW
#: WriterCommands.xcu
@@ -34946,7 +34946,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Fold or unfold outline content in document"
-msgstr ""
+msgstr "Свиване и разгъване на съдържанието на плана в документа"
#. joS9f
#: WriterFormWindowState.xcu
diff --git a/source/bg/sfx2/messages.po b/source/bg/sfx2/messages.po
index 9292be36182..7f3c4a95c2b 100644
--- a/source/bg/sfx2/messages.po
+++ b/source/bg/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-29 12:28+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559599623.000000\n"
#. bHbFE
@@ -928,8 +928,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "Не е намерен филтър за изображението"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -945,43 +951,43 @@ msgstr ""
"\n"
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Грешна парола"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr "Ненадежден или повреден ключ на OpenPGP или грешка при шифроване. Моля, опитайте отново."
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Поне $(MINLEN) знака)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(поне 1 знак)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(Паролата може да е празна)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "Действието не може да се изпълни. Необходимият за него програмен модул на %PRODUCTNAME не е инсталиран."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -991,7 +997,7 @@ msgstr ""
"Желаете ли да бъде инсталиран сега?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -1001,215 +1007,215 @@ msgstr ""
"Можете да намерите информация за поръчки на нашия сайт."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Добре дошли в %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "Пуснете документ тук или създайте нов, като изберете приложение отляво."
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr "Текст"
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr "Регулярен израз"
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr "Предварително зададени"
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr "Неизвестен"
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr "Име на целта"
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr "Тип"
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr "Съдържание"
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr "Различаване малки/главни"
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr "Цели думи"
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr "Да"
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr "Не"
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr "Цел"
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr "Зареждане на цели"
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr "Записване на цели"
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr "Всички полета са задължителни."
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr "Вече има цел с това име."
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr "Избрали сте няколко цели, но не може да се редактира повече от една едновременно."
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr "Наистина ли искате да изтриете $(TARGETSCOUNT) цели наведнъж?"
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr "Набор от цели (*.json)"
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr "Редактиране на цел"
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr "Възникна грешка при добавяне на нова цел. Моля, съобщете за този инцидент."
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr "За заличаване на информация е необходим модулът Draw. Моля, уверете се, че LibreOffice Draw е инсталиран и работи правилно."
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Текуща версия"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Експортиране"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Вмъкване"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~Вмъкване"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr "<Всички изображения>"
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Записване на копие"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Сравняване с"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "Обединяване с"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "Документ на %PRODUCTNAME"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " Г: %1 М: %2 Д: %3 Ч: %4 М: %5 С: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1219,31 +1225,31 @@ msgstr ""
"Стойността ще бъде запазена като текст."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Стилът вече съществува. Да бъде ли презаписан?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Нулиране"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Това име вече се използва."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Този стил не съществува."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1253,7 +1259,7 @@ msgstr ""
"тъй като ще се получи циклично обръщение."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1263,7 +1269,7 @@ msgstr ""
"Моля, изберете друго име."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1275,73 +1281,73 @@ msgstr ""
"Да бъдат ли изтрити стиловете?\n"
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Използвани стилове: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Навигатор"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Грешно потвърждение на паролата"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Изпращане"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Шрифт"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Преглеждане на коментара за версията"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(не е зададено име)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Йерархично"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "Наистина ли желаете спиране на записа? Записаните до момента стъпки ще бъдат загубени."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Спиране на записа"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "Шаблоните се инициализират за първоначална употреба."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1351,7 +1357,7 @@ msgstr ""
"Моля, изберете принтер и опитайте отново."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1361,19 +1367,19 @@ msgstr ""
"Моля, проверете настройките му."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Принтерът е зает"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (само за четене)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1385,7 +1391,7 @@ msgstr ""
"в активния документ?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1397,7 +1403,7 @@ msgstr ""
"в активния документ?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1409,7 +1415,7 @@ msgstr ""
"в активния документ?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1419,7 +1425,7 @@ msgstr ""
"тъй като се изпълнява задание за печат."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1430,7 +1436,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1442,19 +1448,19 @@ msgstr ""
"Кодът на грешката е $1."
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr "Грешка при изпращане на поща"
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "Документът не може да бъде редактиран, вероятно поради липсващи права за достъп. Желаете ли да редактирате негово копие?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1464,471 +1470,471 @@ msgstr ""
"Искате ли да редактирате негово копие?"
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr "Можете също да опитате да игнорирате заключването и да отворите файла за редактиране."
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "Отваряне на копие"
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr "Отваряне"
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (поправен документ)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "Документът не е резервиран за промяна в сървъра."
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr "Помогнете ни да подобрим %PRODUCTNAME!"
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr "Включване в разработката"
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr "Даренията ви подкрепят нашата общност по целия свят."
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr "Даряване"
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr "За първи път стартирате версия %PRODUCTVERSION на %PRODUCTNAME. Искате ли да се запознаете с новостите?"
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr "Бележки по изданието"
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Документът е отворен в режим само за четене."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr "Този PDF е отворен в режим само за четене, за да се позволи подписването му."
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "Етикетът за класифициране на този документ е %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "Преди поставяне от клипборда документът трябва да бъде класифициран."
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "Нивото на класификация на документа е по-ниско, отколкото на клипборда."
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "Ниво"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "Национална сигурност:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Ограничения за износ:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Извличане"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Редактиране"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Подписване на документ"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr "Завършване на подписването"
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "Подписът на документа е невалиден."
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "Подписът е бил валиден, но документът е променен."
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "Подписът е наред, но валидността на сертификата не може да бъде проверена."
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "Подписът е наред, но документът е подписан само частично."
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr "Проверката за валидност на сертификата бе неуспешна и документът е подписан само частично."
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "Документът е подписан с валиден електронен подпис."
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "Показване на подписите"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Затваряне на панела"
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Закачване"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Откачване"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Още настройки"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Затваряне на страничната лента"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "Настройки на страничната лента"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Персонализиране"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Връщане на подразбираните"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "Затваряне на страничната лента"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr "Ализарин"
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "Кошер"
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Синя крива"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "Чертеж"
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "Ярко синьо"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr "Стилно червено"
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "ДНК"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Фокус"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "Горска птица"
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "Impress"
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "Вдъхновение"
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "Светлини"
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "Сочно зелено"
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "Метрополис"
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "Тъмно синьо"
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "Природна илюстрация"
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "Молив"
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "Пиано"
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "Портфолио"
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "Прогрес"
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "Залез"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Старомоден"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "Семпъл"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "CV"
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "Автобиография"
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "По подразбиране"
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "Съвременен"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "Съвременно бизнес писмо, безсерифен шрифт"
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "Съвременно бизнес писмо, серифен шрифт"
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "Визитка с лого"
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "Прост"
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Премахване"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Изчистване на всичко"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Дължина на паролата"
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "Въведената от вас парола причинява проблеми със съвместимостта. Моля, въведете парола, по-къса от 52 байта или по-дълга от 55 байта."
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr "Щракнете с %{key} за отваряне на хипервръзката: %{link}"
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr "Щракнете за отваряне на хипервръзката: %{link}"
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(използва се от: %STYLELIST)"
diff --git a/source/bg/svx/messages.po b/source/bg/svx/messages.po
index cc8cf38c20f..b9155abb505 100644
--- a/source/bg/svx/messages.po
+++ b/source/bg/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-05 00:08+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-12 05:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/bg/>\n"
"Language: bg\n"
@@ -2057,7 +2057,7 @@ msgstr "Прозрачност на сянката"
#: include/svx/strings.hrc:367
msgctxt "SIP_SA_SHADOWBLUR"
msgid "Shadow blur"
-msgstr ""
+msgstr "Замъгляване на сянката"
#. sDFuG
#: include/svx/strings.hrc:368
@@ -5311,1195 +5311,1227 @@ msgid "All formats"
msgstr "Всички формати"
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr "Вдлъбната, къса"
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Квадрат 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr "Стрелка, къса"
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr "Размерни линии"
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Двойна стрелка"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr "Триъгълник"
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr "Вдлъбнат край"
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr "Стрелка, голяма"
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr "Размерна линия"
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Кръгче"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Квадрат"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Стрелка"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr "Полукръг"
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "Празен триъгълник"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "Празен ромб"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Ромб"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Празен кръг"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Празен квадрат 45"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "Празен квадрат"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr "Незапълнен полукръг"
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr "Размерна линия със стрелка"
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr "Линия, къса"
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr "Линия"
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr "Половин стрелка наляво"
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr "Половин стрелка надясно"
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr "Обърната стрелка"
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr "Връзка „Един“"
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr "Връзка „Само един“"
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr "Връзка „Много“"
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr "Връзка „Много или един“"
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr "Връзка „Нула или един“"
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr "Връзка „Нула или много“"
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Прозрачност"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr "Зелено 1 (основен цвят на %PRODUCTNAME)"
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "Открояване в зелено"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "Открояване в синьо"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "Открояване в оранжево"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Пурпурно"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "Открояване в пурпурно"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "Открояване в жълто"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Тема от галерията"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Успешно възстановен"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "Оригиналният документ е възстановен"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Неуспешно възстановяване"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "Възстановяването е в ход"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Все още не е възстановен"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION започна да възстановява вашите документи. В зависимост от размера им процесът може да отнеме известно време."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "Възстановяването на документите завърши. Натиснете „Готово“, за да ги видите."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "Готово"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Последна стойност по избор"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "пкт"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Експортиране на изображение"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "Записване като изображение"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Вмъкване на обект(и)"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "Въртене на триизмерно тяло"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Създаване на екструдирано тяло"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Създаване на ротационно тяло"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Разделяне на триизмерно тяло"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Всички]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Графичен филтър"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Нова тема"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "Триизмерни ефекти"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Анимации"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Водачи"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Служба"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Знамена"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Блок-схеми"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Картинки за емоции"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Изображения"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Фонове"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Домашна страница"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Интерактивност"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Карти"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Хора"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Повърхности"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Компютри"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Диаграми"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Околна среда"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Финанси"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Транспорт"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Текстови фигури"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Звуци"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Символи"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "Моята тема"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Стрелки"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Балони"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Клавиатура"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Час"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Презентация"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Календар"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Навигация"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Връзка"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Финанси"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Компютри"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Климат"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Училище и университет"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Разрешаване на проблеми"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Екранни контейнери"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Печат на избраното"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "Какво желаете да отпечатате - избраното или целия документ?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~Всички"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~Избор"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Екструдиране на северозапад"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Екструдиране на север"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Екструдиране на североизток"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Екструдиране на запад"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Екструдиране назад"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Екструдиране на изток"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Екструдиране на югозапад"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Екструдиране на юг"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Екструдиране на югоизток"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 см"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 см"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2,5 см"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 см"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~см"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 инча"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0,~5 инча"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 инч"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 инча"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 инча"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Без запълване"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "Прозрачен"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "По подразбиране"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Кантове"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Стил на канта"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "Още номерации..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "Още водачи..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "По автор"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Страници"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Изчистване на форматирането"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Още стилове..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Още настройки..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Име на шрифт"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "Име на шрифт. Текущият шрифт не е налице и ще бъде заместен."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "по избор"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "Цветове на документа"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Цвят на документа"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Екструдиране"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Прилагане на екструдиране - вкл./изкл."
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Накланяне надолу"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Накланяне нагоре"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Накланяне наляво"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Накланяне надясно"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Промяна на дълбочината на екструдиране"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Промяна на ориентацията"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Промяна на вида проекция"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Промяна на осветлението"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Промяна на яркостта"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Промяна на повърхността на екструдиране"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Промяна на цвета на екструдиране"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Предпочитани"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Прилагане на форма на Fontwork"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Прилагане на еднакви височини на букви на Fontwork"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Прилагане на подравняване на Fontwork"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Прилагане на знакова разредка на Fontwork"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "с"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Стил"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "и"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Избор на връх"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Избор на връх."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Горе вляво"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Горе в средата"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Горе вдясно"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Отляво в средата"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "В средата"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Отдясно в средата"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Долу вляво"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Долу в средата"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Долу вдясно"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Избор на очертание"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Тук можете да редактирате очертанието."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Избор на специален знак"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "В тази област можете да изберете специален знак."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Знаков код "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Полето \"#\" е задължително. Моля, въведете стойност."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Формуляри"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Не е избрана контрола"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Свойства: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Свойства на формуляр"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Навигатор за формуляри"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Формуляр"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
-msgstr ""
+msgstr "Скрит"
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Формуляр"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Скрита контрола"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Контрола"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Запис"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "от"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Добавяне на поле:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Грешка при запис на данни в базата от данни"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Синтактична грешка в израза на заявката"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Ще бъде изтрит един запис."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "Ще бъдат изтрити # записа."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6509,331 +6541,331 @@ msgstr ""
"Желаете ли все пак да продължите?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Лента за навигация"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Кол"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Задаване на свойство \"#\""
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Вмъкване в контейнер"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Изтриване на #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Изтриване на обекти #"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Замяна на контейнерен елемент"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Замяна на контрола"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Бутон"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Бутон за избор"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Поле за отметка"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Поле за надпис"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Групираща рамка"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Текстово поле"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Форматирано поле"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Списъчно поле"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Комбинирано поле"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Бутон с изображение"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Поле за изображение"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Избор на файл"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Поле за дата"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Поле за час"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Числово поле"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Поле за валута"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Поле с маска"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Таблична контрола "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Плъзгач"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Бутон - брояч"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Лента за навигация"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Групов избор"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "В текущия формуляр няма контроли, свързани с данни!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Дата)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Час)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Навигатор на филтър"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Филтър за"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Или"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "В текущия формуляр няма валидни обвързани контроли, достъпни за използване в табличния изглед."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<Автополе>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Синтактична грешка в оператора на SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Стойността на #1 не може да се използва с \"LIKE\"."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "\"LIKE\" не може да се използва с това поле."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Въведената дата не е валидна. Моля, въведете дата във валиден формат, например ММ/ДД/ГГ."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Полето не може да бъде сравнявано с цяло число."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Базата от данни не съдържа таблица с име \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Базата от данни не съдържа нито таблица нито заявка с име \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Базата от данни вече съдържа таблица или изглед с име \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Базата от данни вече съдържа заявка с име \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Колоната \"#1\" не е известна в таблицата \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Полето не може да бъде сравнявано с число с плаваща запетая."
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Въведеният критерий не може да бъде сравняван с това поле."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Навигатор на данни"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (само за четене)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Файлът вече съществува. Презаписване?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# етикет"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6843,7 +6875,7 @@ msgstr ""
"Наистина ли желаете да изтриете този модел?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6853,7 +6885,7 @@ msgstr ""
"Наистина ли желаете да изтриете този екземпляр?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6863,13 +6895,13 @@ msgstr ""
"Наистина ли желаете да изтриете този елемент?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Наистина ли желаете да изтриете атрибута \"$ATTRIBUTENAME\"?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6880,7 +6912,7 @@ msgstr ""
"Наистина ли желаете да изтриете това изпращане?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6891,994 +6923,994 @@ msgstr ""
"Наистина ли желаете да изтриете това обвързване?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Името \"%1\" не е валидно в XML. Моля, въведете друго име."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Префиксът \"%1\" не е валиден в XML. Моля, въведете друг префикс."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Името \"%1\" вече съществува. Моля, въведете ново име."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Изпращането трябва да има име."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Put"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Нищо"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Екземпляр"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Документ"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Обвързване: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Обръщение: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Действие: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Метод: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Замяна: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Добавяне на елемент"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Редактиране на елемент"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Изтриване на елемент"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Добавяне на атрибут"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Редактиране на атрибут"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Изтриване на атрибут"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Добавяне на обвързване"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Редактиране на обвързване"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Изтриване на обвързване"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Ново подаване"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Редактиране на подаване"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Изтриване на подаване"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Елемент"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Атрибут"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Обвързване"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Израз за обвързване"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Наистина ли желаете да отстраните данните за възстановяване на документ от %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Отляво"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Отдясно"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Центрирано"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Десетични числа"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Режим на вмъкване. Щракнете за режим на заместване."
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Режим на заместване. Щракнете за режим на вмъкване."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Заместване"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Вмъкване"
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Цифров подпис: подписът на документа е правилен."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Цифров подпис: подписът на документа е правилен, но валидността на сертификатите не може да бъде проверена."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr "Цифров подпис: подписът на документа не съответства на съдържанието му. Силно ви препоръчваме да не се доверявате на този документ."
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Цифров подпис: документът не е подписан."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Цифров подпис: подписът на документа и сертификата са правилни, но не всички части от документа са подписани."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Документът е бил променен. Щракнете, за да се запише."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "Документът не е променян след последното записване."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Документът се зарежда..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "Побиране на кадъра в текущия прозорец."
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "Не бе възможно да се заредят всички обекти SmartArt. Проблемът може да се избегне чрез записване във формат на Microsoft Office 2010 или по-нов."
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Мащаб. Щракнете с десния бутон, за да смените мащаба, или с левия, за да отворите диалога „Мащаб“."
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Увеличаване на мащаба"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Намаляване на мащаба"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75 %"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Цялата страница"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Ширина на страницата"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Оптимален изглед"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Включително стиловете"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Абзацни стилове"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Стилове за клетки"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "Търсене на формат"
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "Замяна с формат"
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "Достигнат е краят на документа"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "Достигнат е краят на документа, продължава се от началото"
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "Достигнат е краят на листа"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Търсеният низ не е намерен"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "Не е намерен елемент за навигация"
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "Достигнато е началото на документа"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "Достигнато е началото на документа, продължава се от края"
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr "Достигнато е първото напомняне, продължава се от последното."
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr "Достигнато е последното напомняне, продължава се от първото."
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Цветова палитра"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "Замяна на цветове"
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "Триизмерни ефекти"
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Невалидна парола"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Паролите не съвпадат"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Водачи - запълнени точки"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Водачи - запълнени кръгове"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Водачи - запълнени ромбове"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Водачи - запълнени квадрати"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Водачи - запълнени стрелки надясно"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Водачи - стрелки надясно"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "Водачи - хиксове"
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "Водачи - отметки"
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Номера 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Номера 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Номера (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Римски числа с главни букви I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Главни букви A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Малки букви a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Малки букви (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Римски числа с малки букви i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Числа, числа, малки букви, запълнени точки"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Числа, малки букви, запълнени точки"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Числа, малки букви, римски числа с малки букви, главни букви, запълнени точки"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Числа"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Римски числа с главни букви, главни букви, римски числа с малки букви, малки букви, запълнени точки"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Главни букви, римски числа с главни букви, малки букви, римски числа с малки букви, запълнени точки"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Числа за всички поднива"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Къси стрелки надясно, стрелки надясно, запълнени ромбове, запълнена точки"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Създаването на ZIP файла бе невъзможно."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Стилове за дизайн на таблица"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Действия за отмяна: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Действия за отмяна: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Действия за възстановяване: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Действия за възстановяване: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Търсене"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Зачитане на регистъра"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Зачитане на формàта"
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) пкс)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) x $(HEIGHT) на $(DPI) DPI"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) кБ"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "GIF изображение"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "JPEG изображение"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "PNG изображение"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "TIFF изображение"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "WMF изображение"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "MET изображение"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "PICT изображение"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "SVG изображение"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "BMP изображение"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Непознато"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Превключвател"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Режим на изображението"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Червено"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Зелено"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Синьо"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Яркост"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Контраст"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Гама"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Прозрачност"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Подрязване"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Подразбирана ориентация"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "От горе надолу"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "От долу нагоре"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "С натрупване"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Ляво поле: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Горно поле: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Дясно поле: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Долно поле: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Описание на страницата: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Главни букви"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Малки букви"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Римски цифри, главни"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Римски цифри, малки"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Арабски"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Няма"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Пейзаж"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Портрет"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Ляво"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Дясно"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Всички"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Огледално"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Автор: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Дата: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Текст: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Фон на знаците"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Цветова палитра"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr "Номера на кадрите:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7888,1919 +7920,1919 @@ msgstr ""
"Искате ли вместо това да се запише промененото изображение?"
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Основна латиница"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Латиница-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Разширена латиница-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Разширена латиница-B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Разширения за IPA"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Знаци, променящи разредката"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Диакритични знаци"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Основен гръцки"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Гръцки и коптски символи"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Кирилица"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Арменски"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Основен иврит"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Разширен иврит"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Основен арабски"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Разширен арабски"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Деванагари"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Бенгалски"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Гурмукхи"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Гуджарати"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Одия"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Тамилски"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Телугу"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Каннада"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Малаялам"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Тайски"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Лаоски"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Основен грузински"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Разширен грузински"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Хангъл джамо"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Допълнителна разширена латиница"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Разширен гръцки"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Обща пунктуация"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Горни и долни индекси"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Валутни символи"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Комбинирани диакритични символи"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Буквоподобни символи"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Числови символи"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Стрелки"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Математически оператори"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Разни технически знаци"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Картини за управление"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Оптично разпознаване на знаци"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Оградени буквено-цифрови"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Рисуване на рамки"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Елементи за запълване"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Геометрични фигури"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Разни символи"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Символи Dingbats"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "КЯК – символи и пунктуация"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Хирагана"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Катакана"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Бопомофо"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Хангъл джамо (съвместимост)"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "КЯК – разни"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "КЯК – оградени букви и месеци"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "КЯК – съвместимост"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Хангъл"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "КЯК – унифицирани идеограми"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "КЯК – унифицирани идеограми, разширение A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Област за частно използване"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "КЯК – йероглифи за съвместимост"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Азбучни форми на представяне"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Арабски форми на представяне-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Половинки знаци за комбиниране"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "КЯК – форми за съвместимост"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Малки варианти на форми"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Арабски форми на представяне-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Форми с половин и пълна ширина"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Специални"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Срички на носу"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Радикали на носу"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Староиталийски"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Готически"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Дезерет"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Византийски музикални символи"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Музикални символи"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Математически буквено-цифрови символи"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "КЯК – унифицирани идеограми, разширение B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "КЯК – унифицирани идеограми, разширение C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "КЯК – унифицирани идеограми, разширение D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "КЯК – идеограми за съвместимост, допълнение"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Етикети"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Кирилица – допълнение"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Избор на вариант"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Допълнителна област за частно използване-A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Допълнителна област за частно използване-В"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Лимбу"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Тай ле"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Кхмерски символи"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Фонетични разширения"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Разни символи и стрелки"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Старокитайски хексаграмни символи"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Линейна сричкова азбука B"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Линейни идеограми B"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Егейски числа"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Угаритски"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Знаци на Бърнард Шоу"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Османия"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Синхала"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Тибетски"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Мианмар"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Кхмерски"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Огам"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Рунически"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Древносирийски"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Таана"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Етиопски"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Чероки"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Сричков аборигенски канадски"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Монголски"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Разни математически символи-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Допълнителни стрелки-A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Брайлова азбука"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Допълнителни стрелки-B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Разни математически символи-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "КЯК – допълнителни радикали"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Канджи – радикали"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Идеографски описателни знаци"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Тагалог"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Хануну"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Тагбануа"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Бухид"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Канбун"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Разширен бопомофо"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Катакана – фонетична"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "КЯК – щрихи"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Кипърска сричкова азбука"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Символи Тай Сюен Дзин"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Избор на вариант – допълнение"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Древногръцки музикални знаци"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Древногръцки числа"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Арабски – допълнение"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Бугиски"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Комбиниращи диакритични знаци – допълнение"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Коптски"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Разширен етиопски"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Етиопски – допълнение"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Грузински – допълнение"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Глаголица"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Карощи"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Знаци, променящи тоновете"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Нов тай лю"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Староперсийски"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Фонетични разширения – допълнение"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Пунктуация – допълнение"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Силоти нагри"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Тифинаг"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Вертикални форми"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Нко"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Балийски"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Разширена латиница-C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Разширена латиница-D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Фагс па"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Финикийски"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Клинопис"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Клинописни числа и пунктуация"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Китайски числа на рабош"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Сундански"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Лепча"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ол чики – санталски"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Разширена кирилица-A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Вай"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Разширена кирилица-B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Саураштра"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Кая ли"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Режанг"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Чам"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Древни символи"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Дискът от Фестос"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Ликийски"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Карийски"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Лидийски"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Плочки за маджонг"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Плочки за домино"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Самаритски"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Разширени унифицирани срички на канадските аборигени"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Тай тхам"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Ведически разширения"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Лису"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Бамум"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Общи индийски числови форми"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Разширена деванагари"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Разширена хангъл джамо-A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Явански"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Разширена мианмар-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Тай виет"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Мейтей майек"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Разширена хангъл джамо-B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Имперски арамейски"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Стар южноарабски"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Авестийски"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Партски"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Пахлави"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Старотюркски"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Цифрови знаци руми"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Кайтхи"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Египетски йероглифи"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Букви и цифри в кръгче – допълнение"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Заградени идеограми – допълнение"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Мандайски"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Батак"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Разширен етиопски-А"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Брахми"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Бамум – допълнение"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Кана – допълнение"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Карти за игра"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Разни знаци и пиктограми"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Емотикони"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Транспортни и картографски символи"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Алхимически символи"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Разширен арабски-А"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Арабски математически азбучни символи"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Чакма"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Разширения на мейтей майек"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Ръкописен мероитски"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Мероитски йероглифи"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Миао"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Шарада"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Сора сомпенг"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Судански – допълнение"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Такри"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Баса"
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Кавказки албански"
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Коптски епактични числа"
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Разширени комбиниращи диакритични знаци"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Система на Дюплойе"
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Елбасанска азбука"
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Разширени геометрични фигури"
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Грантха"
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Ходжки"
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Худавади"
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Разширена латиница-E"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Линеар А"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Махаджани"
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Манихейска азбука"
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Менде кикакуи"
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Моди"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Мро"
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Разширена мианмар-B"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Набатейска азбука"
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Стар северноарабски"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Старопермски"
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Орнаменти"
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Пахау хмонг"
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Палмирска азбука"
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Пау чин хау"
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "Псалтирен пахлави"
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Форматиране на стенография"
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Сидхам"
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Синхала – архаични числа"
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Допълнителни стрелки-C"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Тирхута"
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Варанг кшити"
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ахам"
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Анатолийски йероглифи"
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Чероки – допълнение"
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "КЯК – унифицирани идеограми, разширение E"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Раннодинастичен клинопис"
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Азбука от Хатра"
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Сераики"
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Староунгарски"
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Допълнителни символи и пиктограми"
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Жестово писмо на Сътън"
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Адлам"
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Бхайкшуки"
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Разширена кирилица-C"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Глаголица – допълнение"
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Идеографски символи и пунктуация"
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Марчен"
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Монголски – допълнение"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Нева"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Осейдж"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Тангутски"
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Тангутски компоненти"
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "КЯК – унифицирани идеограми, разширение F"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Разширени кана-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Масарам гонди"
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Нюшу"
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Сойомбо"
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Сирийска азбука – допълнение"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "Квадратна азбука на Занабазар"
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "Шахматни символи"
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "Догра"
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "Гунджала гонди"
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "Ханифи рохингя"
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Индийски числа сияк"
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "Макасар"
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Числа на маите"
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "Медефайдрин"
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "Стар согдийски"
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "Согдийски"
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr "Управление на формат на египетски йероглифи"
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr "Елимейски"
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr "Нандинагари"
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr "Някенг Пуачуе Хмонг"
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr "Османски числа сияк"
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr "Разширение за малки кана"
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr "Разширени символи и пиктограми-A"
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr "Тамилски – допълнение"
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr "Уанчо"
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr "Хорезмийски"
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr "КЯК – унифицирани идеограми, разширение G"
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr "Дивес акуру"
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr "Малко киданско писмо"
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr "Лису – допълнение"
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr "Символи от остарели компютри"
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr "Тангутски – допълнение"
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr "Езидска писменост"
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "От ляво надясно"
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "От дясно наляво"
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Настройки от родителския обект"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "От ляво надясно (хоризонтално)"
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "От дясно наляво (хоризонтално)"
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "От дясно наляво (вертикално)"
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "От ляво надясно (вертикално)"
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "От долу нагоре, от ляво надясно (вертикално)"
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Fontwork"
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
-msgstr ""
+msgstr "Подписано цифрово от:"
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
-msgstr ""
+msgstr "Дата: %1"
#. oFcMf
#: include/svx/svxitems.hrc:33
@@ -10358,121 +10390,121 @@ msgstr "Сечение"
#: svx/inc/formnavi.hrc:29
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToEdit"
msgid "~Text Box"
-msgstr ""
+msgstr "Текстово поле"
#. LaRik
#: svx/inc/formnavi.hrc:30
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToButton"
msgid "~Button"
-msgstr ""
+msgstr "Бутон"
#. qjKaG
#: svx/inc/formnavi.hrc:31
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToFixed"
msgid "La~bel field"
-msgstr ""
+msgstr "Поле за етикет"
#. sq3AT
#: svx/inc/formnavi.hrc:32
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToList"
msgid "L~ist Box"
-msgstr ""
+msgstr "Списъчно поле"
#. agpbk
#: svx/inc/formnavi.hrc:33
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToCheckBox"
msgid "~Check Box"
-msgstr ""
+msgstr "Поле за отметка"
#. 9WA4B
#: svx/inc/formnavi.hrc:34
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToRadio"
msgid "~Radio Button"
-msgstr ""
+msgstr "Бутон за избор"
#. PpgmW
#: svx/inc/formnavi.hrc:35
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToGroup"
msgid "G~roup Box"
-msgstr ""
+msgstr "Групираща рамка"
#. A8Dbz
#: svx/inc/formnavi.hrc:36
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToCombo"
msgid "Combo Bo~x"
-msgstr ""
+msgstr "Комбинирано поле"
#. HRAoH
#: svx/inc/formnavi.hrc:37
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToImageBtn"
msgid "I~mage Button"
-msgstr ""
+msgstr "Бутон с изображение"
#. gZZqq
#: svx/inc/formnavi.hrc:38
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToFileControl"
msgid "~File Selection"
-msgstr ""
+msgstr "Избор на файл"
#. EEADE
#: svx/inc/formnavi.hrc:39
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToDate"
msgid "~Date Field"
-msgstr ""
+msgstr "Поле за дата"
#. gDr8N
#: svx/inc/formnavi.hrc:40
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToTime"
msgid "Tim~e Field"
-msgstr ""
+msgstr "Поле за час"
#. jAbfP
#: svx/inc/formnavi.hrc:41
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToNumeric"
msgid "~Numerical Field"
-msgstr ""
+msgstr "Числово поле"
#. ryXjj
#: svx/inc/formnavi.hrc:42
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToCurrency"
msgid "C~urrency Field"
-msgstr ""
+msgstr "Поле за валута"
#. GXHFr
#: svx/inc/formnavi.hrc:43
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToPattern"
msgid "~Pattern Field"
-msgstr ""
+msgstr "Поле с маска"
#. a7jCc
#: svx/inc/formnavi.hrc:44
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToImageControl"
msgid "Ima~ge Control"
-msgstr ""
+msgstr "Контрола с изображение"
#. WDsBh
#: svx/inc/formnavi.hrc:45
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToFormatted"
msgid "Fo~rmatted Field"
-msgstr ""
+msgstr "Форматирано поле"
#. aEXn5
#: svx/inc/formnavi.hrc:46
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToScrollBar"
msgid "Scroll bar"
-msgstr ""
+msgstr "Плъзгач"
#. cGxjA
#: svx/inc/formnavi.hrc:47
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToSpinButton"
msgid "Spin Button"
-msgstr ""
+msgstr "Брояч"
#. HYbc6
#: svx/inc/formnavi.hrc:48
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToNavigationBar"
msgid "Navigation Bar"
-msgstr ""
+msgstr "Лента за навигация"
#. d7vkX
#: svx/inc/frmsel.hrc:29
@@ -10583,244 +10615,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Диагонален кант от долу вляво до горе вдясно"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Няма"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "Водещ знак"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Графика"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "Свързана графика"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr "1., 2., 3., ..."
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr "Едно, Две, Три, ..."
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr "Първо, Второ, Трето, ..."
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr "*, †, ‡, §, **, ††, ..."
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Местна номерация"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (български)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (български)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (български)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (български)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (руски)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (руски)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (руски)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (руски)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (сръбски)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (сръбски)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (сръбски)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (сръбски)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (гръцки главни букви)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (гръцки малки букви)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א...י, יא...כ, ..."
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א...ת, אא...תת, ..."
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١, ٢, ٣, ٤, ... (арабски)"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱, ۲, ۳, ۴, ... (фарси)"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -14789,235 +14822,235 @@ msgstr "Не е Null"
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:8
msgctxt "findreplacedialog-mobile|FindReplaceDialog"
msgid "Find & Replace"
-msgstr ""
+msgstr "Търсене и замяна"
#. eByBj
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:141
msgctxt "findreplacedialog-mobile|label4"
msgid "_Find:"
-msgstr ""
+msgstr "Търсене:"
#. oNJkY
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:195
msgctxt "findreplacedialog-mobile|matchcase"
msgid "Ma_tch case"
-msgstr ""
+msgstr "Зачитане на регистъра"
#. uiV7G
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:211
msgctxt "findreplacedialog-mobile|searchformatted"
msgid "For_matted display"
-msgstr ""
+msgstr "Зачитане на формàта"
#. 3KibH
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:231
msgctxt "findreplacedialog-mobile|wholewords"
msgid "Whole wor_ds only"
-msgstr ""
+msgstr "Само цели думи"
#. BRbAi
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:249
msgctxt "findreplacedialog-mobile|entirecells"
msgid "_Entire cells"
-msgstr ""
+msgstr "Цели клетки"
#. xFvzF
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:267
msgctxt "findreplacedialog-mobile|allsheets"
msgid "All _sheets"
-msgstr ""
+msgstr "Всички листове"
#. 8a3TB
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:306
msgctxt "findreplacedialog-mobile|label1"
msgid "_Search For"
-msgstr ""
+msgstr "Търсене на"
#. aHAoN
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:391
msgctxt "findreplacedialog-mobile|label5"
msgid "Re_place:"
-msgstr ""
+msgstr "Замяна:"
#. PhyMv
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:431
msgctxt "findreplacedialog-mobile|label2"
msgid "Re_place With"
-msgstr ""
+msgstr "Замяна с"
#. gi3jL
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:457
msgctxt "findreplacedialog-mobile|searchall"
msgid "Find _All"
-msgstr ""
+msgstr "Търсене на всички"
#. xizGS
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:471
msgctxt "findreplacedialog-mobile|backsearch"
msgid "Find Pre_vious"
-msgstr ""
+msgstr "Предишно срещане"
#. Fnoy9
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:485
msgctxt "findreplacedialog-mobile|search"
msgid "Find Ne_xt"
-msgstr ""
+msgstr "Следващо срещане"
#. 4xbpA
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:501
msgctxt "findreplacedialog-mobile|replace"
msgid "_Replace"
-msgstr ""
+msgstr "Замяна"
#. LXUGG
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:515
msgctxt "findreplacedialog-mobile|replaceall"
msgid "Replace A_ll"
-msgstr ""
+msgstr "Замяна на всички"
#. 8pjvL
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:671
msgctxt "findreplacedialog-mobile|selection"
msgid "C_urrent selection only"
-msgstr ""
+msgstr "Само в текущата селекция"
#. kXCyp
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:686
msgctxt "findreplacedialog-mobile|regexp"
msgid "Re_gular expressions"
-msgstr ""
+msgstr "Регулярни изрази"
#. PHsrD
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:708
msgctxt "findreplacedialog-mobile|attributes"
msgid "Attribut_es..."
-msgstr ""
+msgstr "Атрибути..."
#. GRaeC
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:722
msgctxt "findreplacedialog-mobile|format"
msgid "For_mat..."
-msgstr ""
+msgstr "Формат..."
#. cx7u7
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:736
msgctxt "findreplacedialog-mobile|noformat"
msgid "_No Format"
-msgstr ""
+msgstr "Без формат"
#. TnTGs
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:757
msgctxt "findreplacedialog-mobile|layout"
msgid "Search for st_yles"
-msgstr ""
+msgstr "Търсене на стилове"
#. QZvqy
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:772
msgctxt "findreplacedialog-mobile|includediacritics"
msgid "Diac_ritic-sensitive"
-msgstr ""
+msgstr "Зачитане на диакритиките"
#. jgEBu
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:787
msgctxt "findreplacedialog-mobile|includekashida"
msgid "_Kashida-sensitive"
-msgstr ""
+msgstr "Зачитане на кашида"
#. HEtSQ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:802
msgctxt "findreplacedialog-mobile|matchcharwidth"
msgid "Match character _width"
-msgstr ""
+msgstr "Зачитане ширината на знаците"
#. PeENq
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:822
msgctxt "findreplacedialog-mobile|similarity"
msgid "S_imilarity search"
-msgstr ""
+msgstr "Търсене по подобие"
#. BxPGW
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:838
msgctxt "findreplacedialog-mobile|similaritybtn"
msgid "Similarities..."
-msgstr ""
+msgstr "Подобие по..."
#. z8Uiz
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:865
msgctxt "findreplacedialog-mobile|soundslike"
msgid "Sounds like (_Japanese)"
-msgstr ""
+msgstr "Подобно звучене (японски)"
#. e7EkJ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:881
msgctxt "findreplacedialog-mobile|soundslikebtn"
msgid "Sounds..."
-msgstr ""
+msgstr "Звуци..."
#. ZvWKZ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:907
msgctxt "findreplacedialog-mobile|wildcard"
msgid "Wil_dcards"
-msgstr ""
+msgstr "Заместители"
#. jCtqG
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:923
msgctxt "findreplacedialog-mobile|notes"
msgid "_Comments"
-msgstr ""
+msgstr "Коментари"
#. CABZs
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:945
msgctxt "findreplacedialog-mobile|replace_backwards"
msgid "Replace _backwards"
-msgstr ""
+msgstr "Замяна назад"
#. EjXBb
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:981
msgctxt "findreplacedialog-mobile|searchinlabel"
msgid "Search i_n:"
-msgstr ""
+msgstr "Търсене в:"
#. vHG2V
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:996
msgctxt "findreplacedialog-mobile|calcsearchin"
msgid "Formulas"
-msgstr ""
+msgstr "Формули"
#. BC8U6
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:997
msgctxt "findreplacedialog-mobile|calcsearchin"
msgid "Values"
-msgstr ""
+msgstr "Стойности"
#. BkByZ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:998
msgctxt "findreplacedialog-mobile|calcsearchin"
msgid "Notes"
-msgstr ""
+msgstr "Бележки"
#. a8BE2
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1023
msgctxt "findreplacedialog-mobile|searchdir"
msgid "Direction:"
-msgstr ""
+msgstr "Посока:"
#. GPC8q
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1040
msgctxt "findreplacedialog-mobile|rows"
msgid "Ro_ws"
-msgstr ""
+msgstr "Редове"
#. xCeTz
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1060
msgctxt "findreplacedialog-mobile|cols"
msgid "Colum_ns"
-msgstr ""
+msgstr "Колони"
#. fPE4f
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1107
msgctxt "findreplacedialog-mobile|label3"
msgid "Other _options"
-msgstr ""
+msgstr "Други настройки"
#. 2B7FQ
#: svx/uiconfig/ui/findreplacedialog.ui:8
@@ -15113,7 +15146,7 @@ msgstr "Замяна - в_сички"
#: svx/uiconfig/ui/findreplacedialog.ui:666
msgctxt "findreplacedialog|selection"
msgid "C_urrent selection only"
-msgstr "Само в _избраното"
+msgstr "Само в текущата селекция"
#. CwXAb
#: svx/uiconfig/ui/findreplacedialog.ui:681
@@ -16055,13 +16088,13 @@ msgstr "Изтриване"
#: svx/uiconfig/ui/inspectortextpanel.ui:61
msgctxt "inspectortextpanel|property"
msgid "Properties"
-msgstr ""
+msgstr "Свойства"
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
-msgstr ""
+msgstr "Стойности"
#. kCqGA
#: svx/uiconfig/ui/lightingwindow.ui:58
@@ -16175,31 +16208,31 @@ msgstr "Пространства от имена"
#: svx/uiconfig/ui/navigationbar.ui:128
msgctxt "navigationbar|first"
msgid "First"
-msgstr ""
+msgstr "Първи"
#. mX6CE
#: svx/uiconfig/ui/navigationbar.ui:149
msgctxt "navigationbar|prev"
msgid "Previous"
-msgstr ""
+msgstr "Предишен"
#. ggpok
#: svx/uiconfig/ui/navigationbar.ui:170
msgctxt "navigationbar|next"
msgid "Next"
-msgstr ""
+msgstr "Следващ"
#. E3c7E
#: svx/uiconfig/ui/navigationbar.ui:190
msgctxt "navigationbar|last"
msgid "Last"
-msgstr ""
+msgstr "Последен"
#. GbURX
#: svx/uiconfig/ui/navigationbar.ui:210
msgctxt "navigationbar|new"
msgid "New"
-msgstr ""
+msgstr "Нов"
#. Z8rca
#: svx/uiconfig/ui/optgridpage.ui:74
@@ -17965,7 +17998,7 @@ msgstr "Цвят:"
#: svx/uiconfig/ui/sidebarshadow.ui:123
msgctxt "sidebarshadow|blur_label"
msgid "Blur:"
-msgstr ""
+msgstr "Замъгляване:"
#. SLW9V
#: svx/uiconfig/ui/sidebarshadow.ui:149
@@ -18001,13 +18034,13 @@ msgstr "Редактиране на стил..."
#: svx/uiconfig/ui/stylespreview.ui:86
msgctxt "stylespreview|up"
msgid "Previous"
-msgstr ""
+msgstr "Предишен"
#. XiCNc
#: svx/uiconfig/ui/stylespreview.ui:111
msgctxt "stylespreview|down"
msgid "Next"
-msgstr ""
+msgstr "Следващ"
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
diff --git a/source/bg/sw/messages.po b/source/bg/sw/messages.po
index c32f246c2ba..024e720f46d 100644
--- a/source/bg/sw/messages.po
+++ b/source/bg/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2020-07-31 23:14+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/bg/>\n"
@@ -575,7 +575,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Номерирани абзаци"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -583,1301 +583,1337 @@ msgstr "Номерирани абзаци"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10948,127 +10984,127 @@ msgid "Width:"
msgstr "Ширина:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Разстояние:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Ширина и разредка"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "Стил:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "Ширина:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "Височина:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "Позиция:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Отгоре"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "В средата"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Отдолу"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "Цвят:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Разделителна линия"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Колони:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Ра_вномерно разпределяне на съдържанието в колоните"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Избор"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Текущ избор"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Избран раздел"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Рамка"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Стил за страници: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "Прилагане върху:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "Посока на текста:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Настройки"
@@ -12800,67 +12836,67 @@ msgid "Space to text"
msgstr "Разстояние до текста"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Област на бележките под линия"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_Позиция"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "_Стил"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "_Дебелина"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_Цвят"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_Дължина"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "_Разстояние до текста на бележката под линия"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Отляво"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "В средата"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Отдясно"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "Разделителна линия"
@@ -19095,7 +19131,7 @@ msgid "_More Options"
msgstr "Още настройки"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Още настройки"
@@ -21277,43 +21313,43 @@ msgid "Remaining space:"
msgstr "Оставащо пространство:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Ширина на колона 2"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Ширина на колона 3"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Ширина на колона 4"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Ширина на колона 5"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Ширина на колона 6"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Ширина на колона 1"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Ширина на колона"
diff --git a/source/bn-IN/chart2/messages.po b/source/bn-IN/chart2/messages.po
index e77654227b4..1cb35097ff4 100644
--- a/source/bn-IN/chart2/messages.po
+++ b/source/bn-IN/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-13 05:59+0000\n"
"Last-Translator: joydeep <jdsk2013@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2349,44 +2349,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "লেখার সজ্জা"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "স্কিম (_m)"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "সাধারণ"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "বাস্তবিক"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "স্বনির্ধারিত"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "স্কিম (_m)"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "শেডিং (_S)"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "বস্তুর সীমানা (_O)"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "বৃত্তাকার প্রান্ত (_R)"
diff --git a/source/bn-IN/cui/messages.po b/source/bn-IN/cui/messages.po
index 02da2adb91f..d4ae0cb5696 100644
--- a/source/bn-IN/cui/messages.po
+++ b/source/bn-IN/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-16 06:42+0000\n"
"Last-Translator: parnas <parnasghosh@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4365,45 +4365,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "শুধুমাত্র টেক্সট (_T)"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/bn-IN/dbaccess/messages.po b/source/bn-IN/dbaccess/messages.po
index 5c6a5650225..5d19d3fa447 100644
--- a/source/bn-IN/dbaccess/messages.po
+++ b/source/bn-IN/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-11 07:30+0000\n"
"Last-Translator: biraj <brnet00@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -967,20 +967,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "কাজ"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "বিবরণ"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "প্রাকদর্শন"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -994,31 +988,31 @@ msgstr ""
"আপনি কি এখন সকল নথি বন্ধ করতে চান?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "ফরমের নাম (~o)"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "প্রতিবেদনের নাম (~R)"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "ফোল্ডারের নাম (~o)"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "নথিটিতে সন্নিবেশিত ম্যাক্রোসহ ফরম অথবা প্রতিবেদন রয়েছে।"
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1034,260 +1028,260 @@ msgstr ""
"মনে রাখবেন এই স্থানান্তর সম্পন্ন না হওয়া পর্যন্ত আপনি নিজে ম্যাক্রোসমূহ ডাটাবেস নথিতে সন্নিবেশ করতে পারবেন না।"
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "সন্নিবেশিত ডাটাবেস"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "বিভিন্ন শ্রেণীর নির্বাচন করতে পারবেন না।"
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "অসর্থিত অবজেক্ট টাইপ পাওয়া গেছে ($type$)।"
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "উন্নত বৈশিষ্ট্যাবলী"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "অতিরিক্ত সেটিংস"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "সংযোগ সেটিংস"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "টেবিলের নাম (_T)"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "কোয়েরির নাম (_Q)"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "যে নামে পুনঃনামকরণ করা হবে"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "যেরূপে সন্নিবেশ করা হবে"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "আপনি কি নির্বাচিত ডাটা মুছে ফেলতে চান?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "ক্রমিকায়নের শর্তাবলী নির্ধারণে ত্রুটি"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "পরিশোধকের শর্তাবলী নির্ধারণে ত্রুটি"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "সংযোগ বিচ্ছিন্ন"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "কোয়েরি"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "টেবিল"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "মুছে ফেলা নিশ্চিত করুন"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "আপনি কি '%1' টেবিলটি মুছে ফেলতে চান?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "ডাটাবেসের সাথে সংযোগ বিচ্ছিন্ন হয়েছে। আপনি কি এটা পুনরায় সংযুক্ত করতে চান?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "সতর্কীকরণ পাওয়া গেছে"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "টেবিলসমূহ পুনরুদ্ধার করার সময়, ডাটাবেস সংযোগ দ্বারা সতর্কতাসমূহ প্রতিবেদন করা হয়েছিল।"
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "\"$name$\" এ সংযোগ ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "$name$ কোয়েরি লোড করা হচ্ছে ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "$name$ টেবিল লোড করা হচ্ছে ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "কোনো টেবিল ফরম্যাট খুঁজে পাওয়া যায়নি।"
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "\"$name$\" ডাটা উৎসের সাথে সংযোগ স্থাপন করা যায়নি।"
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "প্রাইমারি কী সন্নিবেশ/অপসারণ"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "হ্যাঁ"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "না"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<একটিও না>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "ক্ষেত্রের নাম"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "ক্ষেত্রের ধরন"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "বিবরণ"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "কলামের বর্ণনা"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "ক্ষেত্রের বৈশিষ্ট্যাবলী"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "ঘর পরিবর্তন"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "সারি মুছে ফেলা"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "ক্ষেত্রের ধরন পরিবর্তন"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "সারি সন্নিবেশ"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "নতুন সারি সন্নিবেশ"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "পূর্বনির্ধারিত মান (~D)"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1297,7 +1291,7 @@ msgstr ""
"যদি ক্ষেত্রটিতে ডিফল্ট মান দেয়া না যায়, তবে ফাঁকা ষ্ট্রিং নির্বাচন করুন।"
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1309,19 +1303,19 @@ msgstr ""
"আপনি যখন পরবর্তীতে টেবিলটিতে ডাটা সন্নিবেশ করবেন, নির্বাচিত ক্ষেত্রের সব নতুন রেকর্ডের জন্য এই ষ্ট্রিংটি ব্যবহৃত হবে। সুতরাং, এটা ঘর বিন্যাসের সাথে সঙ্গতিপূর্ণ করতে হবে যা নিম্নে সন্নিবেশ করা আবশ্যক।"
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "অনুমোদিত সর্বোচ্চ টেক্সটের দৈর্ঘ্য দিন।"
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "সংখ্যার বিন্যাস দিন।"
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1335,25 +1329,25 @@ msgstr ""
"মানটি যখন ডাটাবেসের সর্বোচ্চ মাত্রাকে অতিক্রম করবে তখন সেই অনুসারে এটি ঠিক করা হবে।"
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "এই ক্ষেত্রে অনুমোদিত দশমিক স্থানের সংখ্যা সুনির্দিষ্ট ভাবে উল্লেখ করুন।"
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "এখানে আপনি দেখতে পাবেন ডাটা বর্তমান ফরম্যাটে কিভাবে প্রদর্শিত হবে (ফরম্যাট পরিবর্তন করতে ডান দিকের বোতামটি ব্যবহার করুন)।"
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "এখানে আপনি ডাটার আউটপুট ফরম্যাট নির্ধারণ করতে পারবেন।"
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1365,49 +1359,49 @@ msgstr ""
"আপনি এই ধরনের ক্ষেত্রে ডাটা সন্নিবেশ করাতে পারবেন না। প্রতিটি নতুন রেকর্ডের জন্য স্বয়ংক্রিয়ভাবে একটি স্বকীয় মান ধার্য করা হবে (পূর্ববর্তী রেকর্ড বৃদ্ধির ফলাফল)।"
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "টেবিলটি সংরক্ষণ করা যাবে না কারণ কলামের নাম \"$column$\" দু'বার নির্ধারণ করা হয়েছে।"
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "\"$column$\" কলামটি প্রাইমারি কী'র অধীনস্থ। কলামটি মুছে ফেলা হলে, প্রাইমারি কীও মুছে যাবে। আপনি কি সত্যিই অগ্রসর হতে চান?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "প্রাইমারি কী প্রভাবিত"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "কলাম"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "যেকোনো ভাবে চালিয়ে যেতে চান?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "ডাটাবেসের সাথে সংযোগে ত্রুটির কারণে টেবিলটি সংরক্ষণ করা যায়নি।"
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "ডাটা উৎস মুছে ফেলার কারণে টেবিল পরিশোধক সমন্বয় করা যাবে না।"
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1417,13 +1411,13 @@ msgstr ""
"আপনি কি পরিবর্তনগুলো এখন সংরক্ষণ করতে চান?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "কোন প্রাইমারি কী নেই"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1437,25 +1431,25 @@ msgstr ""
"এখন একটি প্রাইমারি কী তৈরি করা হবে কি?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "\"$column$\" কলামটি পরির্তন করা যাবে না। কলামটি কি বিকল্প হিসেবে মুছে ফেলা হবে এবং নতুন ফরম্যাট সংযোজন করা হবে?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "টেবিল ডিজাইন সংরক্ষণ করার সময় ত্রুটি"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "$column$ কলামটি মুছে ফেলা যাবেনা।"
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1467,7 +1461,7 @@ msgstr ""
"টেবিল তৈরি হওয়ার পর এই স্টেটমেন্টটি সরাসরি ডাটাবেসে স্থানান্তর করা হবে।"
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1477,37 +1471,37 @@ msgstr ""
"এই ডাটা উৎসের জন্য টেবিল ডিজাইন মোড নেই।"
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "ক্ষেত্রের নাম পরিবর্তন"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "ক্ষেত্রের ধরন পরিবর্তন"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "ক্ষেত্রের বিবরণ পরিবর্তন"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "ক্ষেত্রের বৈশিষ্ট্য পরিবর্তন"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "\"$name$\" ডাটা উৎসের সাথে সংযুক্ত করার জন্য একটি পাসওয়ার্ড প্রয়োজন।"
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1523,49 +1517,49 @@ msgstr ""
"বিদ্যমান নেই। এটি কি তৈরি করা হবে?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "$name$ ডিরেক্টরি তৈরি করা যাবেনা।"
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ফাইলটি ইতিমধ্যেই বিদ্যমান। প্রতিস্থাপন করতে চান?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "ফোল্ডার"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "ডাটাবেস বৈশিষ্ট্যাবলী"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "ডাটা সোর্সের বৈশিষ্ট্যাবলী: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "একটি বিদ্যমান ডাটাবেসে সংযুক্ত করার বিকল্প হিসেবে অনুগ্রহ করে 'একটি বিদ্যমান ডাটাবেসে সংযুক্ত করুন' পছন্দ করুন।"
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "প্রোগ্রাম লাইব্রেরি #lib# লোড করা যাবে না অথবা এটি বিকৃত হয়েছে । ODBC ডাটা সোর্স নির্বাচন বিদ্যমান নেই।"
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1575,152 +1569,152 @@ msgstr ""
"আপনি সেটিংসমূহ পরিবর্তন করতে পারেন, কিন্তু সম্ভবত আপনি ডাটাবেসে সংযুক্ত হতে পারবেন না।"
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{কোনটি না}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 অবশ্যই নির্ধারিত হতে হবে।"
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 এবং #2 অবশ্যই আলাদা হতে হবে।"
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "ওয়াইল্ডকার্ড যেমন ?,*, #1 এ অনুমোদিত নয়।"
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "সংযোগ পরীক্ষণ"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "সংযোগটি সফলভাবে প্রতিষ্ঠিত হয়েছিল।"
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "সংযোগ প্রতিষ্ঠা করা যায়নি।"
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr " JDBC ড্রাইভারটি সফলভাবে লোড করা হয়েছে।"
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr " JDBC ড্রাইভারটি লোড করা যায়নি।"
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS এক্সেস ফাইল"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS এক্সেস ২০০৭ ফাইল"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Firebird ডেটাবেস"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "সিস্টেম"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "প্রস্তুতকালে উৎপন্ন সমস্যা"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "\"$file$\" নামক নথিটি খোলা যায়নি।"
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "ডাটাবেস সংযোগ দ্বারা এটি সমর্থিত না হওয়ার ফলে এই টেবিলটি মুছে ফেলা যায়নি।"
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "সকল (~A)"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "পূর্বাবস্থা:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "পুনরাবৃত্তি:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "'#1' কলামের জন্য কোনো সুসংগত কলামের ধরন পাওয়া যায়নি।"
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "\"$file$\" ফাইলটি নেই।"
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "ডাটা সোর্সের সাথে সংযোগ স্থাপনকালে সতর্কবার্তা প্রদর্শিত হয়েছে। বার্তাগুলি দেখার জন্য \"$buttontext$\" টিপুন।"
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1731,199 +1725,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "SDBC ড্রাইভার ব্যবস্থাপকের সাথে সংযুক্ত করা যাচ্ছে না (#servicename#)।"
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "URL #connurl# এর জন্য কোনো ড্রাইভার নিবন্ধন করা হয়নি।"
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "সফলভাবে সংযুক্ত, কিন্তু ডাটাবেস টেবিল সম্পর্কিত কোনো তথ্য নেই।"
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "সব টেবিল"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "সব দৃশ্যপট"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "সব টেবিল ও দৃশ্যপট"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "টেবিলের নাম"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "ডাটা সন্নিবেশ"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "ডাটা মুছে ফেলুন"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "ডাটা পরিবর্তন"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "কাঠামো পরিবর্তন"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "ডাটা পড়া"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "রেফারেন্স পরিবর্তন"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "কাঠামো বাদ দেয়া"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "dBASE ফাইলের পাথ"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "টেক্সট ফাইলের পাথ"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "স্প্রেডশীট নথির পাথ"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "আপনার সিস্টেমের ODBC ডাটা সোর্সের নাম"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "নথিপত্র লেখার স্থান"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "MySQL ডাটাবেসের নাম"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Oracle ডাটাবেসের নাম"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Microsoft এক্সেস ডাটাবেস ফাইল"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "আর কোনো সেটিংসের প্রয়োজন নেই। সংযোগটি চালু আছে কিনা যাচাই করতে, '%test' বোতামটিতে ক্লিক করুন।"
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "হোস্টের নাম (~H)"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "মজিলা প্রোফাইলের নাম (~M)"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "থান্ডারবার্ড প্রোফাইলের নাম (~T)"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "সারণী যোগ করুন"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "সারণী বা কোয়েরি যুক্ত করুন"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "কলাম প্রয়োগ করুন"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "লেখার বিন্যাস"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "কলাম বরাদ্দ করুন"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< পূর্ববর্তী (~B)"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "পরবর্তী (~N) >"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "তৈরি (~r)"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "টেবিল কপি করুন"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "টেবিল কপি করুন"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "বর্তমান ডাটাবেসের ক্ষেত্রে টেবিলের এই নাম বৈধ নয়।"
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "উপস্থিত টেবিলের মধ্যে তথ্য সংযোজনের জন্য প্রথম পাতায় 'তথ্য সংযোজন করুন' বিকল্পটি নির্বাচন করুন।"
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "অনুগ্রহ করে টেবিলের নাম পরিবর্তন করুন। এটি অত্যাধিক লম্বা।"
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "ডাটাবেস উইজার্ড"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "ডাটাবেস নির্বাচন"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "dBASE সংযোগ সেট আপ"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "পাঠ্য ফাইলসমূহে একটি সংযোগ সেট আপ করুন"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Microsoft এক্সেস সংযোগ সেট আপ করুন"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "LDAP সংযোগ সেট আপ করুন"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "ADO সংযোগ সেট আপ করুন"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "JDBC সংযোগ সেট আপ করুন"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Oracle ডাটাবেস সংযোগ সেট আপ করুন "
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "MySQL সংযোগ সেট আপ করুন"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "ODBC সংযোগ সেট আপ করুন"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "ব্যবহারকারীর কার্যকারিতা নিশ্চিতকরণ সেট আপ করুন"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "MySQL সার্ভার ডাটা সেটআপ করুন"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "সংরক্ষণ করে অগ্রসর হোন"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "নতুন ডাটাবেস"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "JDBC ব্যবহার করে MySQL ডাটাবেসে সংযোগ সেট আপ করুন"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"নিম্নোক্ত সেটিংস সম্পর্কে আপনি যদি অনিশ্চিত হয়ে থাকেন তবে অনুগ্রহ করে আপনার সিস্টেম প্রশাসকের সাথে যোগাযোগ করুন।"
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC ড্রাইভার শ্রেণী: (~r)"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "পূর্বনির্ধারিত: ৩৩০৬"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "dBASE ফাইলে একটি সংযোগ সেট আপ করুন"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "dBASE ফাইলসমূহ যেখানে সংরক্ষিত আছে সেখানকার একটি ফোল্ডার নির্বাচন করুন।"
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "পাঠ্য ফাইলসমূহে একটি সংযোগ সেট আপ করুন"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "CSV (কমা দ্বারা বিভাজিত মানসমূহ) পাঠ্য ফাইলসমূহ যেখানে সংরক্ষিত আছে সেখানে একটি ফোল্ডার নির্বাচন করুন। %PRODUCTNAME বেস এই ফাইলসমূহকে শুধুমাত্র পাঠ্য মোডে খুলবে।"
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "পাঠ্য ফাইলসমূহের পাথ"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Microsoft এক্সেস ডাটাবেসে একটি সংযোগ সেট আপ করুন"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "আপনি যে Microsoft এক্সেস ফাইলে সন্নিবেশ করতে চান তা নির্বাচন করুন।"
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "ADO ডাটাবেসে একটি সংযোগ সেট আপ করুন"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"নিম্নোক্ত সেটিংস সম্পর্কে আপনি যদি অনিশ্চিত হয়ে থাকেন তবে অনুগ্রহ করে আপনার সিস্টেম প্রশাসকের সাথে যোগাযোগ করুন।"
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "ODBC ডাটাবেসে একটি সংযোগ সেট আপ করুন"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"নিম্নোক্ত সেটিংস সম্পর্কে আপনি যদি অনিশ্চিত হয়ে থাকেন তবে অনুগ্রহ করে আপনার সিস্টেম প্রশাসকের সাথে যোগাযোগ করুন।"
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "JDBC ডাটাবেসের সাথে একটি সংযোগ সেট আপ করুন"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"নিম্নোক্ত সেটিংস সম্পর্কে আপনি যদি অনিশ্চিত হয়ে থাকেন তবে অনুগ্রহ করে আপনার সিস্টেম প্রশাসকের সাথে যোগাযোগ করুন।"
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Oracle ডাটাবেসের সাথে একটি সংযোগ সেট আপ করুন"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "পূর্বনির্ধারিত: ১৫২১"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle JDBC ড্রাইভার শ্রেণী (~d)"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"নিম্নোক্ত সেটিংস সম্পর্কে আপনি যদি অনিশ্চিত হয়ে থাকেন তবে অনুগ্রহ করে আপনার সিস্টেম প্রশাসকের সাথে যোগাযোগ করুন।"
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "স্প্রেডশীটে একটি সংযোগ স্থাপন করুন"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,278 +2241,278 @@ msgstr ""
"%PRODUCTNAME এই নথিটিকে শুধুমাত্র পাঠ্য মোডে খুলবে।"
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "অবস্থান ও ফাইলের নাম (~L)"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "কমান্ড সফলভাবে কার্যকর হয়েছে।"
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "ডাটাবেসের সাথে সংযোগটি বিচ্ছিন্ন হয়ে গেছে। এই ডায়ালগটি বন্ধ হয়ে যাবে।"
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "সাজানোর ক্রম"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "ইনডেক্সের ক্ষেত্র"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "আরোহী"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "অবরোহী"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "আপনি কি সত্যিই '$name$' ইনডেক্সটি মুছে ফেলতে চান?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "ইনডেক্স"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "ইনডেক্সে অন্তত একটি ক্ষেত্র অবশ্যই থাকতে হবে।"
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "$name$ নামের একটি ইনডেক্স ইতিমধ্যেই বিদ্যমান।"
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "ইনডেক্সের সংজ্ঞায়, কোনো টেবিলের কলাম একাধিকবার আবির্ভূত হতে পারবে না। কিন্তু, আপনি \"$name$\" কলাম দু'বার সন্নিবেশ করেছেন।"
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
#, fuzzy
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "\"$name$\" কলামের জন্য এন্ট্রিটি একটি কার্যকর মানে রূপান্তরিত করা যাবেনা"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "SQL স্ট্যাটাস"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "ত্রুটি কোড"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "এই ত্রুটির একটি কারণ হতে পারে আপনার ডাটাবেসের ভাষার জন্য একটি অনুপযুক্ত অক্ষর সমষ্টি নির্ধারণ। সম্পাদনা - ডাটাবেস - বৈশিষ্ট্যাবলী নির্বাচন করে সেটিং পরীক্ষা করুন।"
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "ত্রুটি"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "সতর্কীকরণ"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "তথ্য"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "বিস্তারিত"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "আপনি কি সত্যিই এই ব্যবহারকারীকে মুছে ফেলতে চান?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "ডাটাবেসটি ব্যবহারকারীর পরিচালনা সমর্থন করেনা।"
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "পাসওয়ার্ডটি মেলেনি। অনুগ্রহ করে পাসওয়ার্ডটি পুনরায় দিন।"
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "মনে রাখবেন, কিছু ডাটাবেস এই ধরনের সংযুক্তি সমর্থন নাও করতে পারে।"
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "শুধুমাত্র সেসব রেকর্ড অন্তর্ভুক্ত করে যা উভয় টেবিলের একই ক্ষেত্রের জন্য অভিন্ন।"
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "টেবিল '%1' এর সব রেকর্ড কিন্তু টেবিল '%2' এর শুধুমাত্র সেইসব রেকর্ড যা প্রথম টেবিলের সাথে মিলে।"
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "'%1' এবং '%2' এর সব রেকর্ড ধারণ করে।"
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "'%1' এবং '%2' এর সব রেকর্ডের কার্টেসিয়ান গুণফল ধারণ করে।"
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "গন্তব্য ডাটাবেস ভিউ সমর্থন করেনা।"
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "গন্তব্য ডাটাবেস প্রাইমারি কী সমর্থন করেনা।"
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "কোনো ডাটা সন্নিবেশ ডেসক্রিপটর খুঁজে পাওয়া যায়নি, বা কোনো ডাটা সন্নিবেশ ডেসক্রিপটর সব প্রয়োজনীয় তথ্য প্রদান করতে সক্ষম নয়"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "এই মূহুর্তে শুধুমাত্র টেবিল এবং কোয়েরিসমূহ সমর্থিত।"
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "অনুলিপি উৎসের ফলাফল সেট অবশ্যই বুকমার্ক সমর্থন করবে।"
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "কলামের $pos$ অবস্থানে উৎসের কলামের ধরন ($type$) অসমর্থিত।"
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "প্রারম্ভিক প্যারামিটারের সংখ্যা অকার্যকর।"
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "আরম্ভের সময় একটি ত্রুটি দেখা দিয়েছে।"
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "কপি সোর্স ডেস্ক্রিপ্টরের অসমর্থিত সেটিং: $name$।"
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "একটি কোয়েরি অনুলিপি করতে, সংযোগ অবশ্যই কোয়েরি দানে সক্ষম হবে।"
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "মিথস্ক্রিয়া হ্যান্ডলার অকার্যকর।"
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "এই রিলেশনটি ইতিমধ্যেই বিদ্যমান। আপনি কি এটি সম্পাদনা বা নতুন একটি তৈরি করতে চান?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "সম্পাদনা..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "তৈরি..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME বেস: রিলেশন ডিজাইন"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "ডাটাবেসটি কোনো রিলেশন সমর্থন করেনা।"
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "আপনি এই টেবিলটি মুছে ফেললে সংশ্লিষ্ট সব রিলেশনও মুছে যাবে। আপনি কি চালিয়ে যেতে চান?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4617,7 +4611,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "অ্যাপ্লিকেশনগুলির জন্য যে টেবিলসমূহ দৃশ্যমান হবে তা চিহ্নিত করুন।"
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "টেবিল এবং টেবিল ফিল্টার"
@@ -4646,6 +4640,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "টেবিল বা কোয়েরি যোগ"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/bn-IN/desktop/messages.po b/source/bn-IN/desktop/messages.po
index 0ed9a9ee2b0..880b3f4c5e7 100644
--- a/source/bn-IN/desktop/messages.po
+++ b/source/bn-IN/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-11 05:32+0000\n"
"Last-Translator: sayantan <sayantandatta97@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "বর্ধিতাংশ"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO ডাইনামিক লাইব্রেরি কম্পোনেন্ট"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO Java কম্পোনেন্ট"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO Python কম্পোনেন্ট"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO কম্পোনেন্টসমূহ"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB টাই‌প লাইব্রেরি"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO Java টাইপ লাইব্রেরি"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG লাইব্রেরি"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "সহায়তা"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "বর্ধিতাংশটি ইনস্টল করা যায়নি কারণ:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "সহায়তা ফাইলে একটি ত্রুটি ঘটার কারণে বর্ধিতাংশটি ইনস্টল করা যাবেনা:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "বর্ধিতাংশ(গুলো) যোগ করুন"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "অপসারণ (~R)"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "সক্রিয় (~E)"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "নিষ্ক্রিয় (~D)"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "হালনাগাদ... (~U)"
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAME যোগ করা হচ্ছে"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "%EXTENSION_NAME অপসারণ করা হচ্ছে"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME সক্রিয় করা হচ্ছে"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME নিষ্ক্রিয় করা হচ্ছে"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "%EXTENSION_NAME'র জন্য লাইসেন্স অনুমোদন করা হবে"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "ত্রুটি: বর্ধিতাংশটির অবস্থা অজানা"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "বন্ধ"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "প্রস্থান"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"শেয়ারকৃত বর্ধিতাংশ হালনাগাদ করার জন্য প্রশাসকের অনুমতি প্রয়োজন। নিম্নোক্ত শেয়ারকৃত বর্ধিতাংশগুলো হালনাগাদ করার জন্য আপনার সিস্টেম প্রশাসকের সাথে যোগাযোগ করুন:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "নিম্নোক্ত সিস্টেম নির্ভরতাগুলো পূরণ না হওয়ার ফলে বর্ধিতাংশটি সক্রিয় করা সম্ভব হচ্ছে না:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "এই বর্ধিতাংশটি নিষ্ক্রিয় রয়েছে কারণ আপনি এখনও এর লাইসেন্স অনুমোদন করেননি।\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "লাইসেন্স প্রদর্শন"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"ইনস্টলেশান থামাতে 'বাতিল' ক্লিক করুন।"
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "এক্সটেন্সান ইন্সটল করা বর্তমান এ অক্ষম । অনুগ্রহ করে আপনার ইউজার আদ্মিন এর সঙ্গে পরামর্শ করুন আরও তথের জন্য ।"
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "এক্সটেন্সান অপসারণ করা বর্তমান এ অক্ষম । অনুগ্রহ করে আপনার ইউজার আদ্মিন এর সঙ্গে পরামর্শ করুন আরও তথের জন্য ।"
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"এক্সটেনশন সরানো থামাতে 'বাতিল' ক্লিক করুন।"
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"এক্সটেনশন সরানো থামাতে 'বাতিল' ক্লিক করুন।"
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"এক্সটেনশন সক্রিয় করা থামাতে 'বাতিল' ক্লিক করুন।"
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"এক্সটেনশন নিষ্ক্রিয় করা থামাতে 'বাতিল' ক্লিক করুন।"
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "'%Name' এক্সটেনশনটি এই কম্পিউটারে কাজ করে না।"
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "বর্ধিতাংশ ইনস্টল করা হচ্ছে..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "ইনস্টলেশন সমাপ্ত"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "কোনো ত্রুটি নেই।"
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "%NAME বর্ধিতাংশ ডাউনলোডের সময় ত্রুটি দেখা দিয়েছে।"
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "ত্রুটি বার্তাটি হলো:"
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "%NAME বর্ধিতাংশ ইনস্টল করার সময় ত্রুটি দেখা দিয়েছে।"
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "%NAME বর্ধিতাংশের জন্য লাইসেন্স চুক্তি প্রত্যাখ্যান করা হয়েছিল।"
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "বর্ধিতাংশটি ইনস্টল করা যাবে না।"
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "অজানা"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "এক্সটেনশনের অন্তত OpenOffice.org রেফারেন্স সংস্করণ %VERSION প্রয়োজন"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "এক্সটেনশন OpenOffice.org রেফারেন্স সংস্করণ %VERSION এর বেশি সাপোর্ট করে না"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "এক্সটেনশনের অন্তত %PRODUCTNAME সংস্করণ %VERSION প্রয়োজন"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"ইনস্টলেশান থামাতে 'বাতিল' ক্লিক করুন।"
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"ইনস্টলেশান থামাতে 'বাতিল করুন' ক্লিক করুন।"
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"ইনস্টলেশান থামাতে 'বাতিল' ক্লিক করুন।"
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"ইনস্টলেশান থামাতে 'বাতিল করুন' ক্লিক করুন।"
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"ইনস্টলেশান থামাতে 'বাতিল' ক্লিক করুন।"
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"ইনস্টলেশান থামাতে 'বাতিল করুন' ক্লিক করুন।"
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "কোনো নতুন হালনাগাদ বিদ্যমান নেই।"
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "ইনস্টলযোগ্য কোনো হালনাগাদ বিদ্যমান নেই। সকল হালনাগাদ দেখতে, \"সব হালনাগাদ প্রদর্শন\" চেক বাক্সটি চিহ্নিত করুন।"
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "একটি ত্রুটি দেখা দিয়েছে:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "অজানা ত্রুটি।"
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "এই বর্ধিতাংশটির জন্য কোন বিবরণ বিদ্যমান নেই।"
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "বর্ধিতাংশটি হালনাগাদ করা যাচ্ছে না কারণ:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "প্রয়োজনীয় %PRODUCTNAME সংস্করণ মেলেনি:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "আপনার আছে %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "ব্রাউজার ভিত্তিক হালনাগাদকরণ"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "সংস্করণ"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "হালনাগাদটি উপেক্ষা করা হবে।\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "অ্যাপ্লিকেশনটি আরম্ভ করা যাচ্ছে না।"
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "কনফিগারেশন ডিরেক্টরি \"$1\" খুঁজে পাওয়া যায়নি।"
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "ইনস্টলেশন পাথটি অকার্যকর।"
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "একটি অভ্যন্তরীণ ত্রুটি ঘটেছে।"
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "কনফিগারেশন ফাইল \"$1\" বিকৃত হয়েছে।"
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "কনফিগারেশন ফাইল \"$1\" খুঁজে পাওয়া যায়নি।"
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "কনফিগারেশন ফাইল \"$1\" বর্তমান সংস্করণ সমর্থন করেনা।"
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "ব্যবহারকারীর ইন্টারফেসের ভাষা নির্ধারণ করা যাচ্ছেনা।"
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "ব্যবহারকারীর ইনস্টলেশান সম্পূর্ণ করা যায়নি।"
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "কনফিগারেশন সার্ভিস বিদ্যমান নেই।"
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "সিডি অথবা ইনস্টলেশন প্যাকেজ ধারণকারী ফোল্ডার থেকে ইনস্টলেশন মেরামত করতে সেটআপ অ্যাপ্লিকেশন আরম্ভ করুন।"
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "আপনার কেন্দ্রীয় কনফিগারেশনে সন্নিবেশ করার সময় সাধারণ একটি ত্রুটি ঘটেছে।"
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"অনুগ্রহ করে আপনার সিস্টেম প্রশাসকের সাথে যোগাযোগ করুন।"
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "নিম্নোক্ত অভ্যন্তরীণ ত্রুটি ঘটেছে:"
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "ইনস্টল বা অাপডেট করার পরে, %PRODUCTNAME অবশ্যই ম্যানুয়াল ভাবে পুনঃসূচনা করতে হবে।"
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"আপনি কি সত্যিই অগ্রসর হতে চান?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "মুদ্রণ নিষ্ক্রিয় করা আছে। কোনো নথি মুদ্রণ করা যাবেনা।"
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "পাথ ব্যবস্থাপক সহজলভ্য নয়।\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -735,7 +741,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -743,62 +749,62 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "$NAME বর্ধিতাংশের সফটওয়্যার লাইসেন্স চুক্তি:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "উপরে প্রদর্শিত লাইসেন্স চুক্তিটি সম্পূর্ণ পড়ুন। কনসোলে \"হ্যাঁ\" টাইপ করে লাইসেন্স চুক্তি গ্রহণ করুন, তারপর প্রদান কী চাপুন। অস্বীকৃতি জানাতে এবং বর্ধিতাংশ সেটআপ বাতিল করতে \"না\" টাইপ করুন।"
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[\"হ্যাঁ\" অথবা \"না\" সন্নিবেশ করুন]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "আপনার ইনপুট সঠিক ছিল না। অনুগ্রহ করে \"হ্যাঁ\" বা \"না\" সন্নিবেশ করুন:"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "হ্যাঁ"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "না"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
#, fuzzy
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg আরম্ভ করা যাচ্ছে না। লক ফাইলটি নির্দেশ করে এটি ইতিমধ্যেই চালু রয়েছে। যদি এটি প্রয়োগ করা না যায়, উল্লিখিত স্থানে লক ফাইলটি মুছে ফেলুন:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ত্রুটি:"
diff --git a/source/bn-IN/helpcontent2/source/text/sbasic/shared.po b/source/bn-IN/helpcontent2/source/text/sbasic/shared.po
index d06a5797e98..2400a8826c5 100644
--- a/source/bn-IN/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bn-IN/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 20:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8161,13 +8161,13 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr ""
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
+msgid "Print# Statement"
msgstr ""
#. addUg
@@ -8179,23 +8179,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr ""
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "একটি ডায়ালগ অথবা ফাইলে উল্লেখিত স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশন আউটপুট হিসেবে প্রদান করা হয়।"
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9745,13 +9754,13 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>Reset statement</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
msgstr ""
#. iLCKn
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "খোলে রাখা সব ফাইল বন্ধ করা হবে এবং সব ফাইল বাফারের বিষয়বস্তু হার্ডডিস্কে লেখা হবে।"
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "সিনট্যাক্স:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "উদাহরণ:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10024,50 +10024,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "একটি মুক্ত পর্যায়ক্রমিক ফাইল হতে ডাটা পড়ছে।"
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "সিনট্যাক্স:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "প্যারামিটার:"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber:</emph>ডাটা ধারণকারী ফাইলের সংখ্যা যা আপনি পড়তে চান। ফাইলটি অবশ্যই INPUT কীওয়ার্ড ব্যবহার করে ওপেন স্টেটমেন্ট সহ খুলতে হবে।"
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>var:</emph> একটি খোলা ফাইল হতে পড়ার জন্য আপনার নিবেশিত একটি সংখ্যাসূচক অথবা স্ট্রিং ভেরিয়েবল।"
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "যদি একটি ডাটা এলিমেন্ট পড়ার সময় ফাইলের শেষে উপস্থিত হলে, ত্রুটি সংঘটিত হয় এবং প্রসেসটি বাতিল হয়ে যায়।"
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "উদাহরণ:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,13 +10114,13 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr ""
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
+msgid "Line Input# Statement"
msgstr ""
#. CCEuD
@@ -10150,68 +10132,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>Line Input statement</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "একটি ধারাবাহিক ফাইল থেকে ভেরিয়েবলে স্ট্রিং পড়া হয়।"
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "সিনট্যাক্স:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "Line Input #FileNumber As Integer, Var As String"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "প্যারামিটার:"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber: </emph>ডাটা ধারণকারী ফাইলের সংখ্যা যা আপনি পড়তে চান। ওপেন স্টেটমেন্ট সহ ফাইলটি INPUT কীওয়ার্ড ব্যবহার করে অবশ্যই অগ্রিম খোলা হয়েছে।"
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>var:</emph> ভেরিয়েবলটির নাম যা ফলাফল সংরক্ষণ করে থাকে।"
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10222,40 +10186,13 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "<emph>Line Input#</emph> স্টেটমেন্ট সহ, আপনি একটি খোলা ফাইল থেকে একটি ভেরিয়েবলে ষ্ট্রিং পড়তে পারবেন। প্রথম ক্যারেজ প্রদান (Asc=13) অথবা লাইনফিড (Asc=10) পর্যন্ত ষ্ট্রিং ভেরিয়েবল লাইনের পর লাইন পড়া হয়। ফলাফলের স্ট্রিং এ লাইন সমাপ্তি চিহ্ন অন্তর্ভূক্ত থাকে না।"
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "উদাহরণ:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNumber, \"This is a line of text\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNumber, \"This is another line of text\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
+msgid "Put# Statement"
msgstr ""
#. psWQE
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>Put statement</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,14 +10222,14 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "একটি সম্পর্কিত ফাইলে রেকর্ড অথবা একটি বাইনারি ফাইলে বাইটের ক্রম লেখা হয়।"
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> স্ট্যাটমেন্ট"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. 9HgEG
#: 03020204.xhp
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "বাইনারি ফাইলের জন্য (বাইনারি তথ্য নিবেশন), ফাইলে বাইটের অবস্থান যেখানে আপনি লেখা শুরু করতে চান।"
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,68 +10321,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>Write statement</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "একটি পর্যায়ক্রমিক ফাইলে লিখা হয়।"
-
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "সিনট্যাক্স:"
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "Write [#FileName], [Expressionlist]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "প্যারামিটার:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>FileName:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা সংশ্লিষ্ট ফাইলের জন্য ওপেন স্টেটমেন্ট দ্বারা নির্ধারিত ফাইলের ক্রম ধারণ করে থাকে।"
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>Expressionlist:</emph> ভেরিয়েবল অথবা এক্সপ্রেশন যা আপনি একটি সন্নিবেশ করাতে চান, কমা দ্বারা আলাদা করা।"
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr "দশমিত বিরতীচিহ্ন সহ সংখ্যা স্থানীয় সেটিং অনুসারে রূপান্তর করা হয়ে থাকে।"
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "উদাহরণ:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,13 +10942,13 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>FileNumber:</emph> খোলা স্টেটমেন্টে ব্যবহৃত ডাটা চ্যানেল সংখ্যা।"
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
+msgid "Seek# Statement"
msgstr ""
#. vLW2K
@@ -11041,13 +10960,13 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>Seek statement</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
msgstr ""
#. RBPKW
@@ -11077,59 +10996,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "অন্য সকল ফাইলের জন্য, সিক স্টেটমেন্টের সাহায্যে পরবর্তী অপারেশন সংঘটিত হবে এমন বাইট অবস্থান নির্ধারণ করা যায়।"
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">খুলুন</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">খোঁজ করা</link>।"
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "সিনট্যাক্স:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "Seek[#FileNumber], Position (As Long)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "প্যারামিটার:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>FileNumber:</emph> খোলা স্টেটমেন্টে ব্যবহৃত ডাটা চ্যানেল সংখ্যা।"
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>অবস্থান: </emph>পরবর্তী পাঠ্য অথবা লিখনের অবস্থান। অবস্থান নির্দেশক ক্রম ১ থেকে ২,১৪৭,৪৮৩,৬৪৭ এর মধ্যে হতে পারে। ফাইলের ধরন অনুসারে, অবস্থানটি রেকর্ডের ক্রম (র‍্যান্ডম মোডে বিদ্যমান ফাইল) অথবা বাইটের অবস্থান (বাইনারি, আউটপুট, পরিশেষে যোগ অথবা ইনপুট মোডে বিদ্যমান ফাইল)। ফাইল অবস্থান ১ এ প্রথম বাইট, ফাইল অবস্থান ২ এ দ্বিতীয় বাইট, এবং অনুরূপ।"
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39391,13 +39310,13 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -41254,13 +41173,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/bn-IN/helpcontent2/source/text/sdatabase.po b/source/bn-IN/helpcontent2/source/text/sdatabase.po
index 2d4c3a3caf6..8790dd9b661 100644
--- a/source/bn-IN/helpcontent2/source/text/sdatabase.po
+++ b/source/bn-IN/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -157,13 +157,13 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr ""
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 3JCfK
@@ -175,13 +175,13 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr ""
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
msgstr ""
#. ASeVi
@@ -193,13 +193,13 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr ""
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
msgstr ""
#. JTXBF
@@ -211,13 +211,13 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr ""
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
msgstr ""
#. FWCVa
@@ -292,13 +292,13 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -319,13 +319,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -364,6 +364,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/sdraw/01.po b/source/bn-IN/helpcontent2/source/text/sdraw/01.po
index 2585556bcc7..2310ccb53fe 100644
--- a/source/bn-IN/helpcontent2/source/text/sdraw/01.po
+++ b/source/bn-IN/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2017-05-09 17:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr ""
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/shared/00.po b/source/bn-IN/helpcontent2/source/text/shared/00.po
index 56cf4fb1b58..05f83205b2f 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/00.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr ""
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/shared/01.po b/source/bn-IN/helpcontent2/source/text/shared/01.po
index 411f1b773be..b22de37c87a 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/01.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25801,31 +25801,13 @@ msgctxt ""
msgid "Add"
msgstr ""
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr ""
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr ""
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
msgstr ""
#. 6Yvch
@@ -27259,13 +27241,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr ""
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
msgstr ""
#. 6XJUi
@@ -47275,13 +47257,13 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr ""
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
msgstr ""
#. ChX9A
@@ -47464,24 +47446,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr ""
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr ""
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr ""
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47491,15 +47455,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr ""
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr ""
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49561,6 +49516,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/shared/02.po b/source/bn-IN/helpcontent2/source/text/shared/02.po
index a7474a422c0..bf6bfa21fd3 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/02.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 13:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8809,14 +8809,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr ""
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
-msgstr "একটি সাবগঠন <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\"> SQL</link> অনুসন্ধান ভিত্তিক; একটি, আরও বেশি বিশেষতঃ<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\"> মান অনুসন্ধান</link>। যদি একটি ক্ষেত্র নাম তে ঢোকাওয়া হয়<emph> সংযোগ প্রভু ক্ষেত্র</emph> বাক্স, ডাটা একটি চলকে প্রধান আকারে সেই ক্ষেত্রটিতে ধারণ করা হয়েছিল পড়া হয়েছিল যে আপনার তে ঢোকাওয়া উচিত<emph> সংযোগ দাস ক্ষেত্র</emph>। একটি উপযুক্ত SQL বক্তব্যে, এই চলকটি টেবিল ডাটাতে তুলনা করা হয় যে সাবগঠনে উল্লেখ করে। বৈকল্পিকভাবে, আপনি তে কলাম নাম ঢোকেতে পারেন<emph> সংযোগ প্রভু ক্ষেত্র</emph> বাক্স।"
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgstr ""
#. KAQ4c
#: 01170203.xhp
@@ -10528,14 +10528,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr ""
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">আইকন</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -11761,14 +11761,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr "যখন আপনি অংকন ফাংশন দিয়ে একটি অংকন তৈরি করেন তখন <emph>তীর শৈলী</emph> আইকন প্রদর্শিত হয়। আরও তথ্যের জন্য, সহায়তার <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>লাইন শৈলী</emph></link> অংশটি দেখুন।"
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">আইকন</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -17026,13 +17026,13 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "সরাসরি SQL কমান্ড চালানো"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
msgstr ""
#. tTG7m
@@ -17053,13 +17053,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">ফাংশন</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
msgstr ""
#. iGFfH
@@ -17098,13 +17098,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">সারণি নাম</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. t48DA
@@ -17143,13 +17143,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">উপনাম</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. CcbaZ
@@ -17197,13 +17197,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">সহজে চিহ্নিত করা যায় এমন মান</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
msgstr ""
#. EXAFG
@@ -19240,13 +19240,40 @@ msgctxt ""
msgid "Limit"
msgstr "সীমা"
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
msgstr ""
#. Ae3Qb
diff --git a/source/bn-IN/helpcontent2/source/text/shared/explorer/database.po b/source/bn-IN/helpcontent2/source/text/shared/explorer/database.po
index bdc2082922c..81eeb593776 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/explorer/database.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 13:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,2220 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542028782.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr "কোয়েরি নকশা"
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr "<bookmark_value>views; creating database views (Base)</bookmark_value><bookmark_value>queries; creating in design view (Base)</bookmark_value><bookmark_value>designing; queries (Base)</bookmark_value><bookmark_value>design view; queries/views (Base)</bookmark_value><bookmark_value>joining;tables (Base)</bookmark_value><bookmark_value>tables in databases; joining for queries (Base)</bookmark_value><bookmark_value>queries; joining tables (Base)</bookmark_value><bookmark_value>tables in databases; relations (Base)</bookmark_value><bookmark_value>relations; joining tables (Base)</bookmark_value><bookmark_value>queries; deleting table links (Base)</bookmark_value><bookmark_value>criteria of query design (Base)</bookmark_value><bookmark_value>queries; formulating filter conditions (Base)</bookmark_value><bookmark_value>filter conditions;in queries (Base)</bookmark_value><bookmark_value>parameters; queries (Base)</bookmark_value><bookmark_value>queries; parameter queries (Base)</bookmark_value><bookmark_value>SQL; queries (Base)</bookmark_value><bookmark_value>native SQL (Base)</bookmark_value>"
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">কোয়েরি নকশা</link>"
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr "<ahelp hid=\".\"> <emph>কোয়েরি নকশা প্রদর্শন </emph> আপনাকে ডাটাবেস তৈরি এবং সম্পাদনা করতে অনুমোদন করে।</ahelp>"
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr "অধিকাংশ ডাটাবেস আপনার কম্পিউটারে রেকর্ড প্রদর্শন করার জন্য ডাটাবেস সারণি পরিশ্রুত বা বাছাই করতে কোয়েরি ব্যবহার করে। প্রদর্শন কোয়েরির মতো একই কার্যক্রমাদি ব্যবহার করে, কিন্তু সার্ভার পার্শ্বে। আপনার ডাটাবেস যদি সার্ভার পার্শ্বের হয় যা প্রদর্শন সমর্থন করে, প্রদর্শনের সময় গতিশীল করতে আপনি সার্ভারে রেকর্ড পরিশ্রুত করতে প্রদর্শন ব্যবহার করতে পারেন।"
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr "ডাটাবেস নথির <emph>সারণি</emph> হতে <emph>নতুন তৈরি করুন</emph> নির্দেশ নির্বাচন করছে, আপনি <emph>প্রদর্শন নকশা</emph> উইন্ডো দেখেন যা এখানে বর্ণনাকৃত <emph>কোয়েরি নকশা</emph> এর উইন্ডোর সদৃশ্য হয়।"
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr "কোয়েরি নকশা উইন্ডো বহির্বিন্যাস তৈরি কোয়েরির সাথে সংরক্ষিত, কিন্তু তৈরি প্রদর্শনের সাথে সংরক্ষণ করা যায় না।"
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr "নকশা প্রদর্শন"
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr "কোয়েরি তৈরি করতে, ডাটাবেস নথিতে <emph>কোয়েরি</emph> আইকনে ক্লিক করেন, তারপর <emph>নকশা প্রদর্শনে কোয়েরি তৈরি করুন</emph> এ ক্লিক করুন।"
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr ""
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr "কোয়েরির নকশা প্রদর্শন উইন্ডোর শীর্ষে, <emph>কোয়েরির নকশা</emph> বারের এবং <emph>নকশা</emph> বারের <link href=\"text/shared/main0214.xhp\" name=\"icons\">আইকন</link> প্রদর্শিত হয়।"
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr "আপনি যদি একটি কোয়েরি যাচাই করতে চান, ডাটাবেস নথিতে কোয়েরির নামে ডাবল ক্লিক করুন। কোয়েরির ফলাফল ডাটা উৎসের প্রদর্শনের মতো একই সারণিতে প্রদর্শিত হয়। নোট: সারণিটি শুধুমাত্র অস্থায়ীভাবে প্রদর্শিত হয়।"
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr "কোয়েরি নকশা প্রদর্শনের কী"
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr "কী"
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "ফাংশন"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr "F4"
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr "প্রাকবীক্ষণ"
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr "F5"
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr "কোয়েরি চালান"
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr "F7"
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr "সারণি বা কোয়েরি যুক্ত করুন"
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr "ব্রাউজ করুন"
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr ""
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">ক্ষেত্রসমূহ কোয়েরিয় সংযুক্ত করতে তাতে ডাবল ক্লিক করুন। সম্পর্ক নির্ধারণ করতে টানুন-এবং-ছাড়ুন।</ahelp>"
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr "কোয়েরি ডিজাইন করার সময়ম আপনি নির্বাচিত সারণি পরিবর্তন করতে পারেন।"
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr "সারণি অপসারণ করুন"
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr "নকশার প্রদর্শন হতে সারণি অপসারণ করতে, সারণি উইন্ডোর ঊর্ধ্ব সীমানায় ক্লিক করুন এবং প্রসঙ্গ তালিকা প্রদর্শন করুন। নকশার প্রদর্শন হতে সারণি অপসারণ করতে <emph>মুছুন</emph> নির্দেশ ব্যবহার করুন। অন্য একটি পছন্দ হলো মুছুন কী চাপুন।"
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr "সারণি সরান এবং সারণির আকার পরিবর্তন করুন"
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr "আপনি আপনার প্রাধিকার অনুসারে সারণি পুনঃআকার এবং সাজাতে পারেন। সারণি সরাতে, উদ্দিষ্ট স্থানের দিকে ঊর্ধ্ব সীমানা টানুন। মাউসের কার্সার সীমানার বা কোণার উপরে অবস্থিতকরণের মাধ্যমে সারণিটি যে আকারে প্রদর্শিত হয় সে পরিমাণে বৃদ্ধি বা হ্রাস করুন এবং সারণিটি উদ্দিষ্ট আকারে না আসা পর্যন্ত টানুন।"
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr "সারণির সম্পর্ক"
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr "যদি একটি সারণির ক্ষেত্রের নাম এবং অন্য সারণির ক্ষেত্রের নামের মধ্যে ডাটা সম্পর্ক থাকে, আপনি আপনার কোয়েরির জন্য এই সম্পর্কগুলো ব্যবহার করতে পারেন।"
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr ""
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr ""
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr "আপনি যদি যৌক্তিক ডাটাবেসের জন্য ইন্টারফেস হিসেবে $[officename] ব্যবহার করুন তবে কতিপয় সম্পর্কিত শীট ভিত্তিক কোয়েরির সৃষ্টি সম্ভব হতে পারে।"
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr "আপনি একটি কোয়েরিতে বিভিন্ন ডাটাবেসের সারণি ব্যবহার করতে পারেন না। বহুবিধ সারণি অন্তর্ভুক্ত করে কোয়েরি শুধুমাত্র একটি ডাটাবেসের ভিতরে তৈরি করা যেতে পারে।"
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr ""
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr ""
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">সংযুক্ত করার বৈশিষ্ট্য সম্পাদনা করুন।</ahelp>বিকল্পভাবে, রেখা নির্বাচিত না হওযা পর্যন্ত ট্যাব চাপুন, তারপর প্রসঙ্গ তালিকা প্রদর্শন করতে Shift+F10 চাপুন এবং সেখানে <emph>সম্পাদনা</emph>নির্দেশ পছন্দ করুন। কিছু ডাটাবেস শুধুমাত্র সম্ভাব্য সংযুক্তের ধরনের উপসেট সমর্থন করে।"
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr "সম্পর্ক মুছে ফেলছে"
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr "দুটি সারণির মধ্যকার সম্পর্ক মুছে ফেলতে, সংযোগ রেখায় ক্লিক করুন এবং মুছুন কী চাপুন।"
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr "বিকল্পভাবে, <emph>সম্পর্ক</emph>-এর সংলাপের <emph>অন্তর্ভুক্ত ক্ষেত্র</emph>-এর নিজ নিজ এন্ট্রি মুছে ফেলুন। বা ট্যাব চাপুন যতক্ষণ পর্যন্ত না প্রদর্শিত সংযুক্তরণ ভেক্টর উজ্জ্বলকৃত হয়, তারপর প্রসঙ্গ তালিকা খুলতে Shift+F10 চাপুন এবং <emph>মুছুন</emph> নির্দেশ নির্বাচন করুন।"
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr ""
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">কোয়েরি নির্ধারণ করতে শর্ত নির্বাচন করুন।</ahelp> নকশা সারণির প্রতিটি কলাম কোয়েরির জন্য ডাটা ক্ষেত্র গ্রহণ করে। একই সারির শর্ত বুলিয়ান AND দ্বারা সংযুক্ত।"
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr ""
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr ""
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr "ক্ষেত্রের নাম মুছে ফেলছে"
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr "কোয়েরি হতে ক্ষেত্রের নাম অপসারণ করতে, ক্ষেত্রের কলাম শিরোনামে ক্লিক করুন এবং কলামর জন্য প্রসঙ্গ তালিকার <emph>মুছুন</emph> নির্দেশ পছন্দ করুন।"
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr ""
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr ""
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr "রুপরেখা"
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">রুপরেখার এমন একটি নাম সন্নিবেশ করান যা কোয়েরি বা সারণি প্রদর্শনে বরাদ্দ করা হয়েছে।</ahelp>"
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr "কোয়েরির নাম বা সারণি প্রদর্শনের নাম"
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">কোয়েরির নাম বা সারণি প্রদর্শনের নাম সন্নিবেশ করান।</ahelp>"
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr "পরিশ্রতকরণ ডাটা"
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr ""
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr "ক্ষেত্র"
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr ""
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr "উপনাম"
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr ""
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr ""
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr "SELECT কলাম AS উপনাম FROM সারণি।"
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr "উদাহরণ স্বরূপ:"
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr "সারণি"
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr ""
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr "ক্রমসজ্জিত করুন"
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr ""
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr "দৃশ্যমান"
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr ""
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr "বৈশিষ্ট্য"
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr ""
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr "বা"
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr ""
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr ""
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "ফাংশন"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr ""
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr ""
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr "পছন্দ"
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr "প্রভাব"
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr "কোনো ফাংশন নেই"
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr "কোনো ফাংশন কার্যকর হবে না।"
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr "গড়"
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr "ক্ষেত্রের গাণিতিক গড় গণনা করে।"
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr "গণনা করুন"
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr ""
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr "a) COUNT(*): আর্গুমেন্ট হিসেবে প্রেরিত তারকা চিহ্ন সারণির সকল রেকর্ড গণনা করে।"
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr ""
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr "সর্বোচ্চ"
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr ""
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr "সর্বনিম্ন"
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr ""
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr "মোট"
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr ""
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr "গ্রুপ"
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr ""
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr "আপনি SQL বিবৃতিতে সরাসরি ফাংশনের কল সন্নিবেশ করাতে পারেন। সিনট্যাক্স হলো:"
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr "SELECT FUNCTION(কলাম) FROM table।"
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr "উদাহরণ স্বরূপ, সমষ্টি গণনা করার জন্য ফাংশন SQL-এ কল করে যা:"
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr "SELECT SUM(\"Price\") FROM \"Article\"।"
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr ""
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr ""
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr ""
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr "একটি SQL বিবৃতির সংশ্লিষ্ট ফাংশন হলো:"
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr "SELECT FUNCTION() AS alias FROM table"
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "উদাহরণ:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr "SELECT COUNT(*) AS count FROM \"Item\""
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr ""
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "<emph>উদাহরণ</emph>"
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr "নিম্নবর্ণিত উদাহরণে, একটি কোয়েরি দুইটি সারণির মধ্যে চালানো হয়: \"Item_No\" ক্ষেত্র যুক্ত \"Item\" সারণি এবং \"Supplier_Name\" ক্ষেত্র যুক্ত \"Suppliers\" সারণির। তদুপরি, উভয় সারণির একটি সাধারণ \"Supplier_No.\" ক্ষেত্র নাম আছে"
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr "তিনের অধিক বিষয়োপকরণ বিতরণ করে এমন সব সরবরাহকারী ধারণকারী কোয়েরি তৈরি করতে নিম্নবর্ণিত ধাপসমূহ প্রয়োজন।"
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "কোয়েরি নকশায় \"বিষয়োপকরণ\" এবং \"সরবরাহকারী\" সারণি সন্নিবেশ করান।"
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr "দুটি সারণির \"Supplier_No\" ক্ষেত্র সংযুক্ত করুন যদি তাদের মধ্য এই ধরনের সম্পর্ক বিদ্যমান না থাকে।"
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr ""
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "মানদন্ড হিসেবে >৩ সন্নিবেশ করান এবং দৃশ্যমান ক্ষেত্র নিস্ক্রিয় করুন।"
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "\"Suppliers\" সারণিতে \"Supplier_Name\" ক্ষেত্রে ডাবল ক্লিক করুন এবং গ্রুপ ফাংশন পছন্দ করুন।"
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr "কোয়েরি চালান।"
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr "যদি \"Item\" সারণিতে \"price\" (অনুচ্ছেদের পৃথক মূল্যের জন্য) এবং \"Supplier_No\" (অনুচ্ছেদের সরবরাহকারীর জন্য) ক্ষেত্র বিদ্যমান থাকে, আপনি বিষয়োপকরোণের গড় মূল্য অর্জন করতে পারেন যা একজন সরবরাহকারী নিম্নবর্ণিত কোয়েরির সাথে প্রদান করে:"
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr "কোয়েরি নকশায় \"Item\" সারণি সন্নিবেশ করান।"
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr "\"Price\" এবং \"Supplier_No\" ক্ষেত্রে ডাবল ক্লিক করুন।"
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr "<emph>ফাংশন</emph> রেখা সক্রিয় করুন এবং \"Price\" ক্ষেত্র হতে গড় ফাংশন নির্বাচন করুন।"
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr "আপনি উপনামের জন্য রেখায় \"Average\" সন্নিবেশ করাতে পারেন (প্রশ্নবোধক চিহ্ন ব্যতীত)।"
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr "\"Supplier_No\" ক্ষেত্রের জন্য গ্রুপ পছন্দ করুন।"
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr "কোয়েরি চালান।"
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr "নিম্নবর্ণিত প্রসঙ্গ তালিকা এবং প্রতীক চিহ্ন সহজলভ্য:"
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "ফাংশন"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr ""
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr "সারণির নাম"
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">সারণির নামের জন্য সারি প্রদর্শন করুন বা লুকিয়ে রাখুন।</ahelp>"
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr "উপনাম"
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">উপনামের জন্য সারি প্রদর্শন করুন বা লুকিয়ে রাখুন।</ahelp>"
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr "পৃথক মান"
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr ""
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr "উদাহরণ স্বরূপ, যদি \"Smith\" নামটি আপনার ঠিকানার ডাটাবেসে একাধিক বার দেখা যায়, তবে কোয়েরিয় \"Smith\" নামটি যে শুধুমাত্র একবার দেখা যাবে তা সুনির্দিষ্ট করতে আপনি <emph> পৃথক মান</emph> নির্দেশটি পছন্দ করতে পারেন।"
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr "কতিপয় ক্ষেত্র অন্তর্ভুক্তকরণ কোয়েরির জন্য, সকল ক্ষেত্র হতে একত্রিতকরণ মান অবশ্যই অনন্য হতে হবে ফলে একটি সুনির্দিষ্ট রেকর্ড হতে ফলাফল গঠন করা যেতে পারে। উদাহরণ স্বরূপ, আপনার ঠিকানা বইয়ে একবার \"Smith in Chicago\" আছে এবং দুইবার \"Smith in London\" আছে। <emph>পৃথক মান</emph> নির্দেশ দ্বারা, কোয়েরি \"last name\" এবং \"city\" দুইটি ক্ষেত্র ব্যবহার করবে এবং কোয়েরির ফলাফল \"Smith in Chicago\" একবার এবং \"Smith in London\" একবার ফেরত পাঠায়।"
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr "SQL এ, এই নির্দেশটি DISTINCT বিধেয় এর সাথে সংশ্লিষ্ট।"
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr "সীমা"
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr ""
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr ""
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr "পরিশোধক শর্ত যথাযথভাবে প্রকাশ করছে"
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr ""
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr "অপারেটর"
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "অর্থ"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "শর্ত পূরণ করে যদি..."
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr "এর সমান"
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr "... ক্ষেত্রের বিষয়বস্তু নির্দেশিত রাশি হুবুহু অনুরূপ।"
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr ""
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr "এর সমান নয়"
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr "... ক্ষেত্রের বিষয়বস্তু সুনির্দিষ্ট রাশির সাথে সঙ্গতিপূর্ণ নয়।"
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr "অপেক্ষা বৃহত্তর"
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr "... ক্ষেত্রের বিষয়বস্তু সুনির্দিষ্ট রাশির অপেক্ষা বৃহত্তর।"
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr "অপেক্ষা ক্ষুদ্রতর"
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr "... ক্ষেত্রের বিষয়বস্তু সুনির্দিষ্ট রাশির অপেক্ষা ক্ষুদ্রতর।"
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr "অপেক্ষা বৃহত্তর বা এর সমান"
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr "... ক্ষেত্রের বিষয়বস্তু সুনির্দিষ্ট রাশির অপেক্ষা বৃহত্তর বা এর সমান।"
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr "অপেক্ষা ক্ষুদ্রতর বা এর সমান"
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr "... ক্ষেত্রের বিষয়বস্তু সুনির্দিষ্ট রাশির অপেক্ষা ক্ষুদ্রতর বা এর সমান।"
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr "$[officename] এর নির্দেশ"
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr "SQL নির্দেশ"
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "অর্থ"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "শর্ত পূরণ করে যদি..."
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr "ফাঁকা"
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr ""
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr "ফাঁকা নয়"
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr ""
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr ""
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr ""
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr ""
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr ""
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr "এর একটি উপাদান"
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr ""
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr ""
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr "এর উপাদান নয়"
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr ""
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr "[x,y] অন্তরের মধ্যে পড়ে"
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr ""
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr "[x,y] অন্তরের মধ্যে পড়ে না"
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr ""
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr ""
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr "a, b, c ধারণ করে..."
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr ""
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr "a, b, c ধারণ করে না..."
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr ""
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr "\"সত্য\" মান আছে"
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr "... ক্ষেত্র নামের \"সত্য\" মান আছে"
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr "\"মিথ্যা\" মান আছে"
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr ""
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "উদাহরণ"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr "ক্ষেত্রের \"Ms.\" বিষয়বস্তু যুক্ত ক্ষেত্রের নাম ফেরত পাঠায়"
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr ""
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr ""
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr ""
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr ""
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr ""
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr ""
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr "উদাহরণ: select * from Item where ItemName like 'The *%' {escape '*'}"
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr "উদাহরণটি আপনাকে সকল এন্ট্রি প্রদান করবে যেখানে বিষয়োপকরণের নাম 'The *' দ্বারা শুরু হয়। এটার দ্বারা বুঝায় যে আপনি বর্ণচিহ্ন খুঁজতে পারেন যা অন্যভাবে স্থানধারক হিসেবে ব্যাখ্যা করা হয়, যেমন *, ?, _, % বা."
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr "<emph>বহিস্থঃ সংযোগ</emph> Escape Sequence: {oj outer-join}"
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "উদাহরণ: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr "পাঠ ক্ষেত্র খুঁজছে"
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr ""
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr "তারিখ ক্ষেত্র খুঁজছে"
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr ""
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr ""
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr ""
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr ""
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr ""
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "তারিখ"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr "সময়"
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr "DateTime"
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr "উদাহরণ: select {d '1999-12-31'} from world.years"
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr ""
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr ""
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr "হ্যাঁ/না ক্ষেত্র খুঁজছে"
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr "হ্যাঁ/না ক্ষেত্র খুঁজতে, dBASE সারণির জন্য নিম্নবর্ণিত সিনট্যাক্স ব্যবহার করুন:"
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr "অবস্থা"
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr "মানদন্ড খুঁজছে"
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "উদাহরণ"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "হ্যাঁ"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr "dBASE সারণির জন্য: যেকোনো প্রদত্ত্ব মানের সমান নয়"
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr "=1 সকল রেকর্ড ফেরত পাঠায় যেখানে হ্যাঁ/না ক্ষেত্রের অবস্থা \"হ্যাঁ\" বা \"চালু\" (কালো অবস্থায় নির্বাচিত)।"
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "না"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr "=0 এমন সকল রেকর্ড ফেরত পাঠায় যার জন্য হ্যাঁ/না ক্ষেত্রের অবস্থা \"হ্যাঁ\" বা \"বন্ধ\" (কোনো নির্বাচন নেই)।"
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr "ফাঁকা"
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr "IS NULL"
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr "IS NULL এমন সকল রেকর্ড ফেরত পাঠায় যার জন্য হ্যাঁ/না ক্ষেত্রের অবস্থা \"হ্যাঁও\" না বা \"নাও\" না (ধূসর অবস্থায় নির্বাচিত)।"
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr "সিনট্যাক্স ব্যবহৃত ডাটাবেস সিস্টেমের উপর ভিত্তি করে। আপনাকে অবশ্যই নোট রাখতে হবে যে হ্যাঁ/না ক্ষেত্র পৃথকভাবে নির্ধারণ করা যেতে পারে (৩টি অবস্থার পরিবর্তে শুধুমাত্র ২টি)।"
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr "প্যারামিটারের কোয়েরি"
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr ""
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr ""
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr ""
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr ""
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr ""
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr "প্যারামিটার ইনপুট"
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr ""
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr ""
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr ""
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr "SQL মোড"
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr "SQL দ্বারা বোঝায় \"Structured Query Language\" এবং সম্পর্কযুক্ত ডাটাবেস হালনাগাদ এবং চালানোর জন্য তথ্যাবলী বর্ণনা করে।"
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr ""
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr ""
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr ""
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr ""
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5488,14 +3274,14 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr "আপনি এই সংলাপে শুধুমাত্র প্রশাসনিক নির্দেশ সন্নিবেশ করাতে পারেন, যেমন স্বীকার করুন, সারণি তৈরি করুন, বা সারণি নষ্ট করুন, এবং পরিশোধক নির্দেশ নয়। আপনি যে নির্দেশ সন্নিবেশ করান তা ডাটা উৎসের উপর ভিত্তি করে, উদাহরণ স্বরূপ, dBASE এখানে শুধুমাত্র কিছু SQL নির্দেশের তালিকা চালাতে পারে।"
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "ডাটাবেসে ডাটা পরিশ্রুত করার জন্য একটি SQL কোয়েরি চালাতে, <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">কোয়েরি নকশার প্রদর্শন</link>ব্যবহার করুন।"
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgstr ""
#. Ck9G4
#: 11080000.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/shared/guide.po b/source/bn-IN/helpcontent2/source/text/shared/guide.po
index a247ea2a25a..29591891c5d 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6523,14 +6523,14 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr "কোয়েরি সংরক্ষণ করার জন্য <emph>সংরক্ষণ</emph> অথবা <emph>নতুনভাবে সংরক্ষণ</emph> আইকন <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">আইকনে</alt></image> ক্লিক করুন।"
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">কোয়েরির নকশা</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 2ArGc
#: data_forms.xhp
@@ -7081,14 +7081,14 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr "<emph>কোয়েরি তৈরি করার জন্য উইজার্ড ব্যবহার করুন</emph> এ ক্লিক করুন।"
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "আপনি<link href=\"text/shared/explorer/database/02010100.xhp\">কোয়েরি নকশা উইন্ডো</link> দেখুন।"
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
+msgstr ""
#. xGFGr
#: data_register.xhp
@@ -7747,14 +7747,14 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr "এক অথবা কতিপয় ক্ষেত্রে পরিশোধক সন্নিবেশ করান। উল্লখ্য যে, যদি আপনি কতিপয় ক্ষেত্রে বিশোধনযন্ত্রের অবস্থা সন্নিবেশ করান তাহলে সমস্ত অন্তর্ভুক্ত শর্তাবলী মানানসই হওয়া উচিত (বুলিয়ান AND)।"
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">কোয়েরি নকশা</link> তে ওয়াইল্ড-কার্ড এবং চিহ্ন সম্পর্কিত অধিক সংবাদ পাওয়া যায়।"
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgstr ""
#. cEDEo
#: data_search2.xhp
@@ -8107,14 +8107,14 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr "<emph>টেবিল প্রদর্শন তৈরি করুন</emph> এ ক্লিক করুন।"
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "আপনি প্রদর্শন নকশা উইন্ডো দেখতে পান যা প্রায় <link href=\"text/shared/explorer/database/02010100.xhp\">কোয়েরি নকশা উইন্ডো</link> এর মত।"
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
+msgstr ""
#. bTx8G
#: data_view.xhp
@@ -21058,13 +21058,13 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
msgstr ""
#. jVeUw
diff --git a/source/bn-IN/helpcontent2/source/text/shared/optionen.po b/source/bn-IN/helpcontent2/source/text/shared/optionen.po
index a98df1fc4d9..7b9d63890ce 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/optionen.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -61,14 +61,14 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr "আপনার সকল সেটিং স্বয়ংক্রিয়ভাবে সংরক্ষণ করা হয়েছে। একটি এন্ট্রি বর্ধিত করতে, এন্ট্রিতে হয় ডাবল ক্লিক করুন অথবা যোগ চিহ্নে ক্লিক করুন। একটি এন্ট্রি বিকৃত করতে, বিয়োগ চিহ্নে ক্লিক করুন অথবা এন্ট্রিতে ডাবল ক্লিক করুন।"
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
-msgstr "আপনি শুধুমাত্র এমন এন্ট্রি দেখতে পারেন যা বর্তমান নথিতে প্রযোজ্য। বর্তমান নথি যদি পাঠ নথি হয়, আপনি শুধুমাত্র %PRODUCTNAME রাইটারের এন্ট্রি দেখেন, এবং এভাবে সকল %PRODUCTNAME এর মডিউলের জন্য। %PRODUCTNAME ইমপ্রেস এবং %PRODUCTNAME অঙ্কন এই ডায়ালগে একই হিসেবে ধরা হয়। সাধারণ এন্ট্রি সর্বদা দৃশ্যমান।"
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
+msgstr ""
#. uYcBu
#: 01000000.xhp
@@ -79,13 +79,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">সম্পাদনা করার জন্য একটি এন্ট্রি নির্বাচন করুন।</ahelp>"
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
msgstr ""
#. WS53M
@@ -5245,42 +5245,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr ""
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr ""
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr ""
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7522,6 +7486,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr ""
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16747,40 +16873,40 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr ""
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
+msgid "OpenCL"
msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
-msgstr "<link href=\"text/shared/optionen/java.xhp\">জাভা</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
msgstr ""
#. ddvkj
diff --git a/source/bn-IN/helpcontent2/source/text/simpress.po b/source/bn-IN/helpcontent2/source/text/simpress.po
index 95f686d0311..a0cc66c06b7 100644
--- a/source/bn-IN/helpcontent2/source/text/simpress.po
+++ b/source/bn-IN/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2017-10-04 10:20+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -601,15 +601,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">এলাকা ধরন / পূর্ণকরছে</link>"
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">প্রতিচ্ছায়া</link>"
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1105,15 +1096,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "নির্বাচিত বস্তুর জন্য ত্রিমাত্রিক প্রভাব চালু এবং বন্ধ করে।"
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">পারস্পরিক ক্রিয়া- প্রতিক্রিয়া</link>"
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/01.po b/source/bn-IN/helpcontent2/source/text/swriter/01.po
index 69860c2b27b..8916744a785 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter/01.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 20:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22777,14 +22777,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">টাইপ করার সময়</link>"
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
-msgstr "<ahelp hid=\".uno:OnlineAutoFormat\">আপনার লেখার সাথে স্বয়ংক্রিয়ভাবে নথি বিন্যাস করা হয়। বিন্যাস অপশন নির্ধারণ করতে, <emph>টুল - স্বয়ংক্রিয় সংশোধক</emph><emph> অপশন</emph>নির্বাচন করুন, অতঃপর <emph>অপশন </emph>ট্যাবে ক্লিক করুন।</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
+msgstr ""
#. Ddr5r
#: 05150100.xhp
diff --git a/source/bn-IN/sfx2/messages.po b/source/bn-IN/sfx2/messages.po
index c26f0f01508..8b5e2ce8bec 100644
--- a/source/bn-IN/sfx2/messages.po
+++ b/source/bn-IN/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-11 07:50+0000\n"
"Last-Translator: somu7777 <Soumya.chowdhury7777@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -919,8 +919,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "ছবি ফিল্টার খুঁজে পাওয়া যায়নি"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -931,43 +937,43 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "ভুল পাসওয়ার্ড"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(সর্বনিম্ন $(MINLEN) ক্যারেক্টার)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "ন্যূনতম ১ অক্ষর)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(পাসওয়ার্ড খালি হতে পারে)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "কাজটি কার্যকর করা যাবে না। এই কাজের জন্য প্রয়োজনীয় %PRODUCTNAME প্রোগ্রাম মডিউলটি বর্তমানে ইনস্টল করা নেই।"
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -977,7 +983,7 @@ msgstr ""
"আপনি কি এখন এটা সম্পন্ন করতে চান?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -987,215 +993,215 @@ msgstr ""
"আমাদের প্রধান পাতা থেকে, আপনি ক্রম সম্পর্কিত তথ্য খুঁজে পেতে পারেন।"
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "%PRODUCTNAME-এ স্বাগতম।"
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "এখানে একটি নথি ড্রপ করুন বা বাম পাশ থেকে একটি অ্যাপ্লিকেশন বাছাই করুন।"
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "বর্তমান সংস্করণ"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "এক্সপোর্ট করুন"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "সন্নিবেশ করান"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "সন্নিবেশ করান (~I)"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "একটি প্রতিলিপি সংরক্ষণ করুন"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "তুলনা করা"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "একত্রীকরণ"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME নথি"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr "ব: %1 মা: %2 দি: %3 ঘ: %4 মি: %5 সে: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1205,31 +1211,31 @@ msgstr ""
"মানটি পাঠ্য হিসেবে সংরক্ষণ করা হবে।"
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "শৈলীটি ইতিমধ্যেই বিদ্যমান। প্রতিস্থাপন করা হবে কি?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "পুনঃনির্ধারণ (~R)"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "এই নামটি ইতোমধ্যে ব্যবহৃত হচ্ছে।"
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "এই শৈলীটি বিদ্যমান নয়।"
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1239,7 +1245,7 @@ msgstr ""
"কারণ এটি পুনরাবৃত্ত রেফঅরেন্সে প্রভাব ফেলবে।"
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1249,7 +1255,7 @@ msgstr ""
"অনুগ্রহ করে অন্য নাম পছন্দ করুন।"
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1258,73 +1264,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "ব্যবহৃত শৈলী:"
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "পরিক্রমক"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "ত্রুটিপূর্ণ পাসওয়ার্ড নিশ্চিতকরণ"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "প্রেরণ"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "ফন্ট"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "সংস্করণ মন্তব্য সন্নিবেশ করান"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(কোনো নাম দেওয়া হয়নি)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "ক্রমবিভক্ত"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "আপনি কি আসলেই রেকর্ড করা বাতিল করতে চান? এ পর্যন্ত রেকর্ডকৃত সব পদক্ষেপ হারিয়ে যাবে।"
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "রেকর্ডকরণ বাতিল"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "ফর্মাসমূহ প্রথম-বার ব্যবহারের জন্য প্রস্তুত করা হযেছে।"
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1334,7 +1340,7 @@ msgstr ""
"অনুগ্রহ করে একটি মুদ্রণযন্ত্র নির্বাচন করুন এবং আবার চেষ্টা করুন।"
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1344,19 +1350,19 @@ msgstr ""
"অনুগ্রহ করে আপনার মুদ্রণযন্ত্রের কনফিগারেশন পরীক্ষা করুন।"
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "মুদ্রণযন্ত্রটি ব্যস্ত"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (শুধুমাত্র-পাঠযোগ্য)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1367,7 +1373,7 @@ msgstr ""
"আপনি কি নতুন বিন্যাসটি সক্রিয় নথিতে সংরক্ষণ করতে চান?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1378,7 +1384,7 @@ msgstr ""
"নতুন বিন্যাস কি সক্রিয় নথিতে সংরক্ষণ করা হবে?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1389,7 +1395,7 @@ msgstr ""
"আপনি কি নতুন বিন্যাসটি সক্রিয় নথিতে সংরক্ষণ করতে চান?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1399,7 +1405,7 @@ msgstr ""
"একটি মুদ্রণ কাজ চলছে।"
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1408,7 +1414,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1417,19 +1423,19 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "সম্ভবত অনুপস্থিত প্রবেশাধিকারের কারণে, এই নথিটি সম্পাদনা করা যাবে না। আপনি কি নথির একটি অনুলিপি সম্পাদনা করতে চান?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1437,473 +1443,473 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "অনুলিপি খুলুন (~C)"
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr "খোলা (~O)"
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr "(সংশোধিত নথি)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "এই ডকুমেন্ট সার্ভারে চেক অাউট করা হয়নি।"
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr "আমাদের %PRODUCTNAME আরও ভাল করতে সহায়তা করুন!"
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr "জড়িত"
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "এই নথি শুধুমাত্র-পাঠযোগ্য মোডে খোলা হয়।"
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "এই নথির শ্রেণীবিভাগ লেবেলটি %1।"
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "ক্লিপবোর্ডটি পেস্ট করার আগে এই নথিটি শ্রেণীবদ্ধ করা আবশ্যক।"
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "ক্লিপবোর্ডের চেয়ে এই নথিতে নিম্ন শ্রেণীকরণ স্তর রয়েছে।"
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "স্তর"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "জাতীয় নিরাপত্তা:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "রপ্তানি নিয়ন্ত্রণ:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "চেক আউট"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "নথির সম্পাদনা"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "নথিতে স্বাক্ষর করুন..."
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "এই নথিতে একটি অবৈধ স্বাক্ষর আছে।"
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "স্বাক্ষর বৈধ ছিল, কিন্তু নথি সংশোধন করা হয়েছে"
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "স্বাক্ষর ঠিক আছে, কিন্তু শংসাপত্র যাচাই করা যায়নি।"
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "স্বাক্ষরটি ঠিক আছে, তবে দস্তাবেজ কেবল আংশিক স্বাক্ষরিত।"
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "এই নথিটি ডিজিটাল স্বাক্ষরিত এবং স্বাক্ষর বৈধ।"
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "স্বাক্ষর দেখান"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "প্যান বন্ধ করুন"
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "ডক"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "আনডক"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "অারো বিকল্প"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "পার্শ্ববার ডেক বন্ধ করুন"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "সাইডবার সেটিংস"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "স্বনির্ধারণ"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "ডিফল্ট পুনঃস্থাপন করুন"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "সাইডবার বন্ধ করুন"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "মৌচাক"
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "নীল কার্ভ"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "ব্লুপ্রিন্ট পরিকল্পনা"
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "উজ্জল নীল"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr "ক্লাসিক লাল"
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "ডিএনএ"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "কেন্দ্রবিন্দু"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "ছাপ"
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "অনুপ্রেরণা"
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "আলো"
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "লুস সবুজ"
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "মহানগরী"
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "মাঝরাতের নিল"
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "প্রকৃতি চিত্রণ"
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "পেন্সিল"
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "পিয়ানো"
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "অগ্রগতি"
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "সূর্যাস্ত"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "মদ"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "প্রাণবন্ত"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "সিভি"
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "জীবনবৃত্তান্ত"
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "অাধুনিক"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "আধুনিক ব্যবসা চিঠি সানস-সরিফ"
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "আধুনিক ব্যবসা চিঠি serif"
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "লোগো সঙ্গে ব্যবসা কার্ড"
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "সরিয়ে ফেলুন"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "সব মুছে ফেলুন"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "পাসওয়ার্ড দৈর্ঘ্য"
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/bn-IN/svx/messages.po b/source/bn-IN/svx/messages.po
index 120ac7a8452..a95f60c0ade 100644
--- a/source/bn-IN/svx/messages.po
+++ b/source/bn-IN/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Bengali (India) <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/bn_IN/>\n"
@@ -5350,290 +5350,322 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "বর্গ- ৪৫"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "ডবল তীর"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "বৃত্ত"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "বর্গাকার"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "তীর চিহ্ন"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "খালি ত্রিভুজ"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "খালি ডায়মন্ড"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "হীরা"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "খালি বৃত্ত"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "খালি বর্গ ৪৫"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "খালি বর্গ"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "স্বচ্ছতা"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr "সবুজ ১ (%PRODUCTNAME প্রধান রঙ)"
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "সবুজ অ্যাকসেন্ট"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "নীল অ্যাকসেন্ট"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "কমলা রঙ অ্যাকসেন্ট"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "বেগুনি"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "গোলাপী অ্যাকসেন্ট"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "হলুদ অ্যাকসেন্ট"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "গ্যালারি থীম"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "সফলভাবে পুনরুদ্ধার করা হয়েছে"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "মূল নথি পুনরুদ্ধার করা হয়েছে"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "পুনরুদ্ধার ব্যর্থ"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "পুনরুদ্ধার করা হচ্ছে"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "এখনও পুনরুদ্ধার করা হয়নি"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION আপনার নথিসমূহ পুনরুদ্ধার করা শুরু করবে। নথির আকারের অনুসারে এই প্রক্রিয়াটির কিছু সময় লাগতে পারে।"
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
@@ -5642,911 +5674,911 @@ msgstr ""
"নথিগুলো দেখতে 'সম্পন্ন' চাপুন।"
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "সম্পন্ন (~F)"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr ""
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "পয়েন্ট"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "ছবি রপ্তানি"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "বস্তু সন্নিবেশ করান"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "ত্রিমাত্রিক বস্তু ঘুরান"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "এক্সট্রুশন বস্তু তৈরি করুন"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "ঘুর্ণন অবজেক্ট তৈরি করুন"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "ত্রিমাত্রিক বস্তু বিভাজন করুন"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[সব]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "গ্রাফিক্স পরিশোধক"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "নতুন থীম "
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "ত্রিমাত্রিক আবহ "
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "অ্যানিমেশন"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "বুলেট"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "অফিস"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "ফ্ল্যাগ"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "প্রবাহ চিত্র"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "ইমোটিকন"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "ছবি"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "পটভূমি"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "প্রধান পাতা"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "মিথস্ক্রিয়া"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "মানচিত্র "
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "মানুষ"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "পৃষ্ঠতল"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "কম্পিউটার"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "রেখাচিত্র"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "পরিবেশ"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "অর্থ সংক্রান্ত"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "পরিবহন"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "টেক্সট-শেপস"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "শব্দ"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "প্রতীক"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "আমার থীম"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "তীর"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "বেলুন"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "কীবোর্ড"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "সময়"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "উপস্থাপনা"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "বর্ষপঞ্জি "
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "ন্যাভিগেশন"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "যোগাযোগ"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "অর্থ সংক্রান্ত"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "কম্পিউটার"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "জলবায়ু"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "বিদ্যালয় এবং বিশ্ববিদ্যালয়"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "ত্রুটি সমাধান"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "স্ক্রীনবীন"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "নির্বাচিত অংশ মুদ্রণ"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "আপনি কি শুধু নির্বাচিত অংশ মুদ্রণ করতে চান নাকি সম্পূর্ণ নথি?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "সব (~A)"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "নির্বাচন (~S)"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "এক্সট্রুশন- উত্তর-পশ্চিম"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "এক্সট্রুশন- উত্তর"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "এক্সট্রুশন- উত্তর-পূর্ব"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "এক্সট্রুশন- পশ্চিম"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "এক্সট্রুশন- পিছনে"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "এক্সট্রুশন- পূর্ব"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "এক্সট্রুশন- দক্ষিণ-পশ্চিম"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "এক্সট্রুশন- দক্ষিণ"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "এক্সট্রুশন- দক্ষিণ-পূর্ব"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "০ সে:মি: (~0)"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "১ সে:মি: (~1)"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "২.৫ সে:মি: (~2)"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "৫ সে:মি: (~5)"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "১০ সে:মি: (~c)"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "০ ইঞ্চি"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "০.৫ ইঞ্চি (~5)"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "১ ইঞ্চি (~1)"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "২ ইঞ্চি (~2)"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "৪ ইঞ্চি (~4)"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
#, fuzzy
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "কোন ভরাট নেই"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
#, fuzzy
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "স্বচ্ছতা"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "ডিফল্ট"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "সীমানা"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "সীমানা শৈলী"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "অারো সংখ্যায়ন..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "অারো বুলেট..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "পৃষ্ঠা"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "বিন্যাস অপসারণ"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "অারো শৈলী..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "অারো বিকল্প..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "ফন্টের নাম"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "হরফের নাম। বর্তমান হরফ অনুপলব্ধ এবং পরিবর্তন করা হবে।"
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "স্বনির্ধারিত:"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "নথির রঙ"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
#, fuzzy
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "নথির রঙ"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "এক্সট্রুশন"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "এক্সট্রুশন প্রয়োগ চালু/বন্ধ"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "নিচে কাত করুন"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "উপরে কাত করুন"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "বামে কাত করুন"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "ডানে কাত করুন"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "এক্সট্রুশনের গভীরতা পরিবর্তন"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "স্থিতিবিন্যাস পরিবর্তন"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "প্রক্ষেপণের ধরন পরিবর্তন"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "আলোর বিন্যাস পরিবর্তন"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "উজ্জ্বলতা পরিবর্তন"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "এক্সট্রুশনের পৃষ্ঠদেশ পরিবর্তন"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "এক্সট্রুশনের রঙ পরিবর্তন"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "পছন্দনীয়"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "ফন্টওয়ার্ক"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "ফন্টওয়ার্কের আকৃতি প্রয়োগ"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "ফন্টওয়ার্কের বর্ণের সমউচ্চতা প্রয়োগ"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "ফন্টওয়ার্কের প্রান্তিককরণ প্রয়োগ"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "ফন্টওয়ার্কের অক্ষর ফাঁকাকরণ প্রয়োগ"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "সাথে"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "শৈলী"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "এবং"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "কোণা নিয়ন্ত্রণ"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "কোণার বিন্দু নির্বাচন"
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "ঊর্ধ্ব বাম"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "ঊর্ধ্ব কেন্দ্র"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "ঊর্ধ্ব ডান"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "বাম কেন্দ্র"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "কেন্দ্র"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "ডান কেন্দ্র"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "নিম্ন বাম"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "নিম্ন কেন্দ্র"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "নিম্ন ডান"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "কনট্যুর নিয়ন্ত্রণ"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "এটা এমন জায়গা, যেখানে আপনি কনট্যুর সম্পাদনা করতে পারেন।"
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "বিশেষ অক্ষর নির্বাচন"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "এই এলাকার বিশেষ অক্ষর নির্বাচন করুন।"
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "অক্ষর কোড"
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "'#' ক্ষেত্রে ইনপুট প্রয়োজন। অনুগ্রহ করে একটি মান সন্নিবেশ করান।"
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "ফরম"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "কোনো কন্ট্রোল নির্বাচন করা হয়নি"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "বৈশিষ্ট্যসমূহ:"
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "ফরমের বৈশিষ্ট্য"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "ফরম ন্যাভিগেটর"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "ফরম"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "ফরম"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "আড়ালকৃত কন্ট্রোল "
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "কন্ট্রোল"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "রেকর্ড"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "এর"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "ক্ষেত্র যোগ:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "ডাটাবেসে ডাটা লেখার ত্রুটি"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "কোয়েরি এক্সপ্রেশনে সিনট্যাক্স ত্রুটি"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "আপনি ১টি রেকর্ড মুছে ফেলতে মনস্থ করেছেন।"
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "#টি রেকর্ড মুছে ফেলা হবে।"
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6556,331 +6588,331 @@ msgstr ""
"এরপরও কি আপনি চালিয়ে যেতে চান?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "ন্যাভিগেশন বার"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "কলাম"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "'#' বৈশিষ্ট্য নির্ধারণ করুন"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "ধারকে সন্নিবেশ করান"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "# মুছে ফেলুন "
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "#টি অবজেক্ট মুছে ফেলুন"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "ধারকের এলিমেন্ট প্রতিস্থাপন করুন"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "কন্ট্রোল প্রতিস্থাপন"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "বোতাম"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "অপশন বোতাম"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "চেক বাক্স"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "ক্ষেত্র লেবেল করা"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "গ্রুপ বাক্স"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "লেখা বাক্স"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "বিন্যাসিত ক্ষেত্র"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "তালিকা বাক্স"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "কম্বো বাক্স"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "চিত্র বোতাম"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "চিত্র কন্ট্রোল"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "ফাইল নির্বাচন"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "তারিখ ক্ষেত্র"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "সময় ক্ষেত্র"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "সংখ্যাসূচক ক্ষেত্র"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "মুদ্রা ক্ষেত্র"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "প্যাটার্ন ক্ষেত্র"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "সারণি কন্ট্রোল"
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "স্ক্রলবার"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "ঘুর্ণন বোতাম"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "ন্যাভিগেশন বার"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "একাধিক-নির্বাচন"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "বর্তমান ফরমে ডাটা-সম্পর্কীয় কোনো কন্ট্রোল নেই!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr "(তারিখ)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (সময়)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "পরিশোধক ন্যাভিগেটর"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "যার জন্য পরিশোধক"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "বা"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "কার্যকর সীমা কন্ট্রোল, যেগুলো টেবিল ভিউতে ব্যবহৃত হতে পারে তা বর্তমান ফর্মে বিদ্যমান নয়।"
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AutoField>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "SQL স্টেটমেন্টের সিনট্যাক্স ত্রুটি"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "LIKE এর সাথে #1 মান ব্যবহার করা যায় না।"
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "এই ক্ষেত্রের সাথে LIKE ব্যবহার করা যায় না।"
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "সন্নিবেশকৃত মানটি বৈধ তারিখ নয়। অনুগ্রহ করে সঠিক বিন্যাসে তারিখ সন্নিবেশ করান, উদাহরণস্বরূপ, MM/DD/YY."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "ক্ষেত্রটি পূর্ণসংখ্যার সাথে তুলনা করা যায় না।"
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "ডাটাবেস \"#\" নামের সারণি ধারণ করে না।"
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "ডাটাবেস \"#\" নামের সারণি বা কোয়েরি কোনটিই ধারণ করে না।"
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "ডাটাবেস ইতোমধ্যে \"#\" নামের সারণি বা ভিউ ধারণ করে।"
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "ডাটাবেস ইতোমধ্যে \"#\" নামের কোয়েরি ধারণ করে।"
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "\"#2\" সারণিতে \"#1\" কলামটি অপরিচিত।"
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "ক্ষেত্রটি ফ্লোটিং পয়েন্ট সংখ্যার সাথে তুলনা করা যায় না।"
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "সন্নিবেশকৃত নির্ণায়কটি এই ক্ষেত্রের সাথে তুলনা করা যায় না।"
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "ডাটা ন্যাভিগেটর"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (শুধুমাত্র-পাঠযোগ্য)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ফাইলটি ইতোমধ্যে বিদ্যমান। উপরিলিখন করতে চান?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#অবজেক্ট# লেবেল"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6890,7 +6922,7 @@ msgstr ""
"আপনি কি সত্যিই এই মডেল মুছে ফেলতে চান?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -6901,7 +6933,7 @@ msgstr ""
"আপনি কি সত্যিই এই ইন্সট্যান্স মুছে ফেলতে চান? "
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
@@ -6912,13 +6944,13 @@ msgstr ""
"আপনি কি সত্যিই এই এলিমেন্ট মুছে ফেলতে চান? "
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "আপনি কি সত্যিই এই '$ATTRIBUTENAME বৈশিষ্ট্যটি মুছে ফেলতে চান?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -6931,7 +6963,7 @@ msgstr ""
"আপনি কি সত্যিই এই সাবমিশন মুছে ফেলতে চান? "
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -6944,1005 +6976,1005 @@ msgstr ""
"আপনি কি সত্যিই এই বাইন্ডিং মুছে ফেলতে চান? "
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "XML এ '%1' নাম বৈধ নয়। অনুগ্রহ করে একটি ভিন্ন নাম দিন।"
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "XML এ '%1' উপসর্গ বৈধ নয়। অনুগ্রহ করে একটি ভিন্ন উপসর্গ সন্নিবেশ করান।"
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "'%1' নামটি ইতোমধ্যে বিদ্যমান। অনুগ্রহ করে একটি নতুন নাম সন্নিবেশ করান।"
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "সাবমিশনের অবশ্যই একটি নাম থাকতে হবে।"
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "পোষ্ট করুন"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "গ্রহণ করুন"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
#, fuzzy
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "কোনটি না"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "ইন্সট্যান্স"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "নথি"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "বাইন্ডিং:"
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "রেফারেন্স:"
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "কাজ:"
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "মেথড:"
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "প্রতিস্থাপন:"
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "এলিমেন্ট যোগ"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "এলিমেন্ট সম্পাদনা"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "এলিমেন্ট মুছে ফেলুন"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "বৈশিষ্ট্য যোগ"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "বৈশিষ্ট্য সম্পাদনা"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "বৈশিষ্ট্য মুছে ফেলা"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "বাইন্ডিং যোগ"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "বাইন্ডিং সম্পাদনা"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "বাইন্ডিং অপসারণ"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "সাবমিশন যোগ"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "সাবমিশন সম্পাদনা"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "সাবমিশন মুছে ফেলা"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "উপাদান"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "বৈশিষ্ট্য"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "বাইন্ডিং"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "বা‌ইন্ডিং এক্সপ্রেশন"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "আপনি কি %PRODUCTNAME নথিটির ডেটা পুনরুদ্ধার বাতিল করতে চাওয়ার বিষয়ে নিশ্চিত?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "বাম"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "ডান"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "কেন্দ্র"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "দশমিক"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "সন্নিবেশ মোড। ওভাররাইট মোডে পরিবর্তন করতে ক্লিক করুন।"
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "ওভাররাইট মোড। সন্নিবেশ মোডে পরিবর্তন করতে ক্লিক করুন।"
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "প্রতিস্থাপন"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "ডিজিটাল স্বাক্ষর: নথির সাক্ষর ঠিক আছে।"
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "ডিজিটাল স্বাক্ষর: নথির স্বাক্ষর ঠিক আছে, কিন্তু সার্টিফিকেটের কার্যকারিতা যাচাই করা যায়নি।"
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "ডিজিটাল স্বাক্ষর: ফাইলটি স্বাক্ষরিত নয়।"
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "ডিজিটাল স্বাক্ষর: নথির স্বাক্ষর এবং সার্টিফিকেটটি ঠিক আছে, কিন্তু নথির সব অংশ স্বাক্ষরিত নয়।"
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "নথিটি পরিবর্তন করা হয়েছে। নথি সংরক্ষণ করতে ডাবল-ক্লিক করুন।"
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "শেষ বার সংরক্ষণের পর হতে নথিটি পরিবর্তন করা হয়নি।"
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "নথি লোড করা হচ্ছে..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "স্লাইড বর্তমান উইন্ডোতে ধরান।"
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
#, fuzzy
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "জুম স্তর। জুম স্তর পরিবর্তন করতে ডান ক্লিক করুন বা জুম ডায়ালগ খুলতে ক্লিক করুন।"
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "বড় করুন"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "ছোট করুন"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "৫০%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "৭৫%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "১০০%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "৫০%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "২০০%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "সম্পূর্ণ পৃষ্ঠা"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "পৃষ্ঠার প্রস্থ"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "সর্বোচ্চ রূপ"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "শৈলী অন্তর্ভুক্ত করা হচ্ছে"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "অনুচ্ছেদ শৈলী"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "ঘরের শৈলী"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "নথির শেষে পৌঁছে গেছে"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "পত্রকের শেষে পৌঁছে গেছে"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "অনুসন্ধানের কি পাওয়া যায়নি"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
#, fuzzy
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "নথির শেষে পৌঁছে গেছে"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "রঙের প্যালেট"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "অবৈধ পাসওয়ার্ড"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "পাসওয়ার্ড মিলছে না"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "গাঢ় ছোট বৃত্তাকার বুলেট"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "গাঢ় বড় বৃত্তাকার বুলেট"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "গাঢ় ডায়ামন্ড বুলেট"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "গাঢ় বড় বর্গক্ষেত্রাকার বুলেট"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "ডান নির্দেশিত ভরাটকৃত তীর বুলেট"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "ডান নির্দেশিত তীর বুলেট"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "সংখ্যা ১) ২) ৩)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "সংখ্যা ১. ২. ৩."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "সংখ্যা (১) (২) (৩)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "বড় হাতের রোমান সংখ্যা I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "বড় হাতের অক্ষর A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "ছোট হাতের অক্ষর a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "ছোট হাতের অক্ষর (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "ছোট হাতের রোমান সংখ্যা i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "সংখ্যাসূচক, সংখ্যাসূচক, ছোট হাতের অক্ষর, গাঢ় ছোট বৃত্তাকার বুলেট"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "সংখ্যাসূচক, ছোট হাতের অক্ষর, গাঢ় ছোট বৃত্তাকার বুলেট"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "সংখ্যাসূচক, ছোট হাতের অক্ষর, রোমান ছোট হাতের অক্ষর, বড় হাতের অক্ষর, গাঢ় ছোট বৃত্তাকার বুলেট"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "সংখ্যাসূচক"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "রোমান বড় হাতের অক্ষর, বড় হাতের অক্ষর, রোমান ছোট হাতের অক্ষর, ছোট হাতের অক্ষর, গাঢ় ছোট বৃত্তাকার বুলেট"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "বড় হাতের অক্ষর, রোমান বড় হাতের অক্ষর, ছোট হাতের অক্ষর, রোমান ছোট হাতের অক্ষর, গাঢ় ছোট বৃত্তাকার বুলেট"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "সব সাবলেভেলে সংখ্যাসূচক"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "ডান নির্দেশিত বুলেট, ডান নির্দেশিত তীর বুলেট, গাঢ় ডায়ামন্ড বুলেট, গাঢ় ছোট বৃত্তাকার বুলেট"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "ফাইলটি তৈরি করা যাবে না।"
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "সারণি নকশার শৈলী"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "পূর্বাবস্থায় ফিরিয়ে আনার কাজ: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "পূর্বাবস্থায় ফিরিয়ে আনার কাজ: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "পুনরায় করার কাজ: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "পুনরায় করার কাজ: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "খুঁজুন"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
#, fuzzy
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "অক্ষর মিলান (_t)"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(প্রস্থ) x $(উচ্চতা) ($(পিক্সেলে প্রস্থ) x $(পিক্সেলে উচ্চতা) px)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(প্রস্থ) x $(উচ্চতা) $(DPI) DPI -এ"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(ধারন-ক্ষমতা) kiB"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "Gif ছবি"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "Jpeg ছবি"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "PNG ছবি"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "TIFF ছবি"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "WMF ছবি"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "MET ছবি"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "PCT ছবি"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "SVG ছবি"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "BMP ছবি"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "অজানা"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "সুইচ"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "লাল"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "সবুজ"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "নীল"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "উজ্জ্বলতা"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "বৈসাদৃশ্য"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "গামা"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "স্বচ্ছতা"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "ছাঁটা"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "পূর্বনির্ধারিত স্থিতিবিন্যাস"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "উপর থেকে নিচ পর্যন্ত"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "নিচ থেকে উপরে"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "স্তুপীকৃত"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "বাম মার্জিন:"
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "ঊর্ধ্ব মার্জিন:"
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "ডান মার্জিন:"
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "নিম্ন মার্জিন:"
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "পৃষ্ঠার বর্ণনা:"
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "বড় হাতের অক্ষর"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "ছোট হাতের অক্ষর"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "রোমান- বড় হাতের"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "রোমান- ছোট হাতের"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "আরবী"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "একটিও না"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "আড়াআড়ি"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "লম্বালম্বি"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "বাম"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "ডান"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "সব"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "প্রতিফলিত"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "লেখক:"
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "তারিখ:"
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "লেখা:"
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "অক্ষরের পটভূমি"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "রঙের প্যালেট"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7950,1933 +7982,1933 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "মৌলিক ল্যাটিন"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "ল্যাটিন-১"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "ল্যাটিন বর্ধিত- এ"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "ল্যাটিন বর্ধিত- বি"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA বর্ধিতাংশ"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "বিশেষক বর্ণ ফাঁকাকরণ করা হচ্ছে"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "ডায়াক্রিটিকাল চিহ্ন একত্রিত করা হচ্ছে"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "মৌলিক গ্রীক"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "গ্রীক প্রতীক ও কপটিক"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "সিরিলিক"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "আর্মেনিয়ান"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "মৌলিক হিব্রু"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "হিব্রু বর্ধিত"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "মৌলিক আরবী"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "আরবী বর্ধিত"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "নগরী"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "বাংলা"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "গুরমূখী"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "গুজরাতি"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "ওড়িয়া"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "তামিল"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "তেলেগু"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "কান্নাডা"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "মালয়ালাম"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "থাই"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "লাও"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "মৌলিক জর্জিয়ান"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "জর্জিয়ান বর্ধিত"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "হাঙ্গুল জামো"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "ল্যাটিন বর্ধিত অতিরিক্ত"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "গ্রীক বর্ধিত"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "সাধারণ বিরামচিহ্ন"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "ঊর্ধ্বলিপি ও নিম্নলিপি"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "মুদ্রা চিহ্ন"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "ডায়াক্রিটিকাল চিহ্নসমূহ একত্রিত করা হচ্ছে"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "অক্ষরের মত চিহ্নসমূহ"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "নম্বরের রূপ"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "তীর চিহ্ন"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "গাণিতিক অপারেটরসমূহ"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "বিবিধ প্রযুক্তিগত"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "চিত্রসমূহ"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "অপটিক্যাল চিহ্ন শনাক্তকরণ (OCR)"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "সংগ্রথিত আলফা-নিউমেরিক"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "বাক্স অঙ্কন"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "ব্লক এলিমেন্ট"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "জ্যামিতিক আকৃতি"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "বিবিধ প্রতীক"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "ডিংগব্যাট"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK চিহ্ন ও বিরামচিহ্ন"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "হিরাগানা"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "কাটাকানা"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "বোপোমোফো"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "হাঙ্গুল উপযুক্ততা জামো"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK বিবিধ"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "সংগ্রথিত CJK বর্ণ ও মাসসমূহ"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK উপযুক্ততা"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "হাঙ্গুল"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK ইউনিফাইড ভাবসংকেত এক্সটেনশন A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "একান্ত ব্যবহারের এলাকা"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK উপযুক্ততা ইডিওগ্রাফ"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "বর্ণানুক্রমিক উপস্থাপনা ফরম"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "আরবি উপস্থাপনা ফরম-এ"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "অর্ধ চিহ্নসমূহ একত্রিত করা হচ্ছে"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK উপযুক্ততা ফরম"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "ছোট প্রকারভেদ"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "আরবি উপস্থাপনা ফরম-বি"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "অর্ধ-প্রস্থ ও পূর্ণ-প্রস্থ ফরম"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "বিশেষ"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "ইয়ি ধ্বনি-নির্দেশক"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Yi রেডিক্যাল"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "পুরানো তির্যক"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "গথিক"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "ডেসারেট"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "বাইজানটিন সংগীতের চিহ্ন"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "সংগীতের চিহ্ন"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "গাণিতিক আল্ফানিউমারিক সংকেত"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK ইউনিফাইড ভাবসংকেত এক্সটেনশন B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "CJK ইউনিফাইড ভাবসংকেত এক্সটেনশন C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK ইউনিফাইড ভাবসংকেত এক্সটেনশন D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "CJK সামঞ্জস্যের ভাবসংকেত সাপ্লিমেন্ট"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "ট্যাগ"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "সিরিলিক সাপ্লিমেন্ট"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "পরিবর্তন নির্বাচনকারী"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "অতিরিক্ত ব্যক্তিগত ব্যবহারের ক্ষেত্র-A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "অতিরিক্ত ব্যক্তিগত ব্যবহারের ক্ষেত্র-B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "লিম্বু"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "তাই লি"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "খমের চিহ্ন"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "ফোনেটিক এক্সেটনশন"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "বিভিন্ন চিহ্ন এবং তীরচিহ্ন"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "ইজিং হেক্সাগ্রাম চিহ্ন"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "লিনিয়ার B সিলেবারি"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "লিনিয়ার B ভাবসংকেত"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "সিনহালা"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "তিব্বতীয়"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "মায়ানমার"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "খেমার"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "ওগাম"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "রুনিক"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "সিরিয়াক"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "থানা"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "ইথিওপিক"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "চেরোকী"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "কানাডিয়ান আদিবাসী সিলেবেল"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "মঙ্গোলিয়ান"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "বিবিধ গাণিতিক চিহ্ন-এ"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "অতিরিক্ত তীরচিহ্ন-এ"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "ব্রেইল চিহ্নসমূহ"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "অতিরিক্ত তীরচিহ্ন-বি"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "বিবিধ গাণিতিক চিহ্ন-বি"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK রেডিকেল সাপ্লিমেন্ট"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Kangxi রেডিক্যেল"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "চিত্রলিপি বর্ণনার অক্ষরসমূহ"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "ট্যাগালগ"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "হানুনু"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "টাগবানওয়া"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "বুহিড"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "কানবুন"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "বোপোমোফো বর্ধিত"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "কাটাকানা ফনেটিক্স"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "CJK স্ট্রোকস"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "সিপ্রিয়ট সিলেবারি"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "তাই জুয়ান জিঙ্গ সংকেত"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "পরিবর্তন নির্বাচনকারী সাপ্লিমেন্ট"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "পুরাতন গ্রিক সংগীতের স্বরলিপি"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "পুরাতন গ্রিক সংখ্যা"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "আরবি সাপ্লিমেন্ট"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "বুগিনিস"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "সংযুক্তকারী ধ্বনি-নির্দেশক চিহ্ন সাপ্লিমেন্ট"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "কপটিক"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "ইথিওপিক এক্সটেন্ডেড"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "ইথিওপিক সাপ্লিমেন্ট"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "জর্জিয়ান সাপ্লিমেন্ট"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "গ্লাগোলিটিক"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "খারোশতি"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "ধ্বনি পরিবর্তনকারী অক্ষর"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "নতুন তাই লি"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "পুরাতন ফার্সি"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "ফোনেটিক (ধ্বন্যাত্মক) এক্সেটনশন সাপ্লিমেন্ট"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "অতিরিক্ত যতিচিহ্ন"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "সিলোটি নাগরি"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "টিফিনাগ"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "উল্লম্ব ফর্ম"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "নকো"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "বালিনিস"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "ল্যাটিন বর্ধিত- এ"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "ল্যাটিন বর্ধিত-C"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "ফাগস-পা"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "সিরিলিক এক্সটেনডেড-B"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "ওয়াই"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "সিরিলিক এক্সটেনডেড-B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "সৌরাষ্ট্র"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "কায়াহ লি"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "রেজাং"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "চাম"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "পুরাতন চিহ্ন"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "ফাইসটোস ডিস্ক"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "লাইসিয়ান"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "কারিয়ান"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "লাইডিয়ান"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "মাহজোং টাইল"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "ডোমিনো টাইল"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "সামারিটান"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "কানাডিয়ান অ্যাবোরিজিনাল শব্দাংশ এক্সটেন্ডেড"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "তাই থাম"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "বৈদিক এক্সটেনশন"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "লিসু"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "বামুম"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "সাধারণ ইন্ডিক সংখ্যার রূপ"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "দেবনাগরি এক্সটেন্ডেড"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "হাঙ্গুল জামো এক্সটেনডেড-A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "জাভানিস"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "মিয়ানমার এক্সটেনডেড-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "তাই ভিয়েট"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "মেইতেই মায়েক"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "হাংগুল জামো এক্সটেনডেড-B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "এনক্লোসড আল্ফানিউমেরিক সাপ্লিমেন্ট"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "এনক্লোসড ভাবসংকেত সাপ্লিমেন্ট"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "ম্যান্ডেইক"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "বাটাক"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "ইথিওপিক এক্সটেন্ডেড-A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "ব্রাহ্মী"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "বামুম সাপ্লিমেন্ট"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "কানা সাপ্লিমেন্ট"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "তাশ"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "বিভিন্ন চিহ্ন এবং ছবির সংকেত"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "ইমোটিকন"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "পরিবহণ ও মানচিত্রের সংকেত"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "অ্যাকেমির চিহ্ন"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "আরবী এক্সটেনডেড-A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "আরবী গাণিতিক অক্ষরের সংকেত"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "চাকমা"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "মেইতেই মায়েক এক্সেটনশন"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "মেরোইটিক কার্সিভ"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "মেরোইটিক হেইরোগ্লিফস"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "মিয়াও"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "শারদা"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "সোরা সোমপেং"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "সুদানিজ সাপ্লিমেন্ট"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "টাকরি"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "সংযুক্তকারী ধ্বনি-নির্দেশক চিহ্ন সাপ্লিমেন্ট"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "ল্যাটিন বর্ধিত- এ"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "রৈখিক"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "মোড"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "মিয়ানমার এক্সটেনডেড-A"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "অতিরিক্ত তীরচিহ্ন-এ"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK ইউনিফাইড ভাবসংকেত এক্সটেনশন A"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "সিরিলিক এক্সটেনডেড-B"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "জর্জিয়ান সাপ্লিমেন্ট"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "নতুন"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "ব্যবহারপ্রণালী"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK ইউনিফাইড ভাবসংকেত এক্সটেনশন A"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "মিয়ানমার এক্সটেনডেড-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "সিরিলিক সাপ্লিমেন্ট"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10664,244 +10696,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "নিচের বাম থেকে উপরের ডান পর্যন্ত তির্যক সীমানা রেখা"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "কোনটি না"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "বুলেট"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "গ্রাফিক্স"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "সংযুক্ত গ্রাফিকসমূহ"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "১,২,৩ ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i,ii,iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr "প্রথম, দ্বিতীয়, তৃতীয়, ..."
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr "এক, দুই, তিন, ..."
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr "প্রথম, দ্বিতীয়, তৃতীয়, ..."
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "স্থানীয় সংখ্যায়ন"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (বুলগেরীয়)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (বুলগেরীয়)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (বুলগেরীয়)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (বুলগেরীয়)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (রাশিয়)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (রাশিয়)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (রাশিয়ান)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (রাশিয়ান)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (সার্বিয়)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (সার্বিয়)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (সার্বিয়ান)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (সার্বিয়)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (বড় অক্ষর সম্বলিত গ্রিক অক্ষর)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (ছোট অক্ষর সম্বলিত গ্রিক অক্ষর)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א...י, יא...כ, ..."
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א...ת, אא...תת, ..."
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١, ٢, ٣, ٤, ... (এরাবিক )"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱, ۲, ۳, ۴, ... (ফার্সি )"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16376,7 +16409,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/bn-IN/sw/messages.po b/source/bn-IN/sw/messages.po
index 13f3ab3da2b..7a1ec9246ed 100644
--- a/source/bn-IN/sw/messages.po
+++ b/source/bn-IN/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -594,7 +594,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "অনুচ্ছেদ সংখ্যা:"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -602,1301 +602,1337 @@ msgstr "অনুচ্ছেদ সংখ্যা:"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -11220,137 +11256,137 @@ msgid "Width:"
msgstr "প্রস্থ"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
#, fuzzy
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "ফাঁকা"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr ""
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "শৈলী (_y)"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
#, fuzzy
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "প্রস্থ"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
#, fuzzy
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "উচ্চতা"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "অবস্থান (_P)"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "শীর্ষ"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "কেন্দ্রস্থিত"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "নিচে"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
#, fuzzy
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "রং (_C)"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
#, fuzzy
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "বিভাজক রেখা"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
#, fuzzy
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "কলাম"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "সকল কলামের মধ্যে বিষয়বস্তু সমানভাবে ভাগ করা হবে"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "নির্বাচন"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "বর্তমান বিভাগ"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "নির্বাচিত বিভাগ"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "ফ্রেম"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "পৃষ্ঠার শৈলী:"
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
#, fuzzy
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "প্রয়োগ (_A)"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
#, fuzzy
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "লেখার দিকবিন্যাস (_d)"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "সেটিংসমূহ"
@@ -13164,68 +13200,68 @@ msgid "Space to text"
msgstr "লেখার মধ্যবর্তী ফাঁকা"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
#, fuzzy
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "পাদটীকার এলাকা"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "অবস্থান (_P)"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "শৈলী (_S)"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "মোটা (_T)"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "রং (_C)"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "দৈঘ্য (_L)"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "পাদটীকা বিষয়বস্তুর ফাঁক (_S)"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "বাম"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "কেন্দ্রস্থিত"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "ডান"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
#, fuzzy
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
@@ -19756,7 +19792,7 @@ msgid "_More Options"
msgstr "অারো বিকল্প"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "অারো বিকল্প"
@@ -22027,49 +22063,49 @@ msgid "Remaining space:"
msgstr ""
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "কলামের প্রস্থ"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "কলামের প্রস্থ"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "কলামের প্রস্থ"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "কলামের প্রস্থ"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "কলামের প্রস্থ"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "কলামের প্রস্থ"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "কলামের প্রস্থ"
diff --git a/source/bn/chart2/messages.po b/source/bn/chart2/messages.po
index 74feef6cef0..faa49e99be0 100644
--- a/source/bn/chart2/messages.po
+++ b/source/bn/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:17+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2422,46 +2422,46 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr ""
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr ""
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "সাধারণ"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr ""
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "স্বনির্ধারিত"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr ""
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "ছায়াকরণ"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
diff --git a/source/bn/cui/messages.po b/source/bn/cui/messages.po
index 7aadc641e44..f277fea7267 100644
--- a/source/bn/cui/messages.po
+++ b/source/bn/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4431,45 +4431,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr ""
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/bn/dbaccess/messages.po b/source/bn/dbaccess/messages.po
index ac78626c7d4..9e9a45d01d9 100644
--- a/source/bn/dbaccess/messages.po
+++ b/source/bn/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-01-07 12:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Bengali <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/bn/>\n"
@@ -975,20 +975,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "কাজ"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "বিবরণ"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "প্রাকদর্শন"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
@@ -1003,31 +997,31 @@ msgstr ""
"আপনি কি এখন সকল নথি বন্ধ করতে চান?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "ফরমের নাম (~o)"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "প্রতিবেদনের নাম (~R)"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "ফোল্ডারের নাম (~o)"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "নথিটিতে সন্নিবেশিত ম্যাক্রোসহ ফরম অথবা প্রতিবেদন রয়েছে।"
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1043,265 +1037,265 @@ msgstr ""
"মনে রাখবেন এই স্থানান্তর সম্পন্ন না হওয়া পর্যন্ত আপনি নিজে ম্যাক্রোসমূহ ডাটাবেস নথিতে সন্নিবেশ করতে পারবেন না।"
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "সন্নিবেশিত ডাটাবেস"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "বিভিন্ন শ্রেণীর নির্বাচন করতে পারবেন না।"
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "অসর্থিত অবজেক্ট টাইপ পাওয়া গেছে ($type$)।"
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr ""
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "ঐচ্ছিক সেটিংস"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
#, fuzzy
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "সংযোগ সেটিংসমূহ"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
#, fuzzy
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "টেবিলের নাম"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr ""
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr ""
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
#, fuzzy
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "%1 সন্নিবেশ করুন"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "আপনি কি নির্বাচিত ডাটা মুছে ফেলতে চান?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "ক্রমিকায়নের শর্তাবলী নির্ধারণে ত্রুটি"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "পরিশোধকের শর্তাবলী নির্ধারণে ত্রুটি"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "সংযোগ বিচ্ছিন্ন"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "কোয়েরি"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "টেবিল"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "মুছে ফেলা নিশ্চিত করুন"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "আপনি কি '%1' টেবিলটি মুছে ফেলতে চান?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
#, fuzzy
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "ডাটাবেসের সাথে সংযোগ বিচ্ছিন্ন হয়েছে। আপনি কি এটা পুনরায় সংযুক্ত করতে চান?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "সতর্কীকরণ পাওয়া গেছে"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "টেবিলসমূহ পুনরুদ্ধার করার সময়, ডাটাবেস সংযোগ দ্বারা সতর্কতাসমূহ প্রতিবেদন করা হয়েছিল।"
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "\"$name$\" এ সংযোগ ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "$name$ কোয়েরি লোড করা হচ্ছে ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "$name$ টেবিল লোড করা হচ্ছে ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "কোনো টেবিল ফরম্যাট খুঁজে পাওয়া যায়নি।"
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "\"$name$\" ডাটা উৎসের সাথে সংযোগ স্থাপন করা যায়নি।"
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "প্রাইমারি কী সন্নিবেশ/অপসারণ"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "হ্যাঁ"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "না"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<একটিও না>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "ক্ষেত্রের নাম"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "ক্ষেত্রের ধরন"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "বিবরণ"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "কলামের বর্ণনা"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "ক্ষেত্রের বৈশিষ্ট্যাবলী"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "ঘর পরিবর্তন"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "সারি মুছে ফেলা"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "ক্ষেত্রের ধরন পরিবর্তন"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "সারি সন্নিবেশ"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "নতুন সারি সন্নিবেশ"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "পূর্বনির্ধারিত মান (~D)"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1311,7 +1305,7 @@ msgstr ""
"যদি ক্ষেত্রটিতে ডিফল্ট মান দেয়া না যায়, তবে ফাঁকা ষ্ট্রিং নির্বাচন করুন।"
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1323,19 +1317,19 @@ msgstr ""
"আপনি যখন পরবর্তীতে টেবিলটিতে ডাটা সন্নিবেশ করবেন, নির্বাচিত ক্ষেত্রের সব নতুন রেকর্ডের জন্য এই ষ্ট্রিংটি ব্যবহৃত হবে। সুতরাং, এটা ঘর বিন্যাসের সাথে সঙ্গতিপূর্ণ করতে হবে যা নিম্নে সন্নিবেশ করা আবশ্যক।"
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "অনুমোদিত সর্বোচ্চ টেক্সটের দৈর্ঘ্য দিন।"
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "সংখ্যার বিন্যাস দিন।"
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1349,25 +1343,25 @@ msgstr ""
"মানটি যখন ডাটাবেসের সর্বোচ্চ মাত্রাকে অতিক্রম করবে তখন সেই অনুসারে এটি ঠিক করা হবে।"
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "এই ক্ষেত্রে অনুমোদিত দশমিক স্থানের সংখ্যা সুনির্দিষ্ট ভাবে উল্লেখ করুন।"
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "এখানে আপনি দেখতে পাবেন ডাটা বর্তমান ফরম্যাটে কিভাবে প্রদর্শিত হবে (ফরম্যাট পরিবর্তন করতে ডান দিকের বোতামটি ব্যবহার করুন)।"
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "এখানে আপনি ডাটার আউটপুট ফরম্যাট নির্ধারণ করতে পারবেন।"
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1379,49 +1373,49 @@ msgstr ""
"আপনি এই ধরনের ক্ষেত্রে ডাটা সন্নিবেশ করাতে পারবেন না। প্রতিটি নতুন রেকর্ডের জন্য স্বয়ংক্রিয়ভাবে একটি স্বকীয় মান ধার্য করা হবে (পূর্ববর্তী রেকর্ড বৃদ্ধির ফলাফল)।"
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "টেবিলটি সংরক্ষণ করা যাবে না কারণ কলামের নাম \"$column$\" দু'বার নির্ধারণ করা হয়েছে।"
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "\"$column$\" কলামটি প্রাইমারি কী'র অধীনস্থ। কলামটি মুছে ফেলা হলে, প্রাইমারি কীও মুছে যাবে। আপনি কি সত্যিই অগ্রসর হতে চান?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "প্রাইমারি কী প্রভাবিত"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "কলাম"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "যেকোনো ভাবে চালিয়ে যেতে চান?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "ডাটাবেসের সাথে সংযোগে ত্রুটির কারণে টেবিলটি সংরক্ষণ করা যায়নি।"
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "ডাটা উৎস মুছে ফেলার কারণে টেবিল পরিশোধক সমন্বয় করা যাবে না।"
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
#, fuzzy
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
@@ -1432,13 +1426,13 @@ msgstr ""
"আপনি কি পরিবর্তনগুলো এখন সংরক্ষণ করতে চান?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "কোন প্রাইমারি কী নেই"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1452,25 +1446,25 @@ msgstr ""
"এখন একটি প্রাইমারি কী তৈরি করা হবে কি?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "\"$column$\" কলামটি পরির্তন করা যাবে না। কলামটি কি বিকল্প হিসেবে মুছে ফেলা হবে এবং নতুন ফরম্যাট সংযোজন করা হবে?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "টেবিল ডিজাইন সংরক্ষণ করার সময় ত্রুটি"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "$column$ কলামটি মুছে ফেলা যাবেনা।"
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1482,7 +1476,7 @@ msgstr ""
"টেবিল তৈরি হওয়ার পর এই স্টেটমেন্টটি সরাসরি ডাটাবেসে স্থানান্তর করা হবে।"
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1492,37 +1486,37 @@ msgstr ""
"এই ডাটা উৎসের জন্য টেবিল ডিজাইন মোড নেই।"
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "ক্ষেত্রের নাম পরিবর্তন"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "ক্ষেত্রের ধরন পরিবর্তন"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "ক্ষেত্রের বিবরণ পরিবর্তন"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "ক্ষেত্রের বৈশিষ্ট্য পরিবর্তন"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "\"$name$\" ডাটা উৎসের সাথে সংযুক্ত করার জন্য একটি পাসওয়ার্ড প্রয়োজন।"
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1538,51 +1532,51 @@ msgstr ""
"বিদ্যমান নেই। এটি কি তৈরি করা হবে?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "$name$ ডিরেক্টরি তৈরি করা যাবেনা।"
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ফাইলটি ইতিমধ্যেই বিদ্যমান। প্রতিস্থাপন করতে চান?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "ফোল্ডার"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "ডাটাবেস বৈশিষ্ট্যাবলী"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
#, fuzzy
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "ডাটা সোর্সের বৈশিষ্ট্যাবলী: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "একটি বিদ্যমান ডাটাবেসে সংযুক্ত করার বিকল্প হিসেবে অনুগ্রহ করে 'একটি বিদ্যমান ডাটাবেসে সংযুক্ত করুন' পছন্দ করুন।"
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
#, fuzzy
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "প্রোগ্রাম লাইব্রেরি #lib# লোড করা যাবে না অথবা এটি বিকৃত হয়েছে । ODBC ডাটা সোর্স নির্বাচন বিদ্যমান নেই।"
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
#, fuzzy
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
@@ -1593,14 +1587,14 @@ msgstr ""
"আপনি সেটিংসমূহ পরিবর্তন করতে পারেন, কিন্তু সম্ভবত আপনি ডাটাবেসে সংযুক্ত হতে পারবেন না।"
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{কোনটি না}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ""
@@ -1608,142 +1602,142 @@ msgstr ""
"{ফাঁকা স্থান}\t৩২"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 অবশ্যই নির্ধারিত হতে হবে।"
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 এবং #2 অবশ্যই আলাদা হতে হবে।"
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "ওয়াইল্ডকার্ড যেমন ?,*, #1 এ অনুমোদিত নয়।"
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "সংযোগ পরীক্ষণ"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "সংযোগটি সফলভাবে প্রতিষ্ঠিত হয়েছিল।"
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "সংযোগ প্রতিষ্ঠা করা যায়নি।"
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr " JDBC ড্রাইভারটি সফলভাবে লোড করা হয়েছে।"
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr " JDBC ড্রাইভারটি লোড করা যায়নি।"
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS এক্সেস ফাইল"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS এক্সেস ২০০৭ ফাইল"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr ""
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "সিস্টেম"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "নির্ণয় করতে ত্রুটি"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr ""
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr ""
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "সব (~A)"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
#, fuzzy
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "পূর্বাবস্থায় ফিরিয়ে আনা:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
#, fuzzy
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "পুনরায় করুন"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr ""
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "\"$file$\" ফাইলটি নেই।"
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr ""
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
#, fuzzy
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
@@ -1755,200 +1749,200 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "SDBC ড্রাইভার ব্যবস্থাপকের সাথে সংযুক্ত করা যাচ্ছে না (#servicename#)।"
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "URL #connurl# এর জন্য কোনো ড্রাইভার নিবন্ধন করা হয়নি।"
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "সফলভাবে সংযুক্ত, কিন্তু ডাটাবেস টেবিল সম্পর্কিত কোনো তথ্য নেই।"
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "সব টেবিল"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "সব দৃশ্যপট"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "সব টেবিল ও দৃশ্যপট"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "টেবিলের নাম"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "ডাটা সন্নিবেশ"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "ডাটা মুছে ফেলুন"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "ডাটা পরিবর্তন"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "কাঠামো পরিবর্তন"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "ডাটা পড়া"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "রেফারেন্স পরিবর্তন"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "কাঠামো বাদ দেয়া"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "dBASE ফাইলের পাথ"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "টেক্সট ফাইলের পাথ"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "স্প্রেডশীট নথির পাথ"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "আপনার সিস্টেমের ODBC ডাটা সোর্সের নাম"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "MySQL ডাটাবেসের নাম"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Oracle ডাটাবেসের নাম"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Microsoft এক্সেস ডাটাবেস ফাইল"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "আর কোনো সেটিংসের প্রয়োজন নেই। সংযোগটি চালু আছে কিনা যাচাই করতে, '%test' বোতামটিতে ক্লিক করুন।"
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "হোস্টের নাম (~H)"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "মজিলা প্রোফাইলের নাম (~M)"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "থান্ডারবার্ড প্রোফাইলের নাম (~T)"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
#, fuzzy
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "টেবিল যোগ..."
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr ""
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr ""
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr ""
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1956,163 +1950,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr ""
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< পূর্ববর্তী (~B)"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "পরবর্তী (~N) >"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "তৈরি (~r)"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "সারণি অনুলিপি"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "সারণি অনুলিপি"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr ""
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr ""
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr ""
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "ডাটাবেস উইজার্ড"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "ডাটাবেস নির্বাচন"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "dBASE সংযোগ সেট আপ"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "পাঠ্য ফাইলসমূহে একটি সংযোগ সেট আপ করুন"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Microsoft এক্সেস সংযোগ সেট আপ করুন"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "LDAP সংযোগ সেট আপ করুন"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "ADO সংযোগ সেট আপ করুন"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "JDBC সংযোগ সেট আপ করুন"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Oracle ডাটাবেস সংযোগ সেট আপ করুন "
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "MySQL সংযোগ সেট আপ করুন"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "ODBC সংযোগ সেট আপ করুন"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "ব্যবহারকারীর কার্যকারিতা নিশ্চিতকরণ সেট আপ করুন"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "MySQL সার্ভার ডাটা সেটআপ করুন"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "সংরক্ষণ করে অগ্রসর হোন"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "নতুন ডাটাবেস"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "JDBC ব্যবহার করে MySQL ডাটাবেসে সংযোগ সেট আপ করুন"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
#, fuzzy
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
@@ -2123,68 +2117,68 @@ msgstr ""
"নিম্নোক্ত সেটিংস সম্পর্কে আপনি যদি অনিশ্চিত হয়ে থাকেন তবে অনুগ্রহ করে আপনার সিস্টেম প্রশাসকের সাথে যোগাযোগ করুন।"
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC ড্রাইভার শ্রেণী: (~r)"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "পূর্বনির্ধারিত: ৩৩০৬"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "dBASE ফাইলে একটি সংযোগ সেট আপ করুন"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "dBASE ফাইলসমূহ যেখানে সংরক্ষিত আছে সেখানকার একটি ফোল্ডার নির্বাচন করুন।"
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "পাঠ্য ফাইলসমূহে একটি সংযোগ সেট আপ করুন"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
#, fuzzy
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "CSV (কমা দ্বারা বিভাজিত মানসমূহ) পাঠ্য ফাইলসমূহ যেখানে সংরক্ষিত আছে সেখানে একটি ফোল্ডার নির্বাচন করুন। %PRODUCTNAME বেস এই ফাইলসমূহকে শুধুমাত্র পাঠ্য মোডে খুলবে।"
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "পাঠ্য ফাইলসমূহের পাথ"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Microsoft এক্সেস ডাটাবেসে একটি সংযোগ সেট আপ করুন"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "আপনি যে Microsoft এক্সেস ফাইলে সন্নিবেশ করতে চান তা নির্বাচন করুন।"
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "ADO ডাটাবেসে একটি সংযোগ সেট আপ করুন"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
#, fuzzy
msgctxt "STR_ADO_HELPTEXT"
msgid ""
@@ -2197,13 +2191,13 @@ msgstr ""
"নিম্নোক্ত সেটিংস সম্পর্কে আপনি যদি অনিশ্চিত হয়ে থাকেন তবে অনুগ্রহ করে আপনার সিস্টেম প্রশাসকের সাথে যোগাযোগ করুন।"
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "ODBC ডাটাবেসে একটি সংযোগ সেট আপ করুন"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
#, fuzzy
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
@@ -2216,13 +2210,13 @@ msgstr ""
"নিম্নোক্ত সেটিংস সম্পর্কে আপনি যদি অনিশ্চিত হয়ে থাকেন তবে অনুগ্রহ করে আপনার সিস্টেম প্রশাসকের সাথে যোগাযোগ করুন।"
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "JDBC ডাটাবেসের সাথে একটি সংযোগ সেট আপ করুন"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
#, fuzzy
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
@@ -2233,25 +2227,25 @@ msgstr ""
"নিম্নোক্ত সেটিংস সম্পর্কে আপনি যদি অনিশ্চিত হয়ে থাকেন তবে অনুগ্রহ করে আপনার সিস্টেম প্রশাসকের সাথে যোগাযোগ করুন।"
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Oracle ডাটাবেসের সাথে একটি সংযোগ সেট আপ করুন"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "পূর্বনির্ধারিত: ১৫২১"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle JDBC ড্রাইভার শ্রেণী (~d)"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
#, fuzzy
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
@@ -2262,13 +2256,13 @@ msgstr ""
"নিম্নোক্ত সেটিংস সম্পর্কে আপনি যদি অনিশ্চিত হয়ে থাকেন তবে অনুগ্রহ করে আপনার সিস্টেম প্রশাসকের সাথে যোগাযোগ করুন।"
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "স্প্রেডশীটে একটি সংযোগ স্থাপন করুন"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
#, fuzzy
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
@@ -2279,279 +2273,279 @@ msgstr ""
"%PRODUCTNAME এই নথিটিকে শুধুমাত্র পাঠ্য মোডে খুলবে।"
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "অবস্থান ও ফাইলের নাম (~L)"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "কমান্ড সফলভাবে কার্যকর হয়েছে।"
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "ডাটাবেসের সাথে সংযোগটি বিচ্ছিন্ন হয়ে গেছে। এই ডায়ালগটি বন্ধ হয়ে যাবে।"
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "সাজানোর ক্রম"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "ইনডেক্সের ক্ষেত্র"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "আরোহী"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "অবরোহী"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "আপনি কি সত্যিই '$name$' ইনডেক্সটি মুছে ফেলতে চান?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "ইনডেক্স"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "ইনডেক্সে অন্তত একটি ক্ষেত্র অবশ্যই থাকতে হবে।"
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "$name$ নামের একটি ইনডেক্স ইতিমধ্যেই বিদ্যমান।"
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "ইনডেক্সের সংজ্ঞায়, কোনো টেবিলের কলাম একাধিকবার আবির্ভূত হতে পারবে না। কিন্তু, আপনি \"$name$\" কলাম দু'বার সন্নিবেশ করেছেন।"
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
#, fuzzy
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "\"$name$\" কলামের জন্য এন্ট্রিটি একটি কার্যকর মানে রূপান্তরিত করা যাবেনা"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr ""
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr ""
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "এই ত্রুটির একটি কারণ হতে পারে আপনার ডাটাবেসের ভাষার জন্য একটি অনুপযুক্ত অক্ষর সমষ্টি নির্ধারণ। সম্পাদনা - ডাটাবেস - বৈশিষ্ট্যাবলী নির্বাচন করে সেটিং পরীক্ষা করুন।"
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "ত্রুটি"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "সতর্কীকরণ"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "তথ্য"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "বিস্তারিত"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "আপনি কি সত্যিই এই ব্যবহারকারীকে মুছে ফেলতে চান?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "ডাটাবেসটি ব্যবহারকারীর পরিচালনা সমর্থন করেনা।"
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "পাসওয়ার্ডটি মেলেনি। অনুগ্রহ করে পাসওয়ার্ডটি পুনরায় দিন।"
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "মনে রাখবেন, কিছু ডাটাবেস এই ধরনের সংযুক্তি সমর্থন নাও করতে পারে।"
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "শুধুমাত্র সেসব রেকর্ড অন্তর্ভুক্ত করে যা উভয় টেবিলের একই ক্ষেত্রের জন্য অভিন্ন।"
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "টেবিল '%1' এর সব রেকর্ড কিন্তু টেবিল '%2' এর শুধুমাত্র সেইসব রেকর্ড যা প্রথম টেবিলের সাথে মিলে।"
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "'%1' এবং '%2' এর সব রেকর্ড ধারণ করে।"
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "'%1' এবং '%2' এর সব রেকর্ডের কার্টেসিয়ান গুণফল ধারণ করে।"
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "গন্তব্য ডাটাবেস ভিউ সমর্থন করেনা।"
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "গন্তব্য ডাটাবেস প্রাইমারি কী সমর্থন করেনা।"
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "কোনো ডাটা সন্নিবেশ ডেসক্রিপটর খুঁজে পাওয়া যায়নি, বা কোনো ডাটা সন্নিবেশ ডেসক্রিপটর সব প্রয়োজনীয় তথ্য প্রদান করতে সক্ষম নয়"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "এই মূহুর্তে শুধুমাত্র টেবিল এবং কোয়েরিসমূহ সমর্থিত।"
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "অনুলিপি উৎসের ফলাফল সেট অবশ্যই বুকমার্ক সমর্থন করবে।"
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "কলামের $pos$ অবস্থানে উৎসের কলামের ধরন ($type$) অসমর্থিত।"
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "প্রারম্ভিক প্যারামিটারের সংখ্যা অকার্যকর।"
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "আরম্ভের সময় একটি ত্রুটি দেখা দিয়েছে।"
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "কপি সোর্স ডেস্ক্রিপ্টরের অসমর্থিত সেটিং: $name$।"
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "একটি কোয়েরি অনুলিপি করতে, সংযোগ অবশ্যই কোয়েরি দানে সক্ষম হবে।"
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "মিথস্ক্রিয়া হ্যান্ডলার অকার্যকর।"
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "এই রিলেশনটি ইতিমধ্যেই বিদ্যমান। আপনি কি এটি সম্পাদনা বা নতুন একটি তৈরি করতে চান?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "সম্পাদনা..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "তৈরি..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME বেস: রিলেশন ডিজাইন"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "ডাটাবেসটি কোনো রিলেশন সমর্থন করেনা।"
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "আপনি এই টেবিলটি মুছে ফেললে সংশ্লিষ্ট সব রিলেশনও মুছে যাবে। আপনি কি চালিয়ে যেতে চান?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4736,7 +4730,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr ""
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr ""
@@ -4766,6 +4760,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
#, fuzzy
diff --git a/source/bn/desktop/messages.po b/source/bn/desktop/messages.po
index fb5e77468ae..d41ea12f66e 100644
--- a/source/bn/desktop/messages.po
+++ b/source/bn/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-09-03 11:43+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,147 +124,153 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "বর্ধিতাংশ"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO ডাইনামিক লাইব্রেরি কম্পোনেন্ট"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO Java কম্পোনেন্ট"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO Python কম্পোনেন্ট"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
#, fuzzy
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO Java কম্পোনেন্ট"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB টাই‌প লাইব্রেরি"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO Java টাইপ লাইব্রেরি"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG লাইব্রেরি"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "সহায়তা"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "বর্ধিতাংশটি ইনস্টল করা যায়নি কারণ:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "সহায়তা ফাইলে একটি ত্রুটি ঘটার কারণে বর্ধিতাংশটি ইনস্টল করা যাবেনা:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "বর্ধিতাংশ(গুলো) যোগ করুন"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "অপসারণ (~R)"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "সক্রিয় (~E)"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "নিষ্ক্রিয় (~D)"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "হালনাগাদ... (~U)"
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAME যোগ করা হচ্ছে"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "%EXTENSION_NAME অপসারণ করা হচ্ছে"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME সক্রিয় করা হচ্ছে"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME নিষ্ক্রিয় করা হচ্ছে"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "%EXTENSION_NAME'র জন্য লাইসেন্স অনুমোদন করা হবে"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "ত্রুটি: বর্ধিতাংশটির অবস্থা অজানা"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "বন্ধ"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "প্রস্থান"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -276,25 +282,25 @@ msgstr ""
"শেয়ারকৃত বর্ধিতাংশ হালনাগাদ করার জন্য প্রশাসকের অনুমতি প্রয়োজন। নিম্নোক্ত শেয়ারকৃত বর্ধিতাংশগুলো হালনাগাদ করার জন্য আপনার সিস্টেম প্রশাসকের সাথে যোগাযোগ করুন:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "নিম্নোক্ত সিস্টেম নির্ভরতাগুলো পূরণ না হওয়ার ফলে বর্ধিতাংশটি সক্রিয় করা সম্ভব হচ্ছে না:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "এই বর্ধিতাংশটি নিষ্ক্রিয় রয়েছে কারণ আপনি এখনও এর লাইসেন্স অনুমোদন করেননি।\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "লাইসেন্স প্রদর্শন"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
#, fuzzy
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
@@ -307,19 +313,19 @@ msgstr ""
"ইনস্টলেশন বন্ধ করার জন্য \\\\'বাতিল\\\\' ক্লিক করুন।"
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
#, fuzzy
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
@@ -332,7 +338,7 @@ msgstr ""
"অপসারণ বন্ধ করতে \\\\'বাতিল\\\\' ক্লিক করুন।"
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
#, fuzzy
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
@@ -345,7 +351,7 @@ msgstr ""
"অপসারণ বন্ধ করতে \\\\'বাতিল\\\\' ক্লিক করুন।"
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
#, fuzzy
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
@@ -358,7 +364,7 @@ msgstr ""
"সক্রিয়করণ বন্ধ করতে \\\\'বাতিল\\\\' ক্লিক করুন।"
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
#, fuzzy
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
@@ -371,92 +377,92 @@ msgstr ""
"নিষ্ক্রিয়করণ বন্ধ করতে \\\\'বাতিল\\\\' ক্লিক করুন।"
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
#, fuzzy
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "এই কম্পিউটারে বর্ধিতাংশ \\\\'%Name\\\\' কাজ করেনা।"
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "বর্ধিতাংশ ইনস্টল করা হচ্ছে..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "ইনস্টলেশন সমাপ্ত"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "কোনো ত্রুটি নেই।"
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "%NAME বর্ধিতাংশ ডাউনলোডের সময় ত্রুটি দেখা দিয়েছে।"
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "ত্রুটি বার্তাটি হলো:"
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "%NAME বর্ধিতাংশ ইনস্টল করার সময় ত্রুটি দেখা দিয়েছে।"
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "%NAME বর্ধিতাংশের জন্য লাইসেন্স চুক্তি প্রত্যাখ্যান করা হয়েছিল।"
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "বর্ধিতাংশটি ইনস্টল করা যাবে না।"
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "অজানা"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr ""
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr ""
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr ""
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
@@ -471,7 +477,7 @@ msgstr ""
"ইনস্টলেশন বন্ধ করতে \\\\'বাতিল\\\\' ক্লিক করুন।"
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
#, fuzzy
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
@@ -486,7 +492,7 @@ msgstr ""
"ইনস্টলেশন বন্ধ করতে \\\\'বাতিল\\\\' ক্লিক করুন।"
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
@@ -501,7 +507,7 @@ msgstr ""
"ইনস্টলেশন বন্ধ করতে \\\\'বাতিল\\\\' ক্লিক করুন।"
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
#, fuzzy
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
@@ -516,7 +522,7 @@ msgstr ""
"ইনস্টলেশন বন্ধ করতে \\\\'বাতিল\\\\' ক্লিক করুন।"
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
@@ -531,7 +537,7 @@ msgstr ""
"ইনস্টলেশন বন্ধ করতে \\\\'বাতিল\\\\' ক্লিক করুন।"
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
#, fuzzy
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
@@ -546,145 +552,145 @@ msgstr ""
"ইনস্টলেশন বন্ধ করতে \\\\'বাতিল\\\\' ক্লিক করুন।"
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "কোনো নতুন হালনাগাদ বিদ্যমান নেই।"
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "ইনস্টলযোগ্য কোনো হালনাগাদ বিদ্যমান নেই। সকল হালনাগাদ দেখতে, \"সব হালনাগাদ প্রদর্শন\" চেক বাক্সটি চিহ্নিত করুন।"
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "একটি ত্রুটি দেখা দিয়েছে:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "অজানা ত্রুটি।"
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "এই বর্ধিতাংশটির জন্য কোন বিবরণ বিদ্যমান নেই।"
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "বর্ধিতাংশটি হালনাগাদ করা যাচ্ছে না কারণ:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "প্রয়োজনীয় %PRODUCTNAME সংস্করণ মেলেনি:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "আপনার আছে %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "ব্রাউজার ভিত্তিক হালনাগাদকরণ"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "সংস্করণ"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "হালনাগাদটি উপেক্ষা করা হবে।\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "অ্যাপ্লিকেশনটি আরম্ভ করা যাচ্ছে না।"
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "কনফিগারেশন ডিরেক্টরি \"$1\" খুঁজে পাওয়া যায়নি।"
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "ইনস্টলেশন পাথটি অকার্যকর।"
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "একটি অভ্যন্তরীণ ত্রুটি ঘটেছে।"
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "কনফিগারেশন ফাইল \"$1\" বিকৃত হয়েছে।"
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "কনফিগারেশন ফাইল \"$1\" খুঁজে পাওয়া যায়নি।"
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "কনফিগারেশন ফাইল \"$1\" বর্তমান সংস্করণ সমর্থন করেনা।"
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "ব্যবহারকারীর ইন্টারফেসের ভাষা নির্ধারণ করা যাচ্ছেনা।"
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr ""
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "কনফিগারেশন সার্ভিস বিদ্যমান নেই।"
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "সিডি অথবা ইনস্টলেশন প্যাকেজ ধারণকারী ফোল্ডার থেকে ইনস্টলেশন মেরামত করতে সেটআপ অ্যাপ্লিকেশন আরম্ভ করুন।"
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "আপনার কেন্দ্রীয় কনফিগারেশনে সন্নিবেশ করার সময় সাধারণ একটি ত্রুটি ঘটেছে।"
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -696,19 +702,19 @@ msgstr ""
"অনুগ্রহ করে আপনার সিস্টেম প্রশাসকের সাথে যোগাযোগ করুন।"
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "নিম্নোক্ত অভ্যন্তরীণ ত্রুটি ঘটেছে:"
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr ""
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
#, fuzzy
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
@@ -723,25 +729,25 @@ msgstr ""
"আপনি কি সত্যিই অগ্রসর হতে চান?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "মুদ্রণ নিষ্ক্রিয় করা আছে। কোনো নথি মুদ্রণ করা যাবেনা।"
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "পাথ ব্যবস্থাপক সহজলভ্য নয়।\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -749,7 +755,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -757,62 +763,62 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "$NAME বর্ধিতাংশের সফটওয়্যার লাইসেন্স চুক্তি:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "উপরে প্রদর্শিত লাইসেন্স চুক্তিটি সম্পূর্ণ পড়ুন। কনসোলে \"হ্যাঁ\" টাইপ করে লাইসেন্স চুক্তি গ্রহণ করুন, তারপর প্রদান কী চাপুন। অস্বীকৃতি জানাতে এবং বর্ধিতাংশ সেটআপ বাতিল করতে \"না\" টাইপ করুন।"
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[\"হ্যাঁ\" অথবা \"না\" সন্নিবেশ করুন]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "আপনার ইনপুট সঠিক ছিল না। অনুগ্রহ করে \"হ্যাঁ\" বা \"না\" সন্নিবেশ করুন:"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "হ্যাঁ"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "না"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
#, fuzzy
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg আরম্ভ করা যাচ্ছে না। লক ফাইলটি নির্দেশ করে এটি ইতিমধ্যেই চালু রয়েছে। যদি এটি প্রয়োগ করা না যায়, উল্লিখিত স্থানে লক ফাইলটি মুছে ফেলুন:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ত্রুটি:"
diff --git a/source/bn/helpcontent2/source/text/sbasic/shared.po b/source/bn/helpcontent2/source/text/sbasic/shared.po
index 3a1b2e071bf..f6c5ddf3ed0 100644
--- a/source/bn/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bn/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 20:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8161,13 +8161,13 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr ""
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
+msgid "Print# Statement"
msgstr ""
#. addUg
@@ -8179,23 +8179,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr ""
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "একটি ডায়ালগ অথবা ফাইলে উল্লেখিত স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশন আউটপুট হিসেবে প্রদান করা হয়।"
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9745,13 +9754,13 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>Reset statement</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
msgstr ""
#. iLCKn
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "খোলে রাখা সব ফাইল বন্ধ করা হবে এবং সব ফাইল বাফারের বিষয়বস্তু হার্ডডিস্কে লেখা হবে।"
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "সিনট্যাক্স:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "উদাহরণ:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10024,50 +10024,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "একটি মুক্ত পর্যায়ক্রমিক ফাইল হতে ডাটা পড়ছে।"
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "সিনট্যাক্স:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "প্যারামিটার:"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber:</emph>ডাটা ধারণকারী ফাইলের সংখ্যা যা আপনি পড়তে চান। ফাইলটি অবশ্যই INPUT কীওয়ার্ড ব্যবহার করে ওপেন স্টেটমেন্ট সহ খুলতে হবে।"
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>var:</emph> একটি খোলা ফাইল হতে পড়ার জন্য আপনার নিবেশিত একটি সংখ্যাসূচক অথবা স্ট্রিং ভেরিয়েবল।"
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "যদি একটি ডাটা এলিমেন্ট পড়ার সময় ফাইলের শেষে উপস্থিত হলে, ত্রুটি সংঘটিত হয় এবং প্রসেসটি বাতিল হয়ে যায়।"
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "উদাহরণ:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,13 +10114,13 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr ""
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
+msgid "Line Input# Statement"
msgstr ""
#. CCEuD
@@ -10150,68 +10132,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>Line Input statement</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "একটি ধারাবাহিক ফাইল থেকে ভেরিয়েবলে স্ট্রিং পড়া হয়।"
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "সিনট্যাক্স:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "Line Input #FileNumber As Integer, Var As String"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "প্যারামিটার:"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber: </emph>ডাটা ধারণকারী ফাইলের সংখ্যা যা আপনি পড়তে চান। ওপেন স্টেটমেন্ট সহ ফাইলটি INPUT কীওয়ার্ড ব্যবহার করে অবশ্যই অগ্রিম খোলা হয়েছে।"
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>var:</emph> ভেরিয়েবলটির নাম যা ফলাফল সংরক্ষণ করে থাকে।"
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10222,40 +10186,13 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "<emph>Line Input#</emph> স্টেটমেন্ট সহ, আপনি একটি খোলা ফাইল থেকে একটি ভেরিয়েবলে ষ্ট্রিং পড়তে পারবেন। প্রথম ক্যারেজ প্রদান (Asc=13) অথবা লাইনফিড (Asc=10) পর্যন্ত ষ্ট্রিং ভেরিয়েবল লাইনের পর লাইন পড়া হয়। ফলাফলের স্ট্রিং এ লাইন সমাপ্তি চিহ্ন অন্তর্ভূক্ত থাকে না।"
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "উদাহরণ:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNumber, \"This is a line of text\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNumber, \"This is another line of text\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
+msgid "Put# Statement"
msgstr ""
#. psWQE
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>Put statement</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,14 +10222,14 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "একটি সম্পর্কিত ফাইলে রেকর্ড অথবা একটি বাইনারি ফাইলে বাইটের ক্রম লেখা হয়।"
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> স্ট্যাটমেন্ট"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. 9HgEG
#: 03020204.xhp
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "বাইনারি ফাইলের জন্য (বাইনারি তথ্য নিবেশন), ফাইলে বাইটের অবস্থান যেখানে আপনি লেখা শুরু করতে চান।"
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,68 +10321,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>Write statement</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "একটি পর্যায়ক্রমিক ফাইলে লিখা হয়।"
-
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "সিনট্যাক্স:"
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "Write [#FileName], [Expressionlist]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "প্যারামিটার:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>FileName:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা সংশ্লিষ্ট ফাইলের জন্য ওপেন স্টেটমেন্ট দ্বারা নির্ধারিত ফাইলের ক্রম ধারণ করে থাকে।"
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>Expressionlist:</emph> ভেরিয়েবল অথবা এক্সপ্রেশন যা আপনি একটি সন্নিবেশ করাতে চান, কমা দ্বারা আলাদা করা।"
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr "দশমিত বিরতীচিহ্ন সহ সংখ্যা স্থানীয় সেটিং অনুসারে রূপান্তর করা হয়ে থাকে।"
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "উদাহরণ:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,13 +10942,13 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>FileNumber:</emph> খোলা স্টেটমেন্টে ব্যবহৃত ডাটা চ্যানেল সংখ্যা।"
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
+msgid "Seek# Statement"
msgstr ""
#. vLW2K
@@ -11041,13 +10960,13 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>Seek statement</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
msgstr ""
#. RBPKW
@@ -11077,59 +10996,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "অন্য সকল ফাইলের জন্য, সিক স্টেটমেন্টের সাহায্যে পরবর্তী অপারেশন সংঘটিত হবে এমন বাইট অবস্থান নির্ধারণ করা যায়।"
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">খুলুন</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">খোঁজ করা</link>।"
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "সিনট্যাক্স:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "Seek[#FileNumber], Position (As Long)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "প্যারামিটার:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>FileNumber:</emph> খোলা স্টেটমেন্টে ব্যবহৃত ডাটা চ্যানেল সংখ্যা।"
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>অবস্থান: </emph>পরবর্তী পাঠ্য অথবা লিখনের অবস্থান। অবস্থান নির্দেশক ক্রম ১ থেকে ২,১৪৭,৪৮৩,৬৪৭ এর মধ্যে হতে পারে। ফাইলের ধরন অনুসারে, অবস্থানটি রেকর্ডের ক্রম (র‍্যান্ডম মোডে বিদ্যমান ফাইল) অথবা বাইটের অবস্থান (বাইনারি, আউটপুট, পরিশেষে যোগ অথবা ইনপুট মোডে বিদ্যমান ফাইল)। ফাইল অবস্থান ১ এ প্রথম বাইট, ফাইল অবস্থান ২ এ দ্বিতীয় বাইট, এবং অনুরূপ।"
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39391,13 +39310,13 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -41254,13 +41173,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/bn/helpcontent2/source/text/sdatabase.po b/source/bn/helpcontent2/source/text/sdatabase.po
index 2d4c3a3caf6..8790dd9b661 100644
--- a/source/bn/helpcontent2/source/text/sdatabase.po
+++ b/source/bn/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -157,13 +157,13 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr ""
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 3JCfK
@@ -175,13 +175,13 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr ""
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
msgstr ""
#. ASeVi
@@ -193,13 +193,13 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr ""
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
msgstr ""
#. JTXBF
@@ -211,13 +211,13 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr ""
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
msgstr ""
#. FWCVa
@@ -292,13 +292,13 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -319,13 +319,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -364,6 +364,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/sdraw/01.po b/source/bn/helpcontent2/source/text/sdraw/01.po
index 48fc6b85f1a..efa4ace68f1 100644
--- a/source/bn/helpcontent2/source/text/sdraw/01.po
+++ b/source/bn/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2017-05-09 16:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr ""
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/shared/00.po b/source/bn/helpcontent2/source/text/shared/00.po
index 1dc9c4e8e24..b40e80cfe64 100644
--- a/source/bn/helpcontent2/source/text/shared/00.po
+++ b/source/bn/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr ""
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/shared/01.po b/source/bn/helpcontent2/source/text/shared/01.po
index 0daa3610669..951d0a09f5a 100644
--- a/source/bn/helpcontent2/source/text/shared/01.po
+++ b/source/bn/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25801,31 +25801,13 @@ msgctxt ""
msgid "Add"
msgstr ""
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr ""
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr ""
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
msgstr ""
#. 6Yvch
@@ -27259,13 +27241,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr ""
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
msgstr ""
#. 6XJUi
@@ -47275,13 +47257,13 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr ""
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
msgstr ""
#. ChX9A
@@ -47464,24 +47446,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr ""
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr ""
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr ""
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47491,15 +47455,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr ""
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr ""
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49561,6 +49516,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/shared/02.po b/source/bn/helpcontent2/source/text/shared/02.po
index 1c1fb34e626..84e9d1bbcf7 100644
--- a/source/bn/helpcontent2/source/text/shared/02.po
+++ b/source/bn/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 13:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8809,14 +8809,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr ""
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
-msgstr "একটি সাবগঠন <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\"> SQL</link> অনুসন্ধান ভিত্তিক; একটি, আরও বেশি বিশেষতঃ<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\"> মান অনুসন্ধান</link>। যদি একটি ক্ষেত্র নাম তে ঢোকাওয়া হয়<emph> সংযোগ প্রভু ক্ষেত্র</emph> বাক্স, ডাটা একটি চলকে প্রধান আকারে সেই ক্ষেত্রটিতে ধারণ করা হয়েছিল পড়া হয়েছিল যে আপনার তে ঢোকাওয়া উচিত<emph> সংযোগ দাস ক্ষেত্র</emph>। একটি উপযুক্ত SQL বক্তব্যে, এই চলকটি টেবিল ডাটাতে তুলনা করা হয় যে সাবগঠনে উল্লেখ করে। বৈকল্পিকভাবে, আপনি তে কলাম নাম ঢোকেতে পারেন<emph> সংযোগ প্রভু ক্ষেত্র</emph> বাক্স।"
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgstr ""
#. KAQ4c
#: 01170203.xhp
@@ -10528,14 +10528,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr ""
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">আইকন</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -11761,14 +11761,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr "যখন আপনি অংকন ফাংশন দিয়ে একটি অংকন তৈরি করেন তখন <emph>তীর শৈলী</emph> আইকন প্রদর্শিত হয়। আরও তথ্যের জন্য, সহায়তার <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>লাইন শৈলী</emph></link> অংশটি দেখুন।"
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">আইকন</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -17026,13 +17026,13 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "সরাসরি SQL কমান্ড চালানো"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
msgstr ""
#. tTG7m
@@ -17053,13 +17053,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">ফাংশন</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
msgstr ""
#. iGFfH
@@ -17098,13 +17098,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">সারণি নাম</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. t48DA
@@ -17143,13 +17143,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">উপনাম</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. CcbaZ
@@ -17197,13 +17197,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">সহজে চিহ্নিত করা যায় এমন মান</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
msgstr ""
#. EXAFG
@@ -19240,13 +19240,40 @@ msgctxt ""
msgid "Limit"
msgstr "সীমা"
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
msgstr ""
#. Ae3Qb
diff --git a/source/bn/helpcontent2/source/text/shared/explorer/database.po b/source/bn/helpcontent2/source/text/shared/explorer/database.po
index a552fd35b7e..8c24a43aaed 100644
--- a/source/bn/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/bn/helpcontent2/source/text/shared/explorer/database.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2019-08-08 17:28+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,2220 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565285335.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr "কোয়েরি নকশা"
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr "<bookmark_value>views; creating database views (Base)</bookmark_value><bookmark_value>queries; creating in design view (Base)</bookmark_value><bookmark_value>designing; queries (Base)</bookmark_value><bookmark_value>design view; queries/views (Base)</bookmark_value><bookmark_value>joining;tables (Base)</bookmark_value><bookmark_value>tables in databases; joining for queries (Base)</bookmark_value><bookmark_value>queries; joining tables (Base)</bookmark_value><bookmark_value>tables in databases; relations (Base)</bookmark_value><bookmark_value>relations; joining tables (Base)</bookmark_value><bookmark_value>queries; deleting table links (Base)</bookmark_value><bookmark_value>criteria of query design (Base)</bookmark_value><bookmark_value>queries; formulating filter conditions (Base)</bookmark_value><bookmark_value>filter conditions;in queries (Base)</bookmark_value><bookmark_value>parameters; queries (Base)</bookmark_value><bookmark_value>queries; parameter queries (Base)</bookmark_value><bookmark_value>SQL; queries (Base)</bookmark_value><bookmark_value>native SQL (Base)</bookmark_value>"
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">কোয়েরি নকশা</link>"
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr "<ahelp hid=\".\"> <emph>কোয়েরি নকশা প্রদর্শন </emph> আপনাকে ডাটাবেস তৈরি এবং সম্পাদনা করতে অনুমোদন করে।</ahelp>"
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr "অধিকাংশ ডাটাবেস আপনার কম্পিউটারে রেকর্ড প্রদর্শন করার জন্য ডাটাবেস সারণি পরিশ্রুত বা বাছাই করতে কোয়েরি ব্যবহার করে। প্রদর্শন কোয়েরির মতো একই কার্যক্রমাদি ব্যবহার করে, কিন্তু সার্ভার পার্শ্বে। আপনার ডাটাবেস যদি সার্ভার পার্শ্বের হয় যা প্রদর্শন সমর্থন করে, প্রদর্শনের সময় গতিশীল করতে আপনি সার্ভারে রেকর্ড পরিশ্রুত করতে প্রদর্শন ব্যবহার করতে পারেন।"
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr "ডাটাবেস নথির <emph>সারণি</emph> হতে <emph>নতুন তৈরি করুন</emph> নির্দেশ নির্বাচন করছে, আপনি <emph>প্রদর্শন নকশা</emph> উইন্ডো দেখেন যা এখানে বর্ণনাকৃত <emph>কোয়েরি নকশা</emph> এর উইন্ডোর সদৃশ্য হয়।"
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr "কোয়েরি নকশা উইন্ডো বহির্বিন্যাস তৈরি কোয়েরির সাথে সংরক্ষিত, কিন্তু তৈরি প্রদর্শনের সাথে সংরক্ষণ করা যায় না।"
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr "নকশা প্রদর্শন"
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr "কোয়েরি তৈরি করতে, ডাটাবেস নথিতে <emph>কোয়েরি</emph> আইকনে ক্লিক করেন, তারপর <emph>নকশা প্রদর্শনে কোয়েরি তৈরি করুন</emph> এ ক্লিক করুন।"
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr ""
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr "কোয়েরির নকশা প্রদর্শন উইন্ডোর শীর্ষে, <emph>কোয়েরির নকশা</emph> বারের এবং <emph>নকশা</emph> বারের <link href=\"text/shared/main0214.xhp\" name=\"icons\">আইকন</link> প্রদর্শিত হয়।"
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr "আপনি যদি একটি কোয়েরি যাচাই করতে চান, ডাটাবেস নথিতে কোয়েরির নামে ডাবল ক্লিক করুন। কোয়েরির ফলাফল ডাটা উৎসের প্রদর্শনের মতো একই সারণিতে প্রদর্শিত হয়। নোট: সারণিটি শুধুমাত্র অস্থায়ীভাবে প্রদর্শিত হয়।"
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr "কোয়েরি নকশা প্রদর্শনের কী"
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr "কী"
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "ফাংশন"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr "F4"
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr "প্রাকবীক্ষণ"
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr "F5"
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr "কোয়েরি চালান"
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr "F7"
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr "সারণি বা কোয়েরি যুক্ত করুন"
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr "ব্রাউজ করুন"
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr ""
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">ক্ষেত্রসমূহ কোয়েরিয় সংযুক্ত করতে তাতে ডাবল ক্লিক করুন। সম্পর্ক নির্ধারণ করতে টানুন-এবং-ছাড়ুন।</ahelp>"
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr "কোয়েরি ডিজাইন করার সময়ম আপনি নির্বাচিত সারণি পরিবর্তন করতে পারেন।"
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr "সারণি অপসারণ করুন"
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr "নকশার প্রদর্শন হতে সারণি অপসারণ করতে, সারণি উইন্ডোর ঊর্ধ্ব সীমানায় ক্লিক করুন এবং প্রসঙ্গ তালিকা প্রদর্শন করুন। নকশার প্রদর্শন হতে সারণি অপসারণ করতে <emph>মুছুন</emph> নির্দেশ ব্যবহার করুন। অন্য একটি পছন্দ হলো মুছুন কী চাপুন।"
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr "সারণি সরান এবং সারণির আকার পরিবর্তন করুন"
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr "আপনি আপনার প্রাধিকার অনুসারে সারণি পুনঃআকার এবং সাজাতে পারেন। সারণি সরাতে, উদ্দিষ্ট স্থানের দিকে ঊর্ধ্ব সীমানা টানুন। মাউসের কার্সার সীমানার বা কোণার উপরে অবস্থিতকরণের মাধ্যমে সারণিটি যে আকারে প্রদর্শিত হয় সে পরিমাণে বৃদ্ধি বা হ্রাস করুন এবং সারণিটি উদ্দিষ্ট আকারে না আসা পর্যন্ত টানুন।"
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr "সারণির সম্পর্ক"
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr "যদি একটি সারণির ক্ষেত্রের নাম এবং অন্য সারণির ক্ষেত্রের নামের মধ্যে ডাটা সম্পর্ক থাকে, আপনি আপনার কোয়েরির জন্য এই সম্পর্কগুলো ব্যবহার করতে পারেন।"
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr ""
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr ""
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr "আপনি যদি যৌক্তিক ডাটাবেসের জন্য ইন্টারফেস হিসেবে $[officename] ব্যবহার করুন তবে কতিপয় সম্পর্কিত শীট ভিত্তিক কোয়েরির সৃষ্টি সম্ভব হতে পারে।"
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr "আপনি একটি কোয়েরিতে বিভিন্ন ডাটাবেসের সারণি ব্যবহার করতে পারেন না। বহুবিধ সারণি অন্তর্ভুক্ত করে কোয়েরি শুধুমাত্র একটি ডাটাবেসের ভিতরে তৈরি করা যেতে পারে।"
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr ""
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr ""
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">সংযুক্ত করার বৈশিষ্ট্য সম্পাদনা করুন।</ahelp>বিকল্পভাবে, রেখা নির্বাচিত না হওযা পর্যন্ত ট্যাব চাপুন, তারপর প্রসঙ্গ তালিকা প্রদর্শন করতে Shift+F10 চাপুন এবং সেখানে <emph>সম্পাদনা</emph>নির্দেশ পছন্দ করুন। কিছু ডাটাবেস শুধুমাত্র সম্ভাব্য সংযুক্তের ধরনের উপসেট সমর্থন করে।"
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr "সম্পর্ক মুছে ফেলছে"
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr "দুটি সারণির মধ্যকার সম্পর্ক মুছে ফেলতে, সংযোগ রেখায় ক্লিক করুন এবং মুছুন কী চাপুন।"
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr "বিকল্পভাবে, <emph>সম্পর্ক</emph>-এর সংলাপের <emph>অন্তর্ভুক্ত ক্ষেত্র</emph>-এর নিজ নিজ এন্ট্রি মুছে ফেলুন। বা ট্যাব চাপুন যতক্ষণ পর্যন্ত না প্রদর্শিত সংযুক্তরণ ভেক্টর উজ্জ্বলকৃত হয়, তারপর প্রসঙ্গ তালিকা খুলতে Shift+F10 চাপুন এবং <emph>মুছুন</emph> নির্দেশ নির্বাচন করুন।"
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr ""
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">কোয়েরি নির্ধারণ করতে শর্ত নির্বাচন করুন।</ahelp> নকশা সারণির প্রতিটি কলাম কোয়েরির জন্য ডাটা ক্ষেত্র গ্রহণ করে। একই সারির শর্ত বুলিয়ান AND দ্বারা সংযুক্ত।"
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr ""
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr ""
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr "ক্ষেত্রের নাম মুছে ফেলছে"
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr "কোয়েরি হতে ক্ষেত্রের নাম অপসারণ করতে, ক্ষেত্রের কলাম শিরোনামে ক্লিক করুন এবং কলামর জন্য প্রসঙ্গ তালিকার <emph>মুছুন</emph> নির্দেশ পছন্দ করুন।"
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr ""
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr ""
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr "রুপরেখা"
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">রুপরেখার এমন একটি নাম সন্নিবেশ করান যা কোয়েরি বা সারণি প্রদর্শনে বরাদ্দ করা হয়েছে।</ahelp>"
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr "কোয়েরির নাম বা সারণি প্রদর্শনের নাম"
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">কোয়েরির নাম বা সারণি প্রদর্শনের নাম সন্নিবেশ করান।</ahelp>"
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr "পরিশ্রতকরণ ডাটা"
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr ""
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr "ক্ষেত্র"
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr ""
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr "উপনাম"
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr ""
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr ""
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr "SELECT কলাম AS উপনাম FROM সারণি।"
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr "উদাহরণ স্বরূপ:"
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr "সারণি"
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr ""
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr "ক্রমসজ্জিত করুন"
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr ""
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr "দৃশ্যমান"
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr ""
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr "বৈশিষ্ট্য"
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr ""
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr "বা"
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr ""
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr ""
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "ফাংশন"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr ""
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr ""
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr "পছন্দ"
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr "প্রভাব"
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr "কোনো ফাংশন নেই"
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr "কোনো ফাংশন কার্যকর হবে না।"
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr "গড়"
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr "ক্ষেত্রের গাণিতিক গড় গণনা করে।"
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr "গণনা করুন"
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr ""
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr "a) COUNT(*): আর্গুমেন্ট হিসেবে প্রেরিত তারকা চিহ্ন সারণির সকল রেকর্ড গণনা করে।"
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr ""
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr "সর্বোচ্চ"
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr ""
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr "সর্বনিম্ন"
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr ""
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr "মোট"
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr ""
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr "গ্রুপ"
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr ""
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr "আপনি SQL বিবৃতিতে সরাসরি ফাংশনের কল সন্নিবেশ করাতে পারেন। সিনট্যাক্স হলো:"
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr "SELECT FUNCTION(কলাম) FROM table।"
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr "উদাহরণ স্বরূপ, সমষ্টি গণনা করার জন্য ফাংশন SQL-এ কল করে যা:"
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr "SELECT SUM(\"Price\") FROM \"Article\"।"
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr ""
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr ""
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr ""
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr "একটি SQL বিবৃতির সংশ্লিষ্ট ফাংশন হলো:"
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr "SELECT FUNCTION() AS alias FROM table"
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "উদাহরণ:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr "SELECT COUNT(*) AS count FROM \"Item\""
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr ""
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "<emph>উদাহরণ</emph>"
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr "নিম্নবর্ণিত উদাহরণে, একটি কোয়েরি দুইটি সারণির মধ্যে চালানো হয়: \"Item_No\" ক্ষেত্র যুক্ত \"Item\" সারণি এবং \"Supplier_Name\" ক্ষেত্র যুক্ত \"Suppliers\" সারণির। তদুপরি, উভয় সারণির একটি সাধারণ \"Supplier_No.\" ক্ষেত্র নাম আছে"
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr "তিনের অধিক বিষয়োপকরণ বিতরণ করে এমন সব সরবরাহকারী ধারণকারী কোয়েরি তৈরি করতে নিম্নবর্ণিত ধাপসমূহ প্রয়োজন।"
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "কোয়েরি নকশায় \"বিষয়োপকরণ\" এবং \"সরবরাহকারী\" সারণি সন্নিবেশ করান।"
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr "দুটি সারণির \"Supplier_No\" ক্ষেত্র সংযুক্ত করুন যদি তাদের মধ্য এই ধরনের সম্পর্ক বিদ্যমান না থাকে।"
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr ""
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "মানদন্ড হিসেবে >৩ সন্নিবেশ করান এবং দৃশ্যমান ক্ষেত্র নিস্ক্রিয় করুন।"
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "\"Suppliers\" সারণিতে \"Supplier_Name\" ক্ষেত্রে ডাবল ক্লিক করুন এবং গ্রুপ ফাংশন পছন্দ করুন।"
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr "কোয়েরি চালান।"
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr "যদি \"Item\" সারণিতে \"price\" (অনুচ্ছেদের পৃথক মূল্যের জন্য) এবং \"Supplier_No\" (অনুচ্ছেদের সরবরাহকারীর জন্য) ক্ষেত্র বিদ্যমান থাকে, আপনি বিষয়োপকরোণের গড় মূল্য অর্জন করতে পারেন যা একজন সরবরাহকারী নিম্নবর্ণিত কোয়েরির সাথে প্রদান করে:"
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr "কোয়েরি নকশায় \"Item\" সারণি সন্নিবেশ করান।"
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr "\"Price\" এবং \"Supplier_No\" ক্ষেত্রে ডাবল ক্লিক করুন।"
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr "<emph>ফাংশন</emph> রেখা সক্রিয় করুন এবং \"Price\" ক্ষেত্র হতে গড় ফাংশন নির্বাচন করুন।"
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr "আপনি উপনামের জন্য রেখায় \"Average\" সন্নিবেশ করাতে পারেন (প্রশ্নবোধক চিহ্ন ব্যতীত)।"
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr "\"Supplier_No\" ক্ষেত্রের জন্য গ্রুপ পছন্দ করুন।"
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr "কোয়েরি চালান।"
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr "নিম্নবর্ণিত প্রসঙ্গ তালিকা এবং প্রতীক চিহ্ন সহজলভ্য:"
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "ফাংশন"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr ""
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr "সারণির নাম"
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">সারণির নামের জন্য সারি প্রদর্শন করুন বা লুকিয়ে রাখুন।</ahelp>"
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr "উপনাম"
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">উপনামের জন্য সারি প্রদর্শন করুন বা লুকিয়ে রাখুন।</ahelp>"
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr "পৃথক মান"
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr ""
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr "উদাহরণ স্বরূপ, যদি \"Smith\" নামটি আপনার ঠিকানার ডাটাবেসে একাধিক বার দেখা যায়, তবে কোয়েরিয় \"Smith\" নামটি যে শুধুমাত্র একবার দেখা যাবে তা সুনির্দিষ্ট করতে আপনি <emph> পৃথক মান</emph> নির্দেশটি পছন্দ করতে পারেন।"
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr "কতিপয় ক্ষেত্র অন্তর্ভুক্তকরণ কোয়েরির জন্য, সকল ক্ষেত্র হতে একত্রিতকরণ মান অবশ্যই অনন্য হতে হবে ফলে একটি সুনির্দিষ্ট রেকর্ড হতে ফলাফল গঠন করা যেতে পারে। উদাহরণ স্বরূপ, আপনার ঠিকানা বইয়ে একবার \"Smith in Chicago\" আছে এবং দুইবার \"Smith in London\" আছে। <emph>পৃথক মান</emph> নির্দেশ দ্বারা, কোয়েরি \"last name\" এবং \"city\" দুইটি ক্ষেত্র ব্যবহার করবে এবং কোয়েরির ফলাফল \"Smith in Chicago\" একবার এবং \"Smith in London\" একবার ফেরত পাঠায়।"
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr "SQL এ, এই নির্দেশটি DISTINCT বিধেয় এর সাথে সংশ্লিষ্ট।"
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr "সীমা"
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr ""
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr ""
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr "পরিশোধক শর্ত যথাযথভাবে প্রকাশ করছে"
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr ""
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr "অপারেটর"
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "অর্থ"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "শর্ত পূরণ করে যদি..."
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr "এর সমান"
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr "... ক্ষেত্রের বিষয়বস্তু নির্দেশিত রাশি হুবুহু অনুরূপ।"
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr ""
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr "এর সমান নয়"
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr "... ক্ষেত্রের বিষয়বস্তু সুনির্দিষ্ট রাশির সাথে সঙ্গতিপূর্ণ নয়।"
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr "অপেক্ষা বৃহত্তর"
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr "... ক্ষেত্রের বিষয়বস্তু সুনির্দিষ্ট রাশির অপেক্ষা বৃহত্তর।"
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr "অপেক্ষা ক্ষুদ্রতর"
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr "... ক্ষেত্রের বিষয়বস্তু সুনির্দিষ্ট রাশির অপেক্ষা ক্ষুদ্রতর।"
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr "অপেক্ষা বৃহত্তর বা এর সমান"
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr "... ক্ষেত্রের বিষয়বস্তু সুনির্দিষ্ট রাশির অপেক্ষা বৃহত্তর বা এর সমান।"
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr "অপেক্ষা ক্ষুদ্রতর বা এর সমান"
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr "... ক্ষেত্রের বিষয়বস্তু সুনির্দিষ্ট রাশির অপেক্ষা ক্ষুদ্রতর বা এর সমান।"
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr "$[officename] এর নির্দেশ"
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr "SQL নির্দেশ"
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "অর্থ"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "শর্ত পূরণ করে যদি..."
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr "ফাঁকা"
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr ""
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr "ফাঁকা নয়"
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr ""
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr ""
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr ""
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr ""
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr ""
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr "এর একটি উপাদান"
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr ""
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr ""
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr "এর উপাদান নয়"
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr ""
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr "[x,y] অন্তরের মধ্যে পড়ে"
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr ""
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr "[x,y] অন্তরের মধ্যে পড়ে না"
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr ""
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr ""
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr "a, b, c ধারণ করে..."
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr ""
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr "a, b, c ধারণ করে না..."
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr ""
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr "\"সত্য\" মান আছে"
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr "... ক্ষেত্র নামের \"সত্য\" মান আছে"
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr "\"মিথ্যা\" মান আছে"
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr ""
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "উদাহরণ"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr "ক্ষেত্রের \"Ms.\" বিষয়বস্তু যুক্ত ক্ষেত্রের নাম ফেরত পাঠায়"
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr ""
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr ""
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr ""
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr ""
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr ""
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr ""
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr "উদাহরণ: select * from Item where ItemName like 'The *%' {escape '*'}"
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr "উদাহরণটি আপনাকে সকল এন্ট্রি প্রদান করবে যেখানে বিষয়োপকরণের নাম 'The *' দ্বারা শুরু হয়। এটার দ্বারা বুঝায় যে আপনি বর্ণচিহ্ন খুঁজতে পারেন যা অন্যভাবে স্থানধারক হিসেবে ব্যাখ্যা করা হয়, যেমন *, ?, _, % বা."
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr "<emph>বহিস্থঃ সংযোগ</emph> Escape Sequence: {oj outer-join}"
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "উদাহরণ: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr "পাঠ ক্ষেত্র খুঁজছে"
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr ""
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr "তারিখ ক্ষেত্র খুঁজছে"
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr ""
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr ""
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr ""
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr ""
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr ""
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "তারিখ"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr "সময়"
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr "DateTime"
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr "উদাহরণ: select {d '1999-12-31'} from world.years"
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr ""
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr ""
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr "হ্যাঁ/না ক্ষেত্র খুঁজছে"
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr "হ্যাঁ/না ক্ষেত্র খুঁজতে, dBASE সারণির জন্য নিম্নবর্ণিত সিনট্যাক্স ব্যবহার করুন:"
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr "অবস্থা"
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr "মানদন্ড খুঁজছে"
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "উদাহরণ"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "হ্যাঁ"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr "dBASE সারণির জন্য: যেকোনো প্রদত্ত্ব মানের সমান নয়"
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr "=1 সকল রেকর্ড ফেরত পাঠায় যেখানে হ্যাঁ/না ক্ষেত্রের অবস্থা \"হ্যাঁ\" বা \"চালু\" (কালো অবস্থায় নির্বাচিত)।"
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "না"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr "=0 এমন সকল রেকর্ড ফেরত পাঠায় যার জন্য হ্যাঁ/না ক্ষেত্রের অবস্থা \"হ্যাঁ\" বা \"বন্ধ\" (কোনো নির্বাচন নেই)।"
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr "ফাঁকা"
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr "IS NULL"
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr "IS NULL এমন সকল রেকর্ড ফেরত পাঠায় যার জন্য হ্যাঁ/না ক্ষেত্রের অবস্থা \"হ্যাঁও\" না বা \"নাও\" না (ধূসর অবস্থায় নির্বাচিত)।"
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr "সিনট্যাক্স ব্যবহৃত ডাটাবেস সিস্টেমের উপর ভিত্তি করে। আপনাকে অবশ্যই নোট রাখতে হবে যে হ্যাঁ/না ক্ষেত্র পৃথকভাবে নির্ধারণ করা যেতে পারে (৩টি অবস্থার পরিবর্তে শুধুমাত্র ২টি)।"
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr "প্যারামিটারের কোয়েরি"
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr ""
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr ""
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr ""
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr ""
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr ""
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr "প্যারামিটার ইনপুট"
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr ""
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr ""
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr ""
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr "SQL মোড"
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr "SQL দ্বারা বোঝায় \"Structured Query Language\" এবং সম্পর্কযুক্ত ডাটাবেস হালনাগাদ এবং চালানোর জন্য তথ্যাবলী বর্ণনা করে।"
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr ""
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr ""
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr ""
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr ""
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5488,14 +3274,14 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr "আপনি এই সংলাপে শুধুমাত্র প্রশাসনিক নির্দেশ সন্নিবেশ করাতে পারেন, যেমন স্বীকার করুন, সারণি তৈরি করুন, বা সারণি নষ্ট করুন, এবং পরিশোধক নির্দেশ নয়। আপনি যে নির্দেশ সন্নিবেশ করান তা ডাটা উৎসের উপর ভিত্তি করে, উদাহরণ স্বরূপ, dBASE এখানে শুধুমাত্র কিছু SQL নির্দেশের তালিকা চালাতে পারে।"
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "ডাটাবেসে ডাটা পরিশ্রুত করার জন্য একটি SQL কোয়েরি চালাতে, <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">কোয়েরি নকশার প্রদর্শন</link>ব্যবহার করুন।"
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgstr ""
#. Ck9G4
#: 11080000.xhp
diff --git a/source/bn/helpcontent2/source/text/shared/guide.po b/source/bn/helpcontent2/source/text/shared/guide.po
index ccd08bd5ad5..6134306a7e4 100644
--- a/source/bn/helpcontent2/source/text/shared/guide.po
+++ b/source/bn/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2019-08-08 17:29+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6523,14 +6523,14 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr "কোয়েরি সংরক্ষণ করার জন্য <emph>সংরক্ষণ</emph> অথবা <emph>নতুনভাবে সংরক্ষণ</emph> আইকন <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">আইকনে</alt></image> ক্লিক করুন।"
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">কোয়েরির নকশা</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 2ArGc
#: data_forms.xhp
@@ -7081,14 +7081,14 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr "<emph>কোয়েরি তৈরি করার জন্য উইজার্ড ব্যবহার করুন</emph> এ ক্লিক করুন।"
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "আপনি<link href=\"text/shared/explorer/database/02010100.xhp\">কোয়েরি নকশা উইন্ডো</link> দেখুন।"
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
+msgstr ""
#. xGFGr
#: data_register.xhp
@@ -7747,14 +7747,14 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr "এক অথবা কতিপয় ক্ষেত্রে পরিশোধক সন্নিবেশ করান। উল্লখ্য যে, যদি আপনি কতিপয় ক্ষেত্রে বিশোধনযন্ত্রের অবস্থা সন্নিবেশ করান তাহলে সমস্ত অন্তর্ভুক্ত শর্তাবলী মানানসই হওয়া উচিত (বুলিয়ান AND)।"
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">কোয়েরি নকশা</link> তে ওয়াইল্ড-কার্ড এবং চিহ্ন সম্পর্কিত অধিক সংবাদ পাওয়া যায়।"
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgstr ""
#. cEDEo
#: data_search2.xhp
@@ -8107,14 +8107,14 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr "<emph>টেবিল প্রদর্শন তৈরি করুন</emph> এ ক্লিক করুন।"
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "আপনি প্রদর্শন নকশা উইন্ডো দেখতে পান যা প্রায় <link href=\"text/shared/explorer/database/02010100.xhp\">কোয়েরি নকশা উইন্ডো</link> এর মত।"
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
+msgstr ""
#. bTx8G
#: data_view.xhp
@@ -21058,13 +21058,13 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
msgstr ""
#. jVeUw
diff --git a/source/bn/helpcontent2/source/text/shared/optionen.po b/source/bn/helpcontent2/source/text/shared/optionen.po
index ba918e6f98b..9746261b6b4 100644
--- a/source/bn/helpcontent2/source/text/shared/optionen.po
+++ b/source/bn/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2019-08-08 17:29+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -61,14 +61,14 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr "আপনার সকল সেটিং স্বয়ংক্রিয়ভাবে সংরক্ষণ করা হয়েছে। একটি এন্ট্রি বর্ধিত করতে, এন্ট্রিতে হয় ডাবল ক্লিক করুন অথবা যোগ চিহ্নে ক্লিক করুন। একটি এন্ট্রি বিকৃত করতে, বিয়োগ চিহ্নে ক্লিক করুন অথবা এন্ট্রিতে ডাবল ক্লিক করুন।"
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
-msgstr "আপনি শুধুমাত্র এমন এন্ট্রি দেখতে পারেন যা বর্তমান নথিতে প্রযোজ্য। বর্তমান নথি যদি পাঠ নথি হয়, আপনি শুধুমাত্র %PRODUCTNAME রাইটারের এন্ট্রি দেখেন, এবং এভাবে সকল %PRODUCTNAME এর মডিউলের জন্য। %PRODUCTNAME ইমপ্রেস এবং %PRODUCTNAME অঙ্কন এই ডায়ালগে একই হিসেবে ধরা হয়। সাধারণ এন্ট্রি সর্বদা দৃশ্যমান।"
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
+msgstr ""
#. uYcBu
#: 01000000.xhp
@@ -79,13 +79,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">সম্পাদনা করার জন্য একটি এন্ট্রি নির্বাচন করুন।</ahelp>"
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
msgstr ""
#. WS53M
@@ -5245,42 +5245,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr ""
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr ""
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr ""
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7522,6 +7486,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr ""
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16747,40 +16873,40 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr ""
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
+msgid "OpenCL"
msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
-msgstr "<link href=\"text/shared/optionen/java.xhp\">জাভা</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
msgstr ""
#. ddvkj
diff --git a/source/bn/helpcontent2/source/text/simpress.po b/source/bn/helpcontent2/source/text/simpress.po
index 90eedd65a68..9204f2bf336 100644
--- a/source/bn/helpcontent2/source/text/simpress.po
+++ b/source/bn/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2017-10-04 10:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -601,15 +601,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">এলাকা ধরন / পূর্ণকরছে</link>"
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">প্রতিচ্ছায়া</link>"
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1105,15 +1096,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "নির্বাচিত বস্তুর জন্য ত্রিমাত্রিক প্রভাব চালু এবং বন্ধ করে।"
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">পারস্পরিক ক্রিয়া- প্রতিক্রিয়া</link>"
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/swriter/01.po b/source/bn/helpcontent2/source/text/swriter/01.po
index ba92a8888d2..bdb2c67857e 100644
--- a/source/bn/helpcontent2/source/text/swriter/01.po
+++ b/source/bn/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 20:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22777,14 +22777,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">টাইপ করার সময়</link>"
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
-msgstr "<ahelp hid=\".uno:OnlineAutoFormat\">আপনার লেখার সাথে স্বয়ংক্রিয়ভাবে নথি বিন্যাস করা হয়। বিন্যাস অপশন নির্ধারণ করতে, <emph>টুল - স্বয়ংক্রিয় সংশোধক</emph><emph> অপশন</emph>নির্বাচন করুন, অতঃপর <emph>অপশন </emph>ট্যাবে ক্লিক করুন।</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
+msgstr ""
#. Ddr5r
#: 05150100.xhp
diff --git a/source/bn/sfx2/messages.po b/source/bn/sfx2/messages.po
index 1f575f98a8f..f0e673a7bab 100644
--- a/source/bn/sfx2/messages.po
+++ b/source/bn/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -918,8 +918,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -930,45 +936,45 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
#, fuzzy
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "ভুল পাসওয়ার্ড"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(সর্বনিম্ন $(MINLEN) ক্যারেক্টার)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(পাসওয়ার্ড খালি হতে পারে)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
#, fuzzy
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "কাজটি কার্যকর করা যাবে না। এই কাজের জন্য প্রয়োজনীয় %PRODUCTNAME প্রোগ্রাম মডিউলটি বর্তমানে ইনস্টল করা নেই।"
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -978,7 +984,7 @@ msgstr ""
"আপনি কি এখন এটা সম্পন্ন করতে চান?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -988,216 +994,216 @@ msgstr ""
"আমাদের প্রধান পাতা থেকে, আপনি ক্রম সম্পর্কিত তথ্য খুঁজে পেতে পারেন।"
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr ""
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "বর্তমান সংস্করণ"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "এক্সপোর্ট করুন"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "সন্নিবেশ করান"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "সন্নিবেশ করান (~I)"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr ""
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
#, fuzzy
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "তুলনা #"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME নথি"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr "ব: %1 মা: %2 দি: %3 ঘ: %4 মি: %5 সে: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
#, fuzzy
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
@@ -1208,32 +1214,32 @@ msgstr ""
"মানটি পাঠ্য হিসেবে সংরক্ষণ করা হবে।"
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
#, fuzzy
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "ফাইলটি ইতোমধ্যে বিদ্যমান। উপরিলিখন করতে চান?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "পুনঃনির্ধারণ (~R)"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "এই নামটি ইতোমধ্যে ব্যবহৃত হচ্ছে।"
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "এই শৈলীটি বিদ্যমান নয়।"
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
#, fuzzy
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
@@ -1244,7 +1250,7 @@ msgstr ""
"কারণ এটি পুনরাবৃত্ত রেফঅরেন্সে প্রভাব ফেলবে।"
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1254,7 +1260,7 @@ msgstr ""
"অনুগ্রহ করে অন্য নাম পছন্দ করুন।"
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1263,74 +1269,74 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr ""
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "পরিক্রমক"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "ত্রুটিপূর্ণ পাসওয়ার্ড নিশ্চিতকরণ"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "প্রেরণ"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "ফন্ট"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
#, fuzzy
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "সংস্করণ মন্তব্য সন্নিবেশ করান"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "ক্রমবিভক্ত"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "আপনি কি আসলেই রেকর্ড করা বাতিল করতে চান? এ পর্যন্ত রেকর্ডকৃত সব পদক্ষেপ হারিয়ে যাবে।"
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "রেকর্ডকরণ বাতিল"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "ফর্মাসমূহ প্রথম-বার ব্যবহারের জন্য প্রস্তুত করা হযেছে।"
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1340,7 +1346,7 @@ msgstr ""
"অনুগ্রহ করে একটি মুদ্রণযন্ত্র নির্বাচন করুন এবং আবার চেষ্টা করুন।"
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1350,19 +1356,19 @@ msgstr ""
"অনুগ্রহ করে আপনার মুদ্রণযন্ত্রের কনফিগারেশন পরীক্ষা করুন।"
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "মুদ্রণযন্ত্রটি ব্যস্ত"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (শুধুমাত্র-পাঠযোগ্য)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1373,7 +1379,7 @@ msgstr ""
"আপনি কি নতুন বিন্যাসটি সক্রিয় নথিতে সংরক্ষণ করতে চান?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1384,7 +1390,7 @@ msgstr ""
"নতুন বিন্যাস কি সক্রিয় নথিতে সংরক্ষণ করা হবে?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1395,7 +1401,7 @@ msgstr ""
"আপনি কি সক্রিয় নথিতে নতুন সেটিং সংরক্ষণ করতে আগ্রহী?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
#, fuzzy
msgctxt "STR_CANT_CLOSE"
msgid ""
@@ -1406,7 +1412,7 @@ msgstr ""
"একটি মুদ্রণ কাজ চলছে।"
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1415,7 +1421,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1424,20 +1430,20 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
#, fuzzy
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "সম্ভবত অনুপস্থিত প্রবেশাধিকারের কারণে, এই নথিটি সম্পাদনা করা যাবে না। আপনি কি নথির একটি অনুলিপি সম্পাদনা করতে চান?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1445,475 +1451,475 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr "(সংশোধিত নথি)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr ""
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr ""
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr ""
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr ""
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "নথির সম্পাদনা"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
#, fuzzy
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "ফাইল নথি"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "ডক"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "আনডক"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "আরও অপশন (~O)"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "স্বনির্ধারিত অ্যানিমেশন"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr ""
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "অপসারণ করুন"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/bn/svx/messages.po b/source/bn/svx/messages.po
index 1105159f9bd..5329b6c99c9 100644
--- a/source/bn/svx/messages.po
+++ b/source/bn/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Bengali <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/bn/>\n"
@@ -5345,296 +5345,328 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "বর্গ- ৪৫"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "ডবল তীর"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "বৃত্ত"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "বর্গ"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "তীর"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr ""
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr ""
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "হীরা"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
#, fuzzy
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "বৃত্ত, ভরাট নয়"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
#, fuzzy
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "বর্গক্ষেত্র, ভরাট নয়"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
#, fuzzy
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "বর্গক্ষেত্র, ভরাট নয়"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "স্বচ্ছতা"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "গ্রেভ অ্যাকসেন্ট"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "একিউট অ্যাকসেন্ট"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "গ্রেভ অ্যাকসেন্ট"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr ""
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "গ্যালারি থীম"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "সফলভাবে পুনরুদ্ধার করা হয়েছে"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "মূল নথি পুনরুদ্ধার করা হয়েছে"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "পুনরুদ্ধার ব্যর্থ"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "পুনরুদ্ধার করা হচ্ছে"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "এখনও পুনরুদ্ধার করা হয়নি"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION আপনার নথিসমূহ পুনরুদ্ধার করা শুরু করবে। নথির আকারের অনুসারে এই প্রক্রিয়াটির কিছু সময় লাগতে পারে।"
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
@@ -5643,913 +5675,913 @@ msgstr ""
"নথিগুলো দেখতে 'সম্পন্ন' চাপুন।"
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "সম্পন্ন (~F)"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr ""
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "পয়েন্ট"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr ""
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "বস্তু সন্নিবেশ করান"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "ত্রিমাত্রিক বস্তু ঘুরান"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "এক্সট্রুশন বস্তু তৈরি করুন"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "ঘুর্ণন অবজেক্ট তৈরি করুন"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "ত্রিমাত্রিক বস্তু বিভাজন করুন"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[সব]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "গ্রাফিক্স পরিশোধক"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "নতুন থীম "
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "ত্রিমাত্রিক আবহ "
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "অ্যানিমেশন"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "বুলেট"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "অফিস"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "ফ্ল্যাগ"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "প্রবাহ চিত্র"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "ইমোটিকন"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "চিত্র"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "পটভূমি"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "প্রধান পাতা"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "মিথস্ক্রিয়া"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "মানচিত্র "
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "মানুষ"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "পৃষ্ঠতল"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "কম্পিউটার"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "রেখাচিত্র"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr ""
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "অর্থ সংক্রান্ত"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr ""
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr ""
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "শব্দ"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "প্রতীক"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "আমার থীম"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "তীর"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "বেলুন"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "কীবোর্ড"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "সময়"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "উপস্থাপনা"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "বর্ষপঞ্জি "
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "ন্যাভিগেশন"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "যোগাযোগ"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "অর্থ সংক্রান্ত"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "কম্পিউটার"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "জলবায়ু"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "বিদ্যালয় এবং বিশ্ববিদ্যালয়"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "ত্রুটি সমাধান"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "স্ক্রীনবীন"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "নির্বাচিত অংশ মুদ্রণ"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "আপনি কি শুধু নির্বাচিত অংশ মুদ্রণ করতে চান নাকি সম্পূর্ণ নথি?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "সব (~A)"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "নির্বাচন (~S)"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "এক্সট্রুশন- উত্তর-পশ্চিম"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "এক্সট্রুশন- উত্তর"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "এক্সট্রুশন- উত্তর-পূর্ব"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "এক্সট্রুশন- পশ্চিম"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "এক্সট্রুশন- পিছনে"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "এক্সট্রুশন- পূর্ব"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "এক্সট্রুশন- দক্ষিণ-পশ্চিম"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "এক্সট্রুশন- দক্ষিণ"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "এক্সট্রুশন- দক্ষিণ-পূর্ব"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "০ সে:মি: (~0)"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "১ সে:মি: (~1)"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "২.৫ সে:মি: (~2)"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "৫ সে:মি: (~5)"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "১০ সে:মি: (~c)"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "০ ইঞ্চি"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "০.৫ ইঞ্চি (~5)"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "১ ইঞ্চি (~1)"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "২ ইঞ্চি (~2)"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "৪ ইঞ্চি (~4)"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
#, fuzzy
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "কোন ভরাট নেই"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
#, fuzzy
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "স্বচ্ছতা"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "ডিফল্ট"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "সীমানা"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "সীমানা শৈলী"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
#, fuzzy
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "লাইন সংখ্যায়ন... (~L)"
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "পৃষ্ঠা"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "বিন্যাস অপসারণ"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr ""
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "ফন্টের নাম"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr ""
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
#, fuzzy
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "স্বনির্ধারিত"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "এক্সট্রুশন"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "এক্সট্রুশন প্রয়োগ চালু/বন্ধ"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "নিচে কাত করুন"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "উপরে কাত করুন"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "বামে কাত করুন"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "ডানে কাত করুন"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "এক্সট্রুশনের গভীরতা পরিবর্তন"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "স্থিতিবিন্যাস পরিবর্তন"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "প্রক্ষেপণের ধরন পরিবর্তন"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "আলোর বিন্যাস পরিবর্তন"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "উজ্জ্বলতা পরিবর্তন"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "এক্সট্রুশনের পৃষ্ঠদেশ পরিবর্তন"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "এক্সট্রুশনের রঙ পরিবর্তন"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "পছন্দনীয়"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "ফন্টওয়ার্ক"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "ফন্টওয়ার্কের আকৃতি প্রয়োগ"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "ফন্টওয়ার্কের বর্ণের সমউচ্চতা প্রয়োগ"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "ফন্টওয়ার্কের প্রান্তিককরণ প্রয়োগ"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "ফন্টওয়ার্কের অক্ষর ফাঁকাকরণ প্রয়োগ"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "সাথে"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "শৈলী"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "এবং"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "কোণা নিয়ন্ত্রণ"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "কোণার বিন্দু নির্বাচন"
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "ঊর্ধ্ব বাম"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "ঊর্ধ্ব কেন্দ্র"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "ঊর্ধ্ব ডান"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "বাম কেন্দ্র"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "কেন্দ্র"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "ডান কেন্দ্র"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "নিম্ন বাম"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "নিম্ন কেন্দ্র"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "নিম্ন ডান"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "কনট্যুর নিয়ন্ত্রণ"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "এটা এমন জায়গা, যেখানে আপনি কনট্যুর সম্পাদনা করতে পারেন।"
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "বিশেষ অক্ষর নির্বাচন"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "এই এলাকার বিশেষ অক্ষর নির্বাচন করুন।"
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "অক্ষর কোড"
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "'#' ক্ষেত্রে ইনপুট প্রয়োজন। অনুগ্রহ করে একটি মান সন্নিবেশ করান।"
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "ফরম"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "কোনো কন্ট্রোল নির্বাচন করা হয়নি"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "বৈশিষ্ট্যসমূহ:"
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "ফরমের বৈশিষ্ট্য"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "ফরম ন্যাভিগেটর"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "ফরম"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "ফর্ম"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "আড়ালকৃত কন্ট্রোল "
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "কন্ট্রোল"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "রেকর্ড"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "এর"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "ক্ষেত্র যোগ:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "ডাটাবেসে ডাটা লেখার ত্রুটি"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "কোয়েরি এক্সপ্রেশনে সিনট্যাক্স ত্রুটি"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "আপনি ১টি রেকর্ড মুছে ফেলতে মনস্থ করেছেন।"
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "#টি রেকর্ড মুছে ফেলা হবে।"
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6559,331 +6591,331 @@ msgstr ""
"এরপরও কি আপনি চালিয়ে যেতে চান?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "ন্যাভিগেশন বার"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "কলাম"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "'#' বৈশিষ্ট্য নির্ধারণ করুন"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "ধারকে সন্নিবেশ করান"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "# মুছে ফেলুন "
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "#টি অবজেক্ট মুছে ফেলুন"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "ধারকের এলিমেন্ট প্রতিস্থাপন করুন"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "কন্ট্রোল প্রতিস্থাপন"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "বোতাম"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "অপশন বোতাম"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "চেক বাক্স"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "ক্ষেত্র লেবেল করা"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "গ্রুপ বাক্স"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "লেখা বাক্স"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "বিন্যাসিত ক্ষেত্র"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "তালিকা বাক্স"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "কম্বো বাক্স"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "চিত্র বোতাম"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "চিত্র কন্ট্রোল"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "ফাইল নির্বাচন"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "তারিখ ক্ষেত্র"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "সময় ক্ষেত্র"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "সংখ্যাসূচক ক্ষেত্র"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "মুদ্রা ক্ষেত্র"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "প্যাটার্ন ক্ষেত্র"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "সারণি কন্ট্রোল"
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "স্ক্রলবার"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "ঘুর্ণন বোতাম"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "ন্যাভিগেশন বার"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "একাধিক-নির্বাচন"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "বর্তমান ফরমে ডাটা-সম্পর্কীয় কোনো কন্ট্রোল নেই!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr "(তারিখ)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (সময়)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "পরিশোধক ন্যাভিগেটর"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "যার জন্য পরিশোধক"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "বা"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "কার্যকর সীমা কন্ট্রোল, যেগুলো টেবিল ভিউতে ব্যবহৃত হতে পারে তা বর্তমান ফর্মে বিদ্যমান নয়।"
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AutoField>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "SQL স্টেটমেন্টের সিনট্যাক্স ত্রুটি"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "LIKE এর সাথে #1 মান ব্যবহার করা যায় না।"
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "এই ক্ষেত্রের সাথে LIKE ব্যবহার করা যায় না।"
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "সন্নিবেশকৃত মানটি বৈধ তারিখ নয়। অনুগ্রহ করে সঠিক বিন্যাসে তারিখ সন্নিবেশ করান, উদাহরণস্বরূপ, MM/DD/YY."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "ক্ষেত্রটি পূর্ণসংখ্যার সাথে তুলনা করা যায় না।"
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "ডাটাবেস \"#\" নামের সারণি ধারণ করে না।"
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "ডাটাবেস \"#\" নামের সারণি বা কোয়েরি কোনটিই ধারণ করে না।"
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "ডাটাবেস ইতোমধ্যে \"#\" নামের সারণি বা ভিউ ধারণ করে।"
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "ডাটাবেস ইতোমধ্যে \"#\" নামের কোয়েরি ধারণ করে।"
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "\"#2\" সারণিতে \"#1\" কলামটি অপরিচিত।"
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "ক্ষেত্রটি ফ্লোটিং পয়েন্ট সংখ্যার সাথে তুলনা করা যায় না।"
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "সন্নিবেশকৃত নির্ণায়কটি এই ক্ষেত্রের সাথে তুলনা করা যায় না।"
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "ডাটা ন্যাভিগেটর"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (শুধুমাত্র-পাঠযোগ্য)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ফাইলটি ইতোমধ্যে বিদ্যমান। উপরিলিখন করতে চান?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#অবজেক্ট# লেবেল"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -6894,7 +6926,7 @@ msgstr ""
"আপনি কি সত্যিই এই মডেল মুছে ফেলতে চান? "
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -6905,7 +6937,7 @@ msgstr ""
"আপনি কি সত্যিই এই ইন্সট্যান্স মুছে ফেলতে চান? "
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
@@ -6916,13 +6948,13 @@ msgstr ""
"আপনি কি সত্যিই এই এলিমেন্ট মুছে ফেলতে চান? "
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "আপনি কি সত্যিই এই '$ATTRIBUTENAME বৈশিষ্ট্যটি মুছে ফেলতে চান?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -6935,7 +6967,7 @@ msgstr ""
"আপনি কি সত্যিই এই সাবমিশন মুছে ফেলতে চান? "
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -6948,1010 +6980,1010 @@ msgstr ""
"আপনি কি সত্যিই এই বাইন্ডিং মুছে ফেলতে চান? "
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "XML এ '%1' নাম বৈধ নয়। অনুগ্রহ করে একটি ভিন্ন নাম দিন।"
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "XML এ '%1' উপসর্গ বৈধ নয়। অনুগ্রহ করে একটি ভিন্ন উপসর্গ সন্নিবেশ করান।"
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "'%1' নামটি ইতোমধ্যে বিদ্যমান। অনুগ্রহ করে একটি নতুন নাম সন্নিবেশ করান।"
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "সাবমিশনের অবশ্যই একটি নাম থাকতে হবে।"
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "পোষ্ট করুন"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "গ্রহণ করুন"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
#, fuzzy
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "কোনটি না"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "ইন্সট্যান্স (~I)"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "নথি"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "বাইন্ডিং:"
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "রেফারেন্স:"
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "কাজ:"
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "মেথড:"
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "প্রতিস্থাপন:"
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "এলিমেন্ট যোগ"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "এলিমেন্ট সম্পাদনা"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "এলিমেন্ট মুছে ফেলুন"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "বৈশিষ্ট্য যোগ"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "বৈশিষ্ট্য সম্পাদনা"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "বৈশিষ্ট্য মুছে ফেলা"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "বাইন্ডিং যোগ"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "বাইন্ডিং সম্পাদনা"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "বাইন্ডিং অপসারণ"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "সাবমিশন যোগ"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "সাবমিশন সম্পাদনা"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "সাবমিশন মুছে ফেলা"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "উপাদান"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "বৈশিষ্ট্য"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "বাইন্ডিং"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "বা‌ইন্ডিং এক্সপ্রেশন"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "আপনি কি নিশ্চিত আপনি %PRODUCTNAME নথিটির পুনরুদ্ধার বাতিল করতে চান?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "বাম"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "ডান"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "কেন্দ্র"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "দশমিক"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
#, fuzzy
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "উপরিলিখন (~O)"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "ডিজিটাল স্বাক্ষর: নথির সাক্ষর ঠিক আছে।"
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "ডিজিটাল স্বাক্ষর: নথির স্বাক্ষর ঠিক আছে, কিন্তু সার্টিফিকেটের কার্যকারিতা যাচাই করা যায়নি।"
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "ডিজিটাল স্বাক্ষর: ফাইলটি স্বাক্ষরিত নয়।"
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "ডিজিটাল স্বাক্ষর: নথির স্বাক্ষর এবং সার্টিফিকেটটি ঠিক আছে, কিন্তু নথির সব অংশ স্বাক্ষরিত নয়।"
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "নথিটি পরিবর্তন করা হয়েছে। নথি সংরক্ষণ করতে ডাবল-ক্লিক করুন।"
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "শেষ বার সংরক্ষণের পর হতে নথিটি পরিবর্তন করা হয়নি।"
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "নথি লোড করা হচ্ছে..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "বড় করা"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "ছোট করা"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "৫০%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "১০০%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "৫০%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "২০০%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "সম্পূর্ণ পৃষ্ঠা"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "পৃষ্ঠার প্রস্থ"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "শৈলী অন্তর্ভুক্ত করা হচ্ছে"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "অনুচ্ছেদ শৈলী"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "ঘরের শৈলী"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "অনুসন্ধানকৃত কীটি খুঁজে পাওয়া যাচ্ছেনা"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "রঙের প্যালেট"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
#, fuzzy
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "অবৈধ পাসওয়ার্ড"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "গাঢ় ছোট বৃত্তাকার বুলেট"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "গাঢ় বড় বৃত্তাকার বুলেট"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "গাঢ় ডায়ামন্ড বুলেট"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "গাঢ় বড় বর্গক্ষেত্রাকার বুলেট"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "ডান নির্দেশিত ভরাটকৃত তীর বুলেট"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "ডান নির্দেশিত তীর বুলেট"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "সংখ্যা (১) (২) (৩)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "সংখ্যা ১. ২. ৩."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "সংখ্যা (১) (২) (৩)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "বড় হাতের রোমান সংখ্যা I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "বড় হাতের অক্ষর A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "ছোট হাতের অক্ষর a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "ছোট হাতের অক্ষর (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "ছোট হাতের রোমান সংখ্যা i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "সংখ্যাসূচক, সংখ্যাসূচক, ছোট হাতের অক্ষর, গাঢ় ছোট বৃত্তাকার বুলেট"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "সংখ্যাসূচক, ছোট হাতের অক্ষর, গাঢ় ছোট বৃত্তাকার বুলেট"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "সংখ্যাসূচক, ছোট হাতের অক্ষর, রোমান ছোট হাতের অক্ষর, বড় হাতের অক্ষর, গাঢ় ছোট বৃত্তাকার বুলেট"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "সংখ্যাসূচক"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "রোমান বড় হাতের অক্ষর, বড় হাতের অক্ষর, রোমান ছোট হাতের অক্ষর, ছোট হাতের অক্ষর, গাঢ় ছোট বৃত্তাকার বুলেট"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "বড় হাতের অক্ষর, রোমান বড় হাতের অক্ষর, ছোট হাতের অক্ষর, রোমান ছোট হাতের অক্ষর, গাঢ় ছোট বৃত্তাকার বুলেট"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "সব সাবলেভেলে সংখ্যাসূচক"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "ডান নির্দেশিত বুলেট, ডান নির্দেশিত তীর বুলেট, গাঢ় ডায়ামন্ড বুলেট, গাঢ় ছোট বৃত্তাকার বুলেট"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "ফাইলটি তৈরি করা যাবে না।"
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "সারণি নকশার শৈলী"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "পূর্বাবস্থায় ফিরিয়ে আনার কাজ: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "পূর্বাবস্থায় ফিরিয়ে আনার কাজ: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "পুনরায় করার কাজ: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "পুনরায় করার কাজ: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "খুঁজুন"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr ""
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr ""
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "অজানা"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "সুইচ"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "লাল"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "সবুজ"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "নীল"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "উজ্জ্বলতা"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "বৈসাদৃশ্য"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "গামা"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "স্বচ্ছতা"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "ছাঁটা"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "পূর্বনির্ধারিত স্থিতিবিন্যাস"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "উপর থেকে নিচ পর্যন্ত"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "নিচ থেকে উপরে"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "স্তুপীকৃত"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "বাম মার্জিন:"
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "ঊর্ধ্ব মার্জিন:"
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "ডান মার্জিন:"
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "নিম্ন মার্জিন:"
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "পৃষ্ঠার বর্ণনা:"
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "বড় হাতের অক্ষর"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "ছোট হাতের অক্ষর"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "রোমান- বড় হাতের"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "রোমান- ছোট হাতের"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "আরবী"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "একটিও না"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "আড়াআড়ি"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "লম্বালম্বি"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "বাম"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "ডান"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "সব"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "প্রতিফলিত"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "লেখক:"
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "তারিখ:"
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "লেখা:"
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "অক্ষরের পটভূমি"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "রঙের প্যালেট"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7959,1942 +7991,1942 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "মৌলিক ল্যাটিন"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "ল্যাটিন-১"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "ল্যাটিন বর্ধিত- এ"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "ল্যাটিন বর্ধিত- বি"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA বর্ধিতাংশ"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "বিশেষক বর্ণ ফাঁকাকরণ করা হচ্ছে"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "ডায়াক্রিটিকাল চিহ্ন একত্রিত করা হচ্ছে"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "মৌলিক গ্রীক"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "গ্রীক প্রতীক ও কপটিক"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "সিরিলিক"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "আর্মেনিয়ান"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "মৌলিক হিব্রু"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "হিব্রু বর্ধিত"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "মৌলিক আরবী"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "আরবী বর্ধিত"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "নগরী"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "বাংলা"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "গুরমূখী"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "গুজরাতি"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "তামিল"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "তেলেগু"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "কান্নাডা"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "মালয়ালাম"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "থাই"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "লাও"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "মৌলিক জর্জিয়ান"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "জর্জিয়ান বর্ধিত"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "হাঙ্গুল জামো"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "ল্যাটিন বর্ধিত অতিরিক্ত"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "গ্রীক বর্ধিত"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "সাধারণ বিরামচিহ্ন"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "ঊর্ধ্বলিপি ও নিম্নলিপি"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "মুদ্রা চিহ্ন"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "ডায়াক্রিটিকাল চিহ্নসমূহ একত্রিত করা হচ্ছে"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "অক্ষরের মত চিহ্নসমূহ"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "নম্বরের রূপ"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "তীর চিহ্ন"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "গাণিতিক অপারেটরসমূহ"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "বিবিধ প্রযুক্তিগত"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "চিত্রসমূহ"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "অপটিক্যাল চিহ্ন শনাক্তকরণ (OCR)"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "সংগ্রথিত আলফা-নিউমেরিক"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "বাক্স অঙ্কন"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "ব্লক এলিমেন্ট"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "জ্যামিতিক আকৃতি"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "বিবিধ প্রতীক"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "ডিংগব্যাট"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK চিহ্ন ও বিরামচিহ্ন"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "হিরাগানা"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "কাটাকানা"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "বোপোমোফো"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "হাঙ্গুল উপযুক্ততা জামো"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK বিবিধ"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "সংগ্রথিত CJK বর্ণ ও মাসসমূহ"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK উপযুক্ততা"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "হাঙ্গুল"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ বর্ধিতাংশ-A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "একান্ত ব্যবহারের এলাকা"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK উপযুক্ততা ইডিওগ্রাফ"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "বর্ণানুক্রমিক উপস্থাপনা ফরম"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "আরবি উপস্থাপনা ফরম-এ"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "অর্ধ চিহ্নসমূহ একত্রিত করা হচ্ছে"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK উপযুক্ততা ফরম"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "ছোট প্রকারভেদ"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "আরবি উপস্থাপনা ফরম-বি"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "অর্ধ-প্রস্থ ও পূর্ণ-প্রস্থ ফরম"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "বিশেষ"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "গাঢ় তির্যক"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ বর্ধিতাংশ-A"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ বর্ধিতাংশ-A"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ বর্ধিতাংশ-A"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "সিরিলিক সম্পূরক"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "লিম্বু"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "সিনহালা"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "তিব্বতীয়"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "মায়ানমার"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "খেমার"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "ওগাম"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "রুনিক"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "সিরিয়াক"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "থানা"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "ইথিওপিক"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "চেরোকী"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "কানাডিয়ান আদিবাসী সিলেবেল"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "মঙ্গোলিয়ান"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "বিবিধ গাণিতিক চিহ্ন-এ"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "অতিরিক্ত তীরচিহ্ন-এ"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "ব্রেইল চিহ্নসমূহ"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "অতিরিক্ত তীরচিহ্ন-বি"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "বিবিধ গাণিতিক চিহ্ন-বি"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK রেডিকেল সাপ্লিমেন্ট"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Kanxi রেডিকেল"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "চিত্রলিপি বর্ণনার অক্ষরসমূহ"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "ট্যাগালগ"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "হানুনু"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "টাগবানওয়া"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "বুহিড"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "কানবুন"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "বোপোমোফো বর্ধিত"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "কাটাকানা ফনেটিক্স"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "ব্যবসা"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "ডায়াক্রিটিকাল চিহ্ন একত্রিত করা হচ্ছে"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "কপটিক"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "ল্যাটিন বর্ধিত- এ"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "ল্যাটিন বর্ধিত- এ"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "অক্ষর"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "তালিকা"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "জাপানী"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "ল্যাটিন বর্ধিত- এ"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "ইমোটিকন"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "আরবী বর্ধিত"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "ডায়াক্রিটিকাল চিহ্ন একত্রিত করা হচ্ছে"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "ল্যাটিন বর্ধিত- এ"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "মোড"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "অতিরিক্ত তীরচিহ্ন-এ"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ বর্ধিতাংশ-A"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "নতুন"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ বর্ধিতাংশ-A"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "ল্যাটিন বর্ধিত- এ"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "সিরিলিক সম্পূরক"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10696,6 +10728,7 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "নিচের বাম থেকে উপরের ডান পর্যন্ত তির্যক সীমানা রেখা"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10703,7 +10736,7 @@ msgid "None"
msgstr "কোনটি না"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10711,14 +10744,14 @@ msgid "Bullet"
msgstr "বুলেট"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "গ্রাফিক্স"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10726,7 +10759,7 @@ msgid "Linked graphics"
msgstr "সংযুক্ত গ্রাফিকসমূহ"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10734,7 +10767,7 @@ msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10742,7 +10775,7 @@ msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10750,7 +10783,7 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10758,7 +10791,7 @@ msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10766,28 +10799,28 @@ msgid "i, ii, iii, ..."
msgstr "i,ii,iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10795,7 +10828,7 @@ msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10803,14 +10836,14 @@ msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10818,7 +10851,7 @@ msgid "Native Numbering"
msgstr "স্থানীয় সংখ্যায়ন"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10826,7 +10859,7 @@ msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (বুলগেরীয়)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10834,7 +10867,7 @@ msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (বুলগেরীয়)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10842,7 +10875,7 @@ msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (বুলগেরীয়)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10850,7 +10883,7 @@ msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (বুলগেরীয়)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10858,7 +10891,7 @@ msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (রাশিয়)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10866,7 +10899,7 @@ msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (রাশিয়)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10874,7 +10907,7 @@ msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (রাশিয়)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10882,7 +10915,7 @@ msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (রাশিয়)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10890,7 +10923,7 @@ msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (সার্বিয়)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10898,7 +10931,7 @@ msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (সার্বিয়)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10906,7 +10939,7 @@ msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (সার্বিয়)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10914,7 +10947,7 @@ msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (সার্বিয়)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10922,7 +10955,7 @@ msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (বড় অক্ষর ছাঁদ সম্বলিত গ্রিক অক্ষর)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10930,35 +10963,35 @@ msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (ছোট অক্ষর ছাঁদ সম্বলিত গ্রিক অক্ষর)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16501,7 +16534,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/bn/sw/messages.po b/source/bn/sw/messages.po
index fcea1b2ba94..6788f7ca6c3 100644
--- a/source/bn/sw/messages.po
+++ b/source/bn/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -609,7 +609,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr ""
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -617,1301 +617,1337 @@ msgstr ""
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -11278,140 +11314,140 @@ msgid "Width:"
msgstr "প্রস্থ"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
#, fuzzy
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "ফাঁকা"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr ""
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "শৈলী"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
#, fuzzy
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "প্রস্থ"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
#, fuzzy
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "উচ্চতা"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "অবস্থান"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "উপরে"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "কেন্দ্রস্থিত"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "নিচে"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
#, fuzzy
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "রঙ"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr ""
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
#, fuzzy
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "কলাম"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr ""
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "নির্বাচন"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "বর্তমান সংস্করণ"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "বিভাগ মুছে ফেলুন"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "ফ্রেম"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "পৃষ্ঠার শৈলী হিসেবে"
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr ""
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
#, fuzzy
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "পাঠ্য দিকবিন্যাস"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
#, fuzzy
msgctxt "columnpage|label2"
msgid "Settings"
@@ -13264,72 +13300,72 @@ msgid "Space to text"
msgstr ""
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
#, fuzzy
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "পাদটীকার এলাকা"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
#, fuzzy
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "অবস্থান"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
#, fuzzy
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "শৈলী"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr ""
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
#, fuzzy
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "রঙ"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
#, fuzzy
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "দৈর্ঘ্য"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr ""
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "বাম"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "কেন্দ্রস্থিত"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "ডান"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr ""
@@ -19934,7 +19970,7 @@ msgid "_More Options"
msgstr "আরও অপশন (~O)"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
#, fuzzy
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
@@ -22251,49 +22287,49 @@ msgid "Remaining space:"
msgstr ""
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "কলামের প্রস্থ"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "কলামের প্রস্থ"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "কলামের প্রস্থ"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "কলামের প্রস্থ"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "কলামের প্রস্থ"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "কলামের প্রস্থ"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "কলামের প্রস্থ"
diff --git a/source/bo/chart2/messages.po b/source/bo/chart2/messages.po
index af05692533d..cdf7ee8de47 100644
--- a/source/bo/chart2/messages.po
+++ b/source/bo/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2426,46 +2426,46 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr ""
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr ""
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "སྟབས་བདེ།"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr ""
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "རང་བཟོས།"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr ""
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "གསལ་བ།"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
diff --git a/source/bo/cui/messages.po b/source/bo/cui/messages.po
index 16e1aaec237..58d17def874 100644
--- a/source/bo/cui/messages.po
+++ b/source/bo/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4420,45 +4420,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr ""
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/bo/dbaccess/messages.po b/source/bo/dbaccess/messages.po
index e73459d7198..70ec6c4f05f 100644
--- a/source/bo/dbaccess/messages.po
+++ b/source/bo/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-01-07 12:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Tibetan <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/bo/>\n"
@@ -971,20 +971,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "ལས་འགན།"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "གསལ་བཤད།"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "སྔོན་ལྟ།"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
@@ -999,31 +993,31 @@ msgstr ""
"ཡིག་ཚགས་ཡོངས་རྫོགས་ལམ་སེང་ཁ་རྒྱག་གམ།"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "ཁྲ་མིག་སྒྲོམ་གཞིའི་མིང་(~O)"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "གོང་འབུལ་རེའུ་མིག་མིང་།"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "ཡིག་ཚང་གི་མིང་(~O)"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "ཡིག་ཚགས་ཐུམ་འདིའི་ནང་རགས་ཀྱི་རེའི་མིག་དང་སྙན་ཐོའི་རེའུ་མིག་བཙུད་འཇུག་བྱས་ཟིན།"
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1034,266 +1028,266 @@ msgid ""
msgstr "སྤྱི་ཁྱབ་གཞི་གྲངས་མཛོད་ཀྱི་ཡིག་ཚགས་ནང་གནས་ཟིན། ཁྱེད་ཀྱིས་དེ་སྔོན་དང་འདྲ་བར་ཡིག་ཚགས་མུ་མཐུད་སྤྱོད་ཆོག་པ་དང་ཁྱེད་ལ་སྤྱི་ཁྱབ་སྤོ་སྒྱུར་བྱེད་རྒྱུའི་འོས་སྦྱོར་བྱེད་རྒྱུ་ཡིན། ཚགས་ཐོའི་ཡོ་ཆས་ནང་གི་སྤྱི་ཁྱབ་སྤོ་སྒྱུར་བྱེད་རྒྱུའི་དེ་སྤྱད་དེ་ཁྱེད་ཀྱིས་བཀོལ་སྤྱོད་དེ་ལེགས་གྲུབ་བྱེད་ཐུབ། དོ་སྣང་བྱེད་དགོས་པ་ཞིག་ལ་སྤོ་སྒྱུར་མ་བྱས་གོང་ཁྱེད་ཀྱིས་སྤྱི་ཁབ་གཞི་གྲངས་དེ་ཡིག་ཚགས་ནང་འཇུག་རྒྱུ་མེད། "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "གྲངས་མཛོད་བཙུད་འཇུག་བྱེད་རྒྱུ།"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr ""
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr ""
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr ""
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "བཀོད་སྒྲིག་འདེམས་རུང་བ།"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
#, fuzzy
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "མཐུད་སྟངས་སྒྲིག་བཀོད་བྱེད་པ།"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
#, fuzzy
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "རེའུ་མིག་མིང་།"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr ""
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr ""
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
#, fuzzy
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "%1བར་འཇུག"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "འདེམས་བྱའི་གཞི་གྲངས་སུབ་དགོས་སམ་མི་དགོས།"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "གོ་རིམ་ཆ་རྐྱེན་སྒྲིག་བཀོད་བྱེད་སྐབས་ནོར་འཛོལ་བྱུང་བ།"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "འདེམས་སྒྲུག་གི་ཆ་རྐྱེན་སྒྲིག་བཀོད་བྱེད་སྐབས་ནོར་འཛོལ་བྱུང་བ།"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "སྦྲེལ་མཐུད་བྱེད་མི་ཐུབ་པ།"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "འདྲི་རྩད།"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "རེའུ་མིག"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "སུབ་རྒྱུ་གཏན་འཁེལ།"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "རེའུ་མིག་'%1'དེ་སུབ་དགོས་སམ་མི་དགོས།"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
#, fuzzy
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "གཞི་གྲངས་མཛོད་དང་འབྲེལ་མཐུད་བྱས་པ་མཚམས་འཇོག་བྱས་ཟིན་པས་གཞི་གྲངས་མཛོད་དང་བསྐྱར་མཐུད་བྱེད་དམ།"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "ཐ་ཚིག་ཐུག་པ།"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "རེའུ་མིག་ཀློག་འདོན་བྱེད་སྐབས་གཞི་གྲངས་མཛོད་ཀྱི་འབྲེལ་མཐུད་ཉེན་བརྡ་ཐོན་པ།"
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "\"$name$\"དང་སྦྲེལ་མཐུད་བཙུགས་པ།"
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "འཚོལ་འདྲི་$name$འདྲེན་བཞིན་པ.."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "$name$ རེའུ་མིག་འཇུག་པ།"
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "རེའུ་མིག་གི་རྣམ་གཞག་གང་ཡང་བཪྙེད་མ་སོང་།"
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "གྲངས་གཞིའི་ཁུངས་ལ་ཕྱོགས་པའི་$name$ དང་སྦྲེལ་མཐུད་བྱེད་ཐབས་བྲལ།"
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr ""
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "གཙོ་འགག་ཡི་གེ་གསར་སྣོན་ནམ་ཡང་ན་སུབ་དོར།"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "རེད།"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "མིན།"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<མེད་པ།>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "ཡིག་དུམ་གྱི་མིང་།"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "ཡིག་དུམ་གྱི་རིགས།"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "གསལ་བཤད།"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
#, fuzzy
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "གཞུང་གི་ཁ་བྱང་བཟོ་བཅོས་བྱེད།"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "ཡིག་དུམ་གྱི་གཏོགས་གཤིས།"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "སྡེ་ཚན་དྲ་མིག་བཟོ་བཅོས་བྱེད།"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "ཡིག་ཕྲེང་སུབ་རྒྱུ།"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "ཡིག་དུམ་རིགས་གྲས་བཟོ་བཅོས་བྱེད།"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "ཡིག་ཕྲེང་བར་འཇུག"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "གསར་སྣོན་ཕྲེང་།"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "ངོས་བཟུང་གི་ཐང་།(~D)"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1301,7 +1295,7 @@ msgid ""
msgstr "གཞི་གྲངས་སྡེ་ཚན་གསར་སྣོན་བྱེད་པར་སྤྱོད་རྒྱུའི་ཚད་ལྡན་གྲངས་ཐང་ཞིག་བདམས་དང་། གལ་སྲིད་ཡིག་དུམ་ནང་ཚད་ལྡན་གྲངས་ཐང་དེ་འཇུག་མི་ཆོག་ན་ ཁྱེད་ཀྱིས་ཡིག་ཕྲེང་སྟོང་པ་ཞིག་བདམས་དང་།"
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1310,19 +1304,19 @@ msgid ""
msgstr "མཚམས་འདིར་ཡིག་དུམ་དེར་སོ་བཞག་ཐང་ཞིག་འཁོད་དང་། གལ་སྲིད་རྗེས་མ་རེའུ་མིག་ནང་དུ་གཞི་གྲངས་བཅུག་པ་ཡིན་ན་གཞི་གྲངས་སྡེ་ཚན་གསར་པ་ཚང་མས་གཞི་གྲངས་རྣམ་གཞག་འདི་བེད་སྤྱོད་བྱེད་ཀྱི་རེད། དེ་འདྲ་སྒྲིག་སྦྱོར་བྱས་པ་དེས་གཤམ་གྱི་སྡེ་ཚན་རྣམ་གཞག་གི་དགོས་པ་རྣམས་བསྐོང་ཐུབ།"
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "ཡིག་དེབ་འཇུག་པའི་རིང་ཚད་ཆེ་ཤོས་བཟོ་སྒྲིག་བྱེད་རྒྱུ།"
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "ཁྱེད་ཀྱིས་འདིར་གྲངས་ཀའི་སྒྲིག་སྦྱོར་གྱིས་དང་།"
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1332,25 +1326,25 @@ msgid ""
msgstr "ཁྱེད་ཀྱིས་ཡིག་དུམ་དེའི་ནང་གི་གཞི་གྲངས་རིང་ཚད་སྒྲིག་སྦྱོར་གྱིས་དང་། བཅུ་གོང་འགྲིལ་ལུགས་ཀྱི་ཡིག་དུམ་ནང་སྒྲིག་སྦྱོར་བྱས་པ་དེ་ནི་གཞི་གྲངས་རིང་ཤོས་དེ་ཡིན་པ་དང་། གཉིས་གོང་འགྲིལ་ལུགས་ཀྱི་ཡིག་དུམ་ནང་སྒྲིག་སྦྱོར་བྱས་པ་དེ་ནི་ གཞི་གྲངས་ཀྱི་རྡོག་པོའི་རིང་ཚད་དེ་ཡིན། གལ་སྲིད་གྲངས་ཐང་དེ་གྲངས་མཛོད་དུ་ཆོག་པའི་གྲངས་ཐང་ཆེ་ཤོས་དེ་ལས་ཆེ་བ་ཡོད་ཚེ་གྲངས་མཛོད་ཀྱིས་གྲངས་ཐང་དེ་བབ་མཚུངས་བཟོ་བཅོས་བྱེད་ཀྱི་རེད།"
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "ཡིག་དུམ་ནང་གི་གྲངས་ཀ་དེར་གྲངས་ཆུང་གི་གྲངས་གནས་ཤིག་བཟོས་དང་།"
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "ཁྱེད་ཀྱིས་མཐོང་བ་དེ་ནི་མིག་སྔའི་སྟར་པའི་གཞི་གྲངས་ཀྱི་མངོན་སྟོན་རྣམ་གཞག་དེ་རེད། (ཁྱེད་ཀྱིས་གཡས་ངོས་ཀྱི་མཐེབ་རྒྱག་མནན་ན་དེ་ལ་འགྱུར་བ་འགྲོ་གི་རེད།)"
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "ཁྱེད་ཀྱིས་འདིར་རེའུ་མིག་དཔར་འདེབས་རྣམ་གཞག་སྒྲིག་སྦྱོར་བྱས་ན་འགྲིག"
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1359,49 +1353,49 @@ msgid ""
msgstr "ཡིག་དུམ་འདིར་རང་འགུལ་རིམ་འཕར་གྱི་གྲངས་ཐང་ཡོད་མེད་གདམ་ག་གྱིས་དང་། ཁྱེད་ཀྱིས་ལག་པས་གཞི་གྲངས་འཁོད་མི་ཆོག གང་ལགས་ཞེ་ན་གཞི་གྲངས་ཚོ་ཁག་གསར་པ་ཚང་མར་སོ་སོའི་གྲངས་ཐང་རེ་རང་ཤུགས་ཀྱིས་རགས་ཀྱི་རེད། (རིམ་འཕར་བྱེད་ཐབས་བརྒྱུད་དེ་དེའི་སྔོན་གྱི་གཞི་གྲངས་ཚོ་ཁག་ནང་ནས་རགས་ཀྱི་རེད)"
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "སྟར་གྱི་མིང་\"$column$\"བསྐྱར་དུ་བེད་སྤྱོད་བྱས་པའི་རྐྱེན་གྱིས་རེའུ་མིག་དེ་ཉར་ཚགས་བྱེད་ཐབས་མེད།"
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "\"$column$\"ཡིག་དུམ་དེ་ནི་འགག་རྩའི་ཚིག་ཞིག་ཡིན་པས་གལ་སྲིད་ཁྱེད་ཀྱིས་ཡིག་དུམ་དེ་བསུབ་དགོས་ན་འགག་རྩའི་ཚིག་དེ་ཡང་བསུབ་ངེས་ཡིན་པས་ཁྱེད་ཀྱིས་དངོས་འབྲེལ་ཡིག་དུམ་དེ་བསུབ་མཁན་ཡིན་ནམ།"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "དོན་རྩའི་ཡི་གེ་དང་མཉམ་དུ་འབྲེལ་བ།"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "སྟར་པ།"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "མུ་མཐུད་བྱེད་ཀྱི་ཡིན་ནམ།"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "གྲངས་གཞིའི་མཛོད་དང་སྦྲེལ་མཐུད་བྱེད་ཐུབ་མེད་པས་རེའུ་མིག་ཉར་ཐབས་བྲལ།"
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "རེའུ་མིག་གསེས་འཚག་ལེགས་སྒྲིག་བྱེད་ཐབས་བྲལ། དེའི་རྐྱེན་ནི་གྲངས་གཞིའི་ཁུངས་སུབ་ཚར་བས་ཡིན།"
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
#, fuzzy
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
@@ -1410,13 +1404,13 @@ msgid ""
msgstr "རེའུ་མི་གྱི་གསལ་བྱང་བཟོ་བཅོས་མ་རྒྱག་པའི་སྔོན་ལ་ངེས་པར་དུ་རེའུ་མིག་ཉར་ཚགས་བྱེད་དགོས། nརེའུ་མིག་གྲུབ་ཆའི་བཟོ་བཅོས་ནང་དོན་ཉར་ཚགས་བྱེད་དགོས་སམ།"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "དོན་རྩའི་ཚིག་གཙོ་བོ་མེད་པ།"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1426,25 +1420,25 @@ msgid ""
msgstr "གཞི་གྲངས་ཐོ་མཛོད་ནང་གི་གཞི་གྲངས་སྡེ་ཚན་ངོས་འཛིན་བྱེད་པར་ཁ་གསལ་བའི་གསལ་བྱང་དམ་ཡང་ན་གནད་ཚིག་གཙོ་བོ་བེད་སྤྱོད་རྒྱུའི་རེ་བ་བཏོན་ཡོད་པས་གསལ་བྱང་དང་གནད་ཚིག་གཙོ་བོ་བཟོ་སྒྲིག་བྱས་རྗེས་གཞི་ནས་རེའུ་མིག་ནང་གཞི་གྲངས་བཅུག་ཆོག ད་ལྟ་གནད་ཚིག་གཙོ་བོ་སྐྱེས་སྒྲུབ་བྱེད་དམ།"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "\"$column$\"གཞུང་བཟོ་བཅོས་བྱེད་ཐབས་བྲལ། གཞུང་དེའི་རྣམ་གཞག་བསྐྱར་དུ་བཟོ་སྒྲིག་བྱེད་དམ།"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "རེའུ་མིག་ཇུས་འགོད་ཉར་ཚགས་བྱེད་སྐབས་ནོར་འཁྲུལ་ཐོན།"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "$column$གཞུང་སུབ་ཐབས་བྲལ།"
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1456,7 +1450,7 @@ msgstr ""
"རེའུ་མིག་སྒྲུབ་ཟིན་པའི་སྐབས་དེར་གསལ་བཤད་དེ་ཡང་ཐད་ཀར་གཞི་གྲངས་མཛོད་ནང་འཇུག་རྒྱུ།"
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1466,37 +1460,37 @@ msgstr ""
"གྲངས་གཞིའི་ཁུངས་དེའི་རེའུ་མིག་ཇུས་འགོད་རྣམ་པ་མཁོ་འདོན་མི་བྱེད།"
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "ཡིག་དུམ་བཟོ་བཅོས་ཀྱི་མིང་།"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "ཡིག་དུམ་རིགས་གྲས་བཟོ་བཅོས་བྱེད།"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "ཡིག་དུམ་བཟོ་བཅོས་ཀྱི་གསལ་བཤད།"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "ཡིག་དུམ་བཟོ་བཅོས་ཀྱི་གཏོགས་གཤིས།"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "གཞི་གྲངས་ཁུངས་'$name$'ཀློག་རྒྱུ། ཁྱེད་ནས་གསང་རྟགས་འགོད་རྒྱུའི་རེ་བ་འདུག"
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1512,51 +1506,51 @@ msgstr ""
"ཉར་ཚགས་བྱས་མེད་པས་དཀར་ཆག་དེ་གསར་བཟོ་བྱེད་མཁན་ཡིན་ནམ།"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "$name$དཀར་ཆག་གསར་བཟོ་བྱེད་ཐབས་བྲལ།"
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ཡིག་ཆ་འདི་གནས་འདུག འགེབས་སམ།"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "ཡིག་ཚང་།"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "གཞི་གྲངས་མཛོད་ཀྱི་གཏོགས་གཤིས།"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
#, fuzzy
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "གཞི་གྲངས་ཁུངས་གཏོགས་གཤིས། #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "\"ཡོད་མུས་ཀྱི་གྲངས་མཛོད་ཅིག་ལ་སྦྲེལ་མཐུད་བྱེད་རྒྱུ\" ཞེས་པ་དེ་བདམས་ནས་ཡོད་མུས་ཀྱི་གྲངས་མཛོད་ལ་སྦྲེལ་མཐུད་བྱེད་རྒྱུར་སྒྱུར་དང་།"
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
#, fuzzy
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "བྱ་རིམ་མཛོད་ #lib# བླུགས་ཐབས་བྲལ་ཡང་ན་སྐྱོན་ཤོར་བ། གཞི་གྲངས་ཁུངས་ ODBCའདེམས་ཐབས་བྲལ།"
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
#, fuzzy
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
@@ -1567,152 +1561,152 @@ msgstr ""
"ཁྱེད་ཀྱིས་བཀོད་སྒྲིག་བཟོ་བཅོས་བྱས་ཆོག་ ཡིན་ནའང་གཞི་གྲངས་མཛོད་གཅིག་འབྲེལ་མཐུད་འཛུགས་རྒྱུ་མི་སྲིད་པ་ཞིགརེད།"
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{མེད་པ།}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "ངེས་པར་དུ་#1སྒྲིག་བཀོད་བྱེད་དགོས།"
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 དང་ #2གཅིག་པ་བྱེད་རྒྱུ་མེད།"
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "#1ནང་ཀུན་འགྲེས་རྟགས་ཡོད་མི་ཆོག་པ་དཔེར་ན་?,*ལྟ་བུའོ།"
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "མཐུད་ནས་ཚོད་ལྟ་བྱེད་པ།"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "འབྲེལ་མཐུད་བྱེད་ཐུབ་བྱུང་སོང་།"
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "སྦྲེལ་མཐུད་བྱེད་ཐབས་བྲལ།"
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "JDBCའདེད་སྒུལ་བྱ་རིམ་སྣོན་ཐེག་ལེགས་སྒྲུབ་བྱུང་།"
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "JDBC འདེད་སྒུལ་བྱ་རིམ་སྣོན་ཐབས་བྲལ།"
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS Access ཡིག་ཆ།"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007ཡིག་ཆ།"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr ""
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "མ་ལག"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "གསར་འཛུགས་བྱེད་སྐབས་ནོར་སྐྱོན་བྱུང་འདུག"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "\"$file$\"ཡིག་ཚགས་ཁ་འབྱེད་ཐབས་བྲལ།"
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "གཞི་གྲངས་མཛོད་ཀྱི་སྦྲེལ་མཐུད་དེས་བྱེད་ནུས་དེར་རྒྱབ་སྐྱོར་བྱེད་ཐབས་མེད་པའི་རྐྱེན་གྱིས་རེའུ་མིག་དེ་བསུབ་ཐབས་མེད།"
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "ཚང་མ།(~A)"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "བཀའ་བརྡ་ཕྱིར་འཐེན།"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "བཀའ་བརྡ་དོར་བ་དེ་སླར་གསོ།"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "གཞུང་'#1'ལ་འའཚམ་མཐུན་གཞུང་གི་རིགས་གྲས་བཪྙེད་ཐབས་བྲལ།"
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "ཡིག་ཆ་ \"$file$\" གནས་མེད་པ།"
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "གཞི་གྲངས་ཀྱི་ཡོང་ཁུངས་ལ་འབྲེལ་མཐུད་བྱེད་སྐབས་དོན་པའི་ཉེན་བརྡ། \"$buttontext$\"མནན་ནས་ཉེན་བརྡ་ལྟ་བཤེར་བྱེད་ཐུབ།"
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1723,200 +1717,200 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "འདེད་སྒུལ་བྱ་རིམ་དོ་དམ་ཆས་(#servicename#)དང་སྦྲེལ་མཐུད་བྱེད་ཐབས་བྲལ།"
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "URL #connurl# ཐོ་འགོད་བྱས་པའི་འགུལ་སློང་བྱ་རིམ་མེད་པ།"
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "མཐུད་ཟིན་རུང་འབྲེལ་ཡོད་ཀྱི་གཞི་གྲངས་མཛོད་ནང་གི་རེའུ་མིག་ཐོབ་ཐབས་བྲལ་བ།"
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "རེའུ་མིག་ཡོངས་རྫོགས།"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "རེའུ་མིག་མཐོང་རིས་ཡོངས་རྫོགས།"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "རེའུ་མིག་དང་རེའུ་མིག་མཐོང་རིས་ཡོངས་རྫོགས།"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "རེའུ་མིག་མིང་།"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "གྲངས་གཞི་བར་འཇུག"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "གཞི་གྲངས་སུབ་རྒྱུ།"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "གྲངས་གཞི་བཟོ་བཅོས་བྱེད།"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "གྲུབ་ཆ་བཟོ་བཅོས་བྱེད།"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "གཞི་གྲངས་ཀློག་པ།"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "འདྲེན་སྤྱོད་བཟོ་བཅོས་བྱེད།"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "སྒྲིག་གཞི་སུབ་རྒྱུ།"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "dBASE ཡིག་ཆའི་བརྒྱུད་ལམ།"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "ཡིག་དེབ་ཀྱི་ཡིག་ཆའི་འགྲོ་ལམ།"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "གློག་རྡུལ་རེའུ་མིག་ཡིག་ཚགས་ཀྱི་ལམ་བུ།"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "རྒྱུད་ཁོངས་ཐོག་ODBC གྲངས་གཞིའི་ཁུངས་ཀྱི་མིང་།"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "MySQL གྲངས་གཞིའི་མཛོད་མིང་།"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Oracle གྲངས་གཞིའི་མཛོད་མིང་།"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Microsoft Accessགྲངས་གཞིའི་མཛོད་ཡིག"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "བཟོ་སྒྲིག་གཞན་དག་མང་པོ་བྱེད་མི་དགོས། འབྲེལ་མཐུད་ཀྱི་ནུས་པ་ཐོན་མིན་གཏན་འཁེལ་བྱེད་དགོས་ན་མཐེབ་གཅུས་ %test རྐྱང་རྡེབ་བྱེད་དགོས།"
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "གཙོ་འཁོར་མིང་།(~H)"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "~Mozilla ཡིག་ཆའི་མིང་སྒྲིག་བཀོད།"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "~Thunderbird ཡིག་ཆའི་མིང་སྒྲིག་བཀོད།"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
#, fuzzy
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "རེའུ་མིག་གསབ་སྣོན།..."
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr ""
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "གཞུང་སྤྱོད།"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "རིགས་རྣམ་བཞག་ཏུ་འགྱུར་བ།"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1924,163 +1918,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "རིམ་སྟར་སྒྲིག་པ།"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ཕྱིར་ལོག(~B)"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "རྒྱུན་མཐུད། (~N)>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "ལེགས་གྲུབ།(~R)"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "རེའུ་མིག་པར་སློག"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "རེའུ་མིག་པར་སློག"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "དེ་ནི་མིག་སྔའི་གཞི་གྲངས་མཛོད་ཀྱི་ནུས་ལྡན་རེའུ་མིག་མིང་མིན་པ།"
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "ཤོག་ལྷེ་དང་པོའི་ཐོག་གི་\"ཟུར་སྣོན་གྲངས་གཞིའི\"གདམ་ཚན་བདམས་ནས་ད་ཡོད་རེའུ་མིག་ནང་གྲངས་གཞི་ཟུར་སྣོན་བྱེད་ཆོག"
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "རེའུ་མིག་གི་མིང་བཟོ་བཅོས་གྱིས་དང་། ད་ལྟའི་མིང་དེ་རིང་དྲག་འདུག"
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "གཞི་གྲངས་མཛོད་ཀྱི་ཕྱོགས་སྟོན།"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "གཞི་གྲངས་མཛོད་འདེམས།"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr " dBASE འདི་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "ཡིག་དེབ་ཡིག་ཆའི་མཐུད་གཅིག་ལ་བཀོད་སྒྲིག་བྱེད།"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr " Microsoft Access འདི་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr " LDAP འདི་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr " ADO འདི་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr " JDBC འདི་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr " Oracle འདི་གཞི་གྲངས་མཛོད་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr " MySQL འདི་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr " ODBC འདི་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "སྤྱོད་པོའི་ཚོད་ལྟའི་ར་སྤྲོད་བཀོད་སྒྲིག"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr ""
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "ཉར་ཚགས་བྱེད་པ་མ་ཟད་མུ་མཐུད་བཀོལ་སྤྱོད་བྱེད།"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "གསར་བཟོས་གྲངས་གཞིའི་མཛོད།"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "གཞི་གྲངས་མཛོད་ཀྱི་འབྲེལ་མཐུད་ JDBC ལ་བཀོད་སྒྲིག་ MySQL བེད་སྤྱོད་བྱེད།"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
#, fuzzy
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
@@ -2091,68 +2085,68 @@ msgstr ""
"གལ་སྲིད་གཤམ་གྱི་བཀོད་སྒྲིག་ཡང་དག་མིན་གཏན་འཁེལ་མ་བྱེད་ན་ ཁྱེད་ཀྱི་མ་ལག་དོ་དམ་མི་སྣ་འབྲེལ་བ་བྱེད།"
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC སྒུལ་འདེད་བྱ་རིམ།(~R):"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "ཁས་ལེན། 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "ཡིག་ཆ་ dBASE ལ་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "གསོག་ཉར་བྱེད་པའི་ dBASE ཡིག་ཆའི་ཡིག་ཁུག་འདེམས།"
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "ཡིག་དེབ་ཡིག་ཆའི་མཐུད་གཅིག་ལ་བཀོད་སྒྲིག་བྱེད།"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
#, fuzzy
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "གསོག་ཉར་ CSV(མཚམས་རྟགས་བར་གཅོད་ཐང་)ཡིག་དེབ་ཡིག་ཆའི་ཁུག་འདེམས། %PRODUCTNAME Base ཀློག་པའི་མ་ཚུལ་ཁོ་ན་བྱས་ཏེ་ཡིག་ཆ་འདི་ཁ་ཕྱེས།"
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "ཡིག་དེབ་ཡིག་ཆའི་རྒྱུད་ལམ།"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "གཞི་གྲངས་མཛོད་ Microsoft Access ལ་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "ཁྱོད་ཀྱིས་འཚམས་འདྲི་བྱེད་པའི་ Microsoft Access ཡིག་ཆ་འདེམས།"
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "གཞི་གྲངས་མཛོད་ ADO ལ་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
#, fuzzy
msgctxt "STR_ADO_HELPTEXT"
msgid ""
@@ -2165,13 +2159,13 @@ msgstr ""
"གལ་སྲིད་གཤམ་གྱི་བཀོད་སྒྲིག་ཡང་དག་མིན་གཏན་འཁེལ་མ་བྱེད་ན་ཁྱེད་ཀྱི་མ་ལག་དོ་དམ་མི་སྣ་འབྲེལ་བ་བྱེད།"
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "གཞི་གྲངས་མཛོད་ ODBC ལ་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
#, fuzzy
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
@@ -2184,13 +2178,13 @@ msgstr ""
" གལ་སྲིད་གཤམ་གྱི་བཀོད་སྒྲིག་ཡང་དག་མིན་གཏན་འཁེལ་མ་བྱེད་ན་ཁྱེད་ཀྱི་མ་ལག་དོ་དམ་མི་སྣ་འབྲེལ་བ་བྱེད།"
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "གཞི་གྲངས་མཛོད་ JDBC ལ་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
#, fuzzy
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
@@ -2201,25 +2195,25 @@ msgstr ""
"གལ་སྲིད་གཤམ་གྱི་བཀོད་སྒྲིག་ཡང་དག་མིན་གཏན་འཁེལ་མ་བྱེད་ན་ ཁྱེད་ཀྱི་མ་ལག་དོ་དམ་མི་སྣ་འབྲེལ་བ་བྱེད།"
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "གཞི་གྲངས་མཛོད་ Oracle ལ་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "ཁས་ལེན། 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle JDBC སྒུལ་འདེད་བྱ་རིམ་རིགས།(~D)"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
#, fuzzy
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
@@ -2230,13 +2224,13 @@ msgstr ""
"གལ་སྲིད་གཤམ་གྱི་བཀོད་སྒྲིག་ཡང་དག་མིན་གཏན་འཁེལ་མ་བྱེད་ན་ཁྱེད་ཀྱི་མ་ལག་དོ་དམ་མི་སྣ་འབྲེལ་བ་བྱེད།"
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "གློག་རྡུལ་རེའུ་མིག་ལ་འབྲེལ་མཐུད་བཀོད་སྒྲིག་བྱེད།"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
#, fuzzy
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
@@ -2247,279 +2241,279 @@ msgstr ""
"%PRODUCTNAME ནི་ཀློག་པའི་མ་ཚུལ་ཁོ་ན་བྱས་ཏེ་ཡིག་ཆ་འདི་ཁ་ཕྱེས།"
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "གནས་ས་དང་ཡིག་ཆའི་མིང་།(~L)"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "བཀའ་བརྡ་ལག་བསྟར་བེད་བླག་་བྱུང་བ།"
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "གཞི་གྲངས་མཛོད་ཀྱི་ཕྲེང་སྦྲེལ་ནས་ཕྱིར་འཐེན་ཟིན་པ་དང་། གླེང་སྒྲོམ་དེ་ཁ་བརྒྱབ་འདུག"
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "རིམ་སྒྲིག་ལམ་སྲོལ།"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "ཡིག་དུམ་གསལ་བྱང་།"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "གྱེན་རིམ།"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "གོ་རིམ་དམའ་ཏུ་གཏོང་བ།"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "གསལ་བྱང་'$name$'དངོས་འབྲེལ་བསུབ་མཁན་ཡིན་ནམ།"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "གསལ་བྱང་།"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "གསལ་བྱང་ནང་ངེས་པར་དུཡིག་དུམ་གཅིག་དགོས། གསལ་བྱང་སྡེར་ཉར།"
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "གསལ་བྱང་མིང་གཞན་ཞིག་\"$name$\".ཡོད་པ།"
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "གསལ་བྱང་གི་མཚན་ཉིད་ནང་བེད་སྤྱོད་ཆོག་པའི་ཕྲེང་གི་མིང་གཅིག་རང་བེད་སྤྱོད་བྱེད་ཆོག་ཡིན་ནའང་ཁྱེད་ཀྱིས་ཕྲེང་གི་མིང་ཐེངས་གཉིས་པ་དེ་\"$name$\"བེད་སྤྱོད་བྱེད་དགོས།"
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
#, fuzzy
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "ནང་བཅུག་གི་ནང་དོན་དེ་སྟར་\"$name$\"ཡི་ནུས་ལྡན་གྲངས་ཐང་ལབརྗེ་སྒྱུར་བྱ་ཐབས་བྲལ།"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr ""
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr ""
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "ནོར་འཁྲུལ་འདིའི་རྒྱུན་གཏན་གྱི་རྒྱུ་རྐྱེན་ཞིག་ནི་གཞི་གྲངས་ཐོ་མཛོད་ཀྱི་སྐད་ཡིག་གི་འབྲུ་རྟགས་ཡིག་སྒྲོམ་སྒྲིག་སྦྱོར་བྱེད་རྒྱུ་མི་འགྲིག་པའི་རྐྱེན་གྱིས་ཡིན། “རྩོམ་སྒྲིག”-“གཞི་གྲངས་ཐོ་མཛོད”-“གཏོགས་གཤིས”བཅས་བདམས་ནས་སྒྲིག་སྦྱོར་འདིར་ཞིབ་བཤེར་བྱེད་དང་།"
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "ནོར་བ།"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "ཉེན་བརྡ།"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "ཆ་འཕྲིན།"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "ཞིབ་ཕྲ།"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "ཁྱེད་ཀྱིས་སྤྱོད་མཁན་འདི་སུབ་ངོ་མ་ཡིན་ནམ།"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "གཞི་གྲངས་མཛོད་ཀྱིས་སྤྱོད་མཁན་དོ་དམ་ལ་རྒྱབ་སྐྱོར་མི་བྱེད་པ།"
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "གསང་བའི་ཨང་གི་དེ་གཉིས་གཅིག་མཚུངས་མིན་པས་ཡང་བསྐྱར་གསང་བའི་ཨང་གི་བཅུག་རོགས་གནང་།"
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "ཡིད་གཟབ་བྱེད་རྒྱུར། གཞི་གྲངས་མཛོད་རེ་འགས་སྦྲེལ་མཐུད་བྱེད་སྟབས་འདི་རིགས་ལ་ཕལ་ཆེར་རྒྱབ་སྐྱོར་བྱེད་ཀྱི་མ་རེད།"
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "ཕྱོགས་སྟོནརེའུ་མིག་གཉིས་ནང་ཡིག་དུམ་འདྲེན་སྤྱོད་བྱེད་པའི་གཞི་གྲངས་ཁོ་ན་ཚུད་པ།"
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "'%1'ནང་གི་གཞི་གྲངས་སྡེ་ཚན་ཡོངས་རྫོགས་དང་'%2'ནང་གི་རེའུ་མིག་གཉིས་ཀྱིས་འདྲེན་སྤྱོད་བྱས་པའི་ཡིག་དུམ་གཅིག་པ་ཡིན་པའི་གཞི་གྲངས་ཀྱི་སྡེ་ཚན་ཚུད་ཡོད།"
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "'%1'དང་'%2'ནང་གི་གཞི་གྲངས་སྡེ་ཚན་ཡོངས་རྫོགས་ཚུད་ཡོད"
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "'%1' དང་ '%2'ནས་ཐོན་པའི་ཟིན་ཐོ་ཡོད་ཚད་ཚུད་པའི་ཏིར་ཁར་གསོག"
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "དམིགས་ཚད་གཞི་གྲངས་ཐོ་མཛོད་འདིས་བཪྙན་རིས་ལ་རྒྱབ་སྐྱོར་བྱེད་ཀྱི་མེད།"
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "དམིགས་ཚད་གཞི་གྲངས་ཐོ་མཛོད་འདིས་མཐེབ་གཞོང་ཨ་མར་རྒྱབ་སྐྱོར་བྱེད་ཀྱི་མེད།"
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "གཞི་གྲངས་ལྟ་སྤྱོད་ཞིབ་བརྗོད་རྟགས་ཪྙེད་མེད་པའམ་ཡང་ན་གཞི་གྲངས་ལྟ་སྤྱོད་ཞིབ་བརྗོད་རྟགས་ཀྱིས་དགོས་ངེས་ཀྱི་ཆ་འཕྲིན་ཚང་མ་མཁོ་འདོན་བྱེད་མི་ཐུབ་པ།"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "མིག་སྔར་རེའུ་མིག་དང་རྩད་འཚོལ་ཁོ་ནར་རྒྱབ་སྐྱོར་བྱེད་རྒྱུ།"
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "འདྲ་དཔེ་འདིའི་འབྱུང་རྩའི་འབྲས་བུ་ཚོགས་ཀྱིས་ངེས་པར་དུ་གདོང་འཛར་ལ་རྒྱབ་སྐྱོར་བྱེད་དགོས།"
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "$pos$ཕྲེང་གནས་ཐོག་གདོད་ཕྲེང་རིགས་གྲས་($type$)ལ་རམ་འདེགས་བྱེད་ཀྱི་མེད།"
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "ལས་དང་པོའི་གཞི་གྲངས་ནང་གི་ལུགས་འགལ་གྲངས་ཀ"
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "ལས་དང་པོ་བྱེད་སྐབས་ནོར་སྐྱོན་བྱུང་འདུག"
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr ""
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr ""
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr ""
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "འབྲེལ་བ་འདི་གནས་ཟིན་པས་ཁྱེད་ཀྱིས་འདིར་རྩོམ་སྒྲིག་བྱེད་སམ་ཡང་ན་འབྲེལ་བ་གསར་པ་ཞིག་གཏོད་དམ།"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "རིམ་འདས་ཕྲེང་སྦྲེལ་རྩོམ་སྒྲིག"
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "%1གསར་འཛུགས།"
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base:འབྲེལ་བ་ཇུས་འགོད།"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "གཞི་གྲངས་མཛོད་དེས་འབྲེལ་བའི་བྱེད་ནུས་ལ་རམ་འདེགས་བྱེད་ཀྱི་མེད།"
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "གལ་སྲིད་རེའུ་མིག་འདི་སུབ་ན་དེ་དང་འབྲེལ་ཡོད་ཚང་མ་སུབ་ཀྱི་རེད། མུ་མཐུད་ཡིན་ནམ།"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4709,7 +4703,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr ""
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr ""
@@ -4739,6 +4733,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
#, fuzzy
diff --git a/source/bo/desktop/messages.po b/source/bo/desktop/messages.po
index 63d9a3ceaf4..23dbdf583a6 100644
--- a/source/bo/desktop/messages.po
+++ b/source/bo/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-09-03 11:43+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,148 +124,154 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "རྒྱ་བསྐྱེད་བྱེད་པ།"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNOའགུལ་མཛོད་གྲུབ་ལྷུ།"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO Java གྲུབ་ལྷུ།"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO Python གྲུབ་ལྷུ།"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
#, fuzzy
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO Java གྲུབ་ལྷུ།"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDBརིགས་མཛོད།"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO Java རིགས་མཛོད།"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANGཐོ་མཛོད།"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "རོགས་རམ།"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
#, fuzzy
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "རྒྱ་སྐྱེད་བསྒར་སྒྲིག་བྱེད་ཐབས་བྲལ་བའི་རྒྱུ་མཚན་ནི།"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr ""
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "རྒྱ་སྐྱེད་ཁ་སྣོན།"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "སུབ་པ་(~R)..."
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "སྒུལ་སྤྱོད་(~E)..."
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "སྤྱོད་འགོག་(~D)..."
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "གསར་བརྗེས།(~U)..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAMEཁ་སྣོན།"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "%EXTENSION_NAME སུབ་རྒྱུ།"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAMEསྤར་སྤྱོད་བྱེད་རྒྱུ།"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME སྤྱོད་མི་ཆོག"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr ""
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "ནོར་འདུག རྒྱ་སྐྱེད་ཀྱི་རྣམ་པ་འདི་མི་རྟོགས།"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "ཁ་བརྒྱབ་"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr ""
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -274,7 +280,7 @@ msgid ""
msgstr ""
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr ""
@@ -282,20 +288,20 @@ msgstr ""
"དེར་བརྟེན་རྒྱ་སྐྱེད་སྒྲིག་འཇུག་བྱེད་ཐབས་མེད།"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr ""
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
#, fuzzy
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "སྒྲོན་བཪྙན་གསལ་བ།"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
#, fuzzy
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
@@ -305,19 +311,19 @@ msgid ""
msgstr "ཁྱེད་ཀྱིས་\\'%NAME\\'སྒྲིག་སྦྱོར་རྒྱ་སྐྱེད་བྱེད་རྩིས་འདུག “གཏན་འཁེལ”མཐེབ་རྒྱག་གཅིག་མནན་ན་སྒྲིག་སྦྱོར་་རྒྱ་སྐྱེད་བྱས་་པ་དེར་བརྗེ་གི་རེད། “མི་དགོས”མཐེབ་རྒྱག་གཅིག་མནན་་ན་སྒྲིག་སྦྱོར་བྱེད་མཚམས་འཇོག་གི་རེད།"
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -326,7 +332,7 @@ msgid ""
msgstr ""
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
#, fuzzy
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
@@ -339,7 +345,7 @@ msgstr ""
"“ཕྱིར་འཐེན་”ཞེས་པ་རྐྱང་རྡེབ་བྱས་ནས་རྒྱ་སྐྱེད་སུབ་མཚམས་འཇོག"
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
#, fuzzy
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
@@ -352,7 +358,7 @@ msgstr ""
"“ཕྱིར་འཐེན་”ཞེས་པ་རྐྱང་རྡེབ་བྱས་ནས་རྒྱ་སྐྱེད་སྤྱོད་མཚམས་འཇོག"
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
#, fuzzy
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
@@ -365,92 +371,92 @@ msgstr ""
"“ཕྱིར་འཐེན་”ཞེས་པ་རྐྱང་རྡེབ་བྱས་ནས་རྒྱ་སྐྱེད་སྤྱོད་རྒྱུ་བཀག་འགོག་བྱེད་མཚམས་འཇོག"
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
#, fuzzy
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "རྩིས་འཁོར་འདིའི་ཐོག་\\'%Name\\'རྒྱ་སྐྱེད་བེད་སྤྱོད་བྱེད་རྒྱུ་མེད།"
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "བསྒར་འཇུག་རྒྱ་སྐྱེད་"
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "བསྒར་འཇུག་ལེགས་སྒྲུབ་ཟིན།"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "ནོར་འཁྲུལ་མིན་འདུག"
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "རྒྱ་སྐྱེད་%NAMEཕབ་ལེན་བྱེད་སྐབས་ནོར་འཁྲུལ་དོན། "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "ནོར་སྐྱོན་གྱི་ཆ་འཕྲིན་དེ།"
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "%NAME བསྒར་འཇུག་རྒྱ་སྐྱེད་གཏོང་སྐབས་ནོར་འཁྲུལ་ཐོན། "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "%NAME ཆེར་གཏོང་གི་ཆོག་འཐུས་གྲོས་མཐུན་ཁས་ལེན་མི་བྱེད་པ། "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "རྒྱ་སྐྱེད་བསྒར་འཇུག་མི་བྱེད།"
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "ཧ་མི་གོ་བ།"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr ""
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr ""
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr ""
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
@@ -461,7 +467,7 @@ msgid ""
msgstr "ཁྱེད་ཀྱིས་\\'$NAME'ཡི\\་ $NEW དཔར་མ་སྒྲིག་སྦྱོར་རྒྱ་སྐྱེད་བྱེད་རྩིས་ ཐོའདུག དཔར་མ་གསར་་པ་SDEPLOYED དེ་སྒྲིག་སྦྱོར་བྱས་ཟིན་སོང་། “གཏན་འཁེལ”མཐེབ་རྒྱག་གཅིག་མནན་ན་སྒྲིག་སྦྱོར་་རྒྱ་སྐྱེད་བྱས་་པ་དེར་བརྗེ་གི་རེད། “མི་དགོས”མཐེབ་རྒྱག་གཅིག་མནན་་ན་སྒྲིག་སྦྱོར་བྱེད་མཚམས་འཇོག་གི་རེད།"
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
#, fuzzy
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
@@ -472,7 +478,7 @@ msgid ""
msgstr "ཁྱེད་ཀྱིས་$NAME'ཡི\\་ $NEW \\དཔར་མ་'སྒྲིག་སྦྱོར་རྒྱ་སྐྱེད་བྱེད་རྩིས་འདུག མིང་ལ་\\'$OLDNAME\\'ཞེས་པའི་དཔར་མ་གསར་པ་ $DEPLOYEDདེ་སྒྲིག་སྦྱོར་བྱས་ཟིན་སོང་། “གཏན་འཁེལ”མཐེབ་རྒྱག་གཅིག་མནན་་ན་སྒྲིག་སྦྱོར་་རྒྱ་སྐྱེད་བྱས་་པ་དེར་བརྗེ་གི་རེད། “མི་དགོས”མཐེབ་རྒྱག་གཅིག་མནན་་ན་སྒྲིག་སྦྱོར་བྱེད་མཚམས་འཇོག་གི་རེད།"
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
@@ -483,7 +489,7 @@ msgid ""
msgstr "ཁྱེད་ཀྱིས་\\'$NAME'ཡི་ $NEWདཔར་མ་སྒྲིག་སྦྱོར་རྒྱ་སྐྱེད་བྱེད་རྩིས་འདུག དཔར་མ་དེ་སྒྲིག་སྦྱོར་བྱས་ཟིན་སོང་། “གཏན་འཁེལ”མཐེབ་རྒྱག་གཅིག་མནན་ན་སྒྲིག་སྦྱོར་རྒྱ་སྐྱེད་བྱས་པ་དེར་བརྗེ་གི་རེད། “མི་དགོས”མཐེབ་རྒྱག་གཅིག་མནན་ན་སྒྲིག་སྦྱོར་བྱེད་མཚམས་འཇོག་གི་རེད།"
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
#, fuzzy
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
@@ -494,7 +500,7 @@ msgid ""
msgstr "ཁྱེ་ད་ཀྱིས་\\'$NAME'ཡི་$NEWདཔར་མ་སྒྲིག་སྦྱོར་བྱེད་རྩིས་འདུག མིང་ལ་\\'$OLDNAME\\' ཞེས་པའི་དཔར་མ་དེ་སྒྲིག་སྦྱོར་བྱས་ཟིན་སོང་། “གཏན་འཁེལ”མཐེབ་རྒྱག་གཅིག་མནན་་ན་སྒྲིག་སྦྱོར་་རྒྱ་སྐྱེད་བྱས་་པ་དེར་བརྗེ་གི་རེད། “མི་དགོས”མཐེབ་རྒྱག་གཅིག་མནན་་ན་སྒྲིག་སྦྱོར་བྱེད་མཚམས་འཇོག་གི་རེད།"
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
@@ -505,7 +511,7 @@ msgid ""
msgstr "ཁྱེད་ཀྱིས་\\'$NAME'ཡི\\ $NEW དཔར་མ་སྒྲིག་སྦྱོར་རྒྱ་སྐྱེད་བྱེད་རྩིས་འདུག དཔར་མ་ཪྙིང་པ་SDEPLOYEDདེ་སྒྲིག་སྦྱོར་བྱས་ཟིན་སོང་། “གཏན་འཁེལ”མཐེབ་རྒྱག་གཅིག་མནན་ན་སྒྲིག་སྦྱོར་་རྒྱ་སྐྱེད་བྱས་་པ་དེར་བརྗེ་གི་རེད། “མི་དགོས”མཐེབ་རྒྱག་གཅིག་མནན་ན་སྒྲིག་སྦྱོར་བྱེད་མཚམས་འཇོག་གི་རེད།"
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
#, fuzzy
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
@@ -516,146 +522,146 @@ msgid ""
msgstr "ཁྱེད་ཀྱིས་\\'$NAME'ཡི\\་ $NEW དཔར་མ་སྒྲིག་སྦྱོར་རྒྱ་སྐྱེད་བྱེད་རྩིས་འདུག མིང་ལ་\\SDEPLOYEDཞེས་ པའི་དཔར་མ་ཪྙིང་་པSDEPLOYEDདེསྒྲིག་སྦྱོར་བྱས་ཟིན་་སོང་། “གཏན་འཁེལ”མཐེབ་རྒྱག་གཅིག་མནན་་ན་སྒྲིག་སྦྱོར་་རྒྱ་སྐྱེད་བྱས་་པ་དེར་བརྗེ་གི་རེད། “མི་དགོས”མཐེབ་རྒྱག་གཅིག་མནན་ན་སྒྲིག་སྦྱོར་བྱེད་མཚམས་འཇོག་གི་རེད།"
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "གསར་བརྗེས་གསར་པ་མིན་འདུག"
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
#, fuzzy
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "གསར་བརྗེས་ཀྱི་བསྒར་འཇུག་བྱེད་དགོས་པ་མེད་པ། གསར་བརྗེས་ཚང་མར་ལྟ་བཤེར་དགོས་ན་གསར་བརྗེས་ཚང་མ་ཞེས་པའི་སྒྲོམ་དེ་འདེམས་དགོས།"
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "ནོར་སྐྱོན་བྱུང་བ།L:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "ཧ་མི་གོ་བའི་ནོར་འཁྲུལ།"
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "རྒྱ་བསྐྱེད་དེའི་གསལ་བཤད་དང་འཚམ་པ་མེད་པ།"
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "རྒྱ་སྐྱེད་བསྒར་སྒྲིག་བྱེད་ཐབས་བྲལ་བའི་རྒྱུ་མཚན་ནི།"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr ""
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "བཤར་ལྟ་ཆས་གསར་བརྗེས་དམིགས་པ།"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "པར་མ།"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "གསར་བརྗེས་ཉར་ཐབས་བྲལ།\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "བཀོལ་སྤྱོད་བྱ་རིམ་འདི་འགོ་འཛུགས་ཐབས་བྲལ།"
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "བགོ་སྒྲིག་བརྒྱུད་ལམ་\"$1\"བཪྙེད་ཐབས་བྲལ།"
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "བསྒར་འཇུག་བགྲོད་ལམ་གོ་མི་ཆོད།"
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "ནང་ཁོངས་ཀྱི་ནོར་སྐྱོན་ཞིག་བྱུང་འདུག"
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "\" སྒྲིག་སྦྱོར་བྱས་པའི་ཡིག་ཆ་ \"$1་འཕྲོ་བརླག་ཕྱིན་འདུག"
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "བགོ་སྒྲིག་ཡིག་ཆ་\"$1\"བཪྙེད་ཐབས་བྲལ།"
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "ཡིགཆ་\"$1\"སྒྲིག་སྦྱོར་བྱེད་པར་དཔར་གཞི་འདིར་རྒྱབ་སྐྱོར་བྱེད་ཀྱི་མི་འདུག"
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "སྤྱོད་དུད་སྦྲེལ་ངོས་ཀྱི་སྐད་བརྡ་གཏན་འཁེལ་ཐབས་བྲལ།"
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr ""
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "བགོ་སྒྲིག་ཞབས་ཞུའི་དོ་དམ་ཆས་གྲུབ་ཐབས་བྲལ།"
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "ཁྱེད་ཀྱི་བྱ་རིམ་དེ་སླར་གསོ་བྱེད་དགོས་ན་ཁྱེད་ཀྱི་འོད་སྡེར་སྒྲིག་འཇུག་བྱ་རིམ་སྤར་བའམ་ཡང་ན་སྒྲིག་འཇུག་གཞི་གྲངས་དཀར་ཆག་ནང་ནས་སྒྲིག་འཇུག་བྱ་རིམ་དེ་ཐད་ཀར་སྤར་དགོས།"
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "ཁྱེད་ཀྱི་ལྟེ་བའི་སྡེབ་སྒྲིག་ཉར་ལེན་བྱེད་སྐབས་སྤྱི་བཏང་གི་ཉར་ལེན་ནོར་འཁྲུལ་བྱུང་བ།"
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -667,19 +673,19 @@ msgstr ""
"ཁྱེད་ཀྱིས་རྒྱུད་ཁོངས་དོ་དམ་པ་དང་འབྲེལ་གཏུགས་བྱེད་དགོས།"
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "གཤམ་གསལ་ནང་ཁོངས་ཀྱི་ནོར་སྐྱོན་ཐོན་འདུག"
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr ""
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -689,25 +695,25 @@ msgid ""
msgstr ""
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "པར་འདེབས་བཀག་སྡོམ་ཟིན་པས་ཡིག་ཚགས་གང་ཡང་པར་འདེབས་བྱེད་ཐབས་མེད་པ།"
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "འགྲོ་ལམ་དོ་དམ་ཆས་སྤྱོད་ཐབས་བྲལ།\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -715,7 +721,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -723,61 +729,61 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr ""
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr ""
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr ""
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr ""
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr ""
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr ""
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr ""
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr ""
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
#, fuzzy
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
diff --git a/source/bo/helpcontent2/source/text/sbasic/shared.po b/source/bo/helpcontent2/source/text/sbasic/shared.po
index d46359f7630..48948394dec 100644
--- a/source/bo/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bo/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2019-08-09 08:32+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8161,13 +8161,13 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr ""
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
+msgid "Print# Statement"
msgstr ""
#. addUg
@@ -8179,23 +8179,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr ""
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "གླིང་སྒྲོམ་ནང་གཏན་འཁེལ་བའི་ཡིག་རྟགས་ཕྲེང་བ་ཡང་ན་གྲངས་ཀའི་མཚོན་ཚུལ་གཏག་པར་བྱེད།"
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9745,13 +9754,13 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>Reset བརྗེད་པ་</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
msgstr ""
#. iLCKn
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "ཁ་ཕྱེས་པའི་ཡིག་ཆ་ཡོད་ཚད་ཁ་རྒྱབ་ མ་ཟད་ཡིག་ཆ་འདི་དག་ལྷོད་གཏོང་ཁུལ་ནང་གིས་ནང་དོན་མཁྲེགས་སྟེར་ནང་འབྲེང་བཅུག་བྱེད།"
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "བརྡ་འཕྲོད་"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "དཔེ་གཞི་"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10024,50 +10024,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "ཁ་ཕྱེ་བའི་གོ་རིམ་ཡིག་ཆ་ནས་གཞི་གྲངས་ཀློག་འདོན་བྱེད།"
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "བརྡ་འཕྲོད་"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ཁུགས་གྲངས་"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber </emph>ཀློག་ལེན་བྱ་རྒྱུའི་གཞི་གྲངས་ཀྱི་ཨང་སྒྲིག་ལྡན། ཡིག་ཆ་འདི་ངེས་པར་དུ་འགག་གནད་ཡི་གེ་ INPUT ལྡན་པའི་ Open རྗོད་པ་སྤྱད་ནས་ཁ་ཕྱེ་དགོས།"
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>var </emph>གྲངས་ཀའམ་ཡིག་རྟགས་ཕྲེང་བ་ཚད་འགྱུར་ན་ ཁ་ཕྱེ་བའི་ཡིག་ཆའི་ནང་ཀློག་འདོན་གྱི་ཐང་གསོག་ཉར་ལ་སྤྱོད།"
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "གལ་ཏེ་གཞི་གྲངས་གཞི་རྒྱུ་ཀློག་ལེན་བྱེད་དུས་ཡིག་ཆའི་མཇུག་ཏུ་སླེབས་དུས་ནོར་འཁྲུལ་ཐོན་ན་འཕེལ་རིམ་རྒྱུན་གཏན་མིན་པའི་མཚམས་འཇོག་བྱེད།"
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "དཔེ་གཞི་"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,13 +10114,13 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr ""
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
+msgid "Line Input# Statement"
msgstr ""
#. CCEuD
@@ -10150,68 +10132,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>Line རྟེན་གྲངས་</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "གོ་རིམ་ཡིག་ཆ་ནས་ཡིག་རྟགས་ཕྲེང་བ་འགྱུར་ཚད་ལ་གཤིབ་སྒྲིག་ཀློག་ལེན་བྱེད།"
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "བརྡ་འཕྲོད་"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "Line Input #FileNumber As Integer, Var As String"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "ཁུགས་གྲངས་"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber </emph>ནང་ནས་གཞི་གྲངས་ཀྱི་ཡིག་ཆའི་ཨང་སྒྲིག་ཀློག་ལེན་བྱེད། ཡིག་ཆ་འདི་ལ་ངེས་པར་དུ་སྔོན་ལ་ READ འགག་གནད་ཡི་གེ་ལྡན་པའི་ Open བརྗོད་པས་འབྱེད་དོ།"
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>Var </emph>མཇུག་འབྲས་གསོག་ཉར་གྱི་འགྱུར་ཚད་མིང་ལ་སྤྱོད།"
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10222,40 +10186,13 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "<emph>Line Input#</emph> རྗོད་པ་བེད་སྤྱོད་བྱས་ན་ ཁ་ཕྱེ་བའི་ཡིག་ཆའི་ནང་ཡིག་རྟགས་ཕྲེང་བ་ཀློག་འདོན་བྱེད་པ་མ་ཟད་དེ་ལ་འགྱུར་ཚད་ཅིག་འབྲི་འཇུག་བྱེད་ཆོག། ཕྲེང་རེ་བཞིན་ཡིག་རྟགས་ཕྲེང་བ་ཀློག་འདོན་བརྒྱུད་རིམ་ནང་Enterམཐེབ་ (Asc=13) བམ་ཕྲེང་བརྗེ་ (Asc=10) ཨང་དང་པོ་འཕྲད་དུས་མཚམས་འཇོག་བྱེད། ཐོབ་པའི་ཡིག་རྟགས་ཕྲེང་བ་ནང་ཕྲེང་མཇུག་བྲིས་རྟགས་ཚུད་མེད།"
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "དཔེ་གཞི་"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNumber, \"This is a line of text\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNumber, \"This is another line of text\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
+msgid "Put# Statement"
msgstr ""
#. psWQE
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>Put རྗོད་པ་</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,14 +10222,14 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "ཟིན་བྲིས་ལྟོས་བཅས་ཀྱི་ཡིག་ཆར་འབྲི་འཇུག་བྱ་བའམ་ཡིག་ཚོགས་རིམ་སྟར་གཉིས་གོང་འདྲིལ་ལུགས་ཀྱི་ཡིག་ཆར་འབྲི་འཇུག་བྱ།"
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "གཞན་ལ་དཔྱད་གཟིགས་གནང་རོགས་ <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> རྗོད་པ་"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. 9HgEG
#: 03020204.xhp
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "གཉིས་གོང་འདྲིལ་ལུགས་ཀྱི་ཡིག་ཆ་(Binary འཚམས་འདྲི་)ལ་མཚོན་ན་ཡིག་ཆའི་ནང་ཡིག་ཚིགས་འབྲི་འཇུག་འགོ་ཚུགས་པའི་གནས་ས་ཡིན།"
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,68 +10321,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>Write རྗོད་པ་</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "རིམ་སྒྲིག་ཡིག་ཆའི་ནང་གཞི་གྲངས་འབྲི་འཇུག་བྱེད་པ།"
-
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "བརྡ་འཕྲོད་"
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "Write [#]FileName, [Expressionlist]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "ཁུགས་གྲངས་"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>FileName </emph>ལ་ Open བརྗོད་པས་ཡིག་ཆ་ཁག་ལ་བཀོད་སྒྲིག་བྱས་པའི་ཡིག་ཆའི་ཨང་སྒྲིག་གི་གྲངས་ཀ་གང་རུང་གི་མཚོན་ཚུལ་ལྡན་ཡོད།"
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>Expressionlist </emph>ཡིག་ཆའི་ནང་ནང་འཇུག་བྱ་རྒྱུའི་འགྱུར་ཚད་དམ་མཚོན་ཚུལ་ལ་མཚམས་རྟགས་བར་གཅོད་སྤྱོད་དོ།"
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr ""
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "དཔེ་གཞི་"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,13 +10942,13 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>FileNumber </emph>ཕྱིར་ལོག་ནི་ Open བརྗོད་པས་གཏན་འཁེལ་བྱས་པའི་ཡིག་ཆའི་ཨང་སྒྲིག་"
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
+msgid "Seek# Statement"
msgstr ""
#. vLW2K
@@ -11041,13 +10960,13 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>seek རྗོད་པ་</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
msgstr ""
#. RBPKW
@@ -11077,59 +10996,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "ཡིག་ཆ་གཞན་གྱི་ངོས་ནས་བརྗོད་ན་ རྟེན་གྲངས་འདིས་གཤམ་གྱི་བཀོལ་སྤྱོད་བྱེད་པའི་ཡིག་ཚེགས་གནས་ས་ཕྱིར་ལོག་བྱེད།"
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "དཔྱད་གཟིགས་མཛོད་ <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link> <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>"
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "བརྡ་འཕྲོད་"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "Seek[#]FileNumber, Position (As Long)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "ཁུགས་གྲངས་"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>FileNumber </emph>ཕྱིར་ལོག་ནི་ Open བརྗོད་པས་གཏན་འཁེལ་བྱས་པའི་ཡིག་ཆའི་ཨང་སྒྲིག་"
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>Position </emph> ཐེངས་བརྗེས་མར་འབྲི་འཇུག་གམ་ཀློག་འདོན་བྱ་རྒྱུའི་གནས་སའི་ཐང་ནི་ 1 ནས་ 2,147,483,647 བར་གྱི་གྲངས་ཀ་ཡིན། ཡིག་ཆའི་རིགས་མི་གཅིག་ན་གནས་ས་སྟོན་པའི་ཆ་འཕྲིན་ཡང་མི་འདྲ། Random མ་ཚུལ་འོག་ཡིག་ཆས་སྟོན་པ་ནི་ཟིན་བྲིས་ཨང་སྒྲིག་ཡིན། Binary、Output、Append ཡང་ན་ Input མ་ཚུལ་འོག་གི་ཡིག་ཆས་སྟོན་པ་ནི་ཡིག་ཚིགས་གནས་ས་ཨང་སྒྲིག་ཡིན། ཡིག་ཆའི་ནང་གི་ཡིག་ཚིགས་དང་པོའི་གནས་ས་ནི་ 1དང་གཉིས་པ་ནི་ 2ཡིན་པ་དེ་ལྟར་"
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39391,13 +39310,13 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -41254,13 +41173,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/bo/helpcontent2/source/text/sdatabase.po b/source/bo/helpcontent2/source/text/sdatabase.po
index 2d4c3a3caf6..8790dd9b661 100644
--- a/source/bo/helpcontent2/source/text/sdatabase.po
+++ b/source/bo/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -157,13 +157,13 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr ""
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 3JCfK
@@ -175,13 +175,13 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr ""
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
msgstr ""
#. ASeVi
@@ -193,13 +193,13 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr ""
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
msgstr ""
#. JTXBF
@@ -211,13 +211,13 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr ""
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
msgstr ""
#. FWCVa
@@ -292,13 +292,13 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -319,13 +319,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -364,6 +364,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/sdraw/01.po b/source/bo/helpcontent2/source/text/sdraw/01.po
index 307820ef1e7..50fdd21677e 100644
--- a/source/bo/helpcontent2/source/text/sdraw/01.po
+++ b/source/bo/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2017-05-09 17:22+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr ""
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/shared/00.po b/source/bo/helpcontent2/source/text/shared/00.po
index 1815bdfe031..6d9d0d44fed 100644
--- a/source/bo/helpcontent2/source/text/shared/00.po
+++ b/source/bo/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr ""
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/shared/01.po b/source/bo/helpcontent2/source/text/shared/01.po
index 57b89f25737..01870500371 100644
--- a/source/bo/helpcontent2/source/text/shared/01.po
+++ b/source/bo/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25801,31 +25801,13 @@ msgctxt ""
msgid "Add"
msgstr ""
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr ""
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr ""
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
msgstr ""
#. 6Yvch
@@ -27259,13 +27241,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr ""
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
msgstr ""
#. 6XJUi
@@ -47275,13 +47257,13 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr ""
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
msgstr ""
#. ChX9A
@@ -47464,24 +47446,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr ""
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr ""
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr ""
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47491,15 +47455,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr ""
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr ""
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49561,6 +49516,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/shared/02.po b/source/bo/helpcontent2/source/text/shared/02.po
index 180ab2c316a..dcb3a6f3e52 100644
--- a/source/bo/helpcontent2/source/text/shared/02.po
+++ b/source/bo/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 13:20+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8809,14 +8809,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr ""
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
-msgstr "ཡལ་ལག་རེའུ་བྱང་ནི་ <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> བརྩད་འདྲི་གཞིར་བྱས་པ་ཡིན། གནད་ལ་འཁེལ་བའི་སྒོ་ནས་བཤད་ན་<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"ཞུགས་གྲངས་བརྩད་འདྲི།\">ཞུགས་གྲངས་བརྩད་འདྲི།</link>ལ་གནས་ཡོད། གལ་ཏེ་<emph>ཐག་སྦྲེལ་ཡིག་དུམ་གཙོ་བོའི་</emph>སྒྲོམ་གྲུ་བཞིའི་ནང་ཡིག་དུམ་གྱི་མིང་ཞིག་ནང་འཇུག་བྱས་ན་ཡིག་དུམ་འདི་གཙོ་བོའི་རེའུ་བྱང་ནང་ཚུད་པའི་གཞི་གྲངས་<emph>ཡིག་དུམ་</emph>ནང་ནང་འཇུག་བྱས་པའི་འགྱུར་ཚད་གཅིག་ཐག་སྦྲེལ་ཀློག་ལེན་བྱེད་ SQLའགྱུར་ཚད་འདི་དང་ཡན་ལག་རེའུ་བྱང་འདྲེན་སྤྱོད་ཀྱི་རེའུ་མིག་གཞི་གྲངས་ཕན་ཚུན་གཤིབ་སྡུར་བྱེད། ཡང་ན་ <emph>ཡིག་དུམ་གཙོ་བོ་ཐག་སྦྲེལ་</emph>སྒྲོམ་གྲུ་བཞིབཞི་ནང་སྟར་མིང་འདི་ནང་འཇུག་བྱེད།"
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgstr ""
#. KAQ4c
#: 01170203.xhp
@@ -10528,14 +10528,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr ""
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149095\" src=\"cmd/sc_setborderstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149095\">རིས་རྟགས།</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -11761,14 +11761,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr "རིས་རྟགས་བྱེད་ནུས་སྤྱད་ནས་རིས་འགོད་གསར་འཛུགས་བྱེད་དུས་<emph>མདའ་རྩེའི་བཟོ་ལྟ་</emph>རིས་རྟགས་མངོན། འབྲེལ་ཡོད་ཀྱི་ཆ་འཕྲིན་ཆེས་མང་པོ་ནི་ཁྱེད་ཀྱིས་\"རོགས་རམ།\"ནང་གི་<link href=\"text/shared/01/05200300.xhp\" name=\"ཐིག་སྐུད་བཟོ་ལྟ།\"><emph>ཐིག་སྐུད་བཟོ་ལྟ།</emph></link>ལེའུ་དང་ས་བཅད་ལ་དཔྱད་གཟིགས་མཛོད།"
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">རིས་རྟགས།</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -17026,13 +17026,13 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "ཐད་ཀར་ SQL བཀའ་ཚིག་འཁོར་རྒྱུགས།"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
msgstr ""
#. tTG7m
@@ -17053,13 +17053,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"རྟེན་གྲངས།\">རྟེན་གྲངས།</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
msgstr ""
#. iGFfH
@@ -17098,13 +17098,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"རེའུ་མིག་མིང་།\">རེའུ་མིག་མིང་།</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. t48DA
@@ -17143,13 +17143,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"མིང་གཞན།\">མིང་གཞན།</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. CcbaZ
@@ -17197,13 +17197,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"གསལ་ཁ་ཆོད་པའི་གྲངས་ཐང་།\">གསལ་ཁ་ཆོད་པའི་གྲངས་ཐང་།</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
msgstr ""
#. EXAFG
@@ -19240,13 +19240,40 @@ msgctxt ""
msgid "Limit"
msgstr "ཚད་བཟུང་"
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
msgstr ""
#. Ae3Qb
diff --git a/source/bo/helpcontent2/source/text/shared/explorer/database.po b/source/bo/helpcontent2/source/text/shared/explorer/database.po
index 2ac4fa0b691..29eeaf30332 100644
--- a/source/bo/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/bo/helpcontent2/source/text/shared/explorer/database.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 13:20+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,2220 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542028837.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr "བཙལ་འདྲིའི་ཇུས་འགོད།"
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr "<bookmark_value>མཐོང་རིས་; གཞི་གྲངས་མཛོད་མཐོང་རསརས་གསར་འཛུགས་</bookmark_value><bookmark_value>བཙལ་འདྲི་; ཇུས་འགོད་མཐོང་རིས་ནང་གསར་འཛུགས་བྱེད།</bookmark_value><bookmark_value>ཇུས་འགོད་; བཙལ་འདྲི།</bookmark_value><bookmark_value>ཇུས་འགོད་མཐོང་རིས་; བཙལ་འདྲི་/མཐོང་རིས་</bookmark_value><bookmark_value>ཟླ་སྒྲིལ་; རེའུ་མིག།</bookmark_value><bookmark_value>གཞི་གྲངས་མཛོད་ནང་གི་རེའུ་མིག་; བཙལ་འདྲི་ཟླ་སྒྲིལ།</bookmark_value><bookmark_value>བཙལ་འདྲི་; རེའུ་མིག་ཟླ་སྒྲིལ།</bookmark_value><bookmark_value>གཞི་གྲངས་མཛོད་ནང་གི་རེའུ་མིག་; འབྲེལ་བ་</bookmark_value><bookmark_value>འབྲེལ་བ་; རེའུ་མིག་ཟླ་སྒྲིལ།</bookmark_value><bookmark_value>བཙལ་འདྲི་; རེའུ་མི་ཐག་སྦྲེལ་སུབ་པ་</bookmark_value><bookmark_value>བཙལ་འདྲིའི་ནང་གི་འཚག་འདེམས་ཆ་རྐྱེན་</bookmark_value><bookmark_value>བཙལ་འདྲི་; རྣམ་གཞག་ཅན་གྱི་འཚག་འདེམས་ཆ་རྐྱེན་</bookmark_value><bookmark_value>བཙལ་འདྲི་ནང་གི་འཚག་འདེམས་ཆ་རྐྱེན་</bookmark_value><bookmark_value>ཞུགས་གྲངས་; བཙལ་འདྲི།</bookmark_value><bookmark_value>བཙལ་འདྲི་; ཞུགས་གྲངས་བཙལ་འདྲི།</bookmark_value><bookmark_value>SQL; བཙལ་འདྲི།</bookmark_value><bookmark_value>རང་ས་ SQL</bookmark_value>"
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"བཙལ་འདྲི་ཇུས་འགོད།\">བཙལ་འདྲི་ཇུས་འགོད།</link>"
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr ""
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr "གཞི་གྲངས་མཛོད་མང་ཆེ་བ་ཚང་མ་བཙལ་འདྲི་སྤྱད་དེ་གཞི་གྲངས་མཛོད་རེའུ་མིག་འདེམས་པའམ་རིམ་སྒྲིག་བྱེད་ ཁྱེད་ཀྱིས་རྩིས་འཁོར་སྟེང་ཟིན་བྲིས་མངོན་པར་བྱ། མཐོང་རིས་ཀྱི་བཙལ་འདྲི་དང་མཚུངས་པའི་བྱེད་ནུས་མཁོ་འདོན་བྱེད་ འོན་ཀྱང་ཞབས་ཞུའི་སྣེ་རུ་མཁོ་འདོན་བྱེད། གལ་ཏེ་ཁྱེད་ཀྱིས་གཞི་གྲངས་མཛོད་མཐོང་རིས་རྒྱབ་སྐྱོར་གྱི་ཞབས་ཆས་སྟེང་གནས་ན་མཐོང་རིས་སྤྱད་དེ་ཞབས་ཆས་སྟེང་གི་ཟིན་བྲིས་ཚག་འདེམས་བྱས་ནས་མགྱོགས་མྱུར་ངང་མངོན་པར་བྱེད་"
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr "གཞི་གྲངས་མཛོད་ཁ་ཤས་ཀྱིས་རེའུ་མིག་མཐོང་རིས་གསར་པ་གསར་འཛུགས་བྱེད་པར་རྒྱབ་སྐྱོར་བྱེད། གཞི་གྲངས་མཛོད།<emph>རེའུ་མིག།</emph>འདེམས་གཞིའི་ཁྭ་ནང།<emph>མཐོང་རིས་འཛུགས་པ་</emph>བཀའ་ཚིག་བདམས་ན་<emph>མཐོང་རིས་ཇུས་འགོད།</emph>སྒེའུ་ཁུང་མཐོང་ དེ་དང་འདིར་ངོ་སྤྲོད་བྱས་པའི།<emph>བཙལ་འདྲིའི་ཇུས་འགོད།</emph>སྒེའུ་ཁུང་ཉེ་མཚུངས་ཡིན།"
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr ""
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr "ཇུས་འགོད་མཐོང་རིས།"
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr "བཙལ་འདྲི་གསར་འཛུགས་བྱེད་ཆེད་ ཁྱེད་ཀྱིས་གཞི་གྲངས་མཛོད་ཡིག་ཚགས་ནང་གི།<emph>བཙལ་འདྲི།</emph>རིས་རྟགས་ལ་རྐྱང་རྡེབ་བྱས་རྗེས་<emph>ཇུས་འགོད་མཐོང་རིས་ནང་བཙལ་འདྲི་གསར་འཛུགས་བྱེད།</emph>"
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr ""
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr "\"བཙལ་འདྲིའི་ཇུས་འགོད་\"སྒེའུ་ཁུང་ནང་གི་སྟེང་ཕྱོགས་སུ།<emph>བཙལ་འདྲིའི་ཇུས་འགོད།</emph>ཚང་དང།<emph>ཇུས་འགོད།</emph>ཚང་གི།<link href=\"text/shared/main0214.xhp\" name=\"རིས་རྟགས་\">རིས་རྟགས་</link>མངོན་ནོ།"
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr "གལ་ཏེ་བཙལ་འདྲི་ཚོད་བགམ་བྱེད་འདོད་ན་ ཁྱེད་ཀྱིས་གཞི་གྲངས་མཛོད་ཡིག་ཚགས་ནང་བཙལ་འདྲིའི་མིང་ལ་ཆ་རྡེབ་བྱེད། བཙལ་འདྲིའི་འབྲས་བུ་\"གཞི་གྲངས་ཁུངས་མཐོང་རིས་\"ཀྱི་རེའུ་མིག་ནང་མངོན། མཆན་:མངོན་པའི་རེའུ་མིག་ནི་གནས་སྐབས་ཡིན།"
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr ""
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr ""
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "རྟེན་གྲངས།"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr ""
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr "སྔོན་ལྟ།"
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr ""
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr "འདྲི་རྩད་འཁོར་རྒྱུགས་བྱ།"
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr ""
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr ""
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr "མིག་བཤར།"
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr ""
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">ཡིག་དུམ་ལ་ཆ་རྡེབ་བྱས་ནས་བཙལ་འདྲིའི་ནང་སྣོན་འཇུག་བྱེད། འདྲུད་འཇོག་གིས་འབྲེང་བར་མཚན་འཇོག་བྱེད། </ahelp>"
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr "བཙལ་འདྲི་ཇུས་འགོད་ཀྱི་དུས་ཚོད་ནང་འདེམས་ངེས་ཀྱི་རེའུ་མིག་བཟོ་བཅོས་བྱ་ཐབས་བྲལ།"
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr "རེའུ་མིག་སུབ་པ།"
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr "རེའུ་མིག་ཅིག་ཇུས་འགོད་མཐོང་རིས་ནང་ནས་སྤོ་སུབ་བྱེད་ན་ རེའུ་མིག་སྒེའུ་ཁུང་གི་སྟེང་ངོས་སྒྲོམ་ལ་རྐྱང་རྡེབ་བྱེད་པ་མ་ཟད་ གཡས་མཐེབ་ཚལ་ཐོ་ཁོལ་སྤྱོད་བྱེད། བཀའ་ཚིག།<emph>སུབ་པ་</emph>སྤྱད་དེ་རེའུ་མིག་མཐོང་རིས་ནང་ནས་སྤོ་སུབ་བྱེད། དེ་མིན་ ཁྱེད་ཀྱིས་སུབ་མཐེབ་སྤྱད་དེ་སྤོ་སུབ་བྱས་ཀྱང་ཆོག"
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr "རེའུ་མིག་སྤོ་འགུལ་དང་རེའུ་མིག་ཆེ་ཆུང་།"
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr "དགོས་མཁོར་གཞིགས་ནས་རེའུ་མིག་སྒྲིག་པ་མ་ཟད་དེའི་ཆེ་ཆུང་བཟོ་བཅོས་བྱེད་ཆོག། རེའུ་མིག་ཅིག་སྤོ་འགུལ་བྱ་འདོད་ན་དེའི་སྟེང་གི་མཐའ་སྒྲོམ་གི་འཇོག་འདོད་པའི་གནས་སར་སྤོ་འགུལ་བྱེད། རེའུ་མིག་ཅིག་གི་མངོན་པའི་སྡུར་ཚད་ཆེ་རུའམ་ཆུང་དུ་གཏོང་ན་དེའི་མཐའ་སྒྲོམ་མམ་ཟུར་ཞིག་ཁྱེད་ཀྱིས་འདོད་པའི་ཆེ་ཆུང་ཐོབ་པའི་བར་དུ་འདྲུད་སྒུལ་བྱེད།"
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr "རེའུ་མིག་བྲེལ་བ།"
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr "གལ་ཏེ་རེའུ་མིག་ཅིག་ནང་གི་གཞི་གྲངས་ཡིག་དུམ་ཅིག་དང་རེའུ་མིག་གཞན་ཞིག་ནང་གི་གཞི་གྲངས་ཡིག་དུམ་ཞིག་བར་གཞི་གྲངས་ཀྱི་འབྲེལ་བ་ལྡན་ན་ ཁྱེད་ཀྱིས་འབྲེལ་བ་འདི་ཁྱེད་ཀྱི་བཙལ་འདྲི་ལ་སྤྱད་ཆོག"
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr ""
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr ""
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr "$[officename] སྤྱད་དེ་འབྲེལ་བའི་གཞི་གྲངས་མཛོད་ཀྱི་འཆར་ངོས་ལ་བརྩིས་ན་ལས་ཁྲ་མང་པོ་སྦྲེལ་བའི་རྨང་གཞིར་བྱས་པའི་བཙལ་འདྲི་འཛུགས་ནུས།"
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr "བཙལ་འདྲི་གཅིག་མ་བརྒྱུད་པར་གཞི་གྲངས་མཛོད་མང་པོའི་ནང་གི་རེའུ་མིག་ལ་འཚམས་འདྲི་བྱེད་པ། གཞི་གྲངས་མཛོད་གཅིག་ནང་རེའུ་མིག་མང་པོར་འབྲེལ་བའི་བཙལ་འདྲི་འཛུགས་པ།"
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr ""
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr ""
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">མཉམ་འགྲེལ་གཏོགས་གཤིས་ལ་རྩོམ་སྒྲིག་བྱེད། </ahelp>ཡང་མཐེབ་ Tab གནོན་ན་མཉམ་འགྲེལ་ཕྱོགས་ཚད་འདེམས་ (བདམས་རྗེས་ཆེ་རུ་བཏང་བ་མངོན་) དེ་རྗེས་མཐེབ་ Shift+F10 གནོན་ན་གཡས་མཐེབ་ཚལ་ཐོ་མངོན་པ་མ་ཟད།<emph>རྩོམ་སྒྲིག།</emph>འདེམས།"
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr "འབྲེལ་བ་སུབ་པ།"
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr "རེའུ་མིག་གཉིས་བར་གྱི་འབྲེལ་བ་སུབ་ན་ ཙིག་རྟགས་སྤྱད་དེ་དེའི་སྦྲེལ་ཐིག་ལ་རྡེབ་གནོན་བྱེད་པ་མ་ཟད་དེ་རྗེས་སུབ་པའི་མཐེབ་གནོན་དགོས།"
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr "དེ་མིན་ཡང་ <emph>འབྲེལ་བ་</emph> གླེང་སྒྲོམ་ནང།<emph>འབྲེལ་ཡོད་ཡིག་དུམ།</emph>ནང་ཚུད་པའི་ལྟོས་བཅས་གཤར་བྱང་སུབ་བོ་ ཡང་ན་མཐེབ་ Tab གནོན་ནས་བུར་དུ་མངོན་པའི་མཉམ་འབྲེལ་ཕྱོགས་ཚད་ཪྙེད་ཐུབ་ དེ་རྗེས་མཐེབ་ Shift+F10 གནོན་པ་དང་གཡས་མཐེབ་ཚལ་ཐོ་ཁ་ཕྱེ་རྒྱུ་མ་ཟད།<emph>སུབ་པ་</emph>བཀའ་ཚིག་འདེམས་དགོས།"
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr ""
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">ཆ་རྐྱེན་བདམས་ནས་བཙལ་འདྲིར་མཚན་འཇོག་བྱེད། </ahelp>ཇུས་འགོད་རེའུ་མིག་གི་སྟར་ཁག་ཚང་མས་བཙལ་འདྲི་ཡི་གཞི་གྲངས་ཡིག་དུམ་དང་ལེན་བྱེད། ཕྲེང་གཅིག་ནང་གི་ཆ་རྐྱེན་པོ་ལེན་ AND སྤྱད་ནས་སྦྲེལ་དགོས།"
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr ""
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr ""
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr "ཡིག་དུམ་གྱི་མིང་སུབ།"
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr "ཡིག་དུམ་མིང་ཞིག་བཙལ་འདྲིའི་ནང་སུབ་ན་ཙིག་རྟགས་སྤྱད་དེ་ཡིག་དུམ་འདིའི་ཁ་བྱང་ལ་རྐྱང་རྡེབ་བྱས་རྗེས་སྟར་འདིའི་གཡས་མཐེབ་ཚལ་ཐོའི་ནང་བཀའ་ཚིག།<emph>སུབ་པ་</emph>འགུལ་སློང་གྱིས།"
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr ""
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr ""
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr "བསྡུས་རིས།"
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">ཁྱེད་ཀྱིས་བཙལ་འདྲི་/རེའུ་མིག་མཐོང་རིས་ལ་གཏན་འཁེལ་གྱི་སྒྲོམ་སྒྲིག་པའི་མིང་ནང་འཇུག་བྱེད། </ahelp>"
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr "བཙལ་འདྲི་/རེའུ་མིག་མཐོང་རིས་མིང་།"
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">བཙལ་འདྲི་/རེའུ་མིག་མཐོང་རིས་ཀྱི་མིང་ནང་འཇུག་བྱ། </ahelp>"
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr "འཚག་འདེམས་གཞི་གྲངས།"
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr ""
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr "ཡིག་དུམ།"
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr ""
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr "མིང་གཞན།"
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr ""
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr ""
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr "SELECT column AS alias FROM table."
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr "དཔེར་ན།"
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr "རེའུ་མིག"
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr ""
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr "རིམ་སྒྲིག"
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr ""
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr "མཐོང་རུང་།"
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr ""
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr "ཆ་རྐྱེན།"
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr ""
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr "ཡང་ན།"
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr ""
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr ""
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "རྟེན་གྲངས།"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr ""
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr ""
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr "<emph>འདེམས་གཞི།</emph>"
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr "ཕན་འབྲས།"
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr "རྟེན་གྲངས་མེད་པ།"
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr "ལག་བསྟར་བྱ་རྒྱུའི་རྟེན་གྲངས་མེད་པ།"
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr "ཆ་སྙོམས་ཐང་།"
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr "ཡིག་དུམ་ཞིག་གི་རྩིས་རྒྱག་ཆ་སྙོམས་ཐང་རྩིས་རྒྱོབ།"
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr "གྲངས་བགྲང་།"
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr ""
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr "a) COUNT(*):གལ་ཏེ་སྐར་རྟགས་ཆུང་ངུ་ཞིག་སྤྱད་དེ་ཞུགས་གྲངས་ལ་བརྩིས་ན་རེའུ་མིག་འདིའི་ཟིན་ཐོ་ཡོད་ཚད་རྩིས་རྒྱག་ནང་ཡོད།"
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr ""
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr "ཐང་ཆེ་ཤོས།"
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr ""
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr "ཐང་ཆུང་ཤོས།"
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr ""
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr "སྤྱི་བསྡོམས།"
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr ""
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr "ཚོ་སྒྲིག"
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr ""
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr "ཡང་ཐད་ཀར་བརྗོད་པ་ SQL ནང་རྟེན་་གྲངས་ནང་འཇུག་བྱེད་ཆོག་ དེའི་བརྡ་སྤྲོད་ནི།"
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr "SELECT FUNCTION(column) FROM table."
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr "དཔེར་ན་ SQL ནང་རྩིས་རྒྱག་བསྡོམས་འབོར་གྱི་རྟེན་གྲངས་ཁོལ་སྤྱོད་བྱེད།"
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr "SELECT SUM(\"price\") FROM \"article\"."
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr ""
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr ""
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr ""
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr "བརྗོད་པ་SQL ནང་གི་ལྟོས་བཅས་ཀྱི་རྟེན་གྲངས་ནི།"
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr "SELECT FUNCTION() AS alias FROM table"
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "དཔེ་གཞི།"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr "SELECT COUNT(*) AS amount FROM \"article\""
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr ""
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "<emph>དཔེ་གཞི།</emph>"
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr "གཤམ་གྱི་དཔེ་གཞིའི་ནང་ རེའུ་མིག་གཉིས་བརྒྱུད་བཙལ་འདྲི་བྱེད་:\"Item\" རེའུ་མིག་ལ་ཡིག་དུམ་ \"Item_No\" \"Suppliers\" རེའུ་མིག་ལ་ཡིག་དུམ་ \"Supplier_Name\"ལྡན། དེ་མིན་ རེའུ་མིག་འདི་གཉིས་ད་དུང་ཐུན་མོང་གི་གཞི་གྲངས་ཡིག་དུམ་ \"Supplier_No\"ཡོད།"
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr "མཁོ་འདོན་བྱས་པ་ཚང་མ་ནི་དངོས་ཟོག་རིགས་ 3 ལས་མང་བ་ཡོད་པའི་མཁརཁོ་འདོན་ཚོང་པའི་བཙལ་འདྲི་ཞིག་འཛུགས་འདོད་ན་ ངེས་པར་དུ་གཤམ་གྱི་གོ་རིམ་ལག་བསྟར་བྱེད་དགོས།"
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "རེའུ་མིག་ \"article\" ནང་དང་རེའུ་མིག་ \"supplier\" ནང་བཙལ་འདྲིའི་ཇུས་འགོད་བསྒར་འཛུད་བྱ།"
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr "གལ་སྲིད་རིགས་འདི་ལ་འབྲེལ་བ་མེད་ན་རེའུ་མིག་གཉིས་ཀྱི་ \"Supplier_No\" ཡིག་དུམ་ཐག་སྦྲེལ་བྱེད།"
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr ""
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "ནང་འཇུག་ཆ་རྐྱེན་>3དེ་རྗེས་མཐོང་རུང་གི་ཡིག་དུམ་ཁ་རྒྱག་"
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "རེའུ་མིག་\"supplier\"ནང་ཡིག་དུམ་ལ་ཆ་རྡེབ་\"suppName\"བྱས་རྗེས་ཚོ་སྒྲིག་རྟེན་གྲངས་འདེམས་དགོས།"
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr "བཙལ་འདྲི་འཁོར་རྒྱུགས།"
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr "གལ་ཏེ་རེའུ་མིག་\"article\"ནང་ཡིག་དུམ་\"preice\"(དངོས་ཟོག་རིགས་ཤིག་གི་སིལ་མའི་རིན་གོང་)དང་ཡིག་དུམ་\"suppNr\"(བསྐུར་བའི་དངོས་ཟོག་)ཡོད་ ཁྱེད་ཀྱིས་གཤམ་གྱི་བཙལ་འདྲི་སྤྱད་དེ་མཁོ་འདོན་ཚོང་པས་མཁོ་འདོན་བྱས་པའི་དངོས་ཟོག་གི་ཆ་སྙོམས་རིན་གོང་ཐོབ།"
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr "རེའུ་མིག་ \"Item\" ལ་བཙལ་འདྲིའི་ཇུས་འགོད་བྱ།"
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr "ཡིག་དུམ་\"preice\"དང་\"suppNr\"ལ་ཆ་རྡེབ་བྱ།"
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr "<emph>རྟེན་གྲངས་</emph>ཕྲེང་ཁ་ཕྱེ་རྗེས་ \"price\" ཡིག་དུམ་ནང་ཆ་སྙོམས་ཐང་གི་རྟེན་གྲངས་འདེམས།"
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr "མིང་གཞན་སྤྱོད་པའི་ཕྲེང་ནང་\"ཆ་སྙོམས་ཐང་\"ནང་འཇུག་བྱེད་(འདྲེན་རྟགས་མི་ལྡན་པ་)"
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr "ཡིག་དུམ་ \"Supplier_No\" ལ་ཚོ་སྒྲིག་འདེམས་པར་བྱེད།"
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr "བཙལ་འདྲི་འཁོར་རྒྱུགས།"
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr "གཤམ་ནི་ད་ཡོད་ཀྱི་གཡས་མཐེབ་ཚལ་ཐོའི་བཀའ་ཚིག་དང་རིས་རྟགས་སྣ་ཚོགས་ཡིན།"
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "རྟེན་གྲངས།"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr ""
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr "རེའུ་མིག་མིང་།"
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">མངོན་པའམ་གབ་པ་”¨རེའུ་མིག་མིང་གི་ཕྲེང་ལ། </ahelp>"
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr "མིང་གཞན།"
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">མིང་གཞན་ཡོད་པའི་རྟེའུརྟེའུ་མངོན་པའམ་གབ་པ། </ahelp>"
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr "ཁ་གསལ་བའི་གྲངས་ཐང་།"
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr ""
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr "དཔེར་ན་ གལ་ཏེ་གནས་ཡུལ་གཞི་གྲངས་མཛོད་ནང་\"Smith\"མང་པོ་ལྡན་ཡོད་ན་<emph>ཁ་གསལ་བའི་གྲངས་ཐང།</emph>བཀའ་ཚིག་བདམས་ནས་\"Smith\"བཙལ་འདྲིའི་ནང་ཐེངས་གཅིག་ཁོ་ན་ཐོན།"
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr "གལ་ཏེ་བཙལ་འདྲི་ལ་ཡིག་དུམ་མང་པོ་ལ་འབྲེལ་ན་ཡིག་དུམ་ཡོད་ཚད་ཀྱི་གྲངས་ཐང་ཚོ་སྒྲིག་ངེས་པར་དུ་ཁ་གསལ་ཡིན་ དམིགས་འཛུགས་ཀྱི་ཟིན་བྲིས་ནང་འབྲས་བུ་ཐོབ་པར་སྟབས་བདེ་བྱེད། དཔེར་ན་ འཕྲིན་གཏོང་དེབ་ནང་\"Smith in Chicago\"ཅིག་དང་\"Smith in London\"གཉིས་ཚུད་ཡོད། <emph>ཁ་གསལ་བའི་གྲངས་ཐང།</emph>བཀའ་ཚིག་བཙལ་འདྲི་\"last name\"དང་\"city\"ཡིག་དུམ་གཉིས་སྤྱད་རྗེས་བཙལ་འདྲིའི་ཐོབ་འབྲས་ནང་\"Smith in Chicago\"ཅིག་དང་\"Smith in London\"གཉིས་ཕྱིར་ལོག་བྱེད།"
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr "SQL ནང་བཀའ་ཚིག་འདི་བརྗོད་ཚིག་ DISTINCT ལ་ལྟོས་ཟླ་བྱེད།"
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr "ཚད་བཟུང་"
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr ""
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr ""
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr "འཚག་འདེམས་ཆ་རྐྱེན་གཏན་འཁེལ།"
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr ""
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr "<emph>རྩིས་རྒྱག་རྟགས་</emph>"
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "<emph>གོ་དོན་</emph>"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "གལ་ཏེ་... ཆ་རྐྱེན་འཛོམས་པར་འགྱུར།"
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr "མཚུངས་པ།"
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr "...ཡིག་དུམ་འདིའི་ནང་དོན་དང་གཏན་འཁེལ་གྱི་མཚོན་ཚུལ་གཅིག་མཐུན་ཡིན།"
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr ""
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr "མི་མཚུངས་པ།"
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr "...ཡིག་དུམ་འདིའི་ནང་དོན་དང་གཏན་འཁེལ་གྱི་མཚོན་ཚུལ་གཅིག་མཐུན་མིན་པ།"
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr "ལས་ཆེ་བ།"
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr "...ཡིག་དུམ་གྱི་ནང་དོན་གཏན་འཁེལ་གྱི་མཚོན་ཚུལ་ལས་རིང་བ།"
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr "ལས་ཆུང་བ།"
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr "...ཡིག་དུམ་གྱི་ནང་དོན་ནི་གཏན་འཁེལ་གྱི་མཚོན་ཚུལ་ལས་ཆུང་བ།"
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr "ལས་ཆེ་བའམ་མཚུངས་པ།"
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr "...ཡིག་དུམ་འདིའི་ནང་དོན་ནི་གཏན་འཁེལ་མཚོན་ཚུལ་ལས་ཆེ་བའམ་མཚུངས།"
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr "ལས་ཆུང་བའམ་མཚུངས་པ།"
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr "...ཡིག་དུམ་འདིའི་ནང་དོན་ནི་གཏན་འཁེལ་གྱི་མཚོན་ཚུལ་ལས་ཆུང་བའམ་མཚུངས་པ།"
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr "<emph>$[officename] བཀའ་ཚིག།</emph>"
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr "<emph>SQL བཀའ་ཚིག།</emph>"
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "<emph>གོ་དོན་</emph>"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "གལ་ཏེ་... ཆ་རྐྱེན་འཛོམས་པར་འགྱུར།"
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr "སྟོང་པ་ཡིན་པ།"
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr ""
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr "སྟོང་པ་མིན་པ།"
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr ""
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr ""
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr ""
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr "<bookmark_value>གནས་ངེས་རྟགས་; SQL བཙལ་འདྲིའི་ནང་དུ།</bookmark_value>"
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr ""
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr ""
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr "གཞི་རྒྱུ་ཞིག་ཡིན་ གནས།"
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr ""
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr ""
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr "གཞི་རྒྱུ་ཞིག་མིན་པ་ གནས།"
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr ""
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr "བར་ཁོངས་ [x,y] ནང་གནས་པ།"
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr ""
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr "བར་ཁོངས་ནང་ [x,y] མེད་པ།"
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr ""
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr ""
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr "འདུས་པ་ a, b, c..."
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr ""
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr "ཚུད་མེད་པ་ a, b, c..."
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr ""
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr "ཐང་ནི་ Trueཡིན།"
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr "...ཡིག་དུམ་འདིའི་མིང་ཐང་ནི་ Trueཡིན།"
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr "ཐང་ཡོད་པ་ false"
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr ""
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "དཔེ་གཞི།"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr "ཡིག་དུམ་གྱི་ནང་དོན་ \"Ms.\" ལྡན་པའི་ཡིག་དུམ་ཕྱིར་ལོག་བྱེད།"
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr ""
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr ""
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr ""
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr ""
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr ""
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr ""
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr "<emph>Like</emph>Escape Sequence:{escape 'escape-character'}"
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr "དཔེ་གཞི་:select * from aticle where artname like 'The *%' {escape '*'}"
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr "དཔེ་གཞི་འདི་ལ་རྣམ་གྲངས་ཡོད་ཚད་ཀྱི་མིང་ནི་ 'The *' འགོ་བཙུགས་པའི་གར་བྱང་ཡིན་པ་ཐོབ། ད་དུང་གཞན་པའི་འགྲེལ་པ་བྱ་རྒྱུའི་གནས་ངེས་རྟགས་ཀྱི་ཡིག་རྟགས་བཤེར་འཚོལ་བྱེད་ཆོག་ དཔེར་ན་*、?、_、%ཡང་ན་རྫོགས་རྟགས།"
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr "<emph>Outer Join</emph>ཨང་བརྗེའི་གོ་རིམ་:{oj outer-join}"
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "དཔེ་གཞི་:select Artikel.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr "ཡི་གེའི་ཡིག་དུམ་བཙལ་འདྲི།"
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr ""
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr "ཚེས་གྲངས་ཡིག་དུམ་བཙལ་འདྲི།"
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr ""
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr ""
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr ""
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr ""
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr ""
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "ཚེས་གྲངས།"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr "དུས་ཚོད།"
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr "ཚེས་གྲངས་དུས་ཚོད།"
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr "དཔེར་གཞི་:select {d '1999-12-31'} from world.years"
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr ""
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr ""
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr "བཙལ་འདྲི་ཡིག་དུམ་ཡིན་/མིན།"
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr "\"ཡིན་/མིན་\"ཡིག་དུམ་བཙལ་འདྲི་བྱེད་ན་ dBase ནང་གཤམ་གྱི་བརྡ་སྤྲོད་བྱེད་སྤྱོད་གྱིས།"
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr "<emph>གནས་སྟངས་</emph>"
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr "བཙལ་འདྲིའི་ཆ་རྐྱེན།"
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "<emph>དཔེ་གཞི།</emph>"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "ཡིན།"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr "dBase རེའུ་མིག་:0དང་མི་མཚུངས་པའི་གྲངས་ཐང་གང་རུང་ཞིག་"
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr "=1 ཡིན་/མིན་ཡིག་དུམ་ཡོད་ཚད་ཀྱི་གནས་སྟངས་\"ཡིན་\"ཡང་ན་\"བར་གྱི་\"ཟིན་བྲིས་(བྲིས་རྟགས་ནག་པོ་)ཕྱིར་ལོག་བྱེད།"
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "མིན།"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr "=0 ཡིན་/མིན་ཡིག་དུམ་ཚང་མ་གནས་སྟངས་\"མིན་\"ཡང་ན་\"ཁ་བརྒྱབ་\"ཀྱི་ཟིན་ཐོར་(གདམ་ང་མེད་)ཕྱིར་ལོག་བྱེད།"
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr "Null"
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr "IS NULL"
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr "IS NULL ཡིན་/མིན་ཡིག་དུམ་ཡོད་ཚད་\"ཡིན་\"ཡང་ན་\"མིན་\"གྱི་གནས་སྟངས་ཀྱི་མེད་པའི་ཟིན་བྲིས་(སྐྱ་མདོག་བྲིས་རྟགས་)ཕྱར་ལོག་བྱེད།"
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr "སྤྱད་པའི་བརྡ་སྤྲོད་ནི་སྤྱད་པའི་གཞི་གྲངས་མཛད་བཏགས་གྲངས་ལ་རག་ལས་ཡོད། དུས་མཚུངས་ད་དུང་ཡིད་གཟབ་དགོས་རྒྱུ \"ཡིན་/མི\" ཡིག་དུམ་གྱི་མཚོན་འཇོག་ཧ་ལམ་མི་མཚུངས་པ་ཡོད་ངེས་ (གནས་སྟངས་ 2 ཁོ་ན་ཡོད་པ་ལས 3 མེད་)"
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr "ཞུགས་གྲངས་བཙལ་འདྲི།"
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr ""
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr ""
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr ""
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr ""
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr ""
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr "ཞུགས་གྲངས་ནང་འཇུག"
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr ""
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr ""
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr ""
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr "SQL མ་ཚུལ།"
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr "SQL དོན་ནི་\"Structured Query Language\"(སྒྲིག་གཞི་ཅན་གྱི་སྐད་བརྡ་བཙལ་འདྲི་)ཡིན་པ་མ་ཟད་བཀའ་བརྡ་ནི་བཙལ་འདྲི་དང་སར་བཅོས་ དོ་དམ་འབྲེལ་བའི་གཞི་གྲངས་ཞིབ་བརྗོད་ལ་སྤྱོད་དོ།"
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr ""
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr ""
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr ""
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr ""
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5488,14 +3274,14 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr "གླེང་སྒྲོམ་འདིའི་ནང་དོ་དམ་བཀའ་ཚིག་ནང་འཇུག་ཁོ་ན་བྱེད་ དཔེར་ན་ Grant Create Table ཡང་ན་ Drop Tableའཚག་འདེམས་བཀའ་ཚིག་ནང་འཇུག་མི་བྱེད། བཀའ་ཚིག་གང་དག་ནང་འཇུག་བྱེད་པ་གཞི་གྲངས་མཛོད་ལ་རག་ལས། དཔེར་ན་ dBase གནས་འདིར་སྒྲིག་པའི་ཆ་ཤས་འདིའི་SQLབཀའ་ཚིག་ལག་བསྟར་ཁོ་ན་བྱེད།"
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "གཞི་གྲངས་མཛོད་ནང་འཚག་འདེམས་གཞི་གྲངས་ཀྱི་ SQL བཙལ་འདྲི་བྱེད་ <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"བཙལ་འདྲིའི་ཇུས་འགོད།\">བཙལ་འདྲིའི་ཇུས་འགོད་</link> རྐྱང་རྡེབ་བྱ།"
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgstr ""
#. Ck9G4
#: 11080000.xhp
diff --git a/source/bo/helpcontent2/source/text/shared/guide.po b/source/bo/helpcontent2/source/text/shared/guide.po
index 45752e83491..80da4efe06e 100644
--- a/source/bo/helpcontent2/source/text/shared/guide.po
+++ b/source/bo/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6523,14 +6523,14 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr "<emph>ཉར་ཚགས་</emph>ཡང་ན་<emph>གཞན་ཉར</emph>རིས་རྟགས་<image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3153159\">རིས་རྟགས་</alt></image> ལ་རྐྱང་རྡེབ་ཀྱིས་བཙལ་འདྲིའི་དེ་ཉར་ཚགས་བྱ་ཐུབ།"
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"ཇུས་འགོད་བཙལ་འདྲིའི་\">ཇུས་འགོད་བཙལ་འདྲིའི་</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 2ArGc
#: data_forms.xhp
@@ -7081,14 +7081,14 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr "<emph>ཇུས་འགོད་མཐོང་རིས་སྤྱད་ནས་བཙལ་འདྲིའི་གསར་པ་འཛུགས་པ</emph>རྐྱང་རྡེབ་བྱེད།"
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\">\"ཇུས་འགོད་བཙལ་འདྲིའི་\"སྒེའུ་ཁུང་</link>མཐོང་ཐུབ།"
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
+msgstr ""
#. xGFGr
#: data_register.xhp
@@ -7747,14 +7747,14 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr "ཡིག་དུམ་གཅིག་གམ་གཉིས་ནང་འཚག་འདེམས་ཆས་ནང་བཅུག་བྱེད། དོ་སྣང་བྱ་རྒྱུ་ གལ་ཏེ་ཡིག་དུམ་མང་དག་ནང་འཚག་འདེམས་ཆ་རྐྱེན་ནང་བཅུག་བྱེད་ན་ ནང་བཅུག་གི་ཆ་རྐྱེན་(གཏན་ཚིག་ AND)འདི་དག་ཡོད་ཚད་དང་འཚགས་པ་དགོས།"
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
-msgstr "འབྲེལ་ཡོད་ཀུན་འཕྲོད་རྟགས་དང་རྩིས་རྒྱག་རྟགས་ཀྱི་དེ་བས་མང་བའི་ཆ་འཕྲིན་ <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"བཙལ་འདྲ་འཆར་འགོད་\">བཙལ་འདྲ་འཆར་འགོད་</link>དཔྱད་གཟིགས།"
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgstr ""
#. cEDEo
#: data_search2.xhp
@@ -8107,14 +8107,14 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr "<emph>རེའུ་མིག་མཐོང་རིས་གསར་བཟོ་</emph>རྐྱང་རྡེབ་བྱེད།"
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "\"མཐོང་རིས་འཆར་འགོད་\"སྒེའུ་ཁུལ་མཐོང་ཐུབ་ དེ་དང་<link href=\"text/shared/explorer/database/02010100.xhp\">\"བཙལ་འདྲ་འཆར་འགོད་\"སྒེའུ་ཁུང་</link>འདྲ་མཚུངས་ཡིན།"
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
+msgstr ""
#. bTx8G
#: data_view.xhp
@@ -21058,13 +21058,13 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr "<bookmark_value>བཟོ་བཅོས་; སྲུང་སྐྱོབ་</bookmark_value><bookmark_value>སྲུང་སྐྱོབ་; ཟིན་འགོད་ཀྱི་བཟོ་བཅོས་</bookmark_value><bookmark_value>ཟིན་འགོད་; སྲུང་སྐྱོབ་</bookmark_value>"
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
msgstr ""
#. jVeUw
diff --git a/source/bo/helpcontent2/source/text/shared/optionen.po b/source/bo/helpcontent2/source/text/shared/optionen.po
index e3f2b2cffc7..b1d8e34dbdb 100644
--- a/source/bo/helpcontent2/source/text/shared/optionen.po
+++ b/source/bo/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -61,14 +61,14 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr "སྒྲིག་བཟོ་བྱས་པ་རྣམས་རང་འགུལ་གྱིས་ཉར་ཚགས་བྱེད། ཁྱེད་ཀྱིས་སྡོང་འགྲེམས་གྲུབ་ཆའི་ནང་བཟོ་བཅོས་དགོས་རྒྱུའི་རྣམ་གྲངས་འདེམས་དགོས་ རྣམ་གྲངས་མིང་ཞིག་གི་མདུན་དུ་\"+\"རྟགས་ལ་རྐྱང་རྡེབ་བམ་ཆ་རྡེབ་བྱས་པས་དེའི་ནང་གི་འདེམས་གཞིའི་ནང་དོན་རྣམས་ཁ་ཕྱེ་ཐུབ་པ་དང་ \"-\"རྟགས་ལ་རྐྱང་རྡེབ་བྱས་པས་རྣམ་གྲངས་གབ་པར་འགྱུར།"
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
-msgstr "ཐེངས་དང་པོར་ཚལ་ཐོའི་བཀའ་ཚིག་[ཡོ་བྱད།] – [འདེམས་གཞི།...]བདམས་པའི་སྐབས་ བྱ་རིམ་གྱིས་\"སྤྱོད་པོའི་ཆ་འཕྲིན།\"ནང་དོན་མངོན་པར་བྱེད། རྗེས་སུ་ཚལ་ཐོའི་བཀའ་ཚིག་འདི་འདེམས་ཐེངས་རེར་ཐེངས་གོང་མའི་ཁ་བརྒྱབ་པའི་སྐབས་ཀྱི་འདེམས་གཞི་ཁྭ་ཡི་ནང་དོན་མངོན་པར་འགྱུར།"
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
+msgstr ""
#. uYcBu
#: 01000000.xhp
@@ -79,13 +79,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">འདིར་ཁྱོད་ནས་འདེམས་གཞིའི་ཁྱབ་ཁོངས་ཀྱི་འབྲེལ་ཡོད་གསལ་བཤད་ནང་དོན་སྣ་ཚོགས་གཟིགས་ཐུབ། </ahelp>"
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
msgstr ""
#. WS53M
@@ -5245,42 +5245,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr ""
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr ""
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr ""
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7522,6 +7486,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr ""
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16747,40 +16873,40 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr ""
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
+msgid "OpenCL"
msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
-msgstr "<link href=\"text/shared/optionen/java.xhp\">Java</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
msgstr ""
#. ddvkj
diff --git a/source/bo/helpcontent2/source/text/simpress.po b/source/bo/helpcontent2/source/text/simpress.po
index 2d8e97b2881..a67f0e2066b 100644
--- a/source/bo/helpcontent2/source/text/simpress.po
+++ b/source/bo/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2017-10-04 10:22+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -601,15 +601,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"ནང་དོན་སྐོང་གསབ་\">ནང་དོན་སྐོང་གསབ</link>"
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"གྲིབ་གཟུགས་\">གྲིབ་གཟུགས་</link>"
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1105,15 +1096,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "འདེམས་ངེས་བྱ་ཡུལ་གསུམ་འཇལ་ནུས་པ་ཀྱི་ཁ་ཕྱེ་དང་རྒྱབ་པ་བརྗེ་འགྱུར།"
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\" འགུལ་སྟངས་བཀོད་སྒྲིག་\">འགུལ་སྟངས་བཀོད་སྒྲིག་</link>"
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/swriter/01.po b/source/bo/helpcontent2/source/text/swriter/01.po
index 7401b97d65b..c916b008b10 100644
--- a/source/bo/helpcontent2/source/text/swriter/01.po
+++ b/source/bo/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 20:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22777,14 +22777,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr "<link href=\"text/swriter/01/05150100.xhp\" name=\"ནང་འཇུག་སྐབས་\">ནང་འཇུག་སྐབས་</link>"
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
-msgstr "<ahelp hid=\".uno:OnlineAutoFormat\">ཁྱེད་ཀྱི་ནང་འཇུགས་སྐབས་ཡིག་ཚགས་རང་འགུལ་ངོས་སུ་འགྱུར་<emph>[ཡོ་བྱད་] - [འདེམས་གཞི་རང་འགུལ་གྱི་བཅོས་པ་...]</emph> རྐྱང་རྡེབ་<emph>\"འདེམས་གཞི་\"</emph>འདེམས་གཞིའི་ཁ་ </ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
+msgstr ""
#. Ddr5r
#: 05150100.xhp
diff --git a/source/bo/sfx2/messages.po b/source/bo/sfx2/messages.po
index 5ed93871ab2..1d1346718ba 100644
--- a/source/bo/sfx2/messages.po
+++ b/source/bo/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -919,8 +919,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -931,45 +937,45 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
#, fuzzy
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "གསང་ཨང་ནོར་བ།"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr ""
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr ""
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
#, fuzzy
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "བཀོལ་སྤྱོད་འདི་བྱེད་ཐབས་བྲལ། མཁོ་དགོས་ཀྱི་%PRODUCTNAMEསྨོ་རྡོག་བསྒར་འཇུག་ཡག་པོ་བྱས་མི་འདུག"
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -979,7 +985,7 @@ msgstr ""
"ད་ལྟ་བསྒར་འཇུག་བྱེད་དམ།"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -989,216 +995,216 @@ msgstr ""
"ཁྱེད་ཀྱིས་ང་ཚོའི་ཀུང་སིའི་དྲ་ངོས་ཀྱི་མཁོ་འདོན་བྱས་པའི་མཉེན་ཆས་ཉོ་སྒྲུབ་བྱེད་རྒྱུའི་ཆ་འཕྲིན་དེ་དཔྱད་གཟིགས་གནང་རོགས།"
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr ""
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "མིག་སྔའི་པར་གཞི།"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "ཕྱིར་འདོན།"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "བར་འཇུག"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "བར་འཇུག(~I)"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr ""
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
#, fuzzy
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "བསྡུར་བ།"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAMEཡིག་ཚགས།"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr ""
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
#, fuzzy
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
@@ -1209,32 +1215,32 @@ msgstr ""
"ཐང་འདི་སྣ་རིགས་སུ་ཉར་འཇོག་བྱེད་སྲིད།"
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
#, fuzzy
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "ཡིག་ཆ་འདི་གནས་འདུག འགེབས་སམ།"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "བསྐྱར་འཛུགས།"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "བཟོ་དབྱིབས་གཅིག་གིས་མིང་དེ་བེད་སྤྱོད་བྱས་ཟིན་པ།"
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "བཟོ་དབྱིབས་དེ་མེད་པ།"
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
#, fuzzy
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
@@ -1245,7 +1251,7 @@ msgstr ""
"དེ་ལྟར་མིན་ན་རིམ་ལོག་སྐུལ་སྤྱོད་ཐོན་བཟོ་ཡོད།"
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1255,7 +1261,7 @@ msgstr ""
"དེ་མིན་གྱི་མིང་ཞིག་བེད་སྤྱོད་གནང་རོགས།"
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1264,74 +1270,74 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr ""
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "ཕྱོགས་ཁྲིད།"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "གསང་རྟགས་ནོར་བ་ངོས་འཛིན།"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "གཏོང་སྐྱེལ།"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "ཡིག་གཟུགས།"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
#, fuzzy
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "ཉར་ཚགས་པར་གཞི།"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "རིམ་པ་སྒྲིག་སྟངས།"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "ཁྱེད་ཀྱིས་ཟིན་ཐོ་སུབ་ངོ་མ་ཡིན་ནམ། སུབ་ན་མིག་སྔའི་ཟིན་ཐོའི་ནང་དོན་ཡོངས་རྫོགས་ཟུབ་ཀྱི་རེད།"
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "ཟིན་ཐོ་འདོར་བ།"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "འགོ་སྒྲིག་གི་ཐེངས་དང་པོའི་བེད་སྤྱོད་ཀྱི་དཔེ་པང་།"
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1339,7 +1345,7 @@ msgid ""
msgstr "ངོས་བཟུང་གི་པར་འཁོར་མ་ཪྙེད་པ། པར་འཁོར་ཞིག་བདམས་ནས་བསྐྱར་དུ་པར་འདེབས་བྱེད་པ།"
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1349,19 +1355,19 @@ msgstr ""
"པར་འཁོར་གྱི་བགོ་སྒྲིག་ལ་ཞིབ་བཤེར་བྱེད་རྒྱུ།"
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "པར་འཁོར་ལས་བྲེལ་ཆེན་པོ་འདུག"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (ལྟ་ཀློག་ཙམ།)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1373,7 +1379,7 @@ msgstr ""
"སྒྲིག་སྦྱོར་གསར་པ་ཉར་ཚགས་བྱེད་མཁན་ཡིན་ནམ།"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1385,7 +1391,7 @@ msgstr ""
"སྒྲིག་བཀོད་གསར་པ་དེ་ཉར་ཚགས་བྱེད་མཁན་ཡིན་ནམ།"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1397,7 +1403,7 @@ msgstr ""
"སྒྲིག་སྦྱོར་གསར་པ་ཉར་ཚགས་བྱེད་མཁན་ཡིན་ནམ།"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
#, fuzzy
msgctxt "STR_CANT_CLOSE"
msgid ""
@@ -1406,7 +1412,7 @@ msgid ""
msgstr "མིག་སྔར་ཡིག་ཆ་དེ་ཁ་རྒྱག་ཐབས་བྲལ་འདུག རྒྱུ་མཚན་ནི་པར་འདེབས་ཀྱི་ལས་འགན་ཞིག་སྒྲུབ་བཞིན་པའི་སྒང་རེད།"
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1415,7 +1421,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1424,20 +1430,20 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
#, fuzzy
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "ཡིག་ཚགས་དེ་རྩོམ་སྒྲིག་བྱེད་ཐབས་བྲལ། དེའི་རྒྱུ་རྐྱེན་ནི་འཛུལ་ཞུགས་དབང་ཚད་མེད་པའི་རྐྱེན་གྱིས་རེད། ཡིག་ཚགས་དེའི་འདྲ་དེབ་རྩོམ་སྒྲིག་བྱེད་དམ།"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1445,475 +1451,475 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (སླར་གསོ་ཟིན་པའི་ཡིག་ཚགས་)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr ""
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr ""
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr ""
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr ""
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "ཡིག་ཚགས་རྩོམ་སྒྲིག"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
#, fuzzy
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "ཡིག་ཆ་ཉར་ཚགས།"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr ""
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr ""
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "འདེམས་གཞི་གང་མང་།(~O)"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "རང་བཟོས་ཀྱི་འགུལ་རིས།..."
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr ""
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "བསུབ་པ།"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/bo/svx/messages.po b/source/bo/svx/messages.po
index 8dc629dba31..1e744c77c0e 100644
--- a/source/bo/svx/messages.po
+++ b/source/bo/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5385,289 +5385,321 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "གྲུ་བཞི་ཁ་གང་ ཏུའུ་45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "ཆ་ལྡན་མདའ་རྩེ།"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "སྒོར་མོ།"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "གྲུ་བཞི་ཁ་གང་མ།"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "མདའ་རྩེ།"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr ""
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr ""
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "གཏད་ཟུར་ཁྲ་མིག"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
#, fuzzy
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "མདོག་མ་སྐོང་བའི་སྒོར།"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
#, fuzzy
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "མདོག་གསབ་པའི་གྲུ་བཞི་ཁ་གང་དབྱིབས།"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
#, fuzzy
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "མདོག་གསབ་པའི་གྲུ་བཞི་ཁ་གང་དབྱིབས།"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "གསལ་དྭངས།"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "གཡས་འོག་ཕྱོགས་ཀྱི་སྒྲ་ལྕི།"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "གཡས་སྟེང་ཕྱོགས་ཀྱི་སྒྲ་ལྕི་བ།"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "གཡས་འོག་ཕྱོགས་ཀྱི་སྒྲ་ལྕི།"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr ""
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr ""
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "སླར་གསོ་ལེགས་གྲུབ།"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "ཐོག་མའི་ཡིག་ཚགས་སླར་གསོ་ཚར་བ།"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "སླར་གསོ་ཕམ་པ།"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "སླར་གསོ་བྱེད་བཞིན་པ།"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "སླར་གསོ་བྱས་མེད་པ།"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
@@ -5677,919 +5709,919 @@ msgstr ""
"ནོར་འཁྲུལ་གྱི་སྙན་ཞུ་ཞིག་གསར་འཛུགས་བྱས་་ནས་ %PRODUCTNAME ཐོར་བའི་རྒྱུ་ཚན་གཏན་འཁེལ་ལ་རོགས་རམ་ཐུབ། \"རྗེས་མ་\"ལ་རྐྱང་བརྡེ་ནས་ \"ནོར་འཁྲུལ་སྙན་ཞུའི་ཡོ་བྱད་\"ཐོབ་པ་ ཡང་ན་\"དོར་བ་\"ལ་རྐྱང་རྡེབ་ནས་གོ་རིམ་འདི་མཆོང་།"
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "ཡིག་ཆ་སླར་གསོ་ཟིན་པས་ལེགས་གྲུབ་ལ་རྐྱང་རྡེབ་བྱས་ནས་ཡིག་ཚགས་ལ་ལྟ་ཞིབ་བྱས་པ།"
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "ལེགས་གྲུབ།"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr ""
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr ""
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "དམིགས་བྱ་བར་འཇུག"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "འཁྱིལ་སྐོར། རྩ་གསུམ་དམིགས་བྱ།"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "རྩ་གསུམ་བྱ་ཡུལ་སྐྱེད་གྲུབ།"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "འཁྱིལ་འཁོར་མ་ལག་བཟོ་བ།"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "རྩ་གསུམ་གྱི་དམིགས་བྱ་ཁ་ཕྲལ།"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[ཡོངས་རྫོགས་]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "རི་མོའི་འཚག་ཆས།"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "གཙོ་དོན་གསར་བཟོ།"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "རྩ་3ཕན་འབྲས།"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "འགུལ་རིས།"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "རྣམ་གྲངས་མཚོན་རྟགས།"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "གཞུང་ལས་ཁང་།"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "རྒྱལ་དར་སྣ་ཚོགས།"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "མཐའ་མང་དབྱིབས་སྣ་ཚོགས།"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "བསམ་ཚུལ་རི་མོ།"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "བཪྙན་རིས།"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "རྒྱབ་ལྗོངས།"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "གཙོ་ཤོག"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "ཕན་ཚུན་མནན་པ།"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "འཛམ་གླིང་ས་ཁྲ།"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "མི་སྣ།"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "ཚོན་ཁྲའི་སྙོམ་ངོས།"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "རྩིས་རྒྱག་འཕྲུལ་འཁོར།"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr ""
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr ""
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "ནོར་དོན།"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr ""
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr ""
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "སྐད་སྒྲའི་རིས་རྟགས།"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "རིས་རྟགས་སྣ་ཚོགས།"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "རང་གི་གཙོ་དོན།"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "མདའ་རྩེ།"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "动植物"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "མཐེབ་བཀྱག"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "དུས་ཚོད།"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "གསལ་སྟོན་ཡིག་ཟིན།"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "ཉིན་ཐོ།"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "གནོན་མཐེབ།"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "འཕྲིན་གཏོང་།"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "ནོར་དོན།"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "རྩིས་རྒྱག་འཕྲུལ་འཁོར།"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "གནམ་གཤིས།"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "教育"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "གནད་དོན་ཐག་གཅོད་ཀྱི་འཆར་འགོད།"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "གཞན་དག"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "འདེམས་ཟིན་པ་རྣམས་གཏག་པར་བྱེད།"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "འདེམས་ཟིན་པའི་རྣམས་གཏག་པར་བྱེད་དམ་ཡང་ན་ཡིག་ཚགས་ཧྲིལ་པོ་གཏག་པར་བྱེད།"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "ཡོངས་རྫོགས།(~A)"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "འདེམས་པ།(~S)"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "ནུབ་བྱང་ཕྱོགས་སུ་འཐེན་སྣར།"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "བྱང་ཕྱོགས་སུ་འཐེན་སྣར།"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "ཤར་བྱང་ཕྱོགས་སུ་འཐེན་སྣར།"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "ནུབ་ཕྱོགས་སུ་འཐེན་སྣར།"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "རྒྱབ་ལ་་འཐེན་སྣར།"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "ཤར་ཕྱོགས་སུ་འཐེན་སྣར།"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "ལྷོ་ནུབ་ཕྱོགས་སུ་འཐེན་སྣར།"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "ལྷོ་ཕྱོགས་སུ་འཐེན་སྣར།"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "ཤར་ལྷོ་ཕྱོགས་སུ་འཐེན་སྣར།"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "ལི་སྨི་0 (~0)"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "ལི་སྨི་1(~1)"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "ལི་སྨི་2.5(~2)"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "ལི་སྨི་5(~5)"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "ལི་སྨི་10(~M)"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 དབྱིན་ཁྲེ།"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.5 དབྱིན་ཁྲེ།(~5)"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "1 དབྱིན་ཁྲེ།(~1)"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "2 དབྱིན་ཁྲེ།(~2)"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "4 དབྱིན་ཁྲེ།(~4)"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
#, fuzzy
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "འཇུག་གསབ་མི་བྱེད།"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
#, fuzzy
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "དྭངས་གསལ།"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "ཚད་གཞི།"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "མཐའ་སྒྲོམ།"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "ཐིག་རིས་དཔེ་རྣམ།"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
#, fuzzy
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "ཕྲེང་ཨང་སྒྲིག(~L)..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "ཤོག་ལྷེ།"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "རྣམ་གཞག་གཙང་སེལ་རྒྱུ།"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr ""
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "ཡིག་གཟུགས།"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr ""
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
#, fuzzy
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "རང་བཟོས།"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "འཐེན་པ།"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "རྩ་གསུམ་གྱི་གྲུབ་འབྲས་བཟོ་སྒྲིག་གམ་ཡང་ན་མེད་པ་བཟོ་རྒྱུ།"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "འོག་ལྟ།"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "སྟེང་བཀྱག"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "གཡོན་ལ་ཕྱོགས་པ།"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "གཡས་ཕྱོགས།"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "བརྐྱང་འཐེན་གཏིང་ཚད་བཟོ་བཅོས་བྱེད།"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "བརྐྱང་འཐེན་ཁ་ཕྱོགས་བཟོ་བཅོས་བྱེད།"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "བཪྙན་སྟོན་རིགས་གྲས་བཟོ་བཅོས་བྱེད།"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "བཞུ་མར་གྱི་ཟུར་ཚད་བཟོ་བཅོས་བྱེད།"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "གློག་བཞུའི་གསལ་ཚད་བཟོ་བཅོས་བྱེད།"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "བརྐྱང་འཐེན་ཕྱི་ངོས་བཟོ་བཅོས་བྱེད།"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "རྩ་གསུམ་ཚོས་གཞི་བཟོ་བཅོས།"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "བསྡུ་ཉར།"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "སྒྱུ་རྩལ་ཡི་གེ"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "སྒྱུ་རྩལ་ཡི་གེའི་བཟོ་ལྟ་བཟོ་སྒྲིག"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "སྒྱུ་རྩལ་ཡི་གེའི་གསལ་བྱེད་ཀྱི་མཐོ་ཚད་གཅིག་པ་བཟོ་སྒྲིག"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "སྒྱུ་རྩལ་ཡི་གེ་སྙོམ་སྒྲིག་བྱ་ཐབས་བཟོ་སྒྲིག"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "སྒྱུ་རྩལ་ཡི་གེའི་ཡིག་རྟགས་ཀྱི་བར་ཁྱད་བཟོ་སྒྲིག"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "ཐགས།"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "ཁྱད་ཆོས།"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "བསྡོམས་འབོར།"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "ཟུར་ཚད་ཚོད་འཛིན།"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "ཟུར་ཚེག་ཅིག་འདེམས་པ།"
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "གཡོན་སྟེང།"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "འབྲིང་སྟེང་།"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "གཡས་ཐོག"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "གཡོན་དཀྱིལ།"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "ནང་།"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "གཡས་དཀྱིལ།"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "གཡོན་འོག།"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "དཀྱིལ་འོག"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "གཡས་འོག་"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "སྤྱི་ཁོག་ཚོད་འཛིན།"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "དེར་ཁྱེད་ཀྱི་སྤྱི་ཁྱབ་ཞིག་རྩོམ་སྒྲིག་བྱེད་ཐུབ།"
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "དམིགས་བསལ་ཡིག་རྟགས་འདེམས་པ།"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "ཁུལ་ཁོངས་དེའི་ནང་དམིགས་བསལ་གྱི་ཡིག་རྟགས་འདེམས་དགོས།"
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "ཡིག་རྟགས་ཨང་།"
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "ངེས་པར་དུ་ཡིག་དུམ་ '#' འདིར་གྲངས་ཐང་ཞིག་འཇུག་དགོས།"
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "རེའུ་མིག་ཐོ།"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "ཚོད་འཛིན་བྱེད་སྟངས་བདམས་མེད་པའམ་ཡང་ན་མཉམ་གསེས་ཀྱི་རིགས་ཤིག་བདམས་ཡོད་པ།"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "གཏོགས་གཤིས།: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "རེའུ་ཐོའི་གཏོགས་གཤིས།"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "རེའུ་མིག་ཐོའི་ཕྱོགས་སྟོན།"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "རེའུ་མིག་ཐོ།"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "རེའུ་མིག་ཐོ།"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "གབ་པའི་ཚད་འཛིན།"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "ཚོད་འཛིན།"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "གཞི་གྲངས་ས་བཅད།"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "སྤྱིའི་བསྡོམས།"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "གསར་སྣོན་ཡིག་དུམ་"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "གཞི་གྲངས་མཛོད་བཅུག་སྐབས་ནོར་འཛོལ་བྱུང་བ།"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "ཚིག་གྲུབ་ལ་བརྡ་སྤྲོད་ནོར་འཁྲུལ་བྱུང་རིགས་འདྲི་རྩད་བྱེད་པ།"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "ཁྱེད་ཀྱིས་གཞི་གྲངས་སྡེ་ཚན་ཞིག་སུབ་ཀྱི་ཡིན་ནམ།"
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "ཁྱེད་ཀྱིས་གཞི་གྲངས་སྡེ་ཚན་ # དེ་སུབ་ཀྱི་ཡིན་ནམ།"
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6597,331 +6629,331 @@ msgid ""
msgstr "གལ་སྲིད་སུབ་རྒྱུ་བདམས་ན་བཀོལ་སྤྱོད་དེ་ཕྱིར་འཐེན་བྱེད་ཐབས་མེད། མུ་མཐུད་ཡིན་ནམ།"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "ས་གནས་ཁུལ་བཤར་ལྟ།"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "སྟར་པ།"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "གཏོགས་གཤིས་བཟོ་སྒྲིག"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "སྣོད་ཆས་ལ་བར་འཇུག"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "# སུབ་རྒྱུ།"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "བྱ་ཡུལ་#སུབ་རྒྱུ།"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Containerསྡེ་ཚན་ཞིག་ལ་བརྗེ་བ།"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "ཚོད་འཛིན་བརྗེ་བ།"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "བཀའ་ཚིག་གནོན་མཐེབ།"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "གདམ་ཚན་ཡིག་དུམ།"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "མང་འདེམས་སྒྲོམ།"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "གདོང་འཛར་ཡིག་དུམ།"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "ཚོགས་ཆུང་སྒྲོམ།"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "ཡི་གེའི་སྒྲོམ།"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "རྣམ་གཞག་ཏུ་སྒྱུར་བའི་ཡིག་དུམ།"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "རེའུ་སྒྲོམ།"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "ཚོ་སྒྲིག་སྒྲོམ།"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "པར་རྣམ་མཐེབ་གཅུས།"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "པར་རྣམ་ཚོད་འཛིན།"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "ཡིག་ཆ་འདེམས་པ།"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "ཚེས་གྲངས་ཡིག་དུམ།"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "དུས་ཚོད་ཡིག་དུམ།"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "གྲངས་ཀའི་ཡིག་དུམ།"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "དངུལ་ལོར་གྱི་ཡི་གེའི་དུམ་བུ།"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "འགེབས་རྟགས་ཡིག་དུམ།"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "རེའུ་མིག་ཚོད་འཛིན། "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "འགྲིལ་མདའ།"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "ཐང་འདེམ་མཐེབ།"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "སྣེ་སྟོན་ཚང་།"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "གདམ་ག་མང་ལྡན།"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "མིག་སྔའི་རེའུ་མིག་ནང་རེའུ་མིག་ནུས་ལྡན་གྱི་ཡིག་དུམ་ཕན་ཚུན་འབྲེལ་བའི་སྟངས་འཛིན་ཞིག་མེད་པ།"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (ཟླ་ཚེས)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (དུས་ཚོད་)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "སྒྱུར་ཆས་ཀྱི་ཁྲིད་སྟོན།"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "གདམ་གསེས་ཀྱི་ཆ་རྐྱེན།"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "ཡང་ན།"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "མིག་སྔའི་རེའུ་མིག་ནང་རེའུ་མིག་གི་བཪྙན་རིས་ལ་སྤྱོད་རྒྱུའི་གོ་ཆོད་འཛིན་ཆས་མིན་འདུག"
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<རང་འགུལ་ཡིག་དུམ>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "SQLམཚོན་ཐབས་བརྡ་སྤྲོད་ནོར་འཁྲུལ་ཡིནཔ།"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "གྲངས་ཐང་#1དེ་LIKEདུས་གཅིག་ཏུ་བེད་སྤྱོད་བྱས་མི་ཆོག"
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "ཡི་གེ་དུམ་བུ་དེའི་ནང་LIKEབེད་སྤྱོད་བྱས་མི་ཆོག LIKE "
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr ""
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "ཡིག་དུམ་དེ་ཧྲིལ་གྲངས་གཅིག་དང་ཕན་ཚུན་བསྡུར་རྒྱུ་མེད།"
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "གཞི་གྲངས་མཛོད་ནང་མི་ཚུད་པའི་མིང་གི་\"#\"རེའུ་མིག་"
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "གཞི་གྲངས་མཛོད་ནང་མི་ཚུད་པའི་མིང་གི་\"#\"རེའུ་མིག་གམ་འདྲི་རྩད།"
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "གཞི་གྲངས་མཛོད་ནང་མིང་ལ་\"#\"འཁོད་པའི་རེའུ་མིག་གམ་མཐོང་རིས་ཚུད་པ།"
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "གཞི་གྲངས་མཛོད་ནང་མིང་ལ་\"#\"འཁོད་པའི་འདྲི་རྩད་ཚུད་པ།"
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "སྟར་པ་\"#1\" དེ་རེའུ་མིག་\"#2\"ངོས་ནས་མི་རྟོགས་པ་རེད།"
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "ཡིག་དུམ་དེ་འགྱུར་བ་གཏོང་ཆོག་པའི་སིལ་གྲངས་ཚེགས་ཀྱི་གྲངས་གནས་ཕན་ཚུན་བསྡུར་རྒྱུ་མེད།"
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "བཟོ་སྒྲིག་བྱས་པའི་ཆ་རྐྱེན་དེས་ཡིག་དུམ་འདི་དང་བསྡུར་བ་བྱེད་ཐབས་མི་འདུག"
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "གཞི་གྲངས་ཀྱི་ལས་རོགས།"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (ལྟ་ཀློག་ཁོ་ན་)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ཡིག་ཆ་འདི་གནས་འདུག འགེབས་སམ།"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr ""
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -6930,7 +6962,7 @@ msgid ""
msgstr "དཔེ་དབྱིབས་$MODELNAME སུབ་ན་མིག་སྔའི་དཔེ་དབྱིབས་འདིར་སྦྲགས་པའི་ཚོད་འཛིན་ཆས་ཚང་མར་སྐྱོན་ཐེབས་སྲིད། དཔེ་དབྱིབས་འདི་དངོས་འབྲེལ་སུབ་བམ།"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -6939,7 +6971,7 @@ msgid ""
msgstr "དངོས་དཔེ་$INSTANCENAME སུབ་ན་མིག་སྔའི་དངོས་དཔེ་འདིར་སྦྲགས་པའི་ཚོད་འཛིན་ཆས་ཚང་མར་སྐྱོན་ཐེབས་སྲིད། དངོས་དཔེ་འདི་དངོས་འབྲེལ་སུབ་བམ།"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
@@ -6948,13 +6980,13 @@ msgid ""
msgstr "མ་རྒྱུ་$ELEMENTNAMEསུབ་ན་མིག་སྔའི་མ་རྒྱུ་འདིར་སྦྲགས་པའི་ཚོད་འཛིན་ཆས་ཚང་མར་སྐྱོན་ཐེབས་སྲིད། མ་རྒྱུ་འདི་དངོས་འབྲེལ་སུབ་བམ།"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "$ATTRIBUTENAME གཏོགས་གཤིས་སུབ་རྒྱུ་གཏན་འཁེལ་ལམ་མི་འཁེལ།"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -6964,7 +6996,7 @@ msgid ""
msgstr "གོང་འབུལ་ཞུས་པའི་$SUBMISSIONNAME སུབ་ན་མིག་སྔའི་གོང་འབུལ་འདིར་སྦྲགས་པའི་ཚོད་འཛིན་ཆས་ཚང་མར་སྐྱོན་ཐེབས་སྲིད། གོང་འབུལ་ཞུས་པ་འདི་དངོས་འབྲེལ་སུབ་བམ།"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -6974,1011 +7006,1011 @@ msgid ""
msgstr "མཉམ་སྦྲགས་$BINDINGNAME སུབ་ན་མིག་སྔའི་མཉམ་སྦྲགས་འདིར་སྦྲགས་པའི་ཚོད་འཛིན་ཆས་ཚང་མར་སྐྱོན་ཐེབས་སྲིད། མཉམ་སྦྲགས་འདི་དངོས་འབྲེལ་སུབ་བམ།"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "མིང་%1 དེ་ XML ནང་ཕན་མེད་ཡིན། མིང་དེ་མིན་པ་ཞིག་འཇུག་དགོས།"
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "སྔོན་སྦྱོར་%1དེ་ XMLནང་དུ་གོ་ཆོད་མི་འདུག་པས་སྔོན་སྦྱོར་གཞན་དག་གྱིས་དང་།"
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "མིང་ %1 དེ་གནས་ཟིན་པ། མིང་གསར་པ་ཞིག་འཇུག་དགོས།"
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "གོང་འབུལ་ཞུས་ན་ངེས་པར་དུ་མིང་ཡོད་དགོས།"
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "མེད་པ།"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "དངོས་དཔེ།(~I)"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "ཡིག་ཚགས།"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "མཉམ་སྦྲགས།:"
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "འདྲེན་སྤྱོད།:"
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "བཀོལ་སྤྱོད།:"
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "བྱ་ཐབས།"
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "བརྗེ་བ།:"
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "གཞི་རྒྱུ་གསབ་སྣོན།"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "རྩོམ་སྒྲིག་རྒྱུ་གཞི།"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "གཞི་རྒྱུ་སུབ་རྒྱུ།"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "གཏོགས་གཤིས་གསབ་སྣོན།"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "རྩོམ་སྒྲིག་གཏོགས་གཤིས།"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "གཏོགས་གཤིས་སུབ་རྒྱུ།"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "སྦྲགས་བཟོ་ཁ་སྣོན།"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "རྩོམ་སྒྲིག་མཉམ་སྦྲགས།"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "སྒྲིག་བཟོ་ཟིན་པ་སུབ་རྒྱུ།"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "སྤྲོད་པ་གསབ་སྣོན།"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "རྩོམ་སྒྲིག་འབུལ་སྤྲོད།"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "འབུལ་སྤྲོད་སུབ་རྒྱུ།"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "གཞི་རྒྱུ།"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "གཏོགས་གཤིས།"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "ཐུམ་བརྒྱབ།"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "མཉམ་སྦྲགས་མཚོན་སྟངས།"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "སླར་གསོ་ %PRODUCTNAME ཡིག་ཚགས་དེ་རྩེས་མེད་བྱ་རྒྱུར་གཏན་འཁེལ་ལམ་མ་འཁེལ།"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "གཡོན།"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "གཡས་ཕྱོགས་སུ།"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "དཀྱིལ་བསྡུ།"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "བཅུ་གོང་སྒྲིལ་ལུགས།"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
#, fuzzy
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "འབྲི་བཅོས།(~O)"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "གྲངས་ཀའི་མིང་འགོད། ཡིག་ཚགས་ཀྱི་མིང་རྟགས་ནོར་མེད་པ།"
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "གྲངས་ཀའི་མིང་འགོད། ཡིག་ཚགས་ཀྱི་མིང་རྟགས་ནོར་མེད་་ཀྱང་ལག་ཁྱེར་བཤེར་ཐབས་མེད།"
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "གྲངས་ཀའི་མིང་འགོད། ཡིག་ཚགས་ལ་མིང་འགོད་བྱས་མེད།"
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr ""
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
#, fuzzy
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "ཡིག་ཚགས་ནང་འཇུག་བཞིན་པ།"
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "མངོན་པའི་སྡུར་ཚད་ཆེར་གཏོང་།"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "ཆུང་གཏོང་།"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "50%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "ཤོག་ཧྲིལ།"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "ཤོག་ངོས་ཞེང་ཚད།"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "བཟོ་ལྟ་ཚུད་པ།"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "དུམ་མཚམས་ཀྱི་བཟོ་ལྟ།"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "སྡེ་ཚན་ཁྲ་མིག་གི་བཟོ་ལྟ།"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "འཚོལ་བཤེར་བྱེད་པའི་ས་བཅད་མ་ཪྙེད་པ།"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "ཚོན་གཞོང་།"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
#, fuzzy
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "གསང་ཨང་ནུས་མེད།"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "ཁོག་སྟོང་མིན་པའི་སྒོར་དབྱིབས་ཆུང་བའི་རྣམ་གྲངས་མཚོན་རྟགས།"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "ཁོག་སྟོང་མིན་པའི་སྒོར་དབྱིབས་ཆེན་པོའི་རྣམ་གྲངས་མཚོན་རྟགས།"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "ཁོག་སྟོང་མིན་པའི་གཟེ་དབྱིབས་ཀྱི་རྣམ་གྲངས་མཚོན་རྟགས།"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "ཁོག་སྟོང་མིན་པའི་གྲུ་བཞི་ཁ་གང་མ་ཆེན་པོའི་རྣམ་གྲངས་མཚོན་རྟགས།"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "གཡས་སྟོན་མདའ་རྟགས་རྣམ་གྲངས་རྟགས།"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "གཡས་སྟོན་མདའ་རྟགས་རྣམ་གྲངས་རྟགས།"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "གྲངས་ཀ་(1) (2) (3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "གྲངས་ཀ་1) 2) 3)"
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "གྲངས་ཀ་(1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "རོ་མའི་གྲངས་ཆེ་བྲིས། I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "གསལ་བྱེད་ཆེ་བྲིས། A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "ཆུང་བྲིས་ཡིག་འབྲུ།a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "ཆུང་བྲིས་ཡིག་འབྲུ།(a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "རོ་མའི་གྲངས་ཆུང་བྲིས་i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "གྲངས་ཀ་、གྲངས་ཀ་、ཆུང་བྲིས་གསལ་བྱེད་ཡི་གེ་、ཁོག་མེད་སྒོར་ཆུང་དབྱིབས་ཀྱི་རྣམ་གྲངས་རྟགས།"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "གྲངས་ཀ་、ཆུང་བྲིས་གསལ་བྱེད་ཡི་གེ་、ཁོག་མེད་སྒོར་ཆུང་དབྱིབས་ཀྱི་རྣམ་གྲངས་རྟགས།"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "གྲངས་ཀ་、ཆུང་བྲིས་གསལ་བྱེད་ཡི་གེ་、ཆུང་བྲིས་རོ་མའི་ཨང་གི་、ཆེ་བྲིས་གསལ་བྱེད་ཡི་གེ་、ཁོག་མེད་སྒོར་ཆུང་དབྱིབས་ཀྱི་རྣམ་གྲངས་རྟགས།"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "གྲངས་ཀ།"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "རོ་མའི་གྲངས་ཆེ་བྲིས་དང་། གསལ་བྱེད་ཆེ་བྲིས། རོ་མའི་གྲངས་ཆུང་བྲིས། གསལ་བྱེད་ཆུང་བྲིས།"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "གསལ་བྱེད་ཆེ་བྲིས། རོ་མའི་གྲངས་ཆེ་བྲིས་དང་། གསལ་བྱེད་ཆུང་བྲིས། རོ་མའི་གྲངས་ཆུང་བྲིས། ཁོག་མེད་ཟླུམ་པོའི་རྣམ་གྲངས་ཀྱི་མཚོན་རྟགས།"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "བུའི་རིམ་པ་ཡོད་པའི་གྲངས་ཀ་ཡོངས་རྫོགས།"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "གཡས་སྟོན་རྣམ་གྲངས་རྟགས། གཡས་སྟོན་མདའ་རྟགས་རྣམ་གྲངས་རྟགས། ལིང་གཟུགས་རྣམ་གྲངས་ཀྱི་རྟགས། སྒོར་མོ་ཆུང་ངུའི་རྣམ་གྲངས་རྟགས།"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "ཡིག་ཆ་འདི་གསར་འཛུགས་བྱ་ཐབས་མེད།"
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "$(ARG1) བཀོལ་སྤྱོད་ཕྱིར་འཐོན།"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "$(ARG1) བཀོལ་སྤྱོད་ཕྱིར་འཐོན།"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "$(ARG1) བཀོལ་སྤྱོད་སླར་གསོ།"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "$(ARG1) བཀོལ་སྤྱོད་སླར་གསོ།"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
#, fuzzy
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "འཚོལ་བ།"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr ""
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr ""
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
#, fuzzy
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "ཧ་མི་གོ་བ།"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "དམར་མདོག་སྡུར་ཚད།"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "ལྗང་མདོག་སྡུར་ཚད།"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "སྔོན་མདོག་སྡུར་ཚད།"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "གསལ་ཚད།"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "སྡུར་བའི་ཚད།"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "སྐྱ་མདོག་བཏགས་གྲངས།"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "གསལ་དྭངས།"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "བྲེགས་གཏུབ།"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "ཚད་ལྡན་འདྲེན་འཇུག་ཁ་ཕྱོགས།"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "གོང་ནས་གཤམ་དུ།"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "གཤམ་ནས་གོང་དུ།"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "རིམ་བརྩེགས།"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "གཡོན་ཕྱོགས་ཤོག་མཐའི་བར་ཐག: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "སྟེང་ཤོག་གི་བར་ཐག: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "གཡས་ཕྱོགས་ཤོག་མཐའ་བར་ཐག: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "འོག་ཤོག་གི་མཐའ་ཐག: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "ཤོག་ངོས་ཀྱི་གསལ་བཤད།: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "གསལ་བྱེད་ཆེ་བྲིས།"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "ཆུང་བྲིས་ཡིག་འབྲུ།"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "རོ་མའི་གྲངས་ཆེ་བྲིས།"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "རོ་མའི་གྲངས་ཆུང་བྲིས།"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "ཨ་རབ་ཨང་ཀི"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "མེད་པ།"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "འཕྲེད་ཕྱོགས།"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "གཞུང་ཕྱོགས།"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "གཡོན་ཕྱོགས།"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "གཡས་ཕྱོགས།"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "ཡོངས་རྫོགས།"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "སློག་འཁོར་གྱི།"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "རྩོམ་པ་པོ།: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "ཚེས་གྲངས།: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "ཡི་གེ: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "ཡིག་རྟགས་ཀྱི་རྒྱབ་ལྗོངས།"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "ཚོན་གཞོང་།"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7986,1941 +8018,1941 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "ལ་ཏིང་རྨང་གཞིའི་སྐད་ཡིག"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "ལ་ཏིང་སྐད་-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "རྒྱལ་སྤྱིའི་སྒྲ་རྟགས་ཆེར་སྐྱེད།"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "བར་ཆོད་རྒྱན་སྤྲོད་མཚོན་རྟགས།"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "ཚོ་སྒྲིག་ཚུལ་གྱི་མཚོན་རྟགས།"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "ཀེ་རེ་སེའི་རྨང་གཞིའི་སྐད་ཡིག"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "ཀེ་རེ་སེའི་མཚོན་རྟགས་དང་གནའ་རབས་ཨེ་ཇེའི་ཡི་གེ།"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "ཤི་ལོར་སྐད་ཡིག"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "ཡ་མེ་ནི་ཡའི་སྐད་ཡིག"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "ཤི་སོ་ལའི་རྨང་གཞིའི་སྐད་ཡིག"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "ཤི་པོ་ལེའི་སྐད་ཡིག་ཆེ་སྐྱེད།"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "ཨ་རབ་ཀྱི་རྨང་གཞིའི་སྐད་ཡིག"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "ཨ་རབ་སྐད་ཡིག་ཆེར་བསྐྱེད།"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "ལེགས་སྦྱར་ཡིག་འབྲུ།"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "བྷང་ག་ལ་འི་སྐད་ཡིག"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "རྒྱ་གར་བྱང་ཕྱོགས་ཀྱི་ Gujarati སྐད་བརྡ།"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "རྒྱ་གར་བྱང་ཕྱོགས་ཀྱི་ Gujarati སྐད་བརྡ།"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "ཐན་མིན་སྐད་ཡིག།"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "རྒྱ་གར་བྱང་ཕྱོགས་ཀྱི་ Telugu སྐད་ཡིག"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "(རྒྱ་གར་)ཁ་ན་དའི་སྐད་ཡིག"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "རྒྱ་གར་ལྷོ་ཕྱོགས་ཀྱི་Dravidianསྐད་ཀྱི་ཡུག་སྐད་ཡིག"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "ཐེ་ལན་སྐད་ཡིག"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "ལོ་སེའི་སྐད་ཡིག།"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "ག་ལུ་ཅེ་ཡའི་རྨང་གཞིའི་སྐད་ཡིག"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "ག་ལུ་ཅེ་ཡའི་སྐད་ཡིག་ཆེ་སྐྱེད།"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "ཀུ་རེ་ཡའི་སྐད་ཡིག་ Jamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ཟུར་སྣོན།"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "ཀེ་རེ་སེའི་སྐད་ཆེ་སྐྱེད།"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "སྤྱི་བཏང་གི་བརྡ་རྟགས་མཚོན་བཤད།"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "གོང་རྟགས་དང་གཤམ་རྟགས།"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "དངུལ་ལོར་མཚོན་རྟགས།"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "ཚོ་སྒྲིག་ཚུལ་གྱི་མཚོན་རྟགས།"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "ཡིག་འབྲུ་འདྲ་བའི་མཚོན་རྟགས།"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "གྲངས་ཀའི་མཚོན་རྟགས།"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "མདའ་རྩེ་མཚོན་རྟགས།"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "གྲངས་རིག་རྩིས་རྒྱག་མཚོན་རྟགས།"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "ཙག་ཙིག་ལག་རྩལ་སྤྱོད་རྟགས།"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "མཐེབ་གཞོང་མཚོན་རྟགས།"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "འོད་རིག་ཤན་འབྱེད་ཐུབ་པའི་མཚོན་རྟགས།"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "གུག་རྟགས་ལྡན་པའི་ཡིག་འབྲུའི་གྲངས་ཀ།"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "རེའུ་འགོད་རྟགས།"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "གྲུ་བཞིའི་གཞི་རྒྱུ།"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "དབྱིབས་རྩིས་རིས་དབྱིབས་རྟགས།"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "མཚོན་རྟགས་སྣ་ཚོགས།"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "རྒྱན་སྤྲོད་མཚོན་རྟགས།"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "ཀྲུང་ལྗར་ཀུའི་མཚོན་རྟགས་དང་བརྡ་རྟགས།"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "དམངས་སྤྱོད་ཡི་གེ།"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "གཞུང་སྤྱོད་ཡི་གེ།"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "སྒྲ་སྦྱོར་མཚོན་རྟགས་ཪྙིང་པ།"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "ཀུ་རེ་ཡའི་སྐད་ཡིག་མཐུན་འཇུག་ Jamo"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "ཀྲུང་ལྗར་ཀུའི་ཡིག་རྟགས་སྣ་ཚོགས།"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "གུག་རྟགས་ལྡན་པའི་ཀྲུང་ལྗར་ཀུའི་ཡིག་རྟགས་དང་ཟླ་དུས།"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "ཀྲུང་ལྗར་ཀུའི་མཐུན་འཇུག"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "ཀུ་རེ་ཡའི་སྐད་ཡིག"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "ཀྲུང་ལྗར་ཀུའི་གཅིག་གྱུར་རྒྱ་ཡིག"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "ཀྲུང་ལྗར་ཀུའི་གཅིག་གྱུར་རྒྱ་ཡིག་ཆེ་སྐྱེད་ A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "ཆེད་སྤྱོད་ཁུལ།"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "ཀྲུང་ལྗར་ཀུའི་མཐུན་འཇུག་རྒྱ་ཡིག"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "ཡིག་འབྲུའི་གསལ་སྟོན་རྣམ་པ།"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "ཨ་རབ་ཀྱི་གསལ་སྟོན་རྣམ་པ་A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "སྟོས་ཟླའི་མཚོན་རྟགས།"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "ཀྲུང་ལྗར་ཀུའི་མཐུན་འཇུག་རྣམ་པ།"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "ཡིག་ཆུང་འགྱུར་གཟུགས།"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "ཨ་རབ་ཀྱི་གསལ་སྟོན་རྣམ་པ་ B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "ཕྱིད་གཟུགས་དང་གང་གཟུགས་ཡིག་རྟགས།"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "མཚོན་རྟགས།"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "སྦོམ་གསེག་གཟུགས།"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "ཀྲུང་ལྗར་ཀུའི་གཅིག་གྱུར་རྒྱ་ཡིག་ཆེ་སྐྱེད་ A"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "ཀྲུང་ལྗར་ཀུའི་གཅིག་གྱུར་རྒྱ་ཡིག་ཆེ་སྐྱེད་ A"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "ཀྲུང་ལྗར་ཀུའི་གཅིག་གྱུར་རྒྱ་ཡིག་ཆེ་སྐྱེད་ A"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "ཟུར་སྣོན་གྱི་ཤི་ལོར་སྐད་ཡིག"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "ཤིའི་ལན་སྐད་ཡིག"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "བོད་ཡིག"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "འབར་མའི་སྐད་ཡིག"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "ཀུ་མེར་སྐད་ཡིག"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "ཨོ་ཀེམ་ཡི་གེ།"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "གནའ་རབ་ཡོ་རོབ་བྱང་མའི་སྐད་ཡིག།"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "གནའ་རབ་ཀྱི་སི་རི་ཡའི་སྐད་ཡིག།"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "མར་ཏེ་ཕུའི་སྐད་ཡིག"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "དབྱི་སུ་པི་ཡའི་སྐད་ཡིག"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "ཁྲ་ལ་ཅི་རིགས་ཀྱི་ཡུལ་མིའི་སྐད་ཡིག"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "ཁ་ན་ཏའི་ཡུལ་དེ་རང་གི་སྡོད་པའི་སྒྲ་ཁྱིམ།"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "སོག་པོའི་སྐད་ཡིག"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "གྲངས་རིག་མཚོན་རྟགས་སྣ་ཚོགས་-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "ཟུར་སྣོན་གྱི་མདའ་རྩེ་-A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "ལོང་ཡིག"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "ཟུར་སྣོན་གྱི་མདའ་རྩེ་-B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "གྲངས་རིག་མཚོན་རྟགས་སྣ་ཚོགས་-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "ཟུར་སྣོན་གྱི་ཀྲུང་ལྗར་ཀུའི་ཡི་གེའི་ཡིག་སྡེ།"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "ཁང་ཤིའི་ཡིག་སྡེ།"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "སྒྲ་སྦྱོར་མཚོན་རྟགས"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "ཧྥི་ལི་ཕིན་གྱི་ཐང་ཅ་ལོ་ཀེའི་སྐད་ཡིག།"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "ཧྥི་ལི་ཕིན་གི་ཧན་ནུའུ་ནོག་སྐད་ཡིག"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "ཧྥི་ལི་ཕིན་གྱི་ཐང་ཅ་ལོ་ཀེའི་སྐད་ཡིག"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "ཧྥི་ལི་ཕིན་གྱི་ཕུ་ཧེ་ཏེའི་སྐད་ཡིག"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "ལྗར་པན་སྐད་ཡིག་གི་གནའ་བོའི་རྒྱ་ཡིག"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "ཞོར་སྣོན་གྱི་སྒྲ་སྦྱོར་མཚོན་རྟགས"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "སྒྲ་བཀོད་ཀྱི་གཞུང་སྤྱོད་ཀྱི་ཡི་གེ།"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "ཁེ་ལས།"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "ཚོ་སྒྲིག་ཚུལ་གྱི་མཚོན་རྟགས།"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "ཨེ་ཅེབ་གནའ་སྐད།"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ A"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ A"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "དཔེ་རིས།ས"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "རེའུ་འགོད་བཟོ་བཅོས།"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "འཇར་ཕན་སྐད།"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "བསམ་ཚུལ་རི་མོ།"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "ཨ་རབ་སྐད་ཡིག་ཆེར་བསྐྱེད།"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "ཚོ་སྒྲིག་ཚུལ་གྱི་མཚོན་རྟགས།"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ A"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "མ་ཚུལ།"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "ཟུར་སྣོན་གྱི་མདའ་རྩེ་-A"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "ཀྲུང་ལྗར་ཀུའི་གཅིག་གྱུར་རྒྱ་ཡིག་ཆེ་སྐྱེད་ A"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr ""
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "ཀྲུང་ལྗར་ཀུའི་གཅིག་གྱུར་རྒྱ་ཡིག་ཆེ་སྐྱེད་ A"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "ཟུར་སྣོན་གྱི་ཤི་ལོར་སྐད་ཡིག"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10730,13 +10762,14 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "གཡོན་གཤམ་ཟུར་ན་གཡས་གཤམ་ཟུར་གྱི་གཏད་ཟུར་མཐའ་སྒྲོམ་ཐིག"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "མེད་པ།"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10744,14 +10777,14 @@ msgid "Bullet"
msgstr "རྣམ་གྲངས་མཚོན་རྟགས།"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "རིས་དབྱིབས།"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10759,7 +10792,7 @@ msgid "Linked graphics"
msgstr "འབྲེལ་མཐུད་བྱས་པའི་རི་མོ།"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10767,7 +10800,7 @@ msgid "1, 2, 3, ..."
msgstr "1,2,3,..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10775,7 +10808,7 @@ msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10783,7 +10816,7 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10791,7 +10824,7 @@ msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10799,28 +10832,28 @@ msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10828,7 +10861,7 @@ msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10836,14 +10869,14 @@ msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10851,7 +10884,7 @@ msgid "Native Numbering"
msgstr "རང་སའི་གྲངས་འཛིན་ཨང་རྟགས།"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10859,7 +10892,7 @@ msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ...(པོ་ཀ་ལི་ཡེའི་སྐད།)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10867,7 +10900,7 @@ msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ...(པོ་ཀ་ལི་ཡེའི་སྐད།)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10875,7 +10908,7 @@ msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ...(པོ་ཀ་ལི་ཡེའི་སྐད།)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10883,7 +10916,7 @@ msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ...(པོ་ཀ་ལི་ཡེའི་སྐད།)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10891,7 +10924,7 @@ msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ...(ཨུ་རུ་སུའི་སྐད)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10899,7 +10932,7 @@ msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ...(ཨུ་རུ་སུའི་སྐད))"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10907,7 +10940,7 @@ msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ...(ཨུ་རུ་སུའི་སྐད)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10915,7 +10948,7 @@ msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ...(ཨུ་རུ་སུའི་སྐད)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10923,7 +10956,7 @@ msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ...(སེར་ཝུ་ཡའི་སྐད)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10931,7 +10964,7 @@ msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ...(སེར་ཝུ་ཡའི་སྐད)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10939,7 +10972,7 @@ msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ...(སེར་ཝུ་ཡའི་སྐད)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10947,49 +10980,49 @@ msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ...(སེར་ཝུ་ཡའི་སྐད)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr ""
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr ""
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16516,7 +16549,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/bo/sw/messages.po b/source/bo/sw/messages.po
index c46cc54506a..5575a03431a 100644
--- a/source/bo/sw/messages.po
+++ b/source/bo/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -611,7 +611,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr ""
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -619,1301 +619,1337 @@ msgstr ""
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -11283,142 +11319,142 @@ msgid "Width:"
msgstr "ཞེང་ཚད།"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
#, fuzzy
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "བར་ཆོད།"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr ""
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "བཟོ་དབྱིབས།"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
#, fuzzy
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "ཞེང་ཚད།"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
#, fuzzy
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "མཐོ་ཚད།"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "གནས་ས།"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "སྟེང་ཕྱོགས།"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "དཀྱིལ་བསྡུ།"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "འོག་ཕྱོགས།"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
#, fuzzy
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "ཚོས་གཞི།"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr ""
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
#, fuzzy
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "ཚང་།"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr ""
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "བྲིས་རྟགས།"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "མིག་སྔའི་པར་གཞི།"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "ཁུལ་ཁོངས་སུབ་རྒྱུ།"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "སྒྲོམ།"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "ཤོག་ངོས་ཀྱི་རྣམ་པ་མཚུངས་པ།"
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr ""
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
#, fuzzy
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "ཡི་གེའི་ཁ་ཕྱོགས།"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
#, fuzzy
msgctxt "columnpage|label2"
msgid "Settings"
@@ -13270,72 +13306,72 @@ msgid "Space to text"
msgstr ""
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
#, fuzzy
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "ཞབས་མཆན་དང་མཇུག་མཆན་ས་ཁོངས།"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
#, fuzzy
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "གནས་ས།"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
#, fuzzy
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "བཟོ་དབྱིབས།"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr ""
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
#, fuzzy
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "ཚོས་གཞི།"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
#, fuzzy
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "རིང་ཚད།"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr ""
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "གཡོན།"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "དཀྱིལ་བསྡུ།"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "གཡས།"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr ""
@@ -19942,7 +19978,7 @@ msgid "_More Options"
msgstr "འདེམས་གཞི་གང་མང་།(~O)"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
#, fuzzy
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
@@ -22268,49 +22304,49 @@ msgid "Remaining space:"
msgstr ""
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "ཞེང་ཚད་སྟར་པ་སྒྲིག་པ།"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "ཞེང་ཚད་སྟར་པ་སྒྲིག་པ།"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "ཞེང་ཚད་སྟར་པ་སྒྲིག་པ།"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "ཞེང་ཚད་སྟར་པ་སྒྲིག་པ།"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "ཞེང་ཚད་སྟར་པ་སྒྲིག་པ།"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "ཞེང་ཚད་སྟར་པ་སྒྲིག་པ།"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "ཞེང་ཚད་སྟར་པ་སྒྲིག་པ།"
diff --git a/source/br/chart2/messages.po b/source/br/chart2/messages.po
index 1960c583836..fe049036eaa 100644
--- a/source/br/chart2/messages.po
+++ b/source/br/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2351,44 +2351,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Reteradur an destenn"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "S_teuñv"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Eeun"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Gwirheñvel"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Personelaet"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "S_teuñv"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_Disheolañ"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "_Riblennoù an ergorenn"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "Kerioù r_ontaet"
diff --git a/source/br/cui/messages.po b/source/br/cui/messages.po
index 826e9b20593..e8961bb4486 100644
--- a/source/br/cui/messages.po
+++ b/source/br/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4351,45 +4351,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "_Testenn hepken"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/br/dbaccess/messages.po b/source/br/dbaccess/messages.po
index 86fcf36e02c..6f681f403ab 100644
--- a/source/br/dbaccess/messages.po
+++ b/source/br/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-04-24 10:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -969,20 +969,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Trevelloù"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Deskrivadur"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Alberz"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -996,31 +990,31 @@ msgstr ""
"Fellout a ra deoc'h serriñ an holl deulioù bremañ ?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "~Anv ar furmskrid"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "~Anv an danevell"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "~Anv an teuliad"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "Furmskridoù pe danevelloù gant makroioù enkorfet ez eus en teul."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1036,260 +1030,260 @@ msgstr ""
"Notennit ne viot ket gouest da enkorfañ makroioù en teul stlennvon keit ha na vo ket graet an treuztiriañ. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Stlennvon enkorfet"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "N'hallit ket diuzañ rummadoù disheñvel."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "Kavez ez eus bet ur rizh ergorenn nad eo ket skoret ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Perzhioù kempleshoc'h"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Arventennoù ouzhpenn"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Arventennoù kennaskañ"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "A~nv an daolenn"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "A~nv an azgoulenn"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Adenvel da"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Enlakaat evel"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "C'hoant hoc'h eus da zilemel ar roadennoù diuzet ?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Fazi gant despizadur an dezverkoù rummañ"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Fazi gant despizadur an dezverkoù silañ"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Kennask kollet"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Azgoulennoù"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Taolennoù"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Kadarnaat an dilamadur"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "C'hoant hoc'h eus da zilemel an daolenn '%1' ?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "Kollet eo bet ar c'hennask ouzh ar stlennvon ! Adsevel ar c'hennask ?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Kemennoù eveshaat"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "Kemennoù eveshaat o tont eus ar c'hennask ouzh ar stlennvon e-pad argerzh dastum an taolennoù."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "O kennaskañ ouzh \"$name$\"..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "O kargañ an azgoulenn $name$ ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "O kargañ an daolenn $name$ ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Kavet ez eus bet mentrezh taolenn ebet."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "N'haller ket savelañ ur c'hennask ouzh an tarzh roadennoù \"$name$\"."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Dianav;Testenn;Niver;Deiziad/Eur;Deiziad;Eur;Ya/Nann;Moneiz;Kounskrid;Kounter;Skeudenn;Testenn (fest);Dekrannel;Maezienn daouredel (fest);Maezienn daouredel;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Ergorenn;Difoc'h;Luniad;Maezienn;BLOB;CLOB;REF"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Enlakaat/dilemel un alc'hwez kentael"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Ya"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Nann"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<ebet>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Anv maezienn"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Rizh maezienn"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Deskrivadur"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Deskrivadur ar bann"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Perzhioù ar vaezienn"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Daskemmañ ur gellig"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Dilemel ar renk"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Daskemmañ ar rizh maezienn"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Enlakaat ur renk"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Enlakaat ur renk nevez"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "Gwerzh dre ~ziouer"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1299,7 +1293,7 @@ msgstr ""
"Ma ne rank ket ar vaezienn kemer ar werzh dre ziouer, dibabit an hedad goullo."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1311,19 +1305,19 @@ msgstr ""
"An hedad nodrezhoù eo hag a vo arveret e pep enrolladenn nevez evit ar vaezienn oberiat pa vo euvret roadennoù en daolenn ganeoc'h."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Menegit al led uc'hek aotreet evit an destenn."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Erspizit ar rizh niver."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1337,25 +1331,25 @@ msgstr ""
"Reizhet e vo ar werzh ent emgefreek mard afe dreist d'an uc'heg aotreet evit ar stlennvon-mañ."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Erspizit an niver a zekrannennoù evit niveroù ar vaezienn-mañ."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Setu penaos e vo mentrezhet roadennoù ar bann lakaet, mar arverot ar mentrezh arventennet (evit kemm ar mentrezh-mañ, klikit war an afell dereat war an tu dehou)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Reiñ a ra tu da zespizañ mentrezh ec'hankañ roadennoù an daolenn."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1367,49 +1361,49 @@ msgstr ""
"Mar bez, n'hallot ket euvriñ roadennoù end eeun : an holl enrolladurioù nevez o do o gwerzhioù dezho (da lavarout eo ar werzh azvuiadet adalek an enrolladur kent)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "N'haller ket enrollañ an daolenn : div wech eo bet roet anv ar bann \"$column$\"."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "Ar bann \"$column$\" zo d'an alc'hwez kentael. Mard eo dilamet e vo dilamet an alc'hwez kentael ivez. Kenderc'hel ganti ?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Alc'hwez kentael dezverket"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Bann"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "C'hoant hoc'h eus da genderc'hel da vat ?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "N'haller ket savelañ ur c'hennask ouzh ar stlennvon : ne oa ket tu da enrollañ an daolenn."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "N'haller ket azasaat ar sil taolenn : dilamet eo bet an tarzh roadennoù"
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1419,13 +1413,13 @@ msgstr ""
"Enrollañ an daskemmadurioù graet da framm an daolenn a fell deoc'h ?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Alc'hwez kentael ebet"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1439,25 +1433,25 @@ msgstr ""
"Krouiñ un alc'hwez kentael ?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "N'haller ket daskemmañ ar bann \"$column$\". Amdro : dilemel ar bann hag arloañ ar mentrezh all. Kendalc'het e vo ganeoc'h ?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Fazi en ur enrollañ an daolenn veizañ"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "N'haller ket lemel kuit ar bann $column$."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1469,7 +1463,7 @@ msgstr ""
"Treuzkaset e vo ar bomm-mañ end-eeun etrezek ar stlennvon e-kerzh krouidigezh an daolenn."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1479,37 +1473,37 @@ msgstr ""
"Ar mod Divrazañ taolenn n'eo ket hegerz evit an tarzh roadennoù-mañ."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "Daskemmañ an anv maezienn"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "Daskemmañ ar rizh maezienn"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "Daskemmañ deskrivadur ar vaezienn"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "Daskemmañ doareenn ar vaezienn"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "Ret eo deoc'h enankañ ur ger tremen evit ar c'hennaskañ ouzh an tarzh roadennoù \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1525,49 +1519,49 @@ msgstr ""
"n'eus ket anezhañ. E grouiñ a fell deoc'h ?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "N'haller ket krouiñ ar c'havlec'hiad $name$ "
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Ar restr-mañ a zo anezhi endeo. Flastrañ ?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Teuliad"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Perzhioù ar stlennvon"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Perzhioù an tarzh roadennoù : #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "Mar plij, dibabit 'Kennaskañ ouzh ur stlennvon ez eus anezhañ' a-benn kennaskañ ouzh ur stlennvon ez eus anezhañ kentoc'h."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Al levraoueg goulev #lib# n'eo ket evit bezañ karget pe kontron eo. Diuzañ kefluniadur tarzh roadennoù ODBC n'eo ket hegerz."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1577,152 +1571,152 @@ msgstr ""
"Ha pa c'hallfe an arventennoù bezañ daskemmet, ne vefe ket gwarantet ur c'hennask ouzh ar stlennvon."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Tra ebet}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t 59\t ,\t 44\t :\t 58\t {Taolennata}\t9\t {Esaou}\t 32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 a rank bezañ despizet."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 ha #2 a rank bezañ disheñvel."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "An arouezennoù rumm evel ? pe * n'int ket aotreet e #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Prouad Kennaskañ"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Kennaskañ savelet."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "N'haller ket savelañ ar c'hennask."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "Kargadur ar stur JDBC kaset da benn."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "N'haller ket kargañ ar stur JDBC."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "Restr mod MS Access"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "Restr mod MS Access 2007"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Stlennvon mod Firebird"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Reizhiad"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Fazi e-pad ma oa o krouiñ"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "N'haller ket digeriñ an teul \"$file$\"."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "N'haller ket dilemel an daolenn rak n'eo ket skoret gant ar c'hennask ouzh ar stlennvon."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "Pep ~tra"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Nullañ :"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Adober :"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "N'haller ket dinoiñ ar rizh bann o klotañ gantañ evit ar bann '#1' "
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Ar restr \"$file$\" n'eus ket anezhi."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "Kemennoù eveshaat a zo degouezhet en ur gennaskañ ouzh an tarzh roadennoù. Pouezit war \"$buttontext$\" evit o gwelout."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1733,199 +1727,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "N'haller ket savelañ ur c'hennask ouzh an ardoer sturioù SDBC (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "N'eus stur ebet enskrivet evit an URL #connurl# "
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "Kennaskañ kaset da benn, met stlenn ebet a-zivout an taolennoù ha/pe ar gwelioù a zo bet dizoloet."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "An holl daolennoù"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "An holl welioù"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "An holl daolennoù ha gweledoù"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Anv taolenn"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Enlakaat roadennoù"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Lemel kuit ar roadennoù"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Daskemmañ ar roadennoù"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Daskemmañ ar frammad"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Lenn ar roadennoù"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Daskemmañ an daveoù"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Lemel kuit ar framm"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Treug davit ar restroù mod dBASE"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Treug davit ar restroù mod testenn"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Treug davit ar renkelloù"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Anv an tarzh roadennoù ODBC war ho reizhiad"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Anv ar stlennvon mod MySQL"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Anv ar stlennvon Oracle"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Restr stlennvon mod Microsoft Access"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "Arventenn ouzhpenn ebet azgoulennet. Da wiriañ ez a ar c'hennask en-dro, klikit war an afell '%test'."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "~Anv an ostiz"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Anv an aelad evit ~Mozilla"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Anv an aelad evit ~Thunderbird"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Ouzhpennañ taolennoù"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Ouzhpennañ un daolenn pe un azgoulenn"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Seveniñ bannoù"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Mentrezhañ rizh"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1935,163 +1929,163 @@ msgstr ""
"An anv amañ dindan zo war arver endeo :"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Deverkañ ar bannoù"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Kent"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~War-lerc'h > "
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "K~rouiñ"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Eilañ an daolenn"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Eilañ an daolenn"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "An anv taolenn-mañ n'eo ket talvoudek er stlennvon bremanel."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Dibabit an dibarzh 'Ouzhpennañ roadennoù' war ar bajenn gentañ evit ouzhpennañ stlennoù d'un daolenn ez eus anezhi."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Kemmit anv an daolenn, mar plij. Re hir eo."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Skoazeller ar Stlennvon"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Diuzañ ur stlennvon"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Kefluniañ ur c'hennask mod dBASE"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Kefluniañ ur c'hennask ouzh ar restroù mod testenn"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Kefluniañ ur c'hennask mod Microsoft Access"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Kefluniañ ur c'hennask mod LDAP"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Kefluniañ ur c'hennask mod ADO"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Kefluniañ ur c'hennask mod JDBC"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Kefluniañ ur c'hennask mod stlennvon Oracle"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Kefluniañ ur c'hennask mod MySQL"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Kefluniañ ur c'hennask mod ODBC"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Kefluniañ dilesa an arveriad"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Kefluniañ roadennoù an dafariad mod MySQL"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Enrollañ ha kenderc'hel"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Stlennvon nevez"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Kefluniañ ur c'hennask ouzh ur stlennvon mod MySQL en ur arverañ JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2101,67 +2095,67 @@ msgstr ""
"Mar bez mar ganeoc'h a-fet arventennoù da-heul, kit e darempred gant hoc'h ardead reizhiad."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "Rumma~d stur JDBC evit MySQL :"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Dre ziouer : 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Kefluniañ ur c'hennask ouzh ar restroù mod dBASE"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Diuzañ teuliad kadaviñ ar restroù mod dBASE."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Kefluniañ ur c'hennask ouzh ar restroù mod testenn"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Diuzañ teuliad kadaviñ ar restroù testenn mod CSV (gwerzhioù dispartiet gant ur skej). %PRODUCTNAME Base a zigor ar restroù-mañ e mod lenn nemetken."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Treug davit ar restroù mod testenn"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Kefluniañ ur c'hennask ouzh ur stlennvon mod Microsoft Access"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Diuzit ar restr mod Microsoft Access ma fell deoc'h haeziñ anezhi."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Kefluniañ ur c'hennask ouzh ur stlennvon mod ADO"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2173,13 +2167,13 @@ msgstr ""
"Mar bez mar a-fet arventennoù da-heul, kit e darempred gant hoc'h ardead reizhiad."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Kefluniañ ur c'hennask ouzh ur stlennvon mod ODBC"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2191,13 +2185,13 @@ msgstr ""
"Mar bez mar ganeoc'h a-fet arventennoù da-heul, kit e darempred gant ardead ho reizhiad."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Kefluniañ ur c'hennask ouzh ur stlennvon mod JDBC"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2207,25 +2201,25 @@ msgstr ""
"Mar bez mar ganeoc'h a-fet arventennoù da-heul, kit e darempred gant ardead ho reizhiad."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Kefluniañ ur c'hennask ouzh ur stlennvon mod Oracle"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Dre ziouer : 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Rumma~d stur JDBC evit Oracle"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2235,13 +2229,13 @@ msgstr ""
"Mar bez mar ganeoc'h a-fet arventennoù da-heul, kit e darempred gant ardead ho reizhiad."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Kefluniañ ur c'hennask ouzh ar renkelloù"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2251,277 +2245,277 @@ msgstr ""
"%PRODUCTNAME a zigoro ar restr-mañ e mod lenn nemetken."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~Lec'hiadur hag anv an teul"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Arc'had kaset da benn gant berzh"
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "Kollet eo bet ar c'hennask ouzh ar stlennvon. Serret e vo ar voestad emziviz."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Urzh rummañ"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Maezienn an ibil"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "War-gresk"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "War-zigresk"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "C'hoant hoc'h eus da zilemel da vat an ibil '$name$' ?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "ibil"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "Ur vaezienn da vihanañ zo ret d'an ibil."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Un ibil all anvet \"$name$\" ez eus anezhañ endeo."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "En un despizadur ibil e c'hell ar bannoù taolenn bezañ anezho ur wech hepken. Hogen ho peus implijet ar bann \"$name$\" div wech."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "N'haller ket amdreiñ an enankad d'ur werzh talvoudek evit an arventenn \"$name$\"."
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "Stad SQL"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Boneg fazi"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "Degaset e vez ar fazi-mañ gant un arventenn fall eus an arouezennaoueg arveret evit yezh ar stlennvon. Da wiriañ an arventennoù-mañ, diuzit Embann - Stlennvon - Perzhioù."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Fazi"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Kemenn eveshaat"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Titour"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Munudoù"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "C'hoant hoc'h eus da zilemel da vat an arveriad ?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "Ne vez ket skoret ardeiñ an arveriaded gant ar stlennvon. "
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Disheñvel eo an daou c'her-tremen. Biziatait ar ger-tremen en-dro."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Notennit na vez ket skoret ar rizh eread-mañ gant stlennvonioù zo."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Enderc'hel a ra nemet an enrolladennoù a zo heñvel maeziennadoù staget an div daolenn. "
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Enderc'hel a ra PEP enrolladenn '%1', hag enrolladennoù '%2' hag a zo heñvel maeziennoù staget eus an div daolenn."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Enderc'hel a ra PEP enrolladenn '%1' ha '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Enderc'hel a ra an aozadoù kartezian eus an HOLL enrolladurioù diouzh '%1' ha diouzh '%2'."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "Ne vez ket skoret ar gwelioù gant ar stlennvon bukenn."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "Ne vez ket skoret an alc'hwezioù kentael gant ar stlennvon bukenn."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "deskriver da haeziñ roadennoù ebet bet kavet pe deskriver da haeziñ roadennoù barrek da bourchas an holl stlennoù ret"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Skoret e vez an taolennoù hag an azgoulennoù hepken evit ar mare."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "Eilad spletad disoc'h an tarzh a rank skorañ ar sinedoù."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Tarzh rizh bann unskor ($type$) war lec'hiadur ar bann $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Niver anlezennek eus an arventennoù deraouekaat."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Degouezhet ez eus bet ur fazi e-pad an deraouekaat."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Arventennoù anskor e deskriver tarzh an eilad : $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "A-benn eilañ un azgoulenn e rank ho kennask bezañ gouest da bourchas azgoulennoù."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "Didalvoudek eo arload ar c'henskejañ lavaret."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "An daveadur-se a zo anezhañ dija . Fellout a ra deoc'h e embann pe grouiñ unan nevez ?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Embann..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Krouiñ..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base : Divrazañ un daveadur"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "Ar stlennvon ne c'houzañv ket an daveadurioù "
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Lemel kuit an daol-mañ a lam kuit an darempredoù liammet. Kenderc'hel ?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4549,7 +4543,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "Merkañ an taolennoù da lakaat da hewel evit an arloadoù."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Taolennoù ha siloù an taolennoù"
@@ -4578,6 +4572,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "Ouzhpennañ un daolenn pe un azgoulenn"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/br/desktop/messages.po b/source/br/desktop/messages.po
index b6fc4fa38a1..6428907ceb0 100644
--- a/source/br/desktop/messages.po
+++ b/source/br/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-09-03 11:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Askouezh"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "Parzh al Levraoueg Dialuskel UNO"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "Parzh Java UNO"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "Parzh Python UNO"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "Parzhioù UNO"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "Levraoueg rizh UNO RDB"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "Levraoueg rizh UNO Java"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "Levraoueg %MACROLANG"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Skoazell"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "N'hall ket bezañ staliet an askouezh rak :\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "Ne vo ket staliet an askouezh rak ur fazi zo degouezhet er restroù skoazell :\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Ouzhpennañ askouezhioù"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "Lemel ~kuit"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "Gweredek~aat"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Diweredekaat"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Hizivaat..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Oc'h ouzhpennañ %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "O lemel %EXTENSION_NAME kuit"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Gweredekaat %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Diweredekaat %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Asantiñ d'al lañvaz evit %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Fazi : Dianav eo stad an askouezh-mañ"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Serriñ"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Kuitaat"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"Brientoù an ardead zo azgoulennet a-benn hizivaat an askouezhioù rannet. Kit e darempred gant hoc'h ardead a-benn hizivaat an askouezhioù rannet da heul :"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "N'hall ket an askouezh bezañ gweredekaet rak n'eo ket bastet diazalc'hoù ar reizhiad da-heul :"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Diweredekaet e chom an askouezh-mañ rak n'hoc'h eus ket asantet d'al lañvaz c'hoazh.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Diskouez al lañvaz"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Klikit war 'Nullañ' a-benn dilezel ar staliañ."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Klikit war 'Nullañ' a-benn dilezel an dilemel."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Klikit war 'Nullañ' a-benn dilezel an dilemel."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Klikit war 'Nullañ' a-benn dilezel ar gweredekaat."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Klikit war 'Nullañ' a-benn dilezel an diweredekaat."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "An askouezh '%Name' ned a ket en-dro gant an urzhiataer-mañ."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "O staliañ an askouezhioù..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Staliadur kaset da benn"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Fazi ebet."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Fazi e-pad ma oa o pellgargañ an askouezh %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Ar hemennadenn fazi a zo : "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Fazi e-pad ma oa o staliañ an askouezh %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "Nac'het eo bet al lañvaz evit an askouezh %NAME. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Ne vo ket staliet an askouezh."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Dianav"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "Dre ret ez eus ezhomm dave OpenOffice.org handelv %VERSION gant an askouezh"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "Ne vez ket skoret handelvoù dave OpenOffice.org nevesoc'h eget %VERSION gant an askouezh"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "Dre ret ez eus ezhomm %PRODUCTNAME handelv %VERSION gant an askouezh"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Klikit war 'Nullañ' a-benn dilezel ar staliañ."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Klikit war 'Nullañ' a-benn dilezel ar staliañ."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Klikit war 'Nullañ' a-benn dilezel ar staliañ."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Klikit war 'Nullañ' a-benn dilezel ar staliañ."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Klikit war 'Nullañ' a-benn dilezel ar staliañ."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Klikit war 'Nullañ' a-benn dilezel ar staliañ."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "N'eus hizivadenn nevez ebet hegerz."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "N'eus hizivadenn ebet a c'hell bezañ staliet. Evit gwelout an holl anezho, kevaskit ar voest 'Diskouez an holl hizivadennoù'."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Degouezhet ez eus bet ur fazi :"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Fazi dianav."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "N'eus munud ouzhpenn ebet evit an hizivadenn-mañ."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "N'hall ket bezañ staliet an askouezh rak :"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Handelv %PRODUCTNAME ne genglok ket :"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "Emañ %PRODUCTNAME %VERSION ganeoc'h"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "hizivadur diazezet war ar merdeer"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Handelv"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Laosket e vo an hizivadenn-mañ a-gostez.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "N'haller ket luskañ an arload !"
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "N'haller ket dinoiñ an treug kefluniañ \"$1\" "
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "N'eo ket talvoudek an treug staliañ."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Ur fazi diabarzh zo bet."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Siek eo ar restr kefluniañ \"$1\""
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "N'haller ket dinoiñ ar restr kefluniañ \"$1\" "
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "Ar restr kefluniañ \"$1\" ne skor ket an handelv-mañ."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Yezh keteal an arveriad n'hall ket bezañ savelet."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "N'eo ket bet peurechuet ar staliadur evit an arveriaded. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "N'haller ket hegerz ar gwazerezh kefluniañ."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Da ratreañ ar staliadur, luskit an arload Setup diouzh ar sederom pe adalek an teuliad oc'h enderc'hel ar pakadoù staliañ."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "C'hoarvezet ez eus bet ur fazi hollek e-pad haezadur ar c'hefluniadur kreiz."
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Trugarez da vont e darempred gant ardead ho reizhiad."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Fazi diabarzh :"
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "Ret eo deoc'h adloc'hañ %PRODUCTNAME goude ur staliadur pe un hizivadur, siwazh."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"Ha fellout a ra deoc'h kenderc'hel ganti ?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Disaotreet eo ar moullañ. Teul ebet a c'hell bezañ moullet."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "N'eo ket hegerz an ardoer treugoù.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -735,7 +741,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -743,61 +749,61 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Kevrat al lañvaz evit an askouezh $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Lennit betek ar fin kevrat al lañvaz da heul. Asantit d'ar gevrat en ur skrivañ \"ya\" e-barzh ar penel ha pouezit war ar stokell Enankañ. Skrivit \"ket\" da nac'hañ ha dilezel staliadur an askouezh."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Enankit \"ya\" pe \"ket\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "Ne oa ket reizh ar pezh ho peus skrivet. Trugarez da skrivañ \"ya\" pe \"ket\" :"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "YA"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "KET"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "K"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg n'hall ket bezañ loc'het. Emañ war erounit endeo hervez ar restr prennañ. Ma n'eo ket en abeg da se, dilamit ar restr prennañ e :"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "FAZI : "
diff --git a/source/br/sfx2/messages.po b/source/br/sfx2/messages.po
index 148f53974b8..b787d92dc8d 100644
--- a/source/br/sfx2/messages.po
+++ b/source/br/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -921,8 +921,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "N'haller ket kavout ar sil skeudennoù"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -933,43 +939,43 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Ger-tremen direizh"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "($(MINLEN) arouezenn da vihanañ)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(1 arouezenn da vihanañ)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(Ar ger-tremen n'hall ket bezañ goullo)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "N'haller ket erounit ar gwezhiadur-mañ : n'eo ket sternet ar mollad ret eus %PRODUCTNAME evit ar mare."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -979,7 +985,7 @@ msgstr ""
"E staliañ bremañ a fell deoc'h ?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -989,216 +995,216 @@ msgstr ""
"An ditouroù ret evit un urzhiadenn c'hoarvezus a gavot war hor pajennad degemer."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Donemat e %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "Laoskit un teul amañ pe dapit un arload diwar an tu kleiz da grouiñ unan."
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Handelv a-vremañ"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Ezporzhiañ"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Enlakaat"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~Enlakaat"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Enrollañ un eilad"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
#, fuzzy
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Keñveriañ a ra #"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "Teul mod %PRODUCTNAME"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " B : %1 M : %2 D : %3 E : %4 M : %5 E : %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1208,31 +1214,31 @@ msgstr ""
"Kadavet e vo ar werzh-mañ evel testenn."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Ar stil-se a zo anezhañ endeo. Flastrañ ar stil ?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Adderaouekaat"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Roet eo bet endeo an anv-se."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Ar stil-mañ n'eus ket anezhañ."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1242,7 +1248,7 @@ msgstr ""
"rak un dave askizat a vefe degaset."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1252,7 +1258,7 @@ msgstr ""
"Dibabit unan all, mar plij."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1261,73 +1267,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Stiloù arveret : "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Merdeer"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Kadarnaat ar ger-tremen faziek "
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Kas"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Nodrezh"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Enankañ un askelenn a-fet handelv"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(anv ebet bet despizet)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Urzhaz"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "C'hoant hoc'h eus da nullañ da vat an enrollañ ? Kollet e vo an holl bazennoù enrollet bete-vremañ."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Nullañ an enrollañ"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "Deraouekaat ar patromoù evit un arver kentañ"
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1337,7 +1343,7 @@ msgstr ""
"Diuzit ur voullerez ha klaskit en-dro."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1347,19 +1353,19 @@ msgstr ""
"Gwiriit he c'hefluniadur."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Moullerez ac'hubet"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (e mod lenn nemetken)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1371,7 +1377,7 @@ msgstr ""
"en teul oberiat ?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1383,7 +1389,7 @@ msgstr ""
"a fell deoc'h ?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1395,7 +1401,7 @@ msgstr ""
"en teul oberiat ?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1405,7 +1411,7 @@ msgstr ""
"oberiat eo ar voullerez c'hoazh."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1414,7 +1420,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1423,19 +1429,19 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "N'hall ket an teul-mañ bezañ embannet (gwirioù haeziñ re skort). Fellout a ra deoc'h embann un eilad eus an teul ?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1443,240 +1449,240 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (teul ratreet)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "N'eo ket eztennet an teul diouzh an dafariad."
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Teul digor e mod lenn hepken."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "%1 eo skritell rummata an teul-mañ."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "An teul-mñ a rank bezañ rummataet kent ma vo peget ar golverad."
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "Ul live rummata izeloc'h eget hini ar golver ez eus gant an teul-mañ."
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "Diogelroez vroadel :"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Reolerezh an ezporzhiañ :"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
#, fuzzy
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Teurel ur sell"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Embann an teul"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
#, fuzzy
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Sinañ an teul..."
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Eoriñ"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Dizeoriñ"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Muioc'h a zibarzhioù"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Serriñ penel ar varrenn gostez"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "Arventennoù ar varrenn gostez"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Personelaat"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Assav an arventennoù dre ziouer"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
@@ -1684,237 +1690,237 @@ msgstr "Serriñ ar varrenn gostez"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
#, fuzzy
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Dilemel"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/br/svx/messages.po b/source/br/svx/messages.po
index 176ee4391c5..32ed923bb3a 100644
--- a/source/br/svx/messages.po
+++ b/source/br/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Breton <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/br/>\n"
@@ -5325,290 +5325,322 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Karrez 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Daouvir"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Kelc'h"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Karrez"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Bir"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "Tric'horn goullo"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "Diamant goullo"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Diamant"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Kelc'h goullo"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Skouer 45 derez goullo"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "Karrez goullo"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Boullder"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr "Gwer 1 (Liv pennañ %PRODUCTNAME)"
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "Tired gwer"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "Tired glas"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "Tired liv orañjez"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Limestra"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "Tired limestra"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "Tired melen"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Dodenn ar skeudennaoueg"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Atoradur echu gant berzh"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "Teul orin atoret"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "C'hwitadenn war an atoradur"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "Oc'h atoriñ"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Atoradur diechu"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "Kregiñ a ray %PRODUCTNAME %PRODUCTVERSION gant atoriñ ho teulioù. Gallout a ra an argerzh-se padout ur pennad mat a amzer diouzh ment an teulioù."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
@@ -5617,31 +5649,31 @@ msgstr ""
"Klikit war 'Echuiñ' a-benn gwelout ho teulioù."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~Echuiñ"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Gwerzh personelaet diwezhañ"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Ezporzhiadur ur skeudenn"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
#, fuzzy
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
@@ -5649,879 +5681,879 @@ msgstr "Enrollañ ar skeudenn"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Enlakaat an ergorenn(où)"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "C'hwelañ an ergorenn mod 3M"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Krouiñ un ergorenn nezerezh"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Krouiñ un ergorenn c'hwelañ"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Rannañ an ergorenn mod 3M"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Holl]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Sil skeudennoù"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Dodenn nevez"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "Efedoù 3M"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Tresadennoù fiñv"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Padelligoù"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Burev"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Bannieloù"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Frammlunioù"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Fromarlunioù"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Skeudennoù"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Drekleurioù"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Pajenn degemer"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Etrewezhiañ"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Kartennoù"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Tud"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Gorreadoù"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Urzhiataer"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Diervadoù"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Amva"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Armerzh"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Dezougen"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Stummoù testennoù"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Sonioù"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Arouezioù"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "Ma dodenn"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Biroù"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Klogorennoù"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Klavier"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Eur"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Kinnigadenn"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Deiziataer"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Merdeerezh"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Kehentiñ"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Armerzh"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Urzhiataer"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Hin"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Skol & skol veur"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Diskoulmoù"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Tudennoù du"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Moullañ an diuzad"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "C'hoant hoc'h eus da voullañ an diuzad hepken pe an teul a-bezh ?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "Pep ~tra"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~Diuzad"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Nezerezh Gwalarn"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Nezerezh Norzh"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Nezerezh Biz"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Nezerezh Kornog"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Nezerezh war-gil"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Nezerezh Reter"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Nezerezh Mervent"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Nezerezh Su"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Nezerezh Gevred"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 cm"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 cm"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2,5 cm"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 cm"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~cm"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 meutad"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0,~5 meutad"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 meutad"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 veutad"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 meutad"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
#, fuzzy
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Hep leuniañ"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
#, fuzzy
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "Boullder"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Dre ziouer"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Riblennoù"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Stil ar riblennoù"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "Muioc'h a niverenniñ..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "Padelligoù ouzhpenn..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
#, fuzzy
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "Dre an aozer"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Pajennoù"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Diverkañ ar mentrezhañ"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Muioc'h a stiloù..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Muioc'h a zibarzhioù..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Anv an nodrezh"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "Anv an nodrezh. N'eo ket hegerz an nodrezh bremanel hag erlec'hiet e vo."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "personelaet"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "Livioù an teul"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Liv an teul"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Nezerezh"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Gweredekaat/diweredekaat an arload nezerezh"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Stouiñ d'an traoñ"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Stouiñ d'ar c'hrec'h"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Stouiñ d'an tu kleiz"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Stouiñ d'an tu dehou"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Daskemmañ an donder nezerezh "
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Daskemmañ an tuadur"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Daskemmañ ar rizh bannadur"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Daskemmañ ar sklêrijennañ"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Daskemmañ al lintr"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Daskemmañ ar c'horread nezerezh"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Daskemmañ liv an nezerezh"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Ho hini gwell ganeoc'h"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R :"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G :"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "G :"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Seveniñ ur stumm Fontwork"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Seveniñ ur sav heñvel evit al lizherenn Fontwork"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Seveniñ ur steudadur Fontwork"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Seveniñ esaouiñ an arouezennoù Fontwork"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "gant"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Stil "
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "ha"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Elfenn reoliñ genn"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Diuz ur poent dibleg"
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "E-krec'h a-gleiz"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "E-krec'h e-kreiz"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "E-krec'h a- zehou"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "E-kreiz a-gleiz"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Kreiz"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "E-kreiz a-zehou"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "En traoñ a-gleiz"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "En traoñ e-kreiz"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "En traoñ a-zehou"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Elfenn reoliñ an endro"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Embann an en-dro"
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Diuz arouezenn arbennik"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Maez diuz arouezennoù arbennik."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Boneg arouezenn "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Enankad azgoulennet er vaezienn '#'. Enankit ur werzh enni."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Furmskridoù"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Reolerezh merket ebet"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Perzhioù : "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Perzhioù ar furmskrid"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Merdeer ar furmskridoù"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Furmskrid"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Furmskrid"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Reolerezh kuzh"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Reolerezh"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Enrollañ"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "eus"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Ouzhpennañ ur vaezienn :"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Fazi en ur skrivañ ar roadennoù er stlennvon"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Fazi en ur zielfennañ bomm an azgoulenn"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "C'hoant hoc'h eus da zilemel 1 enrolladenn."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "Dilamet e vo # enrolladenn."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6531,331 +6563,331 @@ msgstr ""
"Kenderc'hel a fell deoc'h evelkent ?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Barrenn verdeiñ"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Bann"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Despizañ ar perzh '#'"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Enlakaat en endalc'her"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Dilemel #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Dilemel # ergorenn"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Amsaviñ un elfenn eus an endalc'her"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Amsaviñ ar reolerezh"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Afell bouezañ"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Afell dibarzh"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Log da gevaskañ"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Maezienn dikedenn"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Maez stroll"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Maez testenn"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Maezienn mentrezhet"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Maez dre roll"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Boestad kedaoz"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Afell skeudenn"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Reolerezh ar skeudenn"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Diuzad ur restr"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Maezienn an deiziad"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Maezienn an eur"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Maezienn niverel"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Maezienn voneizel"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Maezienn guzh"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Reolerezh an daolenn "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Barrenn dibunañ"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Afell gontererez"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Barrenn verdeiñ"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Liesdiuzad"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "N'eus reolerezh ebet ereet ouzh roadennoù er furmskrid bremanel !"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Deiziad)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Eur)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Merdeer siloù"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Silañ evit"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Pe"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "Ar furmskrid oberiat n'endalc'h reolerezh ebet ereet ent dereat outañ hag a c'hallfe bezañ graet gantañ evit skrammañ an daolenn."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<EmVaezienn>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Fazi kevreadur er riñvenn SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "N'haller ket arverañ ar werzh #1 gant EVEL."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "N'hall ket bezañ implijout ar vaezienn-mañ gant EVEL."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Ar werzh enanket n'eo ket un deiziad talvoudek. Arverit ur mentrezh talvoudek evit an deiziad, da skouer DD/MM/BB."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "N'haller ket keñveriañ ar vaezienn ouzh un niver kevan."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Ar stlennvon n'eus ket enni un daolenn anvet \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Ar stlennvon n'eus ket enni nag un daolenn nag un azgoulenn anvet \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Bez ez eus endeo un daolenn pe ur gwel gant an anv \"#\" er stlennvon."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Bez ez eus endeo un azgoulenn gant an anv \"#\" er stlennvon."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Dianav eo ar bann \"#1\" en daolenn \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "N'haller ket keñveriañ ar vaezienn ouzh un niver dre skej tonn "
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "N'haller ket keñveriañ an dezverk spisaet ouzh ar vaezienn-mañ "
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Merdeer roadennoù"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (e mod lenn nemetken)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Ar restr-mañ ez eus anezhi endeo. Fellout a ra deoc'h he flastrañ ?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "Tikedenn #object#"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6865,7 +6897,7 @@ msgstr ""
"Dilemel ar patrom-mañ a fell deoc'h da vat ?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6875,7 +6907,7 @@ msgstr ""
"Dilemel an eriol-mañ a fell deoc'h da vat ?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6885,13 +6917,13 @@ msgstr ""
"Dilemel an elfenn-mañ a fell deoc'h da vat ?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Fellout a ra deoc'h dilemel an doareenn $ATTRIBUTENAME ?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6903,7 +6935,7 @@ msgstr ""
"E zilemel a fell deoc'h da vat ?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6915,997 +6947,997 @@ msgstr ""
"E zilemel a fell deoc'h da vat ?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "N'eo ket talvoudek an anv %1 e mentrezh XML. Enankit un anv all."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "N'eo ket talvoudek ar rakger %1 e mentrezh XML. Enankit ur rakger all."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "An anv %1 ez eus anezhañ endeo. Enankit un anv all."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Ret eo d'ar c'has kaout un anv."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Postañ"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Lakaat"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Tapout"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Tra ebet"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Eriol"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Teul"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Ereadur : "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Dave : "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Gwered : "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Hentenn : "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Amsaviñ : "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Ouzhpennañ un elfenn"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Embann an elfenn"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Lemel an elfenn kuit"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Ouzhpennañ un doareenn"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Embann an doareenn"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Lemel an doareenn kuit"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Ouzhpennañ un ereadur"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Embann an ereadur"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Lemel an ereadur kuit"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Ouzhpennañ ur c'has"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Embann ar c'has"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Lemel ar c'has kuit"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Elfenn"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Doareenn"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Ereadur"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Riñvenn eren"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Ha sur hoc'h eus c'hoant da zilezel atoradur an teul %PRODUCTNAME ?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "A-gleiz"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "A-zehou"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Kreiz"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Dekredel"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Mod enlakaat. Klikañ da gemmañ d'ar mod flastrañ."
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Mod flastrañ. Klikañ da vont d'ar mod enlakaat"
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Flastrañ"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Sinadur niverel : mat eo sinadur an teul."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Sinadur niverel : mat eo sinadur an teul, koulskoude n'oa ket tu da dalvoudekaat an testenioù."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Sinadur niverel : n'eo ket bet sinet an teul."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Sinadur niverel : mat eo sinadur ha testeni an teul, koulskoude n'eo ket bet sinet an holl barzhioù eus an teul."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Daskemmet eo bet an teul. Daouglikit a-benn enrollañ an teul."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "N'eo ket bet daskemmet an teul abaoe an enrolladur diwezhañ."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "O kargañ an teul..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "Lakaat an dreyonenn da genglotañ gant ar prenestr oberiant."
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
#, fuzzy
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Live zoumañ. Klik a-zehou da vont d'al live zoumañ pe glikañ da zigeriñ boestad emziviz Zoumañ."
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Zoum brasaat"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Zoum bihanaat"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25 %"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50 %"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75 %"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100 %"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Pajenn a-bezh"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Led pajenn"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Gwel gwellek"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Ar stiloù en o zouez"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "S~tiloù rannbennadoù"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "S~tiloù kelligoù"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "Tizhet eo bet dibenn an teul"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "Tizhet eo bet dibenn ar follenn"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "N'eo ket bet kavet an termen klasket"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "Tizhet eo bet derou an teul"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Livaoueg"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Ger-tremen direizh"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Ne genglot ket ar gerioù-tremen"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Padelligoù o stumm kelc'h bihan hag unvan"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Padelligoù o stumm kelc'h bras hag unvan"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Padelligoù o stumm diamant unvan"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Padelligoù o stumm karrez bras hag unvan"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Padelligoù evel biroù o vont d'an tu dehou leuniet"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Padelligoù evel biroù o vont d'an tu dehou"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Niverenn 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Niverenn 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Niverenn (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Niverennoù roman e pennlizherennoù I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Pennlizherennoù A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lizherennoù munut a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lizherennoù munut (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Niverennoù roman e lizherennoù munut i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Padellig vihan he stumm kelc'h unvan, e lizherennoù munut, niverel, niverel"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Padellig vihan he stumm kelc'h unvan, e pennlizherennoù, niverel"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Padellig vihan he stumm kelc'h unvan, e pennlizherennoù, e lizherennoù munut roman, e lizherennoù munut, niverel"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Niverel"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Padellig vihan he stumm kelc'h unvan, e lizherennoù munut, e lizherennoù munut roman, e pennlizherennoù, e pennlizherennoù roman"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Padellig vihan he stumm kelc'h unvan, e lizherennoù munut roman, e lizherennoù munut, e pennlizherennoù roman, e pennlizherennoù"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Niverel gant an holl isliveoù"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Padellig vihan he stumm kelc'h unvan, padellig evel un diamant unvan, padellig evel ur bir o vont d'an tu dehou, padellig o vont d'an tu dehou"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "N'haller ket krouiñ ar restr."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Stiloù neuz an taolennoù"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Gweredoù da zizober : $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Gweredoù da zizober : $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Gweredoù da adober : $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Gweredoù da adober : $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Kavout"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Teurel evezh ouzh an direnneg"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Skrammadur mentrezhet"
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) pks)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) x $(HEIGHT) dre $(DPI) PDM"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) ke"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "Skeudenn mod GIF"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "Skeudenn mod JPEG"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "Skeudenn mod PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "Skeudenn mod TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "Skeudenn mod WMF"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "Skeudenn mod MET"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "Skeudenn mod PCT"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "Skeudenn mod SVG"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "Skeudenn mod PBM"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Dianav"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Trec'haoliñ"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Mod ar skeudenn"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Ruz"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Gwer"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Glas"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Lintr"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Dargemm"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Boullder"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Didroc'hañ"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Tuadur dre ziouer"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Eus ar c'hrec'h d'an traoñ"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Eus an traoñ d'ar c'hrec'h"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Berniet"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Marz a-gleiz :"
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Usmarz :"
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Marz a-zehou :"
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Ismarz :"
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Deskrivadur ar bajennad :"
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Pennlizherennoù"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Lizherennoù munut"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Pennlizherennoù roman"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Lizherennoù munut roman"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabeg"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Tra ebet"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Gweledva"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Poltred"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Pajenn gleiz"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Pajenn dehou"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "An holl bajennoù"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Pajennoù tal ouzh tal"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Aozer :"
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Deiziad :"
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Testenn :"
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Drekleur an arouezennoù"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Livaoueg"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7913,1923 +7945,1923 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Latin diazez"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latin-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Latin ledanaet-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Latin ledanaet-B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Askouezhioù al Lizherenneg soniadek etrevroadel"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Lizherennoù daskemmañ dre esaouiñ"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Merkoù diforc'hus dre gedaozañ"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Gresianeg diazez"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Arouezioù gresianek ha koptek"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Kirillek"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armeniek"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Hebraek diazez"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebraek astennet"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Arabek diazez"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabek astennet"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengaleg"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Odia"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malayalam"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thai"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Lao"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Jorjianeg diazez"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Jorjianeg astennet"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Latin astennet ouzhpenn"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Gresianek astennet"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Poentadur hollek"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Mac'hoù ha feurioù"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Arouezioù ar moneizioù"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Arouezioù diforc'hus dre gedaozañ"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Arouezioù lizherheñvel"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Furmoù sifr"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Biroù"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Niñvaderioù jedoniezh"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Arouezioù kalvezel liesseurt"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Skeudennoù reoliñ"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Naouaat luc'h an arouezennoù"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Arouezennoù lizhersifrennel enkloz"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Boestoù tresañ"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Bloc'hadoù"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Lunioù mentoniezhel"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Arouezioù liesseurt"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbatoù"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "Poentadur hag arouezioù evit SJK"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangul keverlec'h gant Jamo"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "Arouezennoù liesseurt evit SJK"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Lizherennoù ha mizioù enkloz evit SJK"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "Keverlec'hded gant SJK"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "Keallunioù unvanet evit SJK"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "Astenn A evit keallunioù unvanet evit SJK"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Maez an arver prevez"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "Keallunioù keverlec'h gant SJK"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Stummoù kinnig lizherennek"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Stummoù-A kinnig arabek"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Hanter-verkoù dre gedaozañ"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "Stummoù keverlec'h gant SJK"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Adstummoù bihan ar stummoù"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Stummoù-B kinnig arabek"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Stummoù o hanter-led hag o led a-bezh"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Arouezennoù arbennik"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Sillabennoù Yi"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Gwrizhiennoù Yi"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Stouet mod kozh"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gotek"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Lizherenneg deseret"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Arouezioù sonerezh mod Bizañs"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Arouezioù sonerezh"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Arouezioù lizhersifrennel ar jedoniezh"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "Astenn B evit keallunioù unvanet evit SJK"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Astenn C evit keallunioù unvanet evit SJK"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "Astenn D evit keallunioù unvanet evit SJK"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "Ouzhpennadenn keallunioù keverlec'h evit SJK"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Klavioù"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Ouzhpennadenn girillek"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Diuzerioù an adstumm"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Maez arverañ prevez ouzhpenn - A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Maez arverañ prevez ouzhpenn - B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Arouezioù kmerek"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Askouezhioù soniadel"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Arouezennoù ha biroù liesseurt"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Arouezioù c'hwec'hlun mod Yijing"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Silabennaouek linennek B"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Keallunioù linennek B"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Niverennoù mod Egea"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Lizherenneg Ugaritek"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Lizherenneg Shaw"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Lizherenneg Osmanya"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhala"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetek"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Myanmar"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runek"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Siriek"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etiopek"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokiek"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Arouezennoù sillabennek an henvroaded eus Bro Ganada"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolek"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Arouezioù-A jedoniezh liesseurt"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Biroù-A ouzhpenn"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Gousturioù Braille"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Biroù-B ouzhpenn"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Arouezioù-B jedoniezh liesseurt"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "Gwriziennoù ouzhpenn evit SJK"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Gwriziennoù Kangc'hi (sinaeg)"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Arouezennoù deskrivañ kealluniek"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo astennet"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Arouezioù soniadel Katakana"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Tresoù evit SJK"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Silabennaoueg mod Chipr"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Arouezioù mod Tai C'huan Jing"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Ouzhpennadenn diuzerezerioù an argemmennoù"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Doare da skrivañ notennoù sonerezh gresianek kozh "
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Niverennoù e gresianeg kozh"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Ouzhpennadenn arabek"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Bugiseg"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Ouzhpennadenn evit kedaozadur ar merkoù diforc'hus"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Kopteg"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Etiopek astennet"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Ouzhpennadenn etiopek"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Ouzhpennadenn evit ar jeorjiek"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Lizherenneg Glagolitsa"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Lizherenneg Karochti"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Lizherennoù daskemmañ an arliv"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Tai Lue nevez"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Perseg kozh"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Ouzhpennadenn evit an askouezhioù soniadel"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Poentadur ouzhpenn"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Lizherenneg Siloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Lizherenneg Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Lunioù a-serzh"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Lizherenneg Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balineg"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Latin ledanaet-C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Latin ledanaet-D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Lizherenneg fags-pa"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Lizherenneg fenisia"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Lizherenneg Tachlunek"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Niveroù ha poentadur tachlunek"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Niveroù jediñ dre vizhier"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Soudaneg"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lizherenneg Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Lizherenneg Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Kirillek astennet-A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vaieg"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Kirillek astennet-B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Sorachtraeg"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Lizherenneg Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejangeg"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Chameg"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Arouezioù kozh"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Kantenn Faistoz"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Likianeg"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Karianeg"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lizherenneg Lidian"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Teolennoù Mahjong"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Teolennoù domino"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samariteg"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Doare skrivañ sillabennek astennet evit kanadeg an aborijined"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Lizherenneg Tai Tam"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Askouezhioù Veda"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisueg"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamumeg"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Lunioù niverel indek boutin"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagarieg astennet"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Lizherenneg Hangul Jamo astennet-A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javaneg"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmareg astennet-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Taieg Viet"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Lizherenneg Hangul Jamo astennet-B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Arameeg impalaer"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Arabeg ar Su kozh"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestaneg"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Skritur Partek"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Skritur Pahlavi"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Turkeg kozh"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Arouezioù niverel Rumi"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Lizherenneg kaiti"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Arouezlunioù Egipt"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Ouzhpennadenn lizhersifrennel enframmet"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Ouzhpennadenn kealluniek enframmet"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandaeg"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batakeg"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Etiopek astennet-A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brahmieg"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Ouzhpennadenn vanoumek"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Ouzhpennadenn ganaek"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Kartennoù c'hoari"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Arouezioù ha keallunioù liesseurt"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Fromarlunioù"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Arouezioù an dezougen ha kartennoù"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Arouezioù alkimiek"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Arabek astennet-A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Arouezioù lizherennegel jedoniel an Arabed"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Lizherenneg Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Askouezhioù Meetei Mayek"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Skritur red meroitek"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Arouezlunioù meroitek"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Lizherenneg Miao"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Lizherenneg Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Lizherenneg Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Ouzhpennadenn soudanek"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Lizherenneg Takri"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Lizherenneg Bassa Vah"
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Lizherenneg Albaniek Kokaz"
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Niverennoù koptek evit an epakt"
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Kedaozadur ar merkoù diforc'hus astennet"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Lizherenneg Duployé"
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Lizherenneg Elbasan"
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Lun mentoniel astennet"
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Lizherenneg Granta"
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Lizherenneg Kojki"
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Lizherenneg Kudawadi"
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Latin ledanaet-E"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Linenneg A"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Lizherenneg Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Lizherenneg Manikae"
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Lizherenneg Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Lizherenneg Modi"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Lizherenneg Mro"
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Lizherenneg Myanmar astennet-A"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Lizherenneg Nabatae"
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Lizherenneg arabek ar Su kozh"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Lizherenneg permiek kozh"
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Dingbats kinklañ"
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Lizherenneg Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Lizherenneg Palmira"
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Lizherenneg Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "Lizherenneg Psalter Pahlavi"
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Reolerezhioù mentrezhañ ar berrskriverezh"
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Lizherenneg Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Henniverennoù Sinhala"
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Biroù-C ouzhpenn"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Lizherenneg Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Lizherenneg Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahomek"
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Arouezlunioù Anatolia"
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Ouzhpennadenn cherokiek"
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "Astenn E evit keallunioù unvanet evit SJK"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Tachlunek hendiernac'h"
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Hatranek"
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multaniek"
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Hungarek kozh"
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Arouezioù ha keallunioù ouzhpenn"
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Skrivadur an arouezioù mod Sutton"
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Kirillek astennet-A"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Ouzhpennadenn evit ar jeorjiek"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Nevez"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Arver"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "Astenn A evit keallunioù unvanet evit SJK"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Myanmareg astennet-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Ouzhpennadenn girillek"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10628,13 +10660,14 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Linenn riblenn an dreuzvegenn eus ar c'horn izelañ kleiz d'ar c'horn uhelañ dehou."
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Tra ebet"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10642,14 +10675,14 @@ msgid "Bullet"
msgstr "Padelligoù"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Skeudennoù"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10657,7 +10690,7 @@ msgid "Linked graphics"
msgstr "Skeudennoù ereet"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10665,7 +10698,7 @@ msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10673,7 +10706,7 @@ msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10681,7 +10714,7 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10689,7 +10722,7 @@ msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10697,28 +10730,28 @@ msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10726,7 +10759,7 @@ msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10734,14 +10767,14 @@ msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10749,7 +10782,7 @@ msgid "Native Numbering"
msgstr "Niverenniñ genidik"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10757,7 +10790,7 @@ msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (Bulgareg)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10765,7 +10798,7 @@ msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (Bulgareg)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10773,7 +10806,7 @@ msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (Bulgareg)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10781,7 +10814,7 @@ msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (Bulgareg)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10789,7 +10822,7 @@ msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (Rusianeg)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10797,7 +10830,7 @@ msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (Rusianeg)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10805,7 +10838,7 @@ msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (Rusianeg)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10813,7 +10846,7 @@ msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (Rusianeg)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10821,7 +10854,7 @@ msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (Serbeg)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10829,7 +10862,7 @@ msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (Serbeg)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10837,7 +10870,7 @@ msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (Serbeg)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10845,7 +10878,7 @@ msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (Serbeg)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10853,7 +10886,7 @@ msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (pennlizherennoù e gresianeg)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10861,35 +10894,35 @@ msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (lizherennoù munut e gresianeg)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16226,7 +16259,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/br/sw/messages.po b/source/br/sw/messages.po
index d66b4905f35..d012b72a611 100644
--- a/source/br/sw/messages.po
+++ b/source/br/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -612,7 +612,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Rannbennadoù niverennet"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -620,1301 +620,1337 @@ msgstr "Rannbennadoù niverennet"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -11049,127 +11085,127 @@ msgid "Width:"
msgstr "Led :"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Esaouiñ :"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Led hag esaouiñ"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "S_til :"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_Led :"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "S_av :"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "Le_c'hiadur :"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Lein"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Kreizet"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Traoñ"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_Liv :"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Linenn gefarz"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Bannoù :"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Rannañ ingal an endalc'had _war an holl vannoù"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Diuzad"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Kevrenn oberiat"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Kevrenn diuzet"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Stern"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Stil pajenn : "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "_Seveniñ ouzh :"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "Tuadur an _destenn :"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Arventennoù"
@@ -12901,67 +12937,67 @@ msgid "Space to text"
msgstr "Esaouiñ an destenn"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Maez notennoù an troad pajenn"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "Le_c'hiadur"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "_Stil"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "_Tevder"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_Liv"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_Hirder"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "_Esaouiñ etre notenn troad pajenn ha testenn"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "A-gleiz"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Kreizet"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "A-zehou"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "Linenn gefarz"
@@ -19258,7 +19294,7 @@ msgid "_More Options"
msgstr "Muioc'h a zibarzhioù"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Muioc'h a zibarzhioù"
@@ -21489,49 +21525,49 @@ msgid "Remaining space:"
msgstr "Esaou dieub :"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Led ar bann %1"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Led ar bann %1"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Led ar bann %1"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Led ar bann %1"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Led ar bann %1"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Led ar bann %1"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Led ar bann"
diff --git a/source/brx/chart2/messages.po b/source/brx/chart2/messages.po
index b05aad15ba8..263a25ac52f 100644
--- a/source/brx/chart2/messages.po
+++ b/source/brx/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2414,47 +2414,47 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr ""
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr ""
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "गोरलै"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr ""
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "कास्टम:"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr ""
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "सायख्लुम होगासिनो दङ"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
diff --git a/source/brx/cui/messages.po b/source/brx/cui/messages.po
index 9a8ce8914e6..4e85dc80f4c 100644
--- a/source/brx/cui/messages.po
+++ b/source/brx/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4404,45 +4404,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr ""
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/brx/dbaccess/messages.po b/source/brx/dbaccess/messages.po
index 8ae309a9a5f..a33268b1699 100644
--- a/source/brx/dbaccess/messages.po
+++ b/source/brx/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-01-07 12:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Bodo <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/brx/>\n"
@@ -969,20 +969,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "खामानि फोर"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "बेखेवनाय"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "गिबि नुथाय"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
@@ -997,31 +991,31 @@ msgstr ""
"गासै फोरमान बिलाइ फोरखौ नोंथाङा दा बन्द खालामनो लुबैयोनामा?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "फर्मनि~मुं"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "~फोरमायनाय मुं"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "फल्डारनि~मुं"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr ""
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,266 +1026,266 @@ msgid ""
msgstr ""
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr ""
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr ""
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr ""
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr ""
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "उफ्रायारि फज'नायफोर"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
#, fuzzy
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "फोनांजाब फज'नायफोर"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
#, fuzzy
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "फारिलाइनि मुं"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr ""
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr ""
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
#, fuzzy
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "$1 सोसन"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "सायखनाय डाटाखौ नोंथाङा हुखुमोरनो सानो नामा?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "रोखोम बिसार खानथिखौ फज'नायाव जानाय गोरोनथि"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "फिलटार बिसार खानथिखौ फज'नायाव जानाय गोरोनथि"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "फोनांजाब गोमानाय"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "सोंनायफोर"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "फारिलाइफोर"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "हुखुमोरनायखौ थि खालाम"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "नोंथाङा '%1' फारिलाइखौ हुखुमोरनो सानो नामा?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
#, fuzzy
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "डाटाबेसनि फोनांजाबा गोमाबाय। नोंथाङा फिन फोनांजाबनो सानो नामा?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "सांग्रिथिफोर मोननाय"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "जेब्ला फारिलाइखौ लाबोफिननाय समाव, डाटाबेस फोनांजाबजों सांग्रिथिफोरखौ मोनथिहोनाय जाबाय।"
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "\"$name$\" सिम फोनां जाबनाय..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "$name$ सोंनायखौ ल'ड खालाम गासिनो दङ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "$name$ फारिलाइखौ ल'ड खालाम गासिनो दङ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "जेबो फारिलाइ दाथाय मोनानाय जायाखै."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "डाटा फुंखा \"$name$\"सिम फोनांजाब खालामनायखौ गायसननाय जायाखै."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "मोनथिमोनै;फरायबिजाब; अनजिमा;अक्ट'/सम;अक्ट';सम;नंगौ/नङा;रां;मेमो;काउन्टार;मुसुखा;फराय बिजाब (थि);दसमिक;बायनारि(थि);बायनारि;गेदेरInt;डाबल;फ्लट;थार;आबुं अनजिमा;फिसा आबुं अनजिमा;जोबोद फिसा आबुं अनजिमा;SQL लांदां;मुवा;आलादा;दाथाय;फोथार;BLOB;CLOB;REF;OTHER"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "गुदि साबिखौ फज'/बोखार"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "नंगौ"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "नङा"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<रावबो नङा>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "फोथारनि मुं"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "फोथार रोखोम"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "बेखेवनाय"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
#, fuzzy
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "खाम्फा बेखेवनायखौ सुजु"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "फोथार आखुथायफोर"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "खथासा सोलाय"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "सारि हुखुमोर"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr ""
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "सारि फज'"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "गोदान सारि फज'"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~खामानिआव उदायै बेसेन"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1301,7 +1295,7 @@ msgstr ""
"जदि फोथाराव मोनसे खामानियाव उदायै बेसेन गैयाब्ला, लांदां सारिखौ सायख।"
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1313,19 +1307,19 @@ msgstr ""
"जेब्ला नोंथाङा उनाव फारिलाइआव डाटा हाबहोब्ला, बे सारिखौ सायखनाय फोथारनि थाखाय मोनफ्रोम गोदान फोरमानलाइआव बाहायनाय जागोन। बेनिखायनो, बेयो गाहायाव हाबहोनो खथासा दाथायजों सोमोनदो लाखिनो गोनांजायो।"
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr ""
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "अनजिमा दाथायखौ हाबहो।"
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1339,25 +1333,25 @@ msgstr ""
" जेब्ला बेयो डाटाबेसनि थाखाय सिमाखौ बांद्राय बारलाङो अब्ला बेसेनखौ बे बायदियै गेबें खालामनाय जागोन।"
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "बे फोथाराव दशमिक जायगाफोर गनायथि मोननाय अनजिमा फोरखौ थि खालाम."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "बेनो बो जायगाया जेराव नोंथाङा बोहैथि दाथायाव डाटाफोरखौ दिनथिफुंनाय जायो(दाथायखौ सोलायनो आगदा फारसे बुथामखौ बाहाय)।"
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "बेवहायनो नोंथाङा डाटानि आउटपुट दाथायखौ थि खालामो।"
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1369,49 +1363,49 @@ msgstr ""
"बे रोखोमै फोथाराव नोंथाङा डाटाखौ हाबहोनो हानाय नङा। मोनसे थार बेसेनखौ मोनफ्रोम गोदान फोरमानलाइआव गावनो गाव बोखावना होनाय जागोन।(आगोलनि फोरमानलाइनि दानबान्था फारिलाइखौ नायनानै)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "फारिलाइखौ थिनो हाया मानोना खाम्फा मुं \"$column$\" खौ खेबनै थि खालामनाय जाबाय।"
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "खाम्फाया \"$column$\" गुदि साबियाव दह। जदि खाम्फाखौ हुखुमोरो, अब्ला गुदि साबियाबो हुखुमोर जागोन। नोंथाङा सालाय लांबाय थानो सानो नामा?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "गुदि साबियाव गोहोम गोग्लैनाय"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "खाम्फा"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "जेरैखि जाया सालाय लांबाय थानांगौ?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "डाटाबेस फोनांजाबाव जेंना नुजाथिनायनि थाखाय फारिलाइखौ थिनो हानाय नङा।"
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "फारिलाइ फिल्टारखौ थिरांथा खालामनो हायाखै मानोना डाटाबेस फुंखाया हुखुमोर जाबाय।"
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
#, fuzzy
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
@@ -1422,13 +1416,13 @@ msgstr ""
"सोलायनाय फोरखौ नोंथाङा दा थिनो सानो नामा?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "जेबो गुदि साबि गैया।"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1442,25 +1436,25 @@ msgstr ""
"मोनसे गुदि साबि दा बानायनो नांगोन नामा?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "खाम्फाखौ \"$column$\" सोलायनो हायाखै। खाम्फाखौ हुखुमोरनायनि अनगा गोदानै बानायनो नामा?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr ""
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr ""
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1472,7 +1466,7 @@ msgstr ""
"जेब्ला फारिलाइखौ बानायनाय जायो, बे बाथ्राया थोंजोङै डाटाबेसाव सोलाय होजागोन।"
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1482,37 +1476,37 @@ msgstr ""
" फारिलाइ डिजाइन म'डखौबे डाटा फुंखानि थाखाय मोननो हाथाव नङा।"
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "फोथारनि मुंखौ सोलाय"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "फोथारनि रोखोमखौ सोलाय"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "फोथारनि बेखेवनायखौ सोलाय"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "फोथारनि गुणखौ सोलाय"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr " \"$name$\" डाटा फुंखायाव फोनांजाबनो थाखाय मोनसे पासवर्डनि गोनांथि जायो।"
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1528,51 +1522,51 @@ msgstr ""
" गैया। बेखौ सोरजि जागोन नामा?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "डिरेक्टरि $name$खौ सोरजिनो हायाखिसै."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "फाइला आगोलावनो दं खायो. लिरदेरबावनो?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "फल्डार"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "डाटाबेस आखुथायफोर"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
#, fuzzy
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "डाटा फुंखा आखुथायफोर: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr ""
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
#, fuzzy
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "हाबाफारि बिजाब बाख्रि #lib# खौ ल'ड खालामनो हायाखैसै एबा बेयो गाज्रि जाबाय। ODBC डाटा फुंखा सायखनाया मोननो हाथाव नङा।"
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
#, fuzzy
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
@@ -1583,152 +1577,152 @@ msgstr ""
"फज'नाय फोरखौ सोलायनो थाखाय नोंथाङा गनायथि मोनदों, नाथाय नोथाङा डाटाबेसआव फोनांजाब खालामनो हायाबो जानो हागौ।"
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{रावबो नङा}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1खौ फज'थार नांगोन।"
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 आरो #2 आ आलादा जाथार नांगोन."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr " #1आव ?,* वाइल्डकार्डसआ गनायथि होजायाखै।"
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "फोनांजाब आनजाद"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "फोनांजाबा जाफुंसारै गायसन जादों."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "फोनांजाबखौ जाफुंसारै गायसननो हायाखै"
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "JDBC सालायग्राया जाफुंसारै ल'ड खालाम जादों."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "JDBC सालायग्राया जाफुंसारै ल'ड खालाम जायाखै."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS सिङाव हाबनाय फाइल"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr ""
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr ""
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "सिस्टेम"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "सोरजिनाय समाव जानाय गोरोनथि"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr ""
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "फारिलाइखौ हुखुमोरनो हाया मानोना डाटाबेस फोनांजाबा बेखौ मदत होआ।"
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~गासै"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "सिगांनि महराव लाबो फिननाय:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "फिन माव:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr " '#1'खाम्फानि थाखाय जेबो सोमोन्दो गोनां खाम्फा रोखोम मोननाय जायाखै।"
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "फाइला\"$file$\"गैया।"
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr ""
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
#, fuzzy
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
@@ -1740,200 +1734,200 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "SDBC सालायग्रा सामलायग्रा (#servicename#)आव फोनांजाबनो हाया।"
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "URL #connurl# नि थाखाय सासे सालायग्राखौ रेजिस्तार खालामनो हाया।"
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "जाफुंसार फोनांजाब खालामबाय। नाथाय डाटाबेस फारिलाइनि सोमोनदै फोरमायनाय मोननो हाथाव जायाखै।"
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "गासै फारिलाइफोर"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "गासै नुथायफोर"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "गासै फारिलाइफोर आरो नुथायफोर"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "फारिलाइनि मुं"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "डाटा फज'"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "डाटा हुखुमोर"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "डाटा सोलाय"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "दाथायखौ सोलाय"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "डाटा फराय"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "मखनायफोरखौ सोलाय"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "दाथायखौ दोन"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "dBASE फाइल फोरनि लामा"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "फराय बिजाब फाइलफोरनि लामा"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "स्प्रेडशीट फोरमान बिलाइनि लामा"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "नोंथांनि सिस्टेम आव ODBC डाटा फुंखानि मुं"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "MySQL डाटाबेसनि मुं"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "अरेकल डाटाबेसनि मुं"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "मायक्र'सफ्ट हाबनाय डाटाबेस फाइल"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "आरोबाव जेबो फज'नाय फोरनि गोनांथि गैला। फोनांजाबा खामानि मावगासिनो दं ना गैया बेखौ मोनथिनो थाखाय'%test' बुथाम आव क्लिक खालाम."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "~खावलायगिरिनि मुं"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "~मजिला फ्र'फाइलनि मुं"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "~थानडारबार्ड फ्र'फाइलनि मुं"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
#, fuzzy
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "फारिलाइ दाजाब..."
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr ""
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "खाम्फा बाहायनाय"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "रोखोम दाथाय दानाय"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1941,163 +1935,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "खाम्फाफोर राननानै होनाय"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~उन"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~उननि>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "सोरजि"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "फारिलाइ कपि खालाम"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "फारिलाइ कपि खालाम"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr ""
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr ""
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr ""
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "डाटाबेस विझार्ड"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "डाटाबेस सायख"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "dBASE फोनांजाबखौ गायसन"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "फराय बिजाब फाइलाव मोनसे फोनांजाब गायसन"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "मायक्र'सफ्ट हाबनाय फोनांजाब गायसन"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "LDAP फोनांजाब गायसन"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "ADO फोनांजाब गायसन"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "JDBC फोनांजाब गायसन"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "अरेकल डाटाबेस फोनांजाब गायसन"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr " MySQL फोनांजाब गायसन"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "ODBC फोनांजाब गायसन"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "बाहायग्रा फोरमान खालामनायखौ गायसन"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr ""
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "थिना दोन आरो खामानियाव आवगाय लां"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "गोदान डाटाबेस"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "JDBC खौ बाहायनानै मोनसे MySQL डाटाबेस आव फोनांजाब गायसन।"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
#, fuzzy
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
@@ -2108,68 +2102,68 @@ msgstr ""
"गाहायनि फज'नायफोरनि बागै नोंथाङा थि नङाब्ला अननानै नोंथांनि सिस्टेम खुंथायजों सोमोनदो खालाम।"
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC सालायग्रा थाखो:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "खामानियाव उदायै: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "dBASE फाइलफोराव मोनसे फोनांजाब गायसन"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "फल्डारखौ सायख जेराव dBASE फाइलफोरखौ ज' खालामनाय जादों।"
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "फराय बिजाब फाइलाव मोनसे फोनांजाब गायसन"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
#, fuzzy
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "फल्डारखौ सायख जेरावCSV (कमा बेसेन फोरखौ आलादा खालामदों) फराय बिजाब फाइलफोरखौ ज' खालामनाय जादों। %PRODUCTNAME बिथाया बेफोर फाइलफोरखौ फरायनो-थाखायल' म'डआव खेवगोन।"
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "फराय बिजाब फाइलफोरसिम लामा"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "मायक्र'सफ्ट Access डाटाबेस आव मोनसे फोनांजाब गायसन।"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "अननानै नोंथाङा हाबनो लुबैनाय मायक्र'सफ्ट Access फाइलखौ साइख।"
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr " मोनसे ADO डाटाबेसआव मोनसे फोनांजाब गायसन।"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
#, fuzzy
msgctxt "STR_ADO_HELPTEXT"
msgid ""
@@ -2182,13 +2176,13 @@ msgstr ""
"गाहायनि फज'नाय फोराव जदिहाय नोंथाङा थि नङाब्ला अननानै नोंथांनि सिस्टेम खुंगिरिजों सोमोन्दो खालाम।"
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "ODBC डाटाबेसआव मोनसे फोनांजाब गायसन।"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
#, fuzzy
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
@@ -2201,13 +2195,13 @@ msgstr ""
"गाहायनि फज'नाय फोरनि बागै नोंथाङा थि नङाब्ला नोंथांनि सिस्टेम खुंगिरिजों सोमोन्दो खालाम."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "JDBC डाटाबेसआव मोनसे फोनांजाब गायसन"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
#, fuzzy
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
@@ -2218,25 +2212,25 @@ msgstr ""
"गाहायनि फज'नाय फोरनि बागै नोंथाङा थि नङाब्ला नोंथांनि सिस्टेम खुंगिरिजों सोमोन्दो खालाम."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "मोनसे अरेकल डाटाबेसआव फोनांजाब गायसन।"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "खामानियाव उदायै: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "JDBCअरेकल ~सालायग्रा थाखो"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
#, fuzzy
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
@@ -2247,13 +2241,13 @@ msgstr ""
"गाहायनि फज'नाय फोरनि बागै नोंथाङा थि नङाब्ला नोंथांनि सिस्टेम खुंगिरिजों सोमोन्दो खालाम।"
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "स्प्रेडशीटफोराव मोनसे फोनांजाब गायसन"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
#, fuzzy
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
@@ -2264,278 +2258,278 @@ msgstr ""
"%PRODUCTNAME आ बे फाइलखौ फरायनो-थाखायल' म'डआव गेवगोन।"
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~जायगा आरो फाइलनि मुं"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "बिथोनखौ जाफुंसारै खामानिआव मावफुबाय।."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "डाटाबेसनि फोनांजाबा गोमाबाय। बे बिबुंखौ बन्द खालामनाय जागोन।"
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "थाखोनि फारि"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "नायखां बिलाइ फोथार"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "गोजौथिं बांलांनाय"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "गाहायथिं फैनाय"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "नोंथाङा थारैनो '$name$' नायखां बिलाइखौ हुखुमोरनो सानो नामा?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "नायखां बिलाइ"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "नायखां बिलाइआव मोनसे फोथार थाथार नांगोन।"
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "\"$name$\"मुङै गुबुन मोनसे नायखां बिलाइ सिगाङावनो दङखायो।"
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "मोनसे नायखां बिलाइ ओंथि बेखेवनायाव, जेबो फारिलाइ खाम्फाया खेबसेनि बारा फैनो नाङा। जायखि जादोया, नोंथाङा \"$name$\" खाम्फाखौ खेबनै सोसनबाय।"
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
#, fuzzy
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "हाबनायखौ \"$name$\"खाम्फानि थाखाय मोनसे बाहाय जाथाव बेसेनाव सोलायसोल' खालामनो हायाखैमोन।"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr ""
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr ""
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "बे गोरोनथिनि गले गले जाहोना मोनसे थि नङै जायखौ नोंथांनि डाटाबेसनि राव फजनायनि थाखाय फजयो। सुजुनाय-डाटाबेस-आखुथायफोरखौ बासिखनानै फजनायखौ आनजाद नाय।"
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "गोरोनथि"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "सांग्रांथि"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "मोनथिहोनाय"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "गुवारै"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "नोंथाङा बाहायग्राखौ थारैनो हुखुमोरनो सानो नामा?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "डाटाबेसा बाहायग्रा खुंनायखौ मदत होआ."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "पासवर्डआ गोरोबाखै। अननानै पासवर्ड सोफिन।"
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "अननानै गोसो दि माखासे डाटाबेसफोरा बे ज'जानाय रोखोमखौ मदत खालामा जानो हागौ."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "फोरमानलाइ फोरखौल सोफादेर जायनि थाखाय थानाय आयदाफोर सोमोन्दो थानाय फोथारफोर मोननैबो फारिलाइ फोरा सिनाय जाथावना जायो।"
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "'%1' फारिलाइ निफ्राय गासै फोरमानलाइफोर दङ; नाथाय '%2' फारिलाइ निफ्राय फोरमानलाइफोरल' जेराव सोमोन्दो थानाय फोथारनि बेसेनफोरा फोरा गोरोबलायो।"
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "'%1' निफ्राय आरो '%2' सिम गासै फोरमानलाइफोर दङ।"
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr ""
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr ""
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr ""
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr ""
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr ""
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr ""
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr ""
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr ""
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr ""
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr ""
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr ""
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr ""
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr ""
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "सुजु..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "सोरजि..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: सोमोन्दो डिजाइन"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "डाटाबेसआ सोमोन्दोफोरखौ मदत खालामा।"
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "जेब्ला नोंथाङा गासैबो सोमोन्दोफोरनि बे फारिलाइखौ हुखुमोरगोन अब्ला गासैबो गोमोरगोन? सालायबाय थानो सानो नामा?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4716,7 +4710,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr ""
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr ""
@@ -4746,6 +4740,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
#, fuzzy
diff --git a/source/brx/desktop/messages.po b/source/brx/desktop/messages.po
index a832209d907..a2cd7d277f1 100644
--- a/source/brx/desktop/messages.po
+++ b/source/brx/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-09-03 11:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -125,147 +125,153 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "बांहोनाय"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO डायनामिक बिजाब बाख्रि कम्पनेन्ट"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO जावा कम्पनेन्ट"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO पाइथन कम्पनेन्ट"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
#, fuzzy
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO जावा कम्पनेन्ट"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB रोखोम बिजाब बाख्रि"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO जावा रोखोम बिजाब बाख्रि"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG बिजाब बाख्रि"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "मदद हो"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr ""
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr ""
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr ""
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~गैया खालाम"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~हानाय खालाम"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~हायै खालाम"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr ""
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr ""
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr ""
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr ""
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr ""
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr ""
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr ""
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "बन्द खालाम"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr ""
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -274,26 +280,26 @@ msgid ""
msgstr ""
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr ""
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr ""
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
#, fuzzy
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "गासै उइन्डखौ दिनथि"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -302,19 +308,19 @@ msgid ""
msgstr ""
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -323,7 +329,7 @@ msgid ""
msgstr ""
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -332,7 +338,7 @@ msgid ""
msgstr ""
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgid ""
msgstr ""
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -350,91 +356,91 @@ msgid ""
msgstr ""
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr ""
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr ""
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr ""
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr ""
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr ""
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr ""
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr ""
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr ""
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr ""
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "मोनथिमोनै"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr ""
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr ""
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr ""
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -444,7 +450,7 @@ msgid ""
msgstr ""
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -454,7 +460,7 @@ msgid ""
msgstr ""
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -464,7 +470,7 @@ msgid ""
msgstr ""
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -474,7 +480,7 @@ msgid ""
msgstr ""
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -484,7 +490,7 @@ msgid ""
msgstr ""
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -494,145 +500,145 @@ msgid ""
msgstr ""
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr ""
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr ""
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "मोनसे गोरोन्थि जाबाय।"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr ""
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "बे फाइल रोखोमनि थाखाय फिल्टार मोननो हाथाव नङा।"
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr ""
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr ""
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "%PRODUCTNAME%PRODUCTVERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr ""
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "भारसन"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "बे आखुथायखौ आबुङै गैया खालाम जागोन.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "आरजलाइखौ जागायनो हाया."
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "बायजोनि महर डिरेक्टरिखौ \"$1\" मोनाय जायाखैमोन।"
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "गायसननाय लामाया बाहाय जाथाव नङा."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "मोनसे इसिंयारि गोरोनथि जाबाय।"
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "बायजोनि महर फाइला \"$1\"गाज्रि जायो"
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "बायजोनि महर फाइलखौ \"$1\" मोननाय जायाखैमोन।"
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "बायजोनि महर फाइला \"$1\" बोहैथि भारसनखौ मदत होया।"
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr ""
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr ""
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "बायजोनि महर हाबाखौ मोननो हाथाव नङा।"
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "CD निफ्राय गायसननायखौ फोसाबनो एबा गायसननाय पेकेजेस थानाय फल्डारखौ फोसाबनो सेटअप आरजलाइखौ जागाय।"
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "नोंथांनि मिरु बायजोनि महराव हाबनाय समाव मोनसे सरासनस्रा गोरोनथि नुजाथिदों।"
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -644,19 +650,19 @@ msgstr ""
"अननानै नोंथांनि सिस्टेम खुंगिरिखौ सोमोनदो खालाम।"
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "गाहायनि इसिंयारि गोरोनथिया जाबाय: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr ""
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
#, fuzzy
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
@@ -667,25 +673,25 @@ msgid ""
msgstr "नोंथांनि गावनि फज'नायाव %PRODUCTNAME नि गुबुन बिदिनथिया हाबगासिनो दङ एबा नोंथांनि गावनि फज'नायफोरा बन्द खालाम जादों। एखे समावनो हाबनाया नोंथांनि गावनि फज'नायफोराव गोरोबलायै सोमजिनो हागौ; सालाय लांबाय थानायनि सिगां, बाहायग्रा $uआ %PRODUCTNAME खौ ह'ष्ट'$h' आव बन्द खालामो नामा बेखौ नोंथाङा थि खालाम नांगोन। नोंथाङा थारैनो सालाय लांबाय थानो सानो नामा?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "साफायनो हाथाव नङा। जेबो फोरमान बिलाइखौ साफायनो हानाय नङा।"
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "लामा सामलायगिरिखौ मोननो हाथाव नङा।\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -693,7 +699,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -701,61 +707,61 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr ""
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr ""
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr ""
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr ""
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr ""
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr ""
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr ""
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr ""
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
#, fuzzy
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
diff --git a/source/brx/sfx2/messages.po b/source/brx/sfx2/messages.po
index 3e22d1ef506..b6b87036c75 100644
--- a/source/brx/sfx2/messages.po
+++ b/source/brx/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -909,8 +909,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -921,45 +927,45 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
#, fuzzy
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "गेबेंनङै पासवर्ड"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr ""
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr ""
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
#, fuzzy
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "हाबाखौ खामानियाव बाहायनो हायाखै। बे हाबानि थाखाय गोनांथि जानाय %PRODUCTNAME हाबाफारि मडुलखौ बोहैथि समाव इनष्टल खालामा।"
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -969,7 +975,7 @@ msgstr ""
"नोंथाङा बेखौ दानो मावनो सानो नामा?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -979,216 +985,216 @@ msgstr ""
"नोंथाङा ह'म बिखङाव फारिनि सोमोन्दै मोनथिनायखौ नायगिरना मोननो हागोन।"
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr ""
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "बोहैथि भारसन"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "दैथाय हर"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "सोसन"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~सोसन"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr ""
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
#, fuzzy
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "रुजु #"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME डकुमेन्ट"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr ""
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1196,32 +1202,32 @@ msgid ""
msgstr ""
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
#, fuzzy
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "फाइला आगोलावनो दं खायो. लिरदेरबावनो?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~फिन फज'"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "बे मुंखौ सिगाङावनो बाहायनाय जाबाय."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "बे आदबया गैया।"
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
#, fuzzy
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
@@ -1232,7 +1238,7 @@ msgstr ""
" मानोना बेयो मोनसे जाफ्लेनाय मखनायाव जाउन महर जागोन।"
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1242,7 +1248,7 @@ msgstr ""
"अननानै गुबुन मुं बासिख।"
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1251,75 +1257,75 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr ""
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "नेभिगेटर"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "गोरोन्थि पासवर्ड बायजोनि महर"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
#, fuzzy
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "दैथाय हर"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "फन्ट"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
#, fuzzy
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "भारसन बिबुं सोसन"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "हायरार्चिकेल"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "नोंथाङा रेकर्डिंखौ नागारनो सानो नामा? बे बिन्दोआव जायखि जाया स्टेपफोर रेकर्ड खालामनाया गोमानो हागौ."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "रेकर्डिं नागारनाय"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "गिबि-बाहायनायनि थाखाय टेमप्लेटफोरखौ जागायहोनाय जाबाय।"
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1329,7 +1335,7 @@ msgstr ""
" अननानै मोनसे साफायग्रा सायखनानै नाजाफिन।"
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1339,19 +1345,19 @@ msgstr ""
"अननानै नोंथांनि साफायग्रा बायजोनि महरखौ आनजाद खालामा।"
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "साफायग्रा खामानिआव मुखुब"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr "(फरायनो-थाखायल')"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1362,7 +1368,7 @@ msgstr ""
" नोंथाङा मावथि फोरमान बिलाइआव गोदानै फज'नायखौ थिनो सानो नामा?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1373,7 +1379,7 @@ msgstr ""
"नोंथाङा मावथि फोरमान बिलाइआव गोदानै फज'नायखौ थिनो सानो नामा?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1384,7 +1390,7 @@ msgstr ""
" नोंथाङा मावथि फोरमान बिलाइआव गोदानै फज'नायखौ थिनो सानो नामा?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
#, fuzzy
msgctxt "STR_CANT_CLOSE"
msgid ""
@@ -1395,7 +1401,7 @@ msgstr ""
"सेबखांनाय हाबाखौ सालाय लांबाय थानो हाया।"
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1404,7 +1410,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1413,20 +1419,20 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
#, fuzzy
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "बे फोरमान बिलाइखौ सुजुनो हाया, हाबनाय गोमाना थानायनि जाहोनाव जानो हागौ। नोंथाङा फोरमान बिलाइनि मोनसे कपिखौ सुजुनो लुबैयो नामा?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1434,474 +1440,474 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr "(फोसाबनाय फोरमान बिलाइ)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr ""
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr ""
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr ""
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr ""
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "फोरमान बिलाइ सुजु"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
#, fuzzy
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "फाइल फोरमान बिलाइ"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr ""
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr ""
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "गोबां~ उफ्रा"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr ""
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr ""
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "गैया खालाम"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/brx/svx/messages.po b/source/brx/svx/messages.po
index 38283df4ce6..b3ec387b6b0 100644
--- a/source/brx/svx/messages.po
+++ b/source/brx/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Bodo <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/brx/>\n"
@@ -5406,1204 +5406,1236 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "बर्ग 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "नैगुण थिर"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "बेंखन"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "बर्ग"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "थिर"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr ""
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr ""
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "हिरा"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
#, fuzzy
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "बेंखन, सुफुंङै"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
#, fuzzy
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "बर्ग दबलाय, सुफुंङै"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
#, fuzzy
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "बर्ग दबलाय, सुफुंङै"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "गोजोंथि"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "गोमजोर उच्चारण"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "गोख्रों उच्चारण"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "गोमजोर उच्चारण"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr ""
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr ""
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "जाफुंसारै मोनफिननाय"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "गुबै(गुदि)फोरमान बिलाय मोनफिननाय"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "मोनफिननाय फेलें जानाय"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "मोनफिननाय जौगानाय(दावगानाय)"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "दाबो मोनफिननाय जायाखै"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr ""
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr ""
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~जोबनाय"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr ""
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr ""
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "बेसाद(फोर) सोसन"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "3D बेसादा गिदिङो"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "गाहरनाय बेसाद सोरजि"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "गिदिंनाय बेसाद सोरजि"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "3D बेसाद खावनै जानाय"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[गासै]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "बोसावगारि फिल्टार"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "गोदान थिम"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3D जाउनफोर"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "एनिमेसन"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "बुलेटफोर"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "अफिस"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "फिरफिलाफोर"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "चार्टफोर बोहैनाय"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "इमटआइकनफोर"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "मुसुखाफोर"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "सावगारिनि उनथिं थानाय महर"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "ह'म बिखं"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "इसिंआरि खामानि"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "मेपफोर"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "सुबुं"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "बाहेरानि बिखं"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "कमपुटार"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr ""
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr ""
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "रांखानथि"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr ""
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr ""
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "सोदोब"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "दिनथिसिन"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "आंनि थिम"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "थिरफोर"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "बेलुन्सफोर"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "किबर्ड"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "सम"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "प्रेजेन्टेसन"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "केलेन्दार"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "नेभिगेसन"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "फोनांजाब"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "रांखानथि"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "कमपुटार"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "बोथोर"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "फरायसालि आरो मुलुग सोलोंसालि"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "जेंना सुस्रां गासिनो दङ"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "स्क्रिन बिनस"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "साफायनाय सायखनाय"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "नोंथाङा सायखनाय एबा गासै फोरमान बिलाइखौ साफायनो सानो नामा?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~गासै"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~सायखनाय"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "नारहरनाय साहा-सोनाब"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "नारहरनाय साहा"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "नारहरनाय साहा-सानजा"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "नारहरनाय सोनाब"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "नारहरनाय उनथिं"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "नारहरनाय सानजा"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "नारहरनाय खोला-सोनाब"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "नारहरनाय खोला"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "नारहरनाय खोला-सानजा"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 सेन्टिमिटर"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 सेन्टिमिटर"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 सेन्टिमिटर"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 सेन्टिमिटर"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10~सेन्टिमिटर"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 इन्सि"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.~5 इन्सि"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 इन्सि"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 इन्सि"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 इन्सि"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
#, fuzzy
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "सुफुंनाय गैया"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "गोजों"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "खामानिआव उदायै"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "सिमनाफोर"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "सिमना आदब"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
#, fuzzy
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "~सारि अनजिमा खालामनाय..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "बिखंफोर"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "दाथाय दानायखौ एंगार"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr ""
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "फन्टनि मुं"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr ""
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr ""
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "नारहरनाय"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "नारहरनाय खेव/बन्द खालाम बाहाय"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "टिल्ट गाहाय"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "टिल्ट गोजौ"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "टिल्ट आगसि"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "टिल्ट आगदा"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "नारहरनाय गोथौथि सोलाय"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "अरियेन्टेसन सोलाय"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "प्रजेकसन रोखोम सोलाय"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "गोजोंथि खासामनायखौ सोलाय"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "जोंथि सोलाय"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "नारहरनाय मोखां सोलाय"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "नारहरनाय गाब सोलाय"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "आंगो"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "फन्टवर्क"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "फन्टवर्क महर बाहाय"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "फन्टवर्क एखे हांखो गोजौथिखौ बाहाय"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "फन्टवर्क सारि सारि साजायनाय बाहाय"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "फन्टवर्क हांखो लांदां जायगा होनायखौ बाहाय"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "जों"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "आदब"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "आरो"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "ख'ना दबथायनाय"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "ख'ना बिन्दुनि सायखनाय"
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "गोजौनि आगसि"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "गोजौनि गेजेर"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "गोजौनि आगदा"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "आगसि मिरु"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "मिरु"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "आगदा मिरु"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "गाहायनि आगसि"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "गाहायनि गेजेर"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "गाहायनि आगदा"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "सिमा हांखो दबथायनाय"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "बेयाव नोंथाङा सिमा हांखो सुजुनो हायो।"
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "जुनिया हांखो सायख"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "बे ओनसोलाव जुनिया हांखोफोरखौ सायख"
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "हांखो क'ड"
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "'#'फोथाराव इनपुट गोनांथि जाबाय। अननानै मोनसे बेसेन एन्टार खालाम।"
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "फर्मफोर"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "जेबो दबथायनाय सायखयाखै।"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "आखुथायफोर:"
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "फर्म आखुथायफोर"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "फर्म नेभिगेटर"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "फर्म"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "फर्म"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "एरसोखोमानाय दबथायनाय"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "दबथायनाय"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "फोरमानलाइ"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "नि"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "फोथार दाजाब:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "डाटाबेसआव डाटा लिरनायाव जानाय गोरोन्थि"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "सोंनाय बेखेवनायाव सिनटेक्स गोरोनथि"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "नोंथाङा 1 फोरमानलाइखौ हुखुमोरनो सानो नामा।"
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "#फोरमानलाइफोरखौ हुखुमोरनाय जागोन।"
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6613,331 +6645,331 @@ msgstr ""
"नोंथाङा जायखि जाया सालाय लांबाय थानो सानो नामा?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "नेभिगेसन बार"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "खाम्फा"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "'#'आखुथाय फज'"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "मुवा दोनग्राआव सोसन"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "#हुखुमोर"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "# मुवा फोरखौ हुखुमोर"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "मोनसे मुवा दोनग्रा गुदि मुवाखौ जायगा सोलाय हो"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "दबथायनायखौ जायगा सोलाय हो"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "बुथाम"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "उफ्रा बुथाम"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "आनजाद बाक्सु"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "लेबेल फोथार"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "हानजा बाक्सु"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "फराय बिजाब बाक्सु"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "दाथाय दानाय फोथार"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "फरिलाइ बाक्सु"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "कम्ब बाक्सु"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "मुसुखा बुथाम"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "मुसुखा दबथायनाय"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "फाइल सायखनाय"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "अक्ट' फोथार"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "सम फोथार"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "अनजिमायारि फोथार"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "रां फोथार"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "नुमुना फोथार"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "फारिलाइ दबथायनाय"
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "स्क्रलबार"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "स्पिन बुथाम"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "नेभिगेसन बार"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "बायदिमैया सायखनाय"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "बोहैथि दाथायाव डाटा-सोमोन्दो गोनां दबथायनायफोर गैया!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr "(अक्ट')"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr "(सम)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "फिल्टार नेभिगेटर"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "..नि थाखाय फिल्टार"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "एबा"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "बोहैथि फर्मआव फारिलाइ नुथायआव बाहाय जानाय बाहाय जाथाव सिमा दबथायनायफोर गैया।"
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<गावआरि फोथार>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "SQL बिबुंथिआव सिनटेक्स गोरोनथि"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr ""
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE खौ बे फोथारजों बाहायनो हाया।"
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "सोसननाय बेसेनआ मोनसे बाहाय जाथाव अक्ट' नङा। अननानै बाहाय जाथाव दाथायाव मोनसे अक्ट' एन्टार खालाम, दिन्थि महरै MM/DD/YY।"
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "फोथारखौ आबुं अनजिमाजों रुजुनो हाया।"
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr ""
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr ""
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr ""
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr ""
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr ""
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "फोथारखौ फ्लटिं बिन्दु अनजिमाजों रुजुनो हाया।"
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "सोसननाय बिसार खानथिखौ बे फोथारजों रुजुनो हाया।"
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "डाटा नेभिगेटर"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr "(फरायनो-थाखायल')"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "फाइला आगोलावनो दं खायो. लिरदेरबावनो?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr ""
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -6948,7 +6980,7 @@ msgstr ""
"नोंथाङा थारै बे मडेलखौ हुखुमोरनो सानो नामा? "
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -6959,7 +6991,7 @@ msgstr ""
"नोंथाङा थारै बे बिदिनथिखौ हुखुमोरनो सानो नामा?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
@@ -6968,13 +7000,13 @@ msgid ""
msgstr "गुदि मुवा '$ELEMENTNAME' हुखुमोरनाया बे गुदि मुवायाव थानाय बोहैथि गासै दबथायनायाव गोहोम खोख्लैयो। नोंथाङा थारैनो बे गुदि मुवाखौ हुखुमोरनो सानो नामा?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "नोंथाङा थारैनो गुण $ATTRIBUTENAME' खौ हुखुमोरनो सानो नामा?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -6986,7 +7018,7 @@ msgstr ""
"नोंथाङा थारैनो बे गथायनायखौ हुखुमोरनो सानो नामा? "
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -6999,1007 +7031,1007 @@ msgstr ""
" नोंथाङा थारैनो बे बाइन्डिंखौ हुखुमोरनो सानो नामा?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "XML आव '%1' बे मुङा बाहाय जाथाव नङा। अननानै गुबुन मोनसे मुं एन्टार खालाम।"
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "XML आव '%1'सिगां दाजाबदाया बाहाय जाथाव नङा। अननानै गुबुन मोनसे सिगां दाजाबदा एन्टार खालाम।"
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "मुं '%1' सिगाङावनो दङ। अननानै मोनसे गोदान मुं एन्टार खालाम।"
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "गथायनायहा मोनसे मुं थाथार नांगोन।"
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "पस्ट खालाम"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "मोन"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "रावबो नङा"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "बिदिन्थिफोर"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "फोरमान बिलाइ"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "बाइन्डिं: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "मखनाय: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "खामानि: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "खानथि: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "जायगा सोलाय हो: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "गुदि मुवा दाजाब"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "गुदि मुवा सुजु"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "गुदि मुवा हुखुमोर"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "गुण दाजाब"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "गुण सुजु"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "गुण हुखुमोर"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "बाइन्डिं दाजाब"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "बाइन्डिं सुजु"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "बाइन्डिं हुखुमोर"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "गथायनाय दाजाब"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "गथायनाय सुजु"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "गथायनाय हुखुमोर"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "सायखनाय"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "गुणफोर"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "बाइन्डिं"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "बाइन्डिंग फोरमायनाय"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "नोंथाङा थारै %PRODUCTNAME फोरमान बिलाइ मोनफिननायखौ एंगारनो सानो नामा?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "आगसि"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "आगदा"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "मिरु"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "दसमिक"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
#, fuzzy
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "~लिरदेरबाव"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "डिजिटाल चहि: फोरमान बिलाइ चहिआ OK."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "डिजिटाल चहि: फोरमान बिलाइ चहिआ OK, नाथाय चारटिफिकेटफोरा बाहाय जाथाव नङा।"
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "डिजिटाल चहि: फोरमान बिलाइखौ चहि होनाय जाया।"
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr ""
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
#, fuzzy
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "फोरमान बिलाइ ल'ड खालाम गासिनो दङ।"
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "जुम आव"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "जुमनि बायजोआव"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "50%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "गासै बिखं"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "बिखंनि गुवारथि"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "आदब फोरखौ लाजाबनानै"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "आनथोर आदब"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "खथासा आदबफोर"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "नागिरनाय साबिखौ मोनै"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "गाब पेलेट"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
#, fuzzy
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "बाहाय जायै पासवर्ड"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr ""
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr ""
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr ""
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr ""
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr ""
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr ""
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr ""
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr ""
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr ""
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr ""
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr ""
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr ""
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr ""
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr ""
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr ""
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "अनजिमायारि"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr ""
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr ""
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr ""
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "फाइल सोरजिनो हायाखिसै।"
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "सिगांनि महराव लाबो फिननो हाबाफोर : $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "सिगांनि महराव लाबो फिननो हाबाफोर : $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "मावफिननो हाबाफोर: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "मावफिननो हाबाफोर: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "नायगिरना मोन"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr ""
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr ""
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "मोनथिमोनै"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "गोजा"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "सोमखोर"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "गोथां"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "गोजोंथि"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "फाराग"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "गामा"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "गोजों"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "क्रप"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "डिफल्ट अरियेन्टेशन"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "गोजौ निफ्राय गाहाय सिम"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "गाहाय निफ्राय गोजौसिम"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "स्टेक खालामबाय"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "आगसिनि रुगुं: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "गोजौनि रुगुं: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "आगदानि रुगुं: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "गाहायनि रुगुं: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "बिखं बेखेवनाय: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "गेदेर हांखोफोर"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "गाहायनि केस"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "आप्परकेस रमान"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "लयारकेस रमान"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "एराबिक"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "रावबो नङा"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "लेण्डस्केप"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "प'र्ट्रेट"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "आगसि"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "आगदा"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "गासै"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "आयना"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "लिरगिरि: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "अक्ट': "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "फराय बिजाब: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "हांखो सावगारिनि उनथिं थानाय"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "गाब पेलेट"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8007,1930 +8039,1930 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr ""
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr ""
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr ""
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr ""
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr ""
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr ""
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr ""
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr ""
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr ""
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr ""
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr ""
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr ""
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr ""
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr ""
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr ""
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr ""
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr ""
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr ""
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr ""
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr ""
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr ""
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr ""
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr ""
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "थाइ"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr ""
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr ""
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr ""
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr ""
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr ""
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr ""
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr ""
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "रां दिनथिसिन"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr ""
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr ""
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr ""
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "थिर"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr ""
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr ""
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr ""
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr ""
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr ""
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr ""
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr ""
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr ""
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr ""
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr ""
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr ""
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "~हिरागाना"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "~काटाकाना"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr ""
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr ""
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "गोबां रोखोमनि"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr ""
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "गोरोबनाय गोनां"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr ""
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr ""
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr ""
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr ""
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr ""
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr ""
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr ""
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr ""
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr ""
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr ""
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr ""
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "जुनिया"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "बल्ड फारसे खेंख्रा हांखो"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr ""
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr ""
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr ""
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr ""
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr ""
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr ""
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr ""
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr ""
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr ""
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr ""
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr ""
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr ""
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr ""
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr ""
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr ""
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr ""
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr ""
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr ""
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr ""
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr ""
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr ""
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr ""
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr ""
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr ""
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr ""
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr ""
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "फालांगि"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr ""
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr ""
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr ""
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr ""
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "चार्ट"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "फारि"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "जापानिज"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr ""
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "इमटआइकनफोर"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr ""
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr ""
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr ""
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "म'ड"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr ""
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "गोदान"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr ""
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10722,13 +10754,14 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "सिंथारनि आगसि निफ्राय सानि आगदा सिम डायगनेल सिमना सारि"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "रावबो नङा"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10736,7 +10769,7 @@ msgid "Bullet"
msgstr "बुलेटफोर"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10744,7 +10777,7 @@ msgid "Graphics"
msgstr "बो सावगारि"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10752,7 +10785,7 @@ msgid "Linked graphics"
msgstr "सोमोन्दो खालामनाय बोसावगारिफोर"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10760,7 +10793,7 @@ msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10768,7 +10801,7 @@ msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10776,7 +10809,7 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10784,7 +10817,7 @@ msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10792,28 +10825,28 @@ msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10821,7 +10854,7 @@ msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10829,14 +10862,14 @@ msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10844,133 +10877,133 @@ msgid "Native Numbering"
msgstr "सारि अनजिमा होनाय"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr ""
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr ""
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr ""
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr ""
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr ""
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr ""
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr ""
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr ""
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr ""
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr ""
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr ""
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr ""
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr ""
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr ""
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16483,7 +16516,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/brx/sw/messages.po b/source/brx/sw/messages.po
index 5f7845f1710..a79eda82037 100644
--- a/source/brx/sw/messages.po
+++ b/source/brx/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -611,7 +611,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr ""
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -619,1301 +619,1337 @@ msgstr ""
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -11268,141 +11304,141 @@ msgid "Width:"
msgstr "गुवारथि"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
#, fuzzy
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "लांदां जायगा होनाय"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr ""
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "आदब"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
#, fuzzy
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "गुवारथि"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
#, fuzzy
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "गोजौ"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "थासारि"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "गोजौ"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "मिरु"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "गाहाय"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
#, fuzzy
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "गाब"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr ""
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
#, fuzzy
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "खाम्फाफोर"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr ""
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "सायखनाय"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "बोहैथि भारसन"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "बिफान हुखुमोर"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "फ्रेम"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "बिखं आदब बादि"
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr ""
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
#, fuzzy
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "आनजाद फोनांजाब"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
#, fuzzy
msgctxt "columnpage|label2"
msgid "Settings"
@@ -13254,73 +13290,73 @@ msgid "Space to text"
msgstr ""
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
#, fuzzy
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "आफांनि सिन ओनसोल"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
#, fuzzy
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "थासारि"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
#, fuzzy
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "आदब"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr ""
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
#, fuzzy
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "गाब"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
#, fuzzy
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "गोलावथि"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr ""
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "आगसि"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
#, fuzzy
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "मिरु"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "आगदा"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr ""
@@ -19901,7 +19937,7 @@ msgid "_More Options"
msgstr "गोबां~ उफ्रा"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
#, fuzzy
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
@@ -22224,49 +22260,49 @@ msgid "Remaining space:"
msgstr ""
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "खाम्फानि गुवारथि"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "खाम्फानि गुवारथि"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "खाम्फानि गुवारथि"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "खाम्फानि गुवारथि"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "खाम्फानि गुवारथि"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "खाम्फानि गुवारथि"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "खाम्फानि गुवारथि"
diff --git a/source/bs/chart2/messages.po b/source/bs/chart2/messages.po
index 2fa11b7dc1d..3efe02cf596 100644
--- a/source/bs/chart2/messages.po
+++ b/source/bs/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2413,46 +2413,46 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Usmjerenje teksta"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr ""
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Jednostavan"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr ""
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Prilagođeno"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr ""
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_Prored"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
diff --git a/source/bs/cui/messages.po b/source/bs/cui/messages.po
index a8a9eccc293..07e1ceb5398 100644
--- a/source/bs/cui/messages.po
+++ b/source/bs/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4398,45 +4398,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "_Samo tekst"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/bs/dbaccess/messages.po b/source/bs/dbaccess/messages.po
index f9c350db967..08d302032bb 100644
--- a/source/bs/dbaccess/messages.po
+++ b/source/bs/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-01-07 12:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Bosnian <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/bs/>\n"
@@ -971,20 +971,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Zadaci"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Opis"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Pregled"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
@@ -999,31 +993,31 @@ msgstr ""
"Da li želite sada zatvoriti sve dokumente?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "Ime ~formulara"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Ime i~zvještaja"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "Ime direkt~orija"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "Dokument sadržava formulare ili izvještaje sa ugrađenim makroima."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1039,265 +1033,265 @@ msgstr ""
"Primijetite da nećete moći ugraditi makroe u dokument baze podataka prije negoova migracija bude urađena. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Ugrađena baza podataka"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "Ne možete izabrati različite kategorije."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "Nađen nepodržani tip objekta ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr ""
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Neobavezne postavke"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
#, fuzzy
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Podešavanje konekcije"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
#, fuzzy
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Ime tabele"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr ""
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr ""
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
#, fuzzy
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Ubaci %1"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Želite li izbrisati označene podatke?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Greška prilikom postavljanja kriterija za sortiranje"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Greška prilikom postavljanja kriterija za filtriranje"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Veza prekinuta"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Upiti"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Tabele"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Potvrdi brisanje"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Da li želite izbrisati tabelu '%1'?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
#, fuzzy
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "Veza sa bazom podataka je prekinuta. Želite li ponovo uspostaviti vezu?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Prijavljena su upozorenja"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "Prilikom prijema tabela, veza sa bazom podataka je prijavila određena upozorenja."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "Uspostavljam vezu sa \"$name$\" ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Učitavanje upita $name$ ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Učitavanje tabele $name$ ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Nije moguće pronaći format tabele."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "Veza na izvor podataka \"$name$\" ne može biti uspostavljena."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Nepoznato;Tekst;Broj;Datum/Vrijeme;Datum;Vrijeme;Da/Ne;Valuta;Podsjetnik;Brojač;Slika;Tekst (ispravka);Decimalni;Binarni (ispravka);Binarni;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Objekat;Jedinstven;Struktura;Polje;BLOB;CLOB;REF;OSTALO;Bit (ispravka)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Dodaj/ukloni primarni ključ"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Da"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Ne"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<ništa>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Naziv polja"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Vrsta polja"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Opis"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Opis kolone"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Osobine polja"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Izmijeni ćeliju"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Obriši red"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Izmijeni vrstu polja"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Umetni red"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Umetni novi red"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "Uobičajena vrije~dnost"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1307,7 +1301,7 @@ msgstr ""
"Ukoliko polje ne bude imalo uobičajenu vrijednost, odaberite prazan niz znakova."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1319,19 +1313,19 @@ msgstr ""
"Kada kasnije unesete podatke u tablicu, navedeni niz znakova bit će korišten u svakom novom zapisu za odabrano polje. Dolje uneseno trebalo bi odgovarati formatu ćelija."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Unesite najveću dozvoljenu dužinu teksta."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Unesite format broja."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1345,25 +1339,25 @@ msgstr ""
" Vrijednost će biti ispravljena kada prelazi maksimum ove baze podataka."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Navedite broj decimalnih mjesta dozvoljenih u ovom polju."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Ovdje možete vidjeti kako će podaci biti prikazani koristeći trenutni format (koristite dugme desno da izmijenite format)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Ovdje određujete format izlaza podataka."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1375,49 +1369,49 @@ msgstr ""
" Možete unijeti podatke u polja ovog tipa. Vrijednost svojstvena bazi podataka bit će pridružena svakom novom zapisu (na temelju uvećanja prethodnog zapisa)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "Tabela ne može biti spašena jer ime kolone \"$column$\" je već iskorišteno."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "Kolona \"$column$\" pripada primarnom ključu. Ako je kolona izbrisana i primarni ključ će biti izbrisan. Da li zaista želite nastaviti?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Primarni ključ je promijenjen"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Kolona"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "Želite li svejedno nastaviti?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "Tabela nije spašena usljed problema sa spajanjem na bazu podataka."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "Filter tabele nije mogao biti prilagođen jer je izvor podataka obrisan."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
#, fuzzy
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
@@ -1428,13 +1422,13 @@ msgstr ""
"Želite li snimiti promjene sada?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Nema primarnog ključa"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1448,25 +1442,25 @@ msgstr ""
"Treba li stvoriti primarni ključ?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "Kolonu \"$column$\" nije moguće promjeniti. Da li treba kolonu obrisati i novi format dodati?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Greška tokom snimanja dizajna tabele"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "Ne može se obrisati kolona $column$."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1478,7 +1472,7 @@ msgstr ""
"Ova izjava bit će izravno prenesena bazi podataka prilikom stvaranja tablice."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1488,37 +1482,37 @@ msgstr ""
"Režim dizajniranja tabele nije moguć za ovaj izvor podataka."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "promijenite ime polja"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "promijenite tip polja"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "promijenite opis polja"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "promijenite atribut polja"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "Potrebna je šifra za spajanje na izvor podataka \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1534,49 +1528,49 @@ msgstr ""
"ne postoji. Treba li stvoriti?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "Direktorij $name$ nije moguće kreirati."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Datoteka već postoji. Prepiši?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Direktorij"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Postavke baze podataka"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Svojstva Izvora podataka: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "Molim izaberite 'Poveži se sa postojećom bazom podataka' da se povežete sa postojećom bazom podataka."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Nije moguće pokrenuti programsku biblioteku #lib# ili je iskvarena. ODBC izbor izvora podataka nije dostupan."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1586,152 +1580,152 @@ msgstr ""
"Dozvoljeno da promijenite podešavanja, ali vjerovatno nećete biti u mogućnosti da se povežete sa bazom podataka."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{None}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 mora biti postavljen."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 i #2 moraju biti različiti."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "Džoker znakovi kao što su ?,* nisu dozvoljeni u #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Test veze"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Veza je uspješno uspostavljena."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Veza nije uspješno uspostavljena."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "JDBC drajver je uspješno učitan."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "JDBC drajver nije uspješno učitan."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS Access datoteka"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007 datoteka"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Firebird baza podataka"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Sistem"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Greška prilikom stvaranja"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Dokument \"$file$\" se ne može otvoriti."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "Nije moguće izbrisati ovu tabelu jer veza prema bazi podataka to ne podržava."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~Sve"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Poništi:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Vrati:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "Nije pronađen odgovarajući tip kolone za kolonu '#1'."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Datoteka \"$file$\" ne postoji."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "Prijavljena su upozorenja tokom spajanja na izvor podataka. Za njihov pregled pritisnite \"$buttontext$\"."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1742,200 +1736,200 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "Nije moguće uspostaviti vezu sa menadžerom SDBC drajvera (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "Za URL #connurl# nema registrovanog drajvera."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "Veza je uspostavljena, ali informacije o tabelama baze podataka nisu dostupne."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Sve tabele"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Svi pogledi"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Sve tabele i pogledi"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Ime tabele"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Ubaci podatke"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Obriši podatke"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Izmijeni podatke"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Promijeni strukturu"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Čitaj podatke"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Izmijeni reference"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Odbaci strukture"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Staza do dBASE datoteka"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Staza do tekst datoteka"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Staza do dokumenta proračunske tablice"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Naziv ODBC izvora podataka na vašem sistemu"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Naziv MySQL baze podataka"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Naziv Oracle baze podataka"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Datoteka Microsoft Access baze podataka"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "Daljnje podešavanje nije potrebno. Da biste provjerili da li konekcija radi, kliknite na dugme '%test'."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "Ime ~računara"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Ime ~Mozilla profila"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Ime ~Thunderbird profila"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
#, fuzzy
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Dodaj tabele..."
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr ""
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Primijeni kolone"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Formatiranje tipa"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1943,163 +1937,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Dodijeli kolone"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< N~azad"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~Naprijed>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "Nap~ravi"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Kopiraj tabelu"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Kopiraj tabelu"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "Ovo ime tabele nije ispravno u trenutnoj bazi podataka."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Za dodavanje podataka u postojeću tablicu odaberite mogućnost 'Prihvati podatke' na prvoj stranici."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Molim promijenite ime tabele. Predugo je."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Čarobnjak za baze podataka"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Izaberi bazu"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Podesite dBASE vezu"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Podesite vezu na tekst datoteke"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Podesi vezu na Microsoft Access"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Podesi LDAP vezu"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Podesi ADO vezu"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Podesi JDBC vezu"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Podesi vezu sa Oracle bazom podataka"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Podesi MySQL vezu"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Podesi ODBC vezu"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Podesi identifikaciju korisnika"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Podesi podatke MySQL servera"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Snimi i nastavi"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Nova baza podataka"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Podesi vezu na MySQL bazu koristeći JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
#, fuzzy
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
@@ -2110,68 +2104,68 @@ msgstr ""
"Molimo kontaktirajte vašeg sistem administratora radi sljedećih postavki."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC klasa d~rajvera:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Normalno: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Podesi vezu na dBASE datoteke"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Izaberite direktorij gdje se nalaze dBASE datoteke."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Podesite vezu na tekst datoteke"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
#, fuzzy
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Izaberite direktorij gdje se nalaze CSV (Comma Separated Values - vrijednosti razdvojene zarezom). %PRODUCTNAME Base će otvoriti te datoteke u režimu samo za čitanje."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Put do tekst datoteka"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Podesite vezu na Microsoft Access bazu podataka"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Molim izaberite Microsoft Access datoteku kojoj želite pristupiti."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Podesi vezu na ADO bazu podataka"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
#, fuzzy
msgctxt "STR_ADO_HELPTEXT"
msgid ""
@@ -2184,13 +2178,13 @@ msgstr ""
"Kontaktirajte sistemskog administratora ako niste sigurni oko narednih postavki."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Podesi vezu na ODBC bazu podataka"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
#, fuzzy
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
@@ -2203,13 +2197,13 @@ msgstr ""
" Molimo kontaktirajte svog sistem administratora ako niste sigurni kako podesiti dotičnu stavku."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Podesi vezu na JDBC bazu podataka"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
#, fuzzy
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
@@ -2220,25 +2214,25 @@ msgstr ""
" Molimo kontaktirajte vašeg sistem administratora ukoliko niste za sljedeće postavke."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Podesi vezu na Oracle bazu podataka"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Uobičajeno: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle JDBC klasa ~drajvera"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
#, fuzzy
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
@@ -2249,13 +2243,13 @@ msgstr ""
"Molimo kontaktirajte vašeg sistem administratora ukoliko ste nesigurni oko unošenja sljedećih podataka."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Podesi vezu na proračunsku tablicu"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
#, fuzzy
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
@@ -2266,280 +2260,280 @@ msgstr ""
" %PRODUCTNAME će otvoriti tu datoteku u modu za isključivo čitanje."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~Lokacija i naziv datoteke"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Komanda uspješno izvršena."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "Konekcija sa bazom podataka je izgubljena. Ovaj dijalog će biti zatvoren."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Red sortiranja"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Polje indeksa"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Rastuće"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Opadajuće"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Da li ste sigurni da želite obrisati indeks '$name$'?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "indeks"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "Indeks mora sadržati makar jedno polje."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Već postoji još jedan indeks pod imenom \"$name$\"."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "U definiciji indeksa, nijedna kolona tabele se ne smije pojaviti više od jednom. Ali vi ste unijeli kolonu \"$name$\" dva puta."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
#, fuzzy
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "Stavka se ne može prevesti u ispravnu vrijednost za kolonu \"$name$\""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr ""
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "kod greške"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "Čest uzrok ove greške je korištenje neispravnog skupa znakova prilikom podešavanja jezika vaše baze podataka. Provjerite ovu postavku koristeći Izmijeni / Baza podataka / Osobine."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Greška"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Upozorenje"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Informacije"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Detalji"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Da li ste sigurni da želite izbrisati korisnika?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "Baza podataka ne podržava administraciju korisnika."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Šifre se ne slažu. Molimo unesite šifru ponovno."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Obratite pažnju da neke baze podataka možda ne podržavaju ovaj tip pridruživanja."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Sadrži samo zapise za koje je sadržaj povezanih polja obje tablice identičan."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Sadrži SVE zapise iz tablice '%1' ali samo zapise iz tablice '%2' gdje vrijednosti u upoređenim poljima odgovaraju."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Sadrži SVE zapise iz '%1' i iz '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Sadržava Dekartov proizvod SVIH zapisa iz '%1' i iz '%2'."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "Odredišna baza podatake ne podržava preglede."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "Odredišna baza podataka ne podržava primarne ključeve."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "opis za prilaz podacima nije pronađen, ili nijedan opis za prilaz podacima ne može da dostavi sve potrebne informacije"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Samo tabele i upiti su trenutno podržani."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "Set rezultata od kopije izvora mora podržavati zabilješke."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Ne podržani tip izvorne kolone ($type$) na poziciji kolone $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Neispravan broj inicijalizacionih parametara."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Došlo je do greške prilikom inicijalizacije."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Nepodržana postavka u izvornom kopija deskriptoru: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "Da kopirate upit, vaša veza mora biti sposobna da pruža upite."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "Dati rukovatelj interakcije nije ispravan."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Ova relacija već postoji. Želite li je izmijeniti?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Izmijeni..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Napravi..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Baza: Dizajn relacija"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "Baza podataka ne podržava relacije."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Kada izbrišete ovu tabelu sve odgovarajuće relacije će takođe biti izbrisane. Nastaviti?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4726,7 +4720,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr ""
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr ""
@@ -4756,6 +4750,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
#, fuzzy
diff --git a/source/bs/desktop/messages.po b/source/bs/desktop/messages.po
index 1442cb3bbaa..1dc4c3e8941 100644
--- a/source/bs/desktop/messages.po
+++ b/source/bs/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-09-03 11:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Ekstenzija"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "Dinamička UNO komponenta biblioteke"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO Java komponenta"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO Python komponenta"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO komponente"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB Type biblioteka"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO Java biblioteka"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG biblioteka"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Pomoć"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "Verzija ne može biti instalirana zato što:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "Proširenje neće biti instalirano zbog greške u datotekama za Pomoć:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Izaberi dodatke"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Ukloni"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~Uključi"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Isključi"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Nadogradnja..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Dodajem %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "Uklanjam %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Uključujem %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Isključujem %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Prihvati licencu za %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Greška: Status ovog dodatka je nepoznat"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Zatvori"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Izlaz"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"Ažuriranje dijeljivih produžetaka zahtjeva administratorove privilegije. Kontaktirajte vašeg sistemskog administratora za ažuriranje sljedećih dijeljivih produžetaka:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "Podužeci ne mogu biti omogućeni jer sljedeće sistemske zavisnosti nisu ispunjene:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Produžetak nije omogućen jer niste još prihvatili licencu.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Prikaži licencu"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
#, fuzzy
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
@@ -306,19 +312,19 @@ msgstr ""
"Pritisnite 'Otkaži' da zaustavite instalaciju."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
#, fuzzy
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
@@ -331,7 +337,7 @@ msgstr ""
"Kliknite 'Cancel' da zaustavite otklanjanje produžetka."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
#, fuzzy
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
@@ -344,7 +350,7 @@ msgstr ""
"Kliknite 'Cancel' da zaustavite otklanjanje produžetka."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
#, fuzzy
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
@@ -357,7 +363,7 @@ msgstr ""
"Kliknite 'Cancel' da zaustavite omogućavanje produžetka."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
#, fuzzy
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
@@ -370,92 +376,92 @@ msgstr ""
"Kliknite 'Cancel' da zaustavite onemogućavanje produžetka."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "Produžetak '%Name' ne radi na ovom računaru."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Instaliram dodatke..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Instalacija je završena"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Nema grešaka."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Dogodila se greška tokom preuzimanja dodatka %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Poruka greške je: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Dogodila se greška tokom instaliranja dodatka %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "Odbijen je licencni ugovor za dodatak %NAME. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Dodatak neće biti instaliran."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Nepoznato"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "Produžetak zahtjeva barem OpenOffice.org referencu verzije %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "Produžetak ne podržava OpenOffice.org referencu verzije veće od %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
#, fuzzy
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "Produžetak zahtjeva barem LibreOffice verzije %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
@@ -470,7 +476,7 @@ msgstr ""
"Kliknite 'Odustani' da zaustavite instalaciju."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -484,7 +490,7 @@ msgstr ""
"Kliknite 'Odustani' da zaustavite instalaciju."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
@@ -499,7 +505,7 @@ msgstr ""
"Kliknite 'Odustani' da zaustavite instalaciju."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -513,7 +519,7 @@ msgstr ""
"Kliknite 'Odustani' da zaustavite instalaciju."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
@@ -528,7 +534,7 @@ msgstr ""
"Kliknite 'Odustani' da zaustavite instalaciju."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -542,145 +548,145 @@ msgstr ""
"Kliknite 'Odustani' da zaustavite instalaciju."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Nema novih nadogradnji."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Nema mogućih ažuriranja za instaliranje. Da vidite ignorisana ili onemogućena ažuriranja, markirajte check kutiju 'Prikaži sva ažuriranja'."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Dogodila se greška:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Nepoznata greška."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "Nema više dostupnih detalja za ovo ažuriranje."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "Dodatak ne može biti instaliran zbog:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Zahtjevana %PRODUCTNAME verzija ne odgovara:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "Imate %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "nadogradnja bazirana na pregledniku"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Verzija"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Ovo ažuriranje će biti ignorisano.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Program ne može biti pokrenut. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "Konfiguracijski direktorij \"$1\" nije moguće pronaći."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "Put do instalacije nije ispravan."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Pojavila se unutarnja greška."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Konfiguracijska datoteka \"$1\" je korumpirana."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Konfiguracijska datoteka \"$1\" nije nađena."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "Konfiguracijska datoteka \"$1\" ne podržava trenutnu verziju."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Ne može se odrediti jezik korisničkog sučelja."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "Korisnička instalacija se ne može završiti. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Konfiguracijski servis nije dostupan."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Pokrenite aplikaciju za podešavanje kako biste popravili instalaciju sa CDa ili nekog direktorija koji sadrži instalacijske pakete."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "Došlo je do opšte greške prilikom pristupa vašoj centralnoj konfiguraciji. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -692,20 +698,20 @@ msgstr ""
"Molimo, kontaktirajte vašeg sistemskog administratora."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Došlo je do sljedeće interne greške: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
#, fuzzy
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "LibreOffice se mora nažalost ručno ponovo pokrenuti nakon instalacije ili nadogradnje."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
#, fuzzy
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
@@ -720,25 +726,25 @@ msgstr ""
"Želite li stvarno nastaviti?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Štampanje je onemogućeno. Nije moguće odštampat nijedan dokument."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "Menadžer staza nije dostupan.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -746,7 +752,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -754,62 +760,62 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Licencni ugovor programskog dodatka $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Pročitajte cijeli Licencni Ugovor, koji je dolje ispisan. Prihvaćate Licencni ugovor ispisivanjem riječi \"yes\" u konzoli i pritiskom na tipku Enter. Ukoliko želite prekinuti instalaciju dodatka, upišite riječ \"no\"."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Upišite \"da\" ili \"ne\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "Vaš upis nije ispravan. Molim, upišite \"da\" ili \"ne\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "DA"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "D"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NE"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
#, fuzzy
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg se ne može pokrenuti. Datoteka zaključavanja indicira da je on već pokrenut. Ako to nije slučaj, obrišite datoteku zaključavanja na:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "GREŠKA: "
diff --git a/source/bs/helpcontent2/source/text/sbasic/shared.po b/source/bs/helpcontent2/source/text/sbasic/shared.po
index da9e67da6fe..667ab6f9b4b 100644
--- a/source/bs/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bs/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 20:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8161,13 +8161,13 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr ""
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
+msgid "Print# Statement"
msgstr ""
#. addUg
@@ -8179,23 +8179,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr ""
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "Prikazuje specificirani string ili broj u dijalogu ili datoteci"
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9745,13 +9754,13 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>Reset naredba</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
msgstr ""
#. iLCKn
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr ""
-#. nTNj2
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaksa:"
-
-#. TufHR
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "Primjer:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10024,49 +10024,40 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr ""
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "Sintaksa:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
msgstr ""
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parametri:"
-
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
msgstr ""
#. 23Pzt
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr ""
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "Primjer:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,13 +10114,13 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr ""
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
+msgid "Line Input# Statement"
msgstr ""
#. CCEuD
@@ -10150,67 +10132,49 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>Line Input naredba</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
+msgid "Reads a line from a sequential file into a variable."
msgstr ""
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaksa:"
-
-#. jCyHM
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"par_id3147229\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
msgstr ""
-#. h3tyw
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3145173\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parametri:"
-
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
msgstr ""
#. foxtA
@@ -10222,40 +10186,13 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr ""
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "Primjer:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Isštampati #iBroj, \"Prvi red teksta\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Isštampati #iBroj, \"Drugi red teksta\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
+msgid "Put# Statement"
msgstr ""
#. psWQE
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>Put naredba</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,13 +10222,13 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr ""
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
msgstr ""
#. 9HgEG
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr ""
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,67 +10321,58 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>Write naredba</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
+msgid "Writes data to a sequential text file with delimiting characters."
msgstr ""
-#. eoeBE
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3150449\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Syntax:"
-msgstr "Sintaksa:"
-
-#. jxyZn
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"par_id3145785\n"
-"help.text"
-msgid "Write [#FileName], [Expressionlist]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parametri:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>FajlBroj</emph>: Numericki izraz koji sadrzi broj fajla koji je poslat od otvorene izjave za odgovarajuci fajl."
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
msgstr ""
#. RERPn
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr ""
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "Primjer:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,13 +10942,13 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>FajlBroj</emph>:Podatak kanala Broj koristen u otvorenoj izjavi."
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
+msgid "Seek# Statement"
msgstr ""
#. vLW2K
@@ -11041,13 +10960,13 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>Seek naredma</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
msgstr ""
#. RBPKW
@@ -11077,59 +10996,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "Za sve ostale datoteke, trazi izjava postavlja poziciu bajta na mjesto gdje ce se sljedeca operacija izvrsiti."
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "Vidi jos: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Otvoriti\">open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "Sintaksa:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "Trazi[#FileBroj], pozicija (kao Dugacak)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parametri:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>FajlBroj</emph>: Podatak kanala broj koristen u otvorenoj izjavi."
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>Position</emph>: Pozicija za sljedece pisanje ili citanje. Pozicija moze biti broj izmedju 1 i 2,147,483,647. Prema tipu datoteke, pozicija oznacava broj reda (datoteke u nasumicnom obliku) ili pozicije bajta (Binarne datoteke, Ispisi, Dodati ili Ulazni oblik). Prvi bajt u datoteci je pozicija 1, drugi bajt je pozicija 2 i tako dalje."
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39391,13 +39310,13 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -41254,13 +41173,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/bs/helpcontent2/source/text/sdatabase.po b/source/bs/helpcontent2/source/text/sdatabase.po
index 2d4c3a3caf6..8790dd9b661 100644
--- a/source/bs/helpcontent2/source/text/sdatabase.po
+++ b/source/bs/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -157,13 +157,13 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr ""
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 3JCfK
@@ -175,13 +175,13 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr ""
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
msgstr ""
#. ASeVi
@@ -193,13 +193,13 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr ""
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
msgstr ""
#. JTXBF
@@ -211,13 +211,13 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr ""
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
msgstr ""
#. FWCVa
@@ -292,13 +292,13 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -319,13 +319,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -364,6 +364,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/sdraw/01.po b/source/bs/helpcontent2/source/text/sdraw/01.po
index 8e34d1a22f1..c34c547768c 100644
--- a/source/bs/helpcontent2/source/text/sdraw/01.po
+++ b/source/bs/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2017-05-09 17:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr ""
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/shared/00.po b/source/bs/helpcontent2/source/text/shared/00.po
index b304c75c46a..99ba91604f6 100644
--- a/source/bs/helpcontent2/source/text/shared/00.po
+++ b/source/bs/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr ""
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/shared/01.po b/source/bs/helpcontent2/source/text/shared/01.po
index f0cbdd751d7..ee5dc660422 100644
--- a/source/bs/helpcontent2/source/text/shared/01.po
+++ b/source/bs/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25801,33 +25801,15 @@ msgctxt ""
msgid "Add"
msgstr "Dodaj"
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
msgstr ""
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr "Ime"
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
-msgstr "<ahelp hid=\".\">Unesi uslov.</ahelp>"
-
#. 6Yvch
#: 05200200.xhp
msgctxt ""
@@ -27259,14 +27241,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr ""
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149735\" src=\"cmd/sc_modifyframe.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149735\">Ikona</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
+msgstr ""
#. 6XJUi
#: 05210600.xhp
@@ -47275,13 +47257,13 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr ""
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
msgstr ""
#. ChX9A
@@ -47464,24 +47446,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr ""
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr ""
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr ""
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47491,15 +47455,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr ""
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr ""
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49561,6 +49516,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/shared/02.po b/source/bs/helpcontent2/source/text/shared/02.po
index e5195bed008..60bc5168b6e 100644
--- a/source/bs/helpcontent2/source/text/shared/02.po
+++ b/source/bs/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 13:21+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8809,13 +8809,13 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr ""
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
msgstr ""
#. KAQ4c
@@ -10528,14 +10528,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr ""
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -11761,14 +11761,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr ""
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -17026,13 +17026,13 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "Pokreni SQL komande direktno"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
msgstr ""
#. tTG7m
@@ -17053,13 +17053,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Funkcije</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
msgstr ""
#. iGFfH
@@ -17098,13 +17098,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. t48DA
@@ -17143,13 +17143,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Nadimak (alias)</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. CcbaZ
@@ -17197,13 +17197,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Nadimak (alias)</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
msgstr ""
#. EXAFG
@@ -19240,13 +19240,40 @@ msgctxt ""
msgid "Limit"
msgstr ""
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
msgstr ""
#. Ae3Qb
diff --git a/source/bs/helpcontent2/source/text/shared/explorer/database.po b/source/bs/helpcontent2/source/text/shared/explorer/database.po
index 5e6ab431da8..68fa59e9b33 100644
--- a/source/bs/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/bs/helpcontent2/source/text/shared/explorer/database.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 13:21+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,2220 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542028884.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr "Dizajn upita"
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr ""
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/05040200.xhp\" name=\"Description\">Opis</link>"
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr ""
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr ""
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr ""
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr ""
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr ""
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr ""
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr ""
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr ""
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr ""
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr ""
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr ""
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "Funkcija"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr ""
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr "Pregled"
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr ""
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr "pokreni upit"
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr ""
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr "Dodaj tablicu ili upit"
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr "Potraži"
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr ""
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr ""
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr ""
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr ""
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr ""
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr ""
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr ""
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr ""
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr ""
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr ""
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr ""
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr ""
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr ""
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr ""
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr ""
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr ""
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr "Definisati veze"
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr ""
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr ""
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr ""
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr ""
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr ""
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr ""
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr ""
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr ""
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr ""
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr ""
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr ""
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr ""
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr ""
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr ""
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr ""
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr ""
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr "Polje"
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr ""
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr "Nadimak (alias)"
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr ""
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr ""
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr ""
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr ""
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr ""
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr "Tabela"
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr ""
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr "Sortiraj"
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr ""
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr "Vidljivo"
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr ""
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr "Kriteriji"
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr ""
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr "ili"
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr ""
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr ""
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "Funkcije"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr ""
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr ""
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr "Opcije"
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr "Efekat"
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr ""
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr ""
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr "Prosjek"
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr ""
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr "Broj"
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr ""
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr ""
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr ""
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr "Maksimum"
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr ""
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr "Minimum"
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr ""
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr "Suma"
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr ""
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr "Grupa"
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr ""
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr ""
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr ""
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr ""
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr ""
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr ""
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr ""
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr ""
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr ""
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr ""
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "primjer:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr ""
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr ""
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "Primjer:"
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr ""
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr ""
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr ""
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr ""
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr ""
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr ""
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr ""
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr ""
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr ""
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr ""
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr ""
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr ""
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr ""
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr ""
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr ""
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr ""
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "Funkcije"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr ""
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr "Ime tabele"
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr ""
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr ""
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr ""
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr "Jasne vrijednosti"
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr ""
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr ""
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr ""
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr ""
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr ""
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr ""
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr ""
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr ""
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr ""
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr "Operator"
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "Znacenje"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr ""
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr "jednako"
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr ""
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr ""
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr "nije jednako"
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr ""
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr "veće od"
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr ""
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr "manje od"
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr ""
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr "veće ili jednako"
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr ""
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr "manje ili jednako"
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr ""
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr ""
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr "SQL naredba"
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "Znacenje"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr ""
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr "ili"
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr ""
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr ""
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr ""
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr ""
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr ""
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr ""
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr ""
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr ""
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr ""
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr ""
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr ""
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr ""
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr ""
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr ""
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr ""
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr ""
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr ""
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr ""
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr ""
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr ""
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr ""
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr ""
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr ""
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr ""
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr ""
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr ""
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "Primjeri"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr ""
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr ""
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr ""
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr ""
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr ""
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr ""
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr ""
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr ""
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr ""
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr ""
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr ""
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr ""
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr ""
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr ""
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr ""
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr ""
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr ""
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr ""
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr ""
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr ""
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "Datum"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr "Vrijeme"
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr ""
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr ""
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr ""
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr ""
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr ""
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr ""
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr "Stanje"
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr ""
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "primjer:"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "Da"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr ""
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr ""
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "Ne"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr ""
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr ""
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr ""
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr ""
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr ""
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr ""
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr ""
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr ""
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr ""
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr ""
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr ""
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr "Unos parametra"
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr ""
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr ""
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr ""
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr ""
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr ""
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr ""
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr ""
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr ""
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr ""
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5488,14 +3274,14 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr ""
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "Za pokretanje SQL upita za filtriranje podataka u bazu podataka, koristite <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgstr ""
#. Ck9G4
#: 11080000.xhp
diff --git a/source/bs/helpcontent2/source/text/shared/guide.po b/source/bs/helpcontent2/source/text/shared/guide.po
index c0a834ec830..ebd45765e65 100644
--- a/source/bs/helpcontent2/source/text/shared/guide.po
+++ b/source/bs/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6523,13 +6523,13 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr ""
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 2ArGc
@@ -7081,13 +7081,13 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr ""
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
msgstr ""
#. xGFGr
@@ -7747,13 +7747,13 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr ""
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
msgstr ""
#. cEDEo
@@ -8107,13 +8107,13 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr ""
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
msgstr ""
#. bTx8G
@@ -21058,13 +21058,13 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr ""
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
msgstr ""
#. jVeUw
diff --git a/source/bs/helpcontent2/source/text/shared/optionen.po b/source/bs/helpcontent2/source/text/shared/optionen.po
index e49e69835d0..f76bacc2b04 100644
--- a/source/bs/helpcontent2/source/text/shared/optionen.po
+++ b/source/bs/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -61,13 +61,13 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr ""
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
msgstr ""
#. uYcBu
@@ -79,13 +79,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr ""
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
msgstr ""
#. WS53M
@@ -5245,42 +5245,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr ""
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr ""
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr ""
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7522,6 +7486,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr ""
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16747,40 +16873,40 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr ""
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
+msgid "OpenCL"
msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
-msgstr "<link href=\"text/shared/optionen/01020300.xhp\">E-mail</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
msgstr ""
#. ddvkj
diff --git a/source/bs/helpcontent2/source/text/simpress.po b/source/bs/helpcontent2/source/text/simpress.po
index 072173ae56c..b44ce0c01f3 100644
--- a/source/bs/helpcontent2/source/text/simpress.po
+++ b/source/bs/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2017-10-04 10:24+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -601,15 +601,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr ""
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Sjenka</link>"
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1105,15 +1096,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr ""
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interakcija</link>"
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/swriter/01.po b/source/bs/helpcontent2/source/text/swriter/01.po
index 43789bd9fe9..99df07cdc17 100644
--- a/source/bs/helpcontent2/source/text/swriter/01.po
+++ b/source/bs/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 20:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22777,13 +22777,13 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr "<link href=\"text/swriter/01/05060100.xhp\" name=\"Type\">Vrsta</link>"
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
msgstr ""
#. Ddr5r
diff --git a/source/bs/sfx2/messages.po b/source/bs/sfx2/messages.po
index d776d5d8592..a15f46f0226 100644
--- a/source/bs/sfx2/messages.po
+++ b/source/bs/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -917,8 +917,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "Nije pronađen grafički filter"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -929,44 +935,44 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Neispravna lozinka"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Minimalno $(MINLEN) znakova)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(Šifra ne može biti prazna)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
#, fuzzy
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "Nisam mogao izvršiti akciju. Programski modul %PRODUCTNAME, potreban za ovu operaciju, trenutno nije instaliran."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -976,7 +982,7 @@ msgstr ""
"Želite li sada da to uradite?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -986,216 +992,216 @@ msgstr ""
"Informacije o narudžbinama možete pronaći na našoj početnoj stranici."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Dobrodošli u %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Trenutna verzija"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Izvezi"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Ubaci"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~Ubaci"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Sačuvaj kopiju"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
#, fuzzy
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Uporedi #"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME dokument"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " G: %1 M: %2 D: %3 S: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
#, fuzzy
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
@@ -1206,31 +1212,31 @@ msgstr ""
"Vrijednost će biti smještena kao tekst."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Stil već postoji. Prepisati?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Poništi"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Ovo ime je već u upotrebi."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Ovaj stil ne postoji."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
#, fuzzy
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
@@ -1241,7 +1247,7 @@ msgstr ""
"jer bi rezultovao rekurzivnom referencom."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1251,7 +1257,7 @@ msgstr ""
"Molim odaberite drugo ime."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1260,73 +1266,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Stilovi u upotrebi: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Navigator"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Pogrešna potvrda lozinke"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Pošalji"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Font"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Viditi komentar verzije"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Hijerarhijski"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "Da li stvarno želite otkazati snimanje? Bilo koji korak zabilježen do sada će biti izgubljen."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Prekini snimanje"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "Šabloni se inicijaliziraju za prvu upotrebu."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1336,7 +1342,7 @@ msgstr ""
"Odaberite štampač i pokušajte ponovo."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1346,19 +1352,19 @@ msgstr ""
" Molim provjerite postavke štampača."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Štampač zauzet"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (samo za čitanje)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1370,7 +1376,7 @@ msgstr ""
"u aktivni dokument?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1382,7 +1388,7 @@ msgstr ""
"u aktivni dokument?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1394,7 +1400,7 @@ msgstr ""
"u aktivni dokument?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
#, fuzzy
msgctxt "STR_CANT_CLOSE"
msgid ""
@@ -1405,7 +1411,7 @@ msgstr ""
" što je štampanje u toku."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1414,7 +1420,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1423,20 +1429,20 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
#, fuzzy
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "Ovaj dokument se ne može mijenjati, vjerovatno zbog nedostajućih prava pristupa. Želite li izmijeniti kopiju ovog dokumenta?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1444,479 +1450,479 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (popravljen dokument)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
#, fuzzy
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "Dokument nije izdvojen na serveru"
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr ""
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
#, fuzzy
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Kontrole izvještaja"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
#, fuzzy
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Odjava"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Izmijeni dokument"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
#, fuzzy
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Potpiši dokument..."
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Spajanje"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Odvajanje"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Više opcija"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Zatvori skup bočnih traka"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Podešavanja"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Vratiti uobičajeno"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
#, fuzzy
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Ukloni"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/bs/svx/messages.po b/source/bs/svx/messages.po
index d855752cc38..4f02dea2c67 100644
--- a/source/bs/svx/messages.po
+++ b/source/bs/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5353,290 +5353,322 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Kvadrat 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Dvostruka strelica"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Krug"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Kvadrat"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Strelica"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "Nepopunjen trougao"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "Nepopunjen dijamant"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Dijamant"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Nepopunjen krug"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Nepopunjen kvadrat 45"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "Nepopunjen kvadrat"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Providnost"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "Zeleni naglasak"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "Plavi naglasak"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "Narandžasti naglasak"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Purpurna"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "Purpurna naglasak"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "Žuti naglasak"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Galerija tema"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Uspješno vraćen"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "Izvorni dokument vraćen"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Popravka nije uspjela"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "Popravka u toku"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Još nije vraćen"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION počinje sa vraćanjem vaših dokumenata. Ovisno o veličini dokumenta ovo može potrajati."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
@@ -5645,518 +5677,518 @@ msgstr ""
"Kliknite 'Završi' da vidite vaše dokumente."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~Završi"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
#, fuzzy
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Zadnja vlastita Vrijednosti"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Izvoz slike"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Ubaci objekat (objekte)"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "Rotiraj 3D predmet"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Napravi izbočeni predmet"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Napravi rotirajući predmet"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Podijeli 3D predmet"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Sve]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Filter slike"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Nova tema"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3D efekti"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Animacije"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Tačke"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Ured"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Zastavice"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Simboli dijagrama"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Emocije"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Slike"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Pozadine"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Web strana"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Uzajamno djelovanje"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Karte"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Ljudi"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Površine"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Računari"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Dijagrami"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Okolina"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Finansije"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Transport"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Oblici teksta"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Zvukovi"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Simboli"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "Moja tema"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Strelice"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Baloni"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Tastatura"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Vrijeme"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Prezentacija"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Kalendar"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Navigacija"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Komunikacija"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Finansije"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Računari"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Klima"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Škola & univerzitet"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Rješavanje problema"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Ekranska zrnca"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Štampam označeni dio"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "Da li želite štampati označeni dio ili cijeli dokument?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~Sve"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~Izbor"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Izvlačenje sjeverozapad"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Izvlačenje sjever"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Izvlačenje sjeveroistok"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Izvlačenje zapad"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Pozadinsko izvlačenje"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Izvlačenje istok"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Izvlačenje jugozapad"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Izvlačenje jug"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Izvlačenje jugoistok"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 cm"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 cm"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 cm"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 cm"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~cm"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 inča"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.~5 inča"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 inč"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 inča"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 inča"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
#, fuzzy
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Bez punjenja"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
#, fuzzy
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "Prozirnost"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Uobičajeno"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Rubovi"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Stil okvira"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
#, fuzzy
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "Nume~risanje redova..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
#, fuzzy
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "Od autora"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Stranice"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Očisti formatiranje"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
#, fuzzy
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
@@ -6164,394 +6196,394 @@ msgstr "Više opcija"
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Ime fonta"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "Ime fonta. Trenutni font nije dostupan i biće zamijenjen."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "prilagođeno"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Uobličavanje"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Primijeni uobličavanje uklj/isklj"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Nagni dolje"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Nagni gore"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Nagni lijevo"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Nagni desno"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Promijeni dubinu uobličavanja"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Promijeni orijentaciju"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Promijeni vrstu projekcije"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Promijeni osvjetljenje"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Promijeni osvijetljenost"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Promijeni površinu uobličenja"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Promijeni boju uobličenja"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Omiljeno"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Primijeni oblik Fontwork-a"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Primijeni iste visine slova za Fontwork"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Primijeni poravnanje Fontwork-a"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Primijeni razmake između slova Fontwork-a"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "sa"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Stil"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "i"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Kontrola rubova"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Izbor tačke ugla."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Gore lijevo"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Gore sredina"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Gore desno"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Lijevo sredina"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Sredina"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Desno sredina"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Dolje lijevo"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Dolje sredina"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Dolje desno"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Kontrola konture"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Ovdje možete izmijeniti konturu."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Izbor posebnog znaka"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "U ovom području izaberite posebne znakove."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Znakovni kod "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Polje '#' zahtijeva unos. Unesite vrijednost."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formulari"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Kontrola nije izabrana"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Osobine: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Osobine formulara"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Navigator formulara"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formular"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formular"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Skrivena kontrola"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Kontrola"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Zapis"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "od"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Dodaj polje:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Greška pri pisanju podataka u bazu podataka"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Greška u sintaksi izraza upita"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Namjeravate da izbrišete 1 zapis."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# zapisa će biti izbrisano."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6561,331 +6593,331 @@ msgstr ""
"Želite li nastaviti?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Navigacijska traka"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Kol"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Pravilno postavi '#'"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Stavi u kontejner"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Obriši #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Obriši # predmete"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Zamijeni elemenat kontejnera"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Zamijeni kontrolu"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Dugme"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Radio dugme"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Opcija"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Labela"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Okvir grupe"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Polje sa tekstom"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Formatirano polje"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Padajuća lista"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Padajuća lista"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Dugme sa slikom"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Kontrola slike"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Izbor datoteke"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Polje za datum"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Polje za vrijeme"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Brojčano polje"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Polje za valutu"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Polje sa uzorkom"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Kontrola tabele "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Klizač"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Obrtno dugme"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Navigacijska traka"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Višenamjenski izbor"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "Ne postoji podatkovna kontrola u trenutnom formularu!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Datum)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Vrijeme)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Navigator filtera"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Filter za"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Ili"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "Ispravne kontrole granica koje se mogu koristiti za pregledanje tabela ne postoje u trenutnom formularu."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AutomatskoPolje>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Sintaksna greška u SQL izrazu"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Vrijednost #1 se ne može koristiti sa LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE se ne može koristiti sa ovim poljem."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Unesena vrijednost nije ispravan datum. Unesite datum u ispravnom formatu, npr. DD/MM/GG."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Polje se ne može porediti sa cijelim brojem."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Baza ne sadrži tabelu s imenom \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Baza ne sadrži nit tabelu nit upit sa imenom \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Baza već sadrži tabelu ili prikaz sa imenom \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Baza već sadrži upit sa imenom \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Kolona \"#1\" je nepoznata u tabeli \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Polje se ne može porediti sa decimalnim brojem."
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Uneseni kriterij se ne može porediti sa ovim poljem."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Navigator podacima"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (samo-čitanje)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Dokument već postoji. Prepisati preko?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# labela"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -6896,7 +6928,7 @@ msgstr ""
"Da li zaista želite obrisati ovaj model?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -6907,7 +6939,7 @@ msgstr ""
"Da li stvarno želite obrisati ovu instancu?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
@@ -6918,13 +6950,13 @@ msgstr ""
"Da li zbilja želite obrisati element?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Da li stvarno želite obrisati atribut '$ATTRIBUTENAME'?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -6937,7 +6969,7 @@ msgstr ""
"Da li želite obrisati ovu prijavi?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -6950,1009 +6982,1009 @@ msgstr ""
"Da li zaista želite obrisati ovo povezivanje?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Ime '%1' nije ispravan XML. Molim izaberite neko drugo ime."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Prefiks '%1' nije ispravan XML. Molim izaberite neki drugi prefiks."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Ime '%1' već postoji. Molim unesite neko drugo ime."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Prijava mora imati ime."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "GET"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
#, fuzzy
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Nijedna"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "~Instance"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Dokument"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Veza: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Referenca: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Akcija: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Metod: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Zamijeni: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Dodaj element"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Izmijeni element"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Obriši element"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Dodaj atribut"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Izmijeni atribut"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Obriši atribut"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Dodaj vezu"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Izmijeni vezu"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Obriši vezu"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Dodaj prijavu"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Izmijeni prijavu"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Obriši prijavu"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Elementi"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Atributi"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Veze"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Značenje izraza"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Da li ste sigurni da želite otkazati %PRODUCTNAME popravku dokumenta?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Lijevo"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Desno"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Sredina"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Decimalno"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Prepiši"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Digitalni potpis: Potpis dokumenta je u redu."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Digitalni potpis: Potpis dokumenta je u redu, ali certifikat nije mogao biti provjeren."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Digitalni potpis: dokument nije potpisan."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Digitalni potpis: Potpis dokumenta i certifikat su u redu, ali neki dijelovi dokumenta nisu potpisani."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Dokument je izmijenjen. Dvokliknite da ga snimite."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "Dokument je izmijenjen od posljednjeg snimanja."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Učitavam dokument..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Uvećaj"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Umanji"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50,00%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100,00%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200,00%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Cijela stranica"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Širina stranice"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Optimalan pogled"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Uključi stilove"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Stilovi odlomka"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Stilovi ćelija"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Traženi pojam nije nađen"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Paleta boja"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Neispravna lozinka"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Lozinke se ne poklapaju"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Solidni mali kružni metak"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Solidni veliki kružni metak"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Solidni dijamantski metak"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Velike popunjene kockaste tačke"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Popunjena strelica koja pokazuje desno"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Strelica koja pokazuje desno"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Broj (1) (2) (3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Broj 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Broj (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Rimski broj velikim slovima I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Veliko slovo A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Malo slovo a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Malo slovo (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Rimski broj malim slovima i. ii. i."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Broj, broj, mala slova, popunjeni mali kružić"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Broj, mala slova, popunjeni mali kružić"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Broj, mala slova, mali rimski brojevi, velika slova, popunjeni mali kružić"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Brojčano"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Veliki rimski brojevi, velika slova, mali rimski brojevi, mala slova, popunjeni mali kružić"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Velika slova, veliki rimski brojevi, mala slova, mali rimski brojevi, popunjeni mali kružić"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Brojevi na svim pod-nivoima"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Tačka koja pokazuje desno, strelica koja pokazuje desno, popunjeni dijamant, popunjeni mali kružić"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Datoteku nije moguće napraviti."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Stilovi dizajna tabela"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Akcije za poništiti: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Akcije za poništiti: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Akcije za vratiti: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Akcije za vratiti: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Nađi"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Velika i mala slova"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) kiB"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
#, fuzzy
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Nepoznat"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Prebaci"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Režim slike"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Crvena"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Zelena"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Plava"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Osvijetljenost"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Kontrast"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gama"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Providnost"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Izreži"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Uobičajena orijentacija"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Od vrha prema dnu"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Od dolje prema gore"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Nakupljeno"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Lijeva margina: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Gornja margina: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Desna margina: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Donja margina: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Opis stranice: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Velika slova"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Mala slova"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Velika slova rimski"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Mala slova rimski"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arapski"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Ništa"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Pejzažno"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Portretno"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Lijevo"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Desno"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Sve"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "U ogledalu"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Datum: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Tekst: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Pozadina slova"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Paleta boja"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7960,1932 +7992,1932 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Latinica osnovni"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latinica-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Latinica proširenje-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Latinica proširenje-B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA proširenja"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Slova za modifikaciju proreda"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Kombinovani dijakritički znakovi"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Grčki osnovni"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Grčki simboli i Koptski"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Ćirilica"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armenski"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Hebrejski osnovni"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebrejski prošireni"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Arapski osnovni"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arapski prošireni"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengalski"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gudžarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamilski"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kanada"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malajamanski"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Tajlandski"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Laoski"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Gruzijski osnovni"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Gruzijski prošireni"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Latinica prošireni dodaci"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Grčki prošireni"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Opšta punktuacija"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Eksponenti i indeksi"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Simboli valuta"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Kombinovani dijakritički znakovi"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Simboli slični slovima"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Oblici brojeva"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Strelice"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Matematičke operacije"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Razni tehnički"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Kontrolne slike"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Optičko prepoznavanje znakova (OCR)"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Uključeni alfa-numerici"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Crtanje okvira"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Blokovski elementi"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Geometrijski oblici"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Razni simboli"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Grafički simboli"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK (Kina-Japan-Koreja) simboli i punktuacija"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangul kompatibilnost Jamo"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK (Kina-Japan-Koreja) razno"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Uključena CJK (Kina-Japan-Koreja) slova i mjeseci"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK (Kina-Japan-Koreja) kompatibilnost"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK (Kina-Japan-Koreja) unificirani ideogrami"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK prošireni unificirani ideogrami A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Područje privatne upotrebe"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK (Kina-Japan-Koreja) kompatibilni ideogrami"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Abecedni prezentacijski oblici"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Arapski prezentacijski oblici-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Kombinovane polovične oznake"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK (Kina-Japan-Koreja) kompatibilne forme"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Varijante manjih formi"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Arapske prezentacione forme-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Forme polovične i pune širine"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Posebno"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Ji slogovi"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "ji radikali"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Stari Italika"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gotička"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Bizantijski muzički simboli"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Muzički simboli"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Matematički alfanumerički simboli"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK sjedinjeni ideografi proširenje B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Proširenje C CJK ujedinjenih ideograma"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK ujedinjeni ideografi proširenje D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "CJK saglasnosni ideografi dopunski"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Oznake"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Ćirilični dodatak"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Izbori varijacija"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Dodatno privatno korišteno područje-A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Dodatno privatno korišteno područje-B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "taj‑li"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Kmerski simboli"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Fonetske ekstenzije"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Razni simboli i strijele"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "jiđing heksagram simboli"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Linearni B slog"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Linearni B ideogrami"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "egejski brojevi"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugarski"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Šavijan"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanski"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhala"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetski"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Burma"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Kmerski"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Rune"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Sirijska"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etiopski"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokee"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Canadan-ski aboridžinski suglasnici"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolski"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Razni matematički simboli-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Dodatne strelice-A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Brajevi simboli"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Dodatne strelice-B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Razni matematički simboli-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK radikali dodaci"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Kanđi radikali"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Ideografski opisni znakovi"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo prošireni"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Katakana fonetski"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "CJK Potezi"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Kiparski slogovi"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Tai Xuan Jing simboli"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Dodaci odabira varijacija"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Drevna grčka muzička notacija"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Starogrčki brojevi"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Arapski dodatak"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Bugijski"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Kombinuje dodatke za dijakritičke znake"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Koptski"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Etiopski, prosireni"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Etiopski dopunjeno"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Gruzijski dopunjeno"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagoljica"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Karošti"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Modifikatori tona"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Novi Tai Le"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Stari persijski"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Fonetska prosirenja dopuna"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Dodatna interpunkcija"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinag"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Vertikalne forme"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balineze"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Latinički prošireni‑C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Latinički prošireni‑D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Feničanski"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Klinasto pismo"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Brojevi i interpunkcije klinastog pisma"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Brojanje štapićima"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sudanski"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepča"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Čiki"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Ćirilično proširenje-A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Ćirilični proširenje-B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kaja Li"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Ređang"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Čam"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Drevni simboli"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Faistos disk"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lukijski"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Šavijan"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Libijski"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Mahdžong pločice"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Domino pločice"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samarićanski"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Kanadski Aboriginalni Syllabics produžen"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai tham"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Vedski prošireni"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Zajednički Indijski Oblici Brojeva"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari Prošireno"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Džamo proširenje-A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javanski"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Mjanmarski prošireni-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Taj Viet"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Mitej majek"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Džamo proširenje-B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Carski Aramejski"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Stari Južnoarabijski"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestanski"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Pisani Parćanski"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Inskripcijski Pahlavi"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Stari Turski"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Rumi Brojni Simboli"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaiti"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Egipatski hijeroglifi"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Zatvoreni Alfanumerički Dodatak"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Zatvoreni Ideogramski Dodatak"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandejski"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batak"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Etiopski Proširena-A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brajevo pismo"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Bamum dodatak"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Kana dodatak"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Igraće karte"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Razni simboli i piktogrami"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Emotikoni"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Saobraćajni i kartografski simboli"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Alhemijski simboli"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Arapski prošireni-A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Arapski matematski alfabetski simboli"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Čakma"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Mitej Majek proširenja"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Meriotski kurzivni"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Meriotski hijeroglifi"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Šarada"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Sundanski dodatni"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Kombinuje dodatke za dijakritičke znake"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Latinica proširenje-A"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Linearno"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Način rada"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Mjanmarski prošireni-A"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Stari Južnoarabijski"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Dodatne strelice-A"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK prošireni unificirani ideogrami A"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Ćirilično proširenje-A"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Gruzijski dopunjeno"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Novo"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Primjena"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK prošireni unificirani ideogrami A"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Mjanmarski prošireni-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Ćirilični dodatak"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10690,6 +10722,7 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Dijagonalna linija ruba od lijevo dolje prema desno gore"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10697,7 +10730,7 @@ msgid "None"
msgstr "Nijedna"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10705,14 +10738,14 @@ msgid "Bullet"
msgstr "Tačke"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Ilustracije"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10720,7 +10753,7 @@ msgid "Linked graphics"
msgstr "Povezane slike"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10728,7 +10761,7 @@ msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10736,7 +10769,7 @@ msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10744,7 +10777,7 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10752,7 +10785,7 @@ msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10760,28 +10793,28 @@ msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10789,7 +10822,7 @@ msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10797,14 +10830,14 @@ msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10812,7 +10845,7 @@ msgid "Native Numbering"
msgstr "Obilježavanje prirodnim brojevima"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10820,7 +10853,7 @@ msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (Bugarski)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10828,7 +10861,7 @@ msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (Bugarski)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10836,7 +10869,7 @@ msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (Bugarski)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10844,7 +10877,7 @@ msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (Bugarski)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10852,7 +10885,7 @@ msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (Ruski)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10860,7 +10893,7 @@ msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (Ruski)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10868,7 +10901,7 @@ msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (Ruski)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10876,7 +10909,7 @@ msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (Ruski)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10884,7 +10917,7 @@ msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (Srpski)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10892,7 +10925,7 @@ msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (Srpski)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10900,7 +10933,7 @@ msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (Srpski)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10908,7 +10941,7 @@ msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (Srpski)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10916,7 +10949,7 @@ msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (Grčko veliko slovo)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10924,35 +10957,35 @@ msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (Grčko malo slovo)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16473,7 +16506,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/bs/sw/messages.po b/source/bs/sw/messages.po
index 6ef4673bbe9..46e4fe1db34 100644
--- a/source/bs/sw/messages.po
+++ b/source/bs/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -610,7 +610,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Numerisani odlomci"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -618,1301 +618,1337 @@ msgstr "Numerisani odlomci"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -11248,136 +11284,136 @@ msgid "Width:"
msgstr "Širina"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
#, fuzzy
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Prored"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Širina i prored"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "_Stil"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
#, fuzzy
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_Širina"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
#, fuzzy
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "_Visina"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "_Pozicija"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Vrh"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Centrirano"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Dno"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_Boja:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
#, fuzzy
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Linija za odvajanje"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
#, fuzzy
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "_Kolone:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "_Ravnomjerno rasporedi sadržaj svim kolonama"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Označena oblast"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Trenutni odjeljak"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Izabrana sekcija"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Okvir"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Stil stranice: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
#, fuzzy
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "_Primijeni na"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
#, fuzzy
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "Smijer_teksta"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Podešavanja"
@@ -13127,68 +13163,68 @@ msgid "Space to text"
msgstr "Razmak do teksta"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
#, fuzzy
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Područje fusnote"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_Pozicija"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "_Stil"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "_Debljina"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_Boja"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_Dužina"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "_Razmak za sadržaj fusnote"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Lijevo"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Centrirano"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Desno"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
#, fuzzy
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
@@ -19638,7 +19674,7 @@ msgid "_More Options"
msgstr "Više opcija"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Više opcija"
@@ -21904,49 +21940,49 @@ msgid "Remaining space:"
msgstr "Preostali prostor "
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Kolona %1 Širina"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Kolona %1 Širina"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Kolona %1 Širina"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Kolona %1 Širina"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Kolona %1 Širina"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Kolona %1 Širina"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Širina kolone"
diff --git a/source/ca-valencia/chart2/messages.po b/source/ca-valencia/chart2/messages.po
index de717c23f12..de3e8fee559 100644
--- a/source/ca-valencia/chart2/messages.po
+++ b/source/ca-valencia/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-23 22:48+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/ca_VALENCIA/>\n"
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Orientació del text"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "Esque_ma"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Simple"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Realista"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Personalitzat"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "Esque_ma"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_Ombrejat"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "Vores de l'_objecte"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "Vores a_rredonides"
diff --git a/source/ca-valencia/cui/messages.po b/source/ca-valencia/cui/messages.po
index b1c5ec41b34..ff59f219bce 100644
--- a/source/ca-valencia/cui/messages.po
+++ b/source/ca-valencia/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-18 23:40+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/ca_VALENCIA/>\n"
@@ -4341,45 +4341,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "Només _text"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/ca-valencia/dbaccess/messages.po b/source/ca-valencia/dbaccess/messages.po
index f69d8d36370..dec9e558ea0 100644
--- a/source/ca-valencia/dbaccess/messages.po
+++ b/source/ca-valencia/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-23 22:48+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ca_VALENCIA/>\n"
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Tasques"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Descripció"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Previsualització"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"Voleu tancar tots els documents ara?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "N~om del formulari"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Nom de l'info~rme"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "N~om de la carpeta"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "El document conté formularis o informes amb macros incrustades."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"Tingueu en compte que no podreu incrustar macros en el document de base de dades fins que no feu esta migració. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Base de dades incrustada"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "No podeu seleccionar categories diferents."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "S'ha trobat un tipus d'objecte no admés ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Propietats avançades"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Paràmetres addicionals"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Paràmetres de la connexió"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Nom de la ~taula"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "Nom de la ~consulta"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Canvia el nom a"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Insereix com a"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Voleu suprimir les dades seleccionades?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "S'ha produït un error en definir els criteris d'ordenació"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "S'ha produït un error en definir els criteris de filtre"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "S'ha perdut la connexió"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Consultes"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Taules"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Confirmeu la supressió"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Voleu suprimir la taula '%1'?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "S'ha perdut la connexió amb la base de dades. Voleu reconnectar-vos-hi?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "S'han trobat avisos"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "La connexió amb la base de dades ha generat avisos en recuperar les taules."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "S'està connectant a \"$name$\"..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "S'està carregant la consulta $name$..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "S'està carregant la taula $name$..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "No s'ha pogut trobar cap format de taula."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "No s'ha pogut establir la connexió a la font de dades \"$name$\"."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Desconegut;Text;Nombre;Data/Hora;Data;Hora;Sí/No;Moneda;Memo;Comptador;Imatge;Text (fix);Decimal;Binari (fix);Binari;BigInt;Doble;Flotant;Real;Enter;Enter xicotet;Enter minúscul;SQL Nul;Objecte;Diferent;Estructura;Camp;BLOB;CLOB;REF;ALTRES;Bit (fix)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Insereix/suprimeix la clau primària"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Sí"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "No"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<cap>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Nom del camp"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Tipus del camp"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Descripció"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Descripció de la columna"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Propietats del camp"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Modifica la cel·la"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Suprimeix la fila"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Modifica el tipus del camp"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Insereix una fila"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Insereix una fila nova"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "Valor per ~defecte"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"Si el camp no ha de tindre un valor per defecte, seleccioneu la cadena buida."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"Quan introduïu dades en els registres nous de la taula, s'utilitzarà aquesta cadena per al camp seleccionat. Per tant, s'ha de correspondre amb el format de cel·la que s'ha d'introduir ací davall."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Introduïu la longitud màxima de text permesa."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Introduïu el format numèric."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"El valor es corregirà quan supere el màxim permés per a aquesta base de dades."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Indiqueu el nombre de llocs decimals permesos en aquest camp."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Ací podeu veure com es visualitzarien les dades en el format actual (utilitzeu el botó de la dreta per a modificar el format)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Ací podeu determinar el format d'eixida de les dades."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"No podeu introduir dades en aquest tipus de camps. S'assignarà un valor intrínsec a cada registre nou de manera automàtica (aquest valor provindrà de l'increment del registre anterior)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "No es pot guardar la taula perquè el nom de la columna \"$column$\" s'ha assignat dues vegades."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "La columna \"$column$\" pertany a la clau primària. Si se suprimeix la columna, la clau primària també se suprimirà. Esteu segur que voleu continuar?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "La clau primària s'ha modificat"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Columna"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "Voleu continuar igualment?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "No s'ha pogut guardar la taula per problemes de connexió."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "El filtre de la taula no s'ha pogut guardar perquè la font de dades s'ha suprimit anteriorment."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"Voleu guardar els canvis ara?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Sense clau primària"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"Voleu crear una clau primària ara?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "No s'ha pogut modificar la columna «$column$». Voleu suprimir-la i aplicar el format nou?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "S'ha produït un error mentre es guardava el disseny de la taula"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "La columna $column$ no s'ha pogut suprimir."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"Aquesta expressió es transferirà a la base de dades quan es cree la taula."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"El mode de disseny de la taula no està disponible per a aquest origen de dades."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "canvia el nom del camp"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "canvia el tipus de camp"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "canvia la descripció del camp"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "canvia l'atribut del camp"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "Cal una contrasenya per a connectar amb la font de dades \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"no existeix. Voleu crear-lo?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "No s'ha pogut crear el directori $name$."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "El fitxer ja existeix. Voleu sobreescriure'l?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Carpeta"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Propietats de la base de dades"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Propietats de la font de dades: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "Trieu 'Connecta a una base de dades existent' per a connectar-vos a una base de dades que ja estiga en funcionament."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "No s'ha pogut carregar la biblioteca de programes #lib# o està corrompuda. La selecció de la font de dades ODBC no està disponible."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"Teniu permís per a canviar les opcions, però probablement no podreu connectar amb la base de dades."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Cap}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tabulació}\t9\t{Espai}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 s'ha d'especificar."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 i #2 han de ser diferents."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "No es permeten caràcters com ?,* en #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Prova de la connexió"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "S'ha establit la connexió correctament."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "No s'ha pogut establir la connexió."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "El controlador JDBC s'ha carregat correctament."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "No s'ha pogut carregar el controlador JDBC."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "Fitxer MS Access"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "Fitxer MS Access 2007"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Base de dades del Firebird"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Sistema"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "S'ha produït un error durant el procés de creació"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "S'ha produït un error. L'operació no s'ha pogut realitzar."
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "No s'ha pogut obrir el document \"$file$\"."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "No es pot suprimir la taula perquè la connexió de la base de dades no ho permet."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~Tot"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Desfés:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Refés:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "No s'ha trobat un tipus de columna que corresponga amb la columna '#1'."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "El fitxer \"$file$\" no existeix."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "S'han trobat advertències mentre es connectava a la font de base de dades. Feu clic a «$buttontext$» per a veure-les."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "L'informe «$file$» requereix la funcionalitat Constructor d'informes."
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "No es pot establir una connexió amb el gestor del controlador SDBC (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "Hi ha un controlador que no està registrat per a l'URL #connurl#."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "S'ha pogut establir la connexió, però la informació sobre les taules de la base de dades no està disponible."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Totes les taules"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Totes les visualitzacions"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Totes les taules i les visualitzacions"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Nom de la taula"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Insereix les dades"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Suprimeix les dades"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Modifica les dades"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Modifica l'estructura"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Llig les dades"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Modifica les referències"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Suprimeix l'estructura"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Camí als fitxers dBASE"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Camí als fitxers de text"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Camí als documents de full de càlcul"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Nom de la font de dades ODBC al sistema"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "Camí al document de Writer"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Nom de la base de dades MySQL"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Nom de la base de dades Oracle"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Fitxer de base de dades Microsoft Access"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "No calen més paràmetres. Per a verificar que la connexió funciona, feu clic al botó '%test'."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "URL d'origen de les dades (p. ex. host=$host:$port dbname=$database)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "Nom de l'~amfitrió"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Nom del perfil del ~Mozilla"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Nom del perfil del ~Thunderbird"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Afig taules"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Afig una taula o una consulta"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Aplica les columnes"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Formatació de tipus"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"El nom següent ja és en ús:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Assigna les columnes"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Arrere"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~Següent>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "C~rea"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Copia la taula"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Copia la taula"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "Aquest nom de taula no és vàlid a la base de dades actual."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Seleccioneu l'opció 'Afig dades' de la primera pàgina per a afegir dades a una taula existent."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Canvieu el nom de la taula. És massa llarg."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Auxiliar de bases de dades"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Seleccioneu la base de dades"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Configura la connexió dBASE"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Configura una connexió amb fitxers de text"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Configura una connexió de Microsoft Access"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Estableix una connexió LDAP"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Estableix una connexió ADO"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Estableix una connexió JDBC"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Estableix una connexió de base de dades Oracle"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Estableix una connexió MySQL"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Estableix una connexió ODBC"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Configura una connexió a un document de Writter o un full de càlcul de Calc"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Estableix l'autenticació de l'usuari"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Estableix les dades del servidor MySQL"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Guarda i continua"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Base de dades nova"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Estableix una connexió a MySQL utilitzant JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"Poseu-vos en contacte amb l'administrador de sistemes si no esteu segur dels paràmetres següents."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "Classe de cont~rolador MySQL JDBC:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Per defecte: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Estableix una connexió a fitxers dBASE"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Selecciona la carpeta on estan emmagatzemats els fitxers dBASE."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Configura una connexió amb fitxers de text"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Seleccioneu la carpeta on hi ha els fitxers de text CSV (valors separats per comes). El %PRODUCTNAME Base obrirà aquests fitxers només en mode de lectura."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Camí als fitxers de text"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Estableix una connexió a una base de dades Microsoft Access"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Seleccioneu el fitxer de Microsoft Access al qual voleu accedir."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Estableix una connexió a una base de dades ADO"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"Poseu-vos en contacte amb l'administrador de sistemes si teniu dubtes sobre els paràmetres següents."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Estableix una connexió a una base de dades ODBC"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"Poseu-vos en contacte amb l'administrador de sistemes si teniu dubtes sobre els paràmetres següents."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Estableix una connexió a una base de dades JDBC"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"Poseu-vos en contacte amb l'administrador de sistemes si teniu dubtes sobre els paràmetres següents."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Estableix una connexió a una base de dades Oracle"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Per defecte: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Classe ~de controlador Oracle JDBC"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"Poseu-vos en contacte amb l'administrador de sistemes si teniu dubtes sobre els paràmetres següents."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Estableix una connexió als fulls de càlcul"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"El %PRODUCTNAME obrirà aquest fitxer en mode només de lectura."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~Ubicació i nom del fitxer"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "S'ha executat l'ordre correctament."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "S'ha perdut la connexió amb la base de dades. Aquest quadre de diàleg es tancarà."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Ordenació"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Camp de l'índex"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Ascendent"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Descendent"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Esteu segur que voleu suprimir l'índex '$name$'?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "índex"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "L'índex ha de contindre un camp com a mínim."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Ja hi ha un altre índex anomenat \"$name$\"."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "En una definició d'índex, cap columna de la taula no pot estar repetida. Tanmateix, heu introduït la columna \"$name$\" dues vegades."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "No s'ha pogut convertir l'entrada en un valor vàlid per al paràmetre «$name$»"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "Estat de l'SQL"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Codi d'error"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "Una causa freqüent d'este error és una selecció inapropiada del joc de caràcters per a la llengua de la vostra base de dades. Verifiqueu l'opció seleccionant Edita ▸ Base de dades ▸ Propietats."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Error"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Avís"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Informació"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Detalls"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Esteu segur que voleu suprimir aquest usuari?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "La base de dades no permet que l'usuari l'administre."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Les contrasenyes són diferents, torneu-les a escriure."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Tingueu en compte que pot ser que algunes bases de dades no admeten aquest tipus d'unió."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Inclou només els registres per als quals el contingut dels camps afins de les dues taules és idèntic."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Conté TOTS els registres de la taula '%1' i només aquells registres de la taula '%2' els valors dels quals coincideixen en els camps afins."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Conté TOTS els registres de '%1' i de '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Conté el producte cartesià de TOTS els registres de «%1» i de «%2»."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "La base de dades de destinació no permet l'ús de visualitzacions."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "La base de dades de destinació no permet l'ús de claus primàries."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "No s'ha trobat cap descriptor d'accés a dades o no hi ha cap descriptor d'accés a dades capaç de proporcionar tota la informació necessària."
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Només es permet l'ús de taules i consultes, de moment."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "El conjunt de resultats de l'origen de la còpia ha de permetre l'ús de marcadors."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "S'ha trobat un tipus de columna d'origen no permés ($type$) a la posició de columna $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "El nombre de paràmetres d'inicialització no és vàlid."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "S'ha produït un error durant la inicialització."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "El descriptor d'origen de la còpia conté un paràmetre no admés: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "Per a copiar una consulta, cal que la connexió puga proporcionar consultes."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "El gestor d'interacció indicat no és vàlid."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Aquesta relació ja existeix. Voleu editar-la o voleu crear-ne una de nova?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Edita..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Crea..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: Disseny de la relació"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "La base de dades no permet les relacions."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Quan s'elimine aquesta taula també se suprimiran les relacions associades. Voleu continuar?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4536,7 +4530,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "Marqueu les taules que han de ser visibles per a les aplicacions."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Taules i filtre de taula"
@@ -4565,6 +4559,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "Addició d'una taula o una consulta"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/ca-valencia/desktop/messages.po b/source/ca-valencia/desktop/messages.po
index 70a23839c70..9c51805ae71 100644
--- a/source/ca-valencia/desktop/messages.po
+++ b/source/ca-valencia/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-23 22:47+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/ca_VALENCIA/>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Extensió"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "Component Biblioteca dinàmica UNO"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "Component Java UNO"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "Component Python UNO"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "Components UNO"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "Biblioteca de tipus RDB UNO"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "Biblioteca de tipus Java UNO"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "Biblioteca %MACROLANG"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Ajuda"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "L'extensió no es pot instal·lar pels motius següents:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "L'extensió no s'instal·larà perquè s'ha produït un error en els fitxers d'ajuda:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Afig extensions"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Suprimeix"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~Habilita"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Inhabilita"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Actualitzacions..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "S'està afegint %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "S'està suprimint %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "S'està habilitant %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "S'està inhabilitant %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Accepta la llicència per a %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "S'ha produït un error: es desconeix l'estat d'esta extensió"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Tanca"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Ix"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"L'actualització de les extensions compartides requereix privilegis d'administració. Poseu-vos en contacte amb el vostre administrador de sistemes per actualitzar les extensions compartides següents:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "L'extensió no es pot habilitar perquè les dependències del sistema següents no es satisfan:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "L'extensió està inhabilitada perquè encara no n'heu acceptat la llicència.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Mostra la llicència"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Feu clic a «Cancel·la» per a aturar la instal·lació."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "La instal·lació d'extensions està desactivada. Consulteu l'administrador del sistema per a més informació."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "La supressió d'extensions està desactivada. Consulteu l'administrador del sistema per a més informació."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a aturar l'eliminació de l'extensió."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a aturar l'eliminació de l'extensió."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a parar l'habilitació de l'extensió."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Feu clic a «Cancel·la» per a parar la inhabilitació de l'extensió."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "L'extensió «%Name» no funciona en este ordinador."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "S'estan instal·lant les extensions..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Instal·lació finalitzada"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Sense errors."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "S'ha produït un error en baixar l'extensió %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "El missatge d'error és: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "S'ha produït un error en instal·lar l'extensió %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "S'ha rebutjat l'acord de llicència de l'extensió %NAME. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "L'extensió no s'instal·larà."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Desconegut"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "L'extensió requereix com a mínim la versió de referència de l'OpenOffice.org %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "L'extensió no és compatible amb versions de referència superiors a l'OpenOffice.org %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "L'extensió requereix com a mínim la versió del %PRODUCTNAME %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr "L'extensió no admet versions del %PRODUCTNAME majors que %VERSION"
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a aturar la instal·lació."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a parar la instal·lació."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a parar la instal·lació."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a aturar la instal·lació."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a parar la instal·lació."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Feu clic a «Cancel·la» per a parar la instal·lació."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "No hi ha noves actualitzacions."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "No hi ha actualitzacions instal·lables. Per veure les actualitzacions ignorades o inactives, activeu la casella \"Mostra totes les actualitzacions\"."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "S'ha produït un error:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Error desconegut."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "No hi ha més detalls per a esta actualització."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "No es pot actualitzar l'extensió pels motius següents:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "La versió necessària del %PRODUCTNAME no coincideix:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "Teniu instal·lat el %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "Actualització basada en navegador"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Versió"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "S'ignorarà esta actualització.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "No es pot iniciar l'aplicació. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "No s'ha pogut trobar el directori de configuració \"$1\"."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "El camí d'instal·lació no és vàlid."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "S'ha produït un error intern."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "El fitxer de configuració \"$1\" està malmés."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "No s'ha trobat el fitxer de configuració \"$1\"."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "El fitxer de configuració \"$1\" no és compatible amb la versió actual."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "No es pot determinar la llengua de la interfície d'usuari."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "No s'ha pogut completar la instal·lació de l'usuari. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "El servei de configuració no està disponible."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Inicieu el programa d'instal·lació per tal de reparar la instal·lació des del CD o des de la carpeta que conté els paquets d'instal·lació."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "S'ha produït un error general en accedir a la vostra configuració central. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Poseu-vos en contacte amb l'administrador del sistema."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "S'ha produït l'error intern següent: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "Heu de reiniciar el %PRODUCTNAME manualment després de la instal·lació o actualització."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"Realment voleu continuar?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "La impressió està inhabilitada. No es poden imprimir documents."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "El gestor de camins no està disponible.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -737,7 +743,7 @@ msgstr ""
"\n"
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -747,61 +753,61 @@ msgstr ""
"\n"
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Acord de llicència de l'extensió $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Llegiu l'acord de llicència complet indicat més amunt. Accepteu-lo escrivint \"sí\" a la consola i prement retorn. Escriviu \"no\" per rebutjar-lo i interrompre la instal·lació de l'extensió."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Introduïu \"sí\" o \"no\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "No heu introduït una opció correcta. Introduïu \"sí\" o \"no\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "SÍ"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "S"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NO"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "L'unopkg no es pot iniciar. El fitxer de bloqueig indica que ja s'està executant. Si no és així, suprimiu el fitxer de bloqueig a:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ERROR: "
diff --git a/source/ca-valencia/helpcontent2/source/text/sbasic/shared.po b/source/ca-valencia/helpcontent2/source/text/sbasic/shared.po
index b3ba84b48dd..9ca6733570c 100644
--- a/source/ca-valencia/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ca-valencia/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-18 19:35+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/ca_VALENCIA/>\n"
@@ -8162,14 +8162,14 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr "sVar = MsgBox(\"Vilanova dels Arcs\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Títol del diàleg\")"
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
-msgstr "Expressió Print"
+msgid "Print# Statement"
+msgstr ""
#. addUg
#: 03010103.xhp
@@ -8180,23 +8180,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr ""
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "Extreu les cadenes o expressions numèriques especificades a un diàleg o a un fitxer."
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9746,14 +9755,14 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>expressió Reset</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">Expressió Reset</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
+msgstr ""
#. iLCKn
#: 03020104.xhp
@@ -9764,23 +9773,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "Tanca tots els fitxers oberts i escriu els continguts de totes les memòries intermèdies de fitxer al disc dur."
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "Exemple:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10025,50 +10025,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "Llig les dades d'un fitxer seqüencial obert."
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Paràmetres:"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber:</emph> Número del fitxer que conté les dades que voleu llegir. El fitxer s'ha d'obrir amb l'expressió Open mitjançant la paraula clau INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>var:</emph> Una variable o cadena numèrica a la qual assignareu els valors llegits del fitxer obert."
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10106,15 +10097,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "Si s'arriba al final del fitxer mentre es llig un element de dades, es produeix un error i s'avorta el procés."
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemple:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10133,14 +10115,14 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr "' Llig un fitxer de dades mitjançant Input"
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
-msgstr "Expressió LineInput#"
+msgid "Line Input# Statement"
+msgstr ""
#. CCEuD
#: 03020203.xhp
@@ -10151,68 +10133,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>expressió Line Input</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Expressió LineInput#\">Expressió LineInput#</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
+msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "Llig les cadenes d'un fitxer seqüencial en una variable."
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "Line Input #FileNumber As Integer, Var As String"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Paràmetres:"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber: </emph> Número del fitxer que conté les dades que voleu llegir. El fitxer s'ha d'haver obert amb antelació amb l'expressió Open mitjançant la paraula clau INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>var:</emph> El nom de la variable que emmagatzema el resultat."
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10223,41 +10187,14 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "Amb l'expressió <emph>Line Input#</emph>, podeu llegir cadenes d'un fitxer obert en una variable. Les variables de cadena es lligen línia a línia fins al primer salt de carro (Asc=13) o línia nova (Asc=10). Les marques de final de línia no s'inclouen a la cadena resultant."
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemple:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNumber, \"Això és una línia de text\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNumber, \"Això és una altra línia de text\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
-msgstr "Expressió Put"
+msgid "Put# Statement"
+msgstr ""
#. psWQE
#: 03020204.xhp
@@ -10268,13 +10205,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>expressió Put</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10286,14 +10223,14 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "Escriu un registre d'un fitxer relatiu o d'una seqüència de bytes en un fitxer binari."
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "Vegeu també: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\">Expressió <item type=\"literal\">Get</item></link>"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. 9HgEG
#: 03020204.xhp
@@ -10313,22 +10250,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10340,13 +10277,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "Per als fitxers binaris (accés binari), la posició del byte al fitxer on voleu començar a escriure."
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10385,68 +10322,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>expressió Write</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Expressió Write\">Expressió Write</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
+msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "Escriu dades en un fitxer seqüencial."
-
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "Write [#FileName], [Expressionlist]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Paràmetres:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>FileName:</emph> Qualsevol expressió numèrica que continga el nombre del fitxer que es va definir amb l'expressió Open per al fitxer respectiu."
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>Expressionlist:</emph> Variables o expressions que voleu introduir en un fitxer, separades per comes."
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10493,15 +10421,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr "Els nombres amb delimitadors decimals es converteixen segons la configuració regional."
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemple:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11024,14 +10943,14 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>FileNumber:</emph> El nombre del canal de dades utilitzat a l'expressió Open."
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
-msgstr "Expressió Seek"
+msgid "Seek# Statement"
+msgstr ""
#. vLW2K
#: 03020305.xhp
@@ -11042,14 +10961,14 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>expressió Seek</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Expressió Seek\">Expressió Seek</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
+msgstr ""
#. RBPKW
#: 03020305.xhp
@@ -11078,59 +10997,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "Per a la resta de fitxers, l'expressió Seek defineix la posició de bytes en la qual s'ha de produir l'operació següent."
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "Vegeu també: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "Seek[#FileNumber], Position (As Long)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "Paràmetres:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>FileNumber: </emph>El nombre del canal de dades utilitzat a l'expressió Open"
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>Posició: </emph>La posició de la lectura o l'escriptura següent. La posició pot ser una xifra entre 1 i 2.147.483.647. Segons el tipus de fitxer, la posició indica el número del registre (fitxers en mode aleatori) o la posició de byte (ftxers en mode binari, d'eixida, afig o d'entrada). El primer byte d'un fitxer és la posició 1, el segon byte és la posició 2, etc."
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39392,13 +39311,13 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -41255,13 +41174,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/ca-valencia/helpcontent2/source/text/sdatabase.po b/source/ca-valencia/helpcontent2/source/text/sdatabase.po
index 45eaab9e053..ebe978a2cff 100644
--- a/source/ca-valencia/helpcontent2/source/text/sdatabase.po
+++ b/source/ca-valencia/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-23 22:46+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsdatabase/ca_VALENCIA/>\n"
@@ -159,13 +159,13 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr ""
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 3JCfK
@@ -177,13 +177,13 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr ""
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
msgstr ""
#. ASeVi
@@ -195,13 +195,13 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr ""
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
msgstr ""
#. JTXBF
@@ -213,13 +213,13 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr ""
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
msgstr ""
#. FWCVa
@@ -294,13 +294,13 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -321,13 +321,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -366,6 +366,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/sdraw/01.po b/source/ca-valencia/helpcontent2/source/text/sdraw/01.po
index ca20f6868ea..d0315e5a936 100644
--- a/source/ca-valencia/helpcontent2/source/text/sdraw/01.po
+++ b/source/ca-valencia/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-18 19:34+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw01/ca_VALENCIA/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca-XV\n"
"X-POOTLE-MTIME: 1494353966.000000\n"
@@ -575,6 +575,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Introduïu un nom per a la capa nova.</ahelp>"
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/00.po b/source/ca-valencia/helpcontent2/source/text/shared/00.po
index 1bc24f04b38..ce8db809294 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/00.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-18 19:34+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/ca_VALENCIA/>\n"
@@ -674,6 +674,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr "Tanca el diàleg d'opcions i descarta qualsevol canvi."
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/01.po b/source/ca-valencia/helpcontent2/source/text/shared/01.po
index 3a43947e3c3..8637f95f1b2 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/01.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-18 19:34+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/ca_VALENCIA/>\n"
@@ -25802,32 +25802,14 @@ msgctxt ""
msgid "Add"
msgstr "Afig"
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Crea un estil de línia nou amb les configuracions actuals.</ahelp>"
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr "Nom"
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
-msgstr "<ahelp hid=\".\">Introduïu un nom.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
+msgstr ""
#. 6Yvch
#: 05200200.xhp
@@ -27260,14 +27242,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr "<ahelp hid=\".uno:FillShadow\">Afig una ombra a l'objecte seleccionat. Si l'objecte ja té una ombra, se suprimirà. Si feu clic a esta icona sense haver seleccionat cap objecte, l'ombra s'afegirà al proper objecte que dibuixeu.</ahelp>"
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icona</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
+msgstr ""
#. 6XJUi
#: 05210600.xhp
@@ -47276,13 +47258,13 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr ""
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
msgstr ""
#. ChX9A
@@ -47465,24 +47447,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr ""
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr ""
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr ""
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47492,15 +47456,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr ""
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr ""
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49562,6 +49517,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/02.po b/source/ca-valencia/helpcontent2/source/text/shared/02.po
index d3746fcd7b6..fa6c86c5c67 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/02.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-18 19:34+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/ca_VALENCIA/>\n"
@@ -8810,14 +8810,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr ""
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
-msgstr "El subformulari es basa en una consulta <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> i, més específicament, en una <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Consulta d'un paràmetre\">Consulta d'un paràmetre</link>. Si s'introdueix un nom de camp al quadre <emph>Enllaça els camps mestre</emph>, les dades que conté este camp en el formulari principal es lligen com una variable que heu d'introduir a <emph>Enllaça els camps esclau</emph>. En una expressió SQL adequada, esta variable es compara amb les dades de la taula a la qual es refereix el subformulari. Alternativament, podeu introduir el nom de la columna a <emph>Enllaça els camps mestre</emph>."
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgstr ""
#. KAQ4c
#: 01170203.xhp
@@ -10529,14 +10529,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr "Cada aplicació del $[officename] té la seua finestra d'<emph>Estils</emph>. Per tant, hi ha finestres diferents per a <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"documents de text \">documents de text</link></caseinline><defaultinline>documents de text</defaultinline></switchinline>, <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"fulls de càlcul\">fulls de càlcul</link></caseinline><defaultinline>fulls de càlcul</defaultinline></switchinline> i per a <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentacions/documents de dibuix documents\">presentacions/documents de dibuix</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentacions/documents de dibuix \">presentacions/documents de dibuix</link></caseinline><defaultinline>presentacions/documents de dibuix</defaultinline></switchinline>."
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icona</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -11762,14 +11762,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr "La icona <emph>Estil de la fletxa</emph> només es veu quan creeu un dibuix amb les funcions de dibuix. Per obtindre més informació, consulteu l'apartat <link href=\"text/shared/01/05200300.xhp\" name=\"Estils de la línia\"><emph>Estils de la línia</emph></link> de l'Ajuda."
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icona</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -17027,14 +17027,14 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "Executa l'orde SQL directament"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
-msgstr "Feu clic novament a la icona per a tornar al mode normal, on se sincronitzen els canvis al <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"disseny de la consulta nova\"><emph>disseny de la consulta nova</emph></link> amb els canvis permesos mitjançant SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgstr ""
#. tTG7m
#: 14040000.xhp
@@ -17054,14 +17054,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Funcions\">Funcions</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Mostra la fila <emph>Funció</emph> a la part inferior de la vista disseny de la finestra <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de consulta\"><emph>Disseny de consulta</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgstr ""
#. iGFfH
#: 14040000.xhp
@@ -17099,14 +17099,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Nom de la taula\">Nom de la taula</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
-msgstr "<ahelp hid=\".\">Mostra la fila <emph>Taula</emph> a la part inferior de la finestra <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de consulta\"><emph>Disseny de consulta</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgstr ""
#. t48DA
#: 14050000.xhp
@@ -17144,14 +17144,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Àlies\">Àlies</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Mostra la fila <emph>Àlies</emph> a la part inferior de la finestra <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de consulta\"><emph>Disseny de consulta</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgstr ""
#. CcbaZ
#: 14060000.xhp
@@ -17198,14 +17198,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Valors diferents\">Valors diferents</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
-msgstr "<ahelp hid=\".uno:DBDistinctValues\">Estén l'expressió de selecció creada de la <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Consulta SQL\"><emph>consulta SQL</emph></link> a la columna actual mitjançant el paràmetre <emph>DISTINCT</emph>.</ahelp> La conseqüència és que els valors idèntics que apareixen diverses vegades només s'enumeren una vegada."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgstr ""
#. EXAFG
#: 14070000.xhp
@@ -19241,13 +19241,40 @@ msgctxt ""
msgid "Limit"
msgstr "Límit"
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
msgstr ""
#. Ae3Qb
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/explorer/database.po b/source/ca-valencia/helpcontent2/source/text/shared/explorer/database.po
index e393fd30043..8039e9dfa63 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/explorer/database.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-18 19:34+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/ca_VALENCIA/>\n"
@@ -17,2220 +17,6 @@ msgstr ""
"X-Language: ca-XV\n"
"X-POOTLE-MTIME: 1542029013.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr "Disseny de la consulta"
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr "<bookmark_value>vistes; creació de vistes de bases de dades (Base)</bookmark_value><bookmark_value>consultes; creació en vista de disseny (Base)</bookmark_value><bookmark_value>disseny; consultes (Base)</bookmark_value><bookmark_value>vista de disseny; consultes/vistes (Base)</bookmark_value><bookmark_value>unió;taules (Base)</bookmark_value><bookmark_value>taules en bases de dades; unió per a consultes (Base)</bookmark_value><bookmark_value>consultes; unió de taules (Base)</bookmark_value><bookmark_value>taules en bases de dades; relacions (Base)</bookmark_value><bookmark_value>relacions; unió de taules (Base)</bookmark_value><bookmark_value>consultes; supressió d'enllaços a taules (Base)</bookmark_value><bookmark_value>criteris del disseny de la consulta (Base)</bookmark_value><bookmark_value>consultes; formulació de condicions de filtratge (Base)</bookmark_value><bookmark_value>condicions de filtratge;en consultes (Base)</bookmark_value><bookmark_value>paràmetres; consultes (Base)</bookmark_value><bookmark_value>consultes; consultes de paràmetres (Base)</bookmark_value><bookmark_value>SQL; consultes (Base)</bookmark_value><bookmark_value>SQL natiu (Base)</bookmark_value>"
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de la consulta\">Disseny de la consulta</link>"
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr "<ahelp hid=\".\">La <emph>Vista del disseny de la consulta </emph>vos permet crear i editar una consulta de la base de dades.</ahelp>"
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr "La majoria de bases de dades utilitzen consultes per filtrar o ordenar les taules per a la visualització de registres en un equip informàtic. Les vistes ofereixen les mateixes funcionalitats que les consultes, però des d'un servidor. Si la vostra base de dades és en un servidor que permet l'ús de vistes, les podreu utilitzar per filtrar els registres en el servidor i, d'esta manera, accelerar-ne el temps de visualització."
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr "Si seleccioneu l'orde <emph>Crea una vista</emph> de la pestanya <emph>Taules</emph> en un document de base de dades, visualitzareu la finestra <emph>Disseny de la vista</emph>, que és molt paregut a la finestra <emph>Disseny de la consulta</emph> que es descriu ací."
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr "El format de la finestra Disseny de la consulta s'emmagatzema amb una consulta creada, però en canvi no es pot emmagatzemar amb una vista creada."
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr "La vista de disseny"
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr "Per crear una consulta, feu clic a la icona <emph>Consultes</emph> d'un document de base de dades, i a continuació a <emph>Crea una consulta en vista de disseny</emph>."
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr "La subfinestra que hi ha a la part inferior de la Vista de disseny és l'espai on heu de <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"definir\">definir</link> la consulta. Per a definir una consulta, indiqueu els <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"noms dels camps\">noms dels camps</link> de la base de dades que vulgueu incloure i els <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteris\">criteris</link> per a la visualització d'aquests camps. Si voleu reorganitzar les columnes d'aquesta subfinestra, arrossegueu una capçalera de columna fins a una nova posició o seleccioneu la columna i premeu <switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+tecla de cursor."
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr "Les <link href=\"text/shared/main0214.xhp\" name=\"icones\">icones</link> de les barres <emph>Disseny de la consulta</emph> i <emph>Disseny</emph> es mostren a la part superior de la finestra Vista de disseny de la consulta."
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr "Si voleu provar el funcionament d'una consulta, feu doble clic al nom d'esta consulta en el document de base de dades. El resultat de la consulta es mostrarà en una taula paregut a la Vista de fonts de dades. Nota: la taula que es mostrarà serà temporal."
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr "Tecles per a la vista del disseny de la consulta"
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr "Tecla"
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "Funció"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr "F4"
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr "Previsualització"
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr "F5"
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr "Execució de la consulta"
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr "F7"
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr "Addició d'una taula o una consulta"
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr "Navega"
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr "En obrir el disseny de consultes per primera vegada, veureu un diàleg al qual haureu de seleccionar la taula o la consulta que s'utilitzarà per a la consulta nova."
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Feu doble clic als camps que vulgueu per afegir-los a la consulta. Arrossegueu i deixeu anar per definir relacions.</ahelp>"
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr "Quan estigueu dissenyant una consulta no podreu modificar les taules seleccionades."
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr "Supressió de taules"
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr "Per suprimir una taula de la Vista de disseny, feu clic a la vora superior de la finestra de la taula i obriu el menú contextual, on podreu triar l'orde <emph>Suprimeix</emph>. De manera alternativa, podeu prémer el botó Supr."
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr "Moure taules i modificar-ne la mida"
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr "Podeu redimensionar i organitzar les taules segons les vostres preferències. Per moure una taula, arrossegueu-ne la vora superior fins a la posició que vulgueu. Podeu augmentar o reduir la mida d'una taula col·locant la busca del ratolí en una vora o una cantonada de la taula i arrossegant-lo fins aconseguir la mida desitjada."
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr "Relacions entre taules"
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr "En cas que hi haja dades relacionades entre el nom de camp d'una taula i el nom de camp d'una altra taula, podreu utilitzar estes relacions per a la vostra consulta."
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr "Així, si per exemple disposeu, d'una banda, d'un full de càlcul per a articles identificats amb un número d'article i, de l'altra, d'un altre full de càlcul per a clients en el qual registreu tots els articles que aquests clients sol·liciten mitjançant els números d'article corresponents, hi haurà una relació entre els dos camps de dades «número d'article». D'aquesta manera, si voleu crear una consulta que torne tots els articles sol·licitats per un client, haureu de recuperar les dades corresponents dels dos fulls de dades. Per a fer-ho, haureu d'informar el $[officename] sobre la relació que existeix entre les dades dels dos fulls de càlcul."
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr "Per a indicar aquesta relació, feu clic al nom d'un camp d'una taula (per exemple, al nom del camp «Número-article» de la taula Clients), manteniu premut el botó del ratolí i arrossegueu el nom del camp fins a l'altra taula (fins a «Número-article» de la taula Articles). Quan deixeu anar el botó del ratolí, apareixerà una línia que connectarà els dos camps de les dues finestres. La condició corresponent, segons la qual els dos noms de camp hauran de ser idèntics, s'introduirà a la consulta SQL resultant."
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr "Només podeu crear una consulta basada en diversos fulls relacionats si utilitzeu el $[officename] com a interfície per a una base de dades relacional."
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr "No podeu accedir a taules de bases de dades diferents en una consulta. Només podeu crear consultes en què intervinguin diverses taules en una sola base de dades."
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr "Especificació del tipus de relació"
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr "Si feu doble clic en la línia que connecta els dos camps enllaçats o crideu l'ordre de menú <emph>Insereix ▸ Relació nova</emph> s'obrirà el diàleg <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relacions\"><emph>Relacions</emph></link>, que vos permet especificar el tipus d'enllaç."
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edita les propietats de la unió.</ahelp> També podeu prémer la tecla Tab fins que la línia estiga seleccionada, i a continuació Maj+F10 per mostrar el menú contextual i triar-hi l'orde <emph>Edita</emph>. Hi ha bases de dades que només admeten un subconjunt de tots els tipus d'unió possibles."
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr "Supressió de relacions"
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr "Per suprimir una relació entre dues taules, feu clic a la línia de connexió i premeu la tecla Supr."
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr "També podeu suprimir les entrades respectives a <emph>Camps implicats</emph> del diàleg <emph>Relacions</emph>, o bé podeu prémer la tecla Tab fins que el vector de connexió quede realçat i a continuació Maj+F10 per obrir el menú contextual i seleccionar-hi l'orde <emph>Suprimeix</emph>."
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr "Definició de la consulta"
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Seleccioneu les condicions per definir la consulta.</ahelp> Cada columna de la taula de disseny accepta un camp de dades per a la consulta. Les condicions d'una fila s'enllacen amb el booleà AND."
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr "Especificació dels noms dels camps"
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr "En primer lloc, seleccioneu tots els noms dels camps de les taules que vulgueu afegir a la consulta. Per fer-ho, podeu arrossegar i deixar anar o bé fer doble clic a un nom de camp a la finestra de la taula. Si opteu pel primer mètode, utilitzeu el ratolí per arrossegar un nom de camp des de la finestra de la taula fins a l'àrea inferior de la finestra de disseny de la consulta. D'aquesta manera, podreu decidir a quina columna voleu afegir el camp. Podeu seleccionar un nom de camp fent-hi doble clic. En aquest cas, s'afegirà a la columna lliure següent en la finestra de disseny de la consulta."
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr "Supressió de noms de camp"
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr "Per suprimir un nom de camp de la consulta, feu clic a la capçalera de columna del camp i trieu l'orde <emph>Suprimeix</emph> en el menú contextual que es mostrarà per a la columna."
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr "Desament de la consulta"
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr "Utilitzeu la icona <emph>Guarda</emph> de la barra Estàndard per a guardar la consulta. Visualitzareu un diàleg que vos sol·licitarà un nom per a la consulta. Si la base de dades admet esquemes, també en podreu indicar un."
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr "Esquema"
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Introduïu el nom de l'esquema assignat a la consulta o a la vista de taula.</ahelp>"
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr "Nom de la consulta o de la vista de taula"
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">Introduïu el nom de la consulta o de la vista de taula.</ahelp>"
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr "Filtratge de dades"
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr "Per a filtrar les dades per a la consulta, definiu els criteris desitjats a la finestra de disseny de la consulta. Disposareu de les opcions següents:"
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr "Camps"
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Introduïu el nom del camp de dades al qual es fa referència en la consulta. Totes les configuracions fetes en l'opció del filtre fan referència a aquest camp.</ahelp> Si activeu ací una cel·la amb un clic del ratolí, veureu un botó de fletxa que vos permet seleccionar un camp. L'opció «Nom de la taula.*» selecciona tots els camps de dades amb l'efecte què els criteris especificats s'aplicaran a tots els camps de la taula."
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr "Àlies"
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Permet especificar un àlies. Aquest àlies es mostrarà a la consulta en comptes del nom del camp. Això fa possible utilitzar etiquetes de columna definides per l'usuari.</ahelp> Per exemple, si el camp de dades s'anomena «NmPt» i voleu que el nom «NúmPart» aparega a la consulta, introduïu «NúmPart» com a àlies."
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr "En una expressió SQL, els àlies es defineixen de la manera següent:"
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr "SELECT column AS alias FROM table."
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr "Per exemple:"
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr "Taula"
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">Ací es llista la taula de la base de dades corresponent al camp de dades seleccionat.</ahelp> Si activeu aquesta cel·la de la taula fent-hi clic amb el ratolí, apareixerà una fletxa que vos permetrà seleccionar una altra taula de la consulta actual."
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr "Ordena"
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">Si feu clic a la cel·la, podreu seleccionar una de les opcions d'ordenació: ascendent, descendent o sense ordenar.</ahelp> Els camps de text s'ordenaran de manera alfabètica, i els numèrics de manera numèrica. Els administradors poden definir les opcions d'ordenació per a la majoria de bases de dades."
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr "Visible"
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">Si activeu la propietat <emph>Visible</emph> per a un camp de dades, aquest camp serà visible a la consulta resultant.</ahelp> Si feu servir un camp de dades només per a formular una condició o fer un càlcul, no cal mostrar-lo."
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr "Criteris"
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Permet especificar un primer <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteri\">criteri</link> mitjançant el qual el contingut del camp de dades s'haurà de filtrar.</ahelp>"
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr "o"
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr "Ací podeu introduïr un criteri de filtratge addicional per línia. Diversos criteris a una única columna s'interpretaran com a O booleà."
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr "També podeu utilitzar el menú contextual de les capçaleres de línia a la part inferior de la finestra de disseny de la consulta per a inserir un filtre basat en una funció:"
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "Funcions"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Seleccioneu una funció a executar a la consulta.</ahelp> Les funcions disponibles ací dependran d'aquelles que fornisca el motor de la base de dades."
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr "Si treballeu amb la base de dades HSQL incrustada, el quadre de llista de la línia <emph>Funció</emph> vos oferirà les opcions següents:"
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr "Opció"
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr "Efecte"
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr "Cap funció"
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr "No s'executarà cap funció."
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr "Mitjana"
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr "Calcula la mitjana aritmètica d'un camp."
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr "Compta"
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr "Determina el nombre de registres de la taula. Els camps buits es poden comptar (a) o excloure (b)."
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr "a) COUNT(*): si s'indica un asterisc com a argument es comptaran tots els registres de la taula."
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr ""
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr "Màxim"
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr "Determina el valor més alt d'un registre per al camp."
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr "Mínim"
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr "Determina el valor més baix d'un registre per al camp."
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr "Suma"
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr "Calcula la suma de valors dels registres dels camps associats."
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr "Agrupa"
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr "Agrupa les dades de la consulta d'acord amb el nom de camp seleccionat. Les funcions s'executen d'acord amb els grups indicats. A l'SQL, aquesta opció correspon a la clàusula GROUP BY. Si s'afig un criteri, aquesta entrada apareix a la subclàusula SQL HAVING."
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr "També podeu introduir crides de funció directament a l'expressió SQL. La sintaxi és:"
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr "SELECT FUNCTION(column) FROM table."
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr "Per exemple, a l'SQL la crida de funció per calcular una suma és:"
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr "SELECT SUM(\"Price\") FROM \"Article\"."
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr ""
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr "Si voleu fer servir altres funcions que no són al quadre de llista, heu d'introduir-les manualment a <emph>Camp</emph>."
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr ""
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr "La funció corresponent en una expressió SQL és:"
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr "SELECT FUNCTION() AS alias FROM table"
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemple:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr "SELECT COUNT(*) AS count FROM \"Item\""
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr ""
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "<emph>Exemples</emph>"
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr "En l'exemple següent, hi ha una consulta que s'executa en dues taules: d'una banda, la taula \"Element\" amb el camp \"Núm_Element\" i, de l'altra, la taula \"Proveïdors\" amb el camp \"Nom_Proveïdor\". A més, estes dues taules tenen un nom de camp comú, \"Núm_Proveïdor\"."
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr "Per crear una consulta que continga tots els proveïdors que entreguen més de tres elements, realitzeu els passos següents:"
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "Inseriu les taules \"Element\" i \"Proveïdors\" al disseny de la consulta."
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr "Enllaceu els camps \"Núm_Proveïdor\" de les dues taules si encara no s'hi ha establit una relació d'este tipus."
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr "Feu doble clic en el camp «Núm_Element» de la taula «Element». Feu que es mostre la línia <emph>Funció</emph> mitjançant el menú contextual i seleccioneu la funció Compta."
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "Introduïu >3 com a criteri i desactiveu el camp Visible."
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "Feu doble clic al camp \"Nom_Proveïdor\" de la taula \"Proveïdors\" i trieu la funció Agrupa."
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr "Executeu la consulta."
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr "Si els camps \"Preu\" (per al preu individual d'un article) i \"Núm_Proveïdor\" (per al proveïdor de l'article) existeixen a la taula \"Element\", podreu obtindre el preu mitjà per a l'element proporcionat per un proveïdor mitjançant la consulta següent:"
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr "Inseriu la taula \"Element\" al disseny de la consulta."
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr "Feu doble clic als camps \"Preu\" i \"Núm_Proveïdor\"."
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr "Habiliteu la línia <emph>Funció</emph> i seleccioneu la funció Mitjana en el camp \"Preu\"."
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr "També podeu introduir \"Mitjana\" a la línia per al nom de l'àlies (sense cometes)."
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr "Trieu Agrupa per al camp \"Núm_Proveïdor\"."
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr "Executeu la consulta."
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr "Disposareu de les ordes de menú contextual i els símbols següents:"
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "Funcions"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Mostra o amaga una fila per a la selecció de funcions.</ahelp>"
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr "Nom de la taula"
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Mostra o amaga la fila per al nom de la taula.</ahelp>"
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr "Nom de l'àlies"
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Mostra o amaga la fila per al nom de l'àlies.</ahelp>"
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr "Valors diferents"
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr ""
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr "Per exemple, si el nom \"Martí\" apareix més d'una vegada a la base de dades d'adreces, podreu triar l'orde <emph>Valors diferents</emph> per especificar a la consulta que el nom \"Martí\" només tindrà una ocurrència."
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr "Per a una consulta en què intervinguin diversos camps, la combinació dels valors de tots els camps ha de ser única per tal que el resultat es puga formar a partir d'un registre específic. Per exemple, pot ser que tingueu \"Martí a Barcelona\" una vegada a la llibreta d'adreces i \"Martí a Girona\" dues vegades. En un cas així, si trieu l'orde <emph>Valors diferents</emph>, la consulta utilitzarà els dos camps \"Cognoms\" i \"Ciutat\" i tornarà el resultat \"Martí a Barcelona\" una vegada i el resultat \"Martí a Girona\" una sola vegada, també."
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr "En SQL, esta orde correspon al predicat DISTINCT."
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr "Límit"
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Vos permet limitar el nombre màxim de registres que retorna una consulta.</ahelp>"
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr ""
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr "Formulació de condicions de filtratge"
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr ""
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr "Operador"
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "Definició"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "La condició es compleix si..."
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr "igual a"
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr "... el contingut del camp és idèntic a l'expressió indicada."
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr "L'operador = no es mostrarà en els camps de la consulta. Si introduïu un valor sense cap operador, s'interpretarà l'operador = de manera automàtica."
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr "diferent de"
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr "... el contingut del camp no es correspon amb l'expressió indicada."
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr "major que"
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr "... el contingut del camp és major que l'expressió indicada."
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr "menor que"
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr "... el contingut del camp és menor que l'expressió indicada."
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr "major que o igual a"
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr "... el contingut del camp és major que l'expressió indicada o igual a esta expressió."
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr "menor que o igual a"
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr "... el contingut del camp és menor que l'expressió indicada o igual a esta expressió."
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr "Orde del $[officename]"
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr "Orde SQL"
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "Definició"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "La condició es compleix si..."
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr "és nul"
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr "... el camp no conté dades. Per als camps Sí/No amb tres estats possibles, aquesta ordre consulta automàticament l'estat indeterminat (ni Sí ni No)."
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr "no és buit"
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr "... el camp no és buit. Això és, conté dades."
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr "espai reservat (*) per a qualsevol nombre de caràcters"
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr "espai reservat (?) per a un sol caràcter"
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr "<bookmark_value>espais reservats; en consultes SQL</bookmark_value>"
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr "espai reservat (%) per a qualsevol nombre de caràcters"
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr "espai reservat (_) per a un sol caràcter"
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr "és un element de"
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr "... el camp de dades conté l'expressió indicada. L'espai reservat (*) indica si l'expressió x apareix al principi del contingut del camp (x*), al final (*x) o dins d'aquest (*x*). Quan treballeu amb consultes SQL a la interfície del %PRODUCTNAME podeu utilitzar com a espais reservats tant el caràcter SQL % com l'espai reservat habitual del sistema de fitxers, (*)."
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr "Els espais reservats (*) i (%) fan referència a qualsevol nombre de caràcters. Si voleu representar un sol caràcter, podeu utilitzar el signe d'interrogació (?) a la interfície del $[officename] o la ratlla baixa (_) a les consultes SQL."
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr "no és un element de"
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr "... el camp no conté dades amb l'expressió especificada."
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr "es troba dins l'interval [x,y]"
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr "... el camp conté un valor que es troba entre els valors x i y."
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr "No es troba dins l'interval [x,y]"
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr "... el camp conté un valor que no es troba entre els valors x i y."
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr "Noteu que s'utilitzen signes de punt i coma com a separadors en totes les llistes de valors!"
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr "conté a, b, c..."
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr "... el nom del camp conté una de les expressions a, b, c... indicades. Podeu expressar un nombre d'expressions il·limitat, i el resultat de la consulta queda determinat per un operador booleà O. Les expressions a, b, c... poden ser tant nombres com caràcters."
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr "no conté a, b, c..."
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr "... el camp no conté cap de les expressions a, b, c... indicades."
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr "té el valor True"
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr "... el nom del camp té el valor True."
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr "té el valor False"
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr "... el valor del camp és FALS."
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "Exemples"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr "retorna els noms de camp que continguen \"Sra.\""
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr "retorna les dates anteriors al 10 de gener de 2001"
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr "retorna els registres amb continguts com ara \"cola\" i \"cala\"."
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr "retorna els registres amb continguts com ara «Sun»."
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr "retorna els registres amb continguts de camp que es troben entre els valors 10 i 20 (els camps poden ser tant numèrics com de text)."
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr "retorna registres amb els valors 1, 3, 5, 7. Si, per exemple, el nom de camp conté un número d'element, podeu crear una consulta que torne l'element amb el número especificat."
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr "retorna registres que no continguen «Martí»."
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr "Exemple: select * from Item where ItemName like 'The *%' {escape '*'}"
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr "L'exemple vos proporcionarà totes les entrades en què el nom de l'element comence per 'The *'. Això significa que també podeu buscar caràcters que altrament s'interpretarien com a espais reservats, com ara *, ?, _, % o un punt."
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "Exemple: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr "Consulta de camps de text"
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr "Per a consultar el contingut d'un camp de text, heu d'escriure l'expressió entre cometes simples. La distinció entre majúscules i minúscules dependrà de la base de dades que s'estiga utilitzant. Per definició, LIKE distingeix entre majúscules i minúscules (malgrat que algunes bases de dades no segueixen aquest criteri estrictament)."
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr "Consulta de camps de data"
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr ""
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr "Element de tipus data"
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr "Sintaxi d'escapament de l'SQL núm. 1 - pot ser obsoleta"
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr "Sintaxi d'escapament de l'SQL núm. 2"
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr "Sintaxi de SQL2"
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "Data"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr "Hora"
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr "Data i hora"
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr "Exemple: select {d '1999-12-31'} from world.years"
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr "Exemple: select * from mytable where years='1999-12-31'"
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr "Totes les expressions (literals de data) han de col·locar-se entre cometes simples. (Per a més informació, consulteu la documentació de referència de la base de dades i del connector que utilitzeu.)"
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr "Consulta de camps Sí/No"
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr "Per consultar camps Sí/No, utilitzeu la sintaxi següent per a taules dBASE:"
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr "Estat"
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr "Criteri de la consulta"
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "Exemple"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "Sí"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr "per a taules dBASE: diferent de qualsevol valor donat"
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr "=1 torna tots els registres en què el camp Sí/No té l'estat \"Sí\" o \"Activat\" (seleccionat en color negre)."
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "No"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr "=0 torna tots els registres per als quals el camp Sí/No té l'estat \"No\" o \"Desactivat\" (sense selecció)."
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr "Nul"
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr "IS NULL"
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr "IS NULL torna tots els registres per als quals el camp Sí/No no té l'estat Sí ni l'estat No (seleccionat en color gris)."
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr "La sintaxi depèn del sistema de bases de dades utilitzat. Noteu també que els camps Sí/No es poden definir de manera diferenciada (amb només 2 estats en comptes de 3)."
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr "Consultes amb paràmetres"
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr ""
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr ""
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr "Els noms dels paràmetres no poden contindre cap d'aquests caràcters: <item type=\"input\"><espai>`!\"$%^*()+={}[]@'~#<>?/,</item>. No poden ser iguals que els noms dels camps o les paraules reservades de l'SQL, però poden ser iguals que els àlies."
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr ""
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr ""
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr "Entrada de paràmetres"
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr ""
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr ""
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr "És possible fer servir els caràcters comodí «%» (cadena arbitrària) i «_» (caràcter individual arbitrari) com a part del valor per a recuperar els registres amb criteris més complexos."
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr "Mode SQL"
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr "La sigla SQL correspon a l'anglés \"Structured Query Language\" (llenguatge d'interrogació estructurat). Es tracta d'un llenguatge que dóna instruccions per a l'actualització i la gestió de bases de dades relacionals."
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr ""
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr "També podeu formular una consulta directament en codi SQL. No obstant això, observeu que la sintaxi especial dependrà del sistema de bases de dades que utilitzeu."
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr ""
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr ""
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5489,14 +3275,14 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr "En este diàleg només podeu introduir ordes d'administració com ara GRANT, CREATE TABLE o DROP TABLE, i no hi podeu introduir ordes de filtratge. Les ordes que pugueu introduir dependran de la font de dades. Per exemple, dBASE només pot executar algunes de les ordes SQL que es llisten ací."
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "Per executar una consulta SQL per filtrar dades a la base de dades, utilitzeu la <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de la consulta\">Vista del disseny de la consulta</link>."
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgstr ""
#. Ck9G4
#: 11080000.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/guide.po b/source/ca-valencia/helpcontent2/source/text/shared/guide.po
index bbb8b98ba75..7fc42a438ea 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/guide.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-18 19:34+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/ca_VALENCIA/>\n"
@@ -6524,14 +6524,14 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr "Feu clic a la icona <emph>Guarda</emph> o <emph>Anomena i guarda</emph> <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icona</alt></image> per guardar la consulta."
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de consulta\">Disseny de consulta</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 2ArGc
#: data_forms.xhp
@@ -7082,14 +7082,14 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr "Feu clic a <emph>Crea una consulta en vista de disseny</emph>."
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Veureu la <link href=\"text/shared/explorer/database/02010100.xhp\">finestra Disseny de consulta</link>."
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
+msgstr ""
#. xGFGr
#: data_register.xhp
@@ -7748,14 +7748,14 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr "Introduïu les condicions del filtre en un o diversos camps. Tingueu en compte que si introduïu condicions de filtre en diferents camps, totes les condicions introduïdes han de coincidir (booleà AND)."
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
-msgstr "Podeu trobar més informació sobre comodins i operadors a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de consulta\">Disseny de consulta</link>."
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgstr ""
#. cEDEo
#: data_search2.xhp
@@ -8108,14 +8108,14 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr "Feu clic a <emph>Crea una vista de taula</emph>."
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Veureu la finestra Disseny de vista, que és pràcticament igual que la <link href=\"text/shared/explorer/database/02010100.xhp\">finestra Disseny de consulta</link>."
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
+msgstr ""
#. bTx8G
#: data_view.xhp
@@ -21059,14 +21059,14 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr "<bookmark_value>canvis; protecció</bookmark_value><bookmark_value>protecció; canvis registrats</bookmark_value><bookmark_value>registres; protecció</bookmark_value><bookmark_value>funció de revisió;protecció de registres</bookmark_value>"
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
-msgstr "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protegeix els canvis\">Protegeix els canvis</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
+msgstr ""
#. jVeUw
#: redlining_protect.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/optionen.po b/source/ca-valencia/helpcontent2/source/text/shared/optionen.po
index c972bccab89..425478d751b 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/optionen.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-18 19:34+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ca_VALENCIA/>\n"
@@ -62,14 +62,14 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr "Tots els paràmetres es guarden automàticament. Per desplegar una entrada, feu doble clic en esta entrada o feu clic al signe més. Per replegar l'entrada, feu clic al signe menys o feu doble clic a l'entrada."
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
-msgstr "Només visualitzareu les entrades que siguen aplicables al document actual. Si el document actual és un document de text, només visualitzareu l'entrada del %PRODUCTNAME Writer, i així successivament per a tots els mòduls del %PRODUCTNAME. El %PRODUCTNAME Impress i el %PRODUCTNAME Draw es tracten com un sol programa en este diàleg. Les entrades comunes sempre són visibles."
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
+msgstr ""
#. uYcBu
#: 01000000.xhp
@@ -80,14 +80,14 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Seleccioneu l'entrada que vulgueu editar.</ahelp>"
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
-msgstr "Nota per als usuaris del macOS: L'ajuda moltes vegades fa referència al camí de menú <emph>Eines ▸ Opcions</emph>. Substituïu aquest camí per <emph>%PRODUCTNAME ▸ Preferències</emph> del menú principal del macOS. Ambdues entrades del menú obren el quadre de diàleg Opcions."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
+msgstr ""
#. WS53M
#: 01000000.xhp
@@ -5246,42 +5246,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Obri el diàleg <emph>Camí del certificat</emph>.</ahelp>"
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr "Autoritats de segellat de temps"
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr ""
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr ""
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7523,6 +7487,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Especifica el color del ressaltat de les línies canviades en el text.</ahelp>"
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16748,41 +16874,41 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr ""
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
-msgstr "Open CL"
+msgid "OpenCL"
+msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
-msgstr "<bookmark_value>Open CL;opcions de configuració</bookmark_value><bookmark_value>opcions de configuració;Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
+msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
-msgstr "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
-msgstr "Open CL és una tecnologia que accelera el càlcul en fulls de càlcul grans. "
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
+msgstr ""
#. ddvkj
#: opencl.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/simpress.po b/source/ca-valencia/helpcontent2/source/text/simpress.po
index 4af9317b911..a8037884e70 100644
--- a/source/ca-valencia/helpcontent2/source/text/simpress.po
+++ b/source/ca-valencia/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-18 19:35+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress/ca_VALENCIA/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca-XV\n"
"X-POOTLE-MTIME: 1516022458.000000\n"
@@ -602,15 +602,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Estil/emplenament de l'àrea\">Estil/emplenament de l'àrea</link>"
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Ombra\">Ombra</link>"
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1106,15 +1097,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "Activa o desactiva els efectes 3D per als objectes seleccionats."
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interacció\">Interacció</link>"
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/01.po b/source/ca-valencia/helpcontent2/source/text/swriter/01.po
index e3f02216f79..ba45c56bc97 100644
--- a/source/ca-valencia/helpcontent2/source/text/swriter/01.po
+++ b/source/ca-valencia/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-18 19:34+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/ca_VALENCIA/>\n"
@@ -22778,14 +22778,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr "<link href=\"text/swriter/01/05150100.xhp\" name=\"En teclejar\">En teclejar</link>"
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
-msgstr "<ahelp hid=\".uno:OnlineAutoFormat\">Formata automàticament el document mentre escriviu. Per establir les opcions de formatació, trieu <emph>Eines - Opcions de correcció automàtica</emph> i, a continuació, feu clic a la pestanya <emph>Opcions</emph>.</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
+msgstr ""
#. Ddr5r
#: 05150100.xhp
diff --git a/source/ca-valencia/sfx2/messages.po b/source/ca-valencia/sfx2/messages.po
index 4f0228a9406..1d7ec527f3c 100644
--- a/source/ca-valencia/sfx2/messages.po
+++ b/source/ca-valencia/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-18 23:40+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/ca_VALENCIA/>\n"
@@ -927,8 +927,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "No s'ha trobat el filtre d'imatge"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -944,43 +950,43 @@ msgstr ""
"\n"
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Contrasenya incorrecta"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr "La clau OpenPGP no és de confiança, és malmesa o ha fallat el xifratge. Torneu-ho a intentar."
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Mínim $(MINLEN) caràcters)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(Mínim 1 caràcter)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(La contrasenya pot ser buida)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "L'acció no s'ha pogut dur a terme. El mòdul del %PRODUCTNAME que es necessita per a aquesta acció no està instal·lat."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -990,7 +996,7 @@ msgstr ""
"Voleu fer-ho ara?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -998,215 +1004,215 @@ msgid ""
msgstr "El filtre seleccionat $(FILTER) no està inclòs en aquesta edició. En la nostra pàgina d'Internet trobareu la informació per a poder demanar-los."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Us donem la benvinguda al %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "Deixeu anar un document ací, o obriu una aplicació al costat esquerre, per a crear-ne un."
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr "Text"
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr "Expressió regular"
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr "Predefinit"
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr "Desconegut"
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr "Nom de destinació"
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr "Tipus"
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr "Contingut"
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr "Distingeix majúscules i minúscules"
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr "Paraules completes"
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr "Sí"
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr "No"
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr "Destinació"
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr "Carrega les destinacions"
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr "Guarda les destinacions"
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr "Tots els camps són requerits"
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr "Ja hi ha una destinació amb aquest nom"
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr "Heu seleccionat més d'una destinació, però només se'n pot editar una a a la vegada."
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr "Esteu segur de voler suprimir $(TARGETSCOUNT) destinacions alhora?"
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr "Joc de destinacions (*.json)"
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr "Edita la destinació"
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr "S'ha produït un error en afegir una destinació nova. Informeu d'aquest incident."
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr "Cal el LibreOffice Draw per a la veladura. Assegureu-vos que el Draw s'haja instal·lat i funcione correctament."
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Versió actual"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Exporta"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Insereix"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~Insereix"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr "<Totes les imatges>"
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Guarda'n una còpia"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Compara amb"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "Fusiona amb"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "Document del %PRODUCTNAME"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " A: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1216,31 +1222,31 @@ msgstr ""
"El valor es guardarà com a text."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Ja existeix l'estil. Voleu sobreescriure'l?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Reinicialitza"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Aquest nom ja s'utilitza per a una plantilla."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Aquest estil no existeix."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1250,7 +1256,7 @@ msgstr ""
"perquè implicaria una referència recursiva."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1260,7 +1266,7 @@ msgstr ""
" Trieu-ne un altre."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1272,73 +1278,73 @@ msgstr ""
"Encara voleu suprimir aquests estils?\n"
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Estils en ús: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Navegador"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Confirmació incorrecta de la contrasenya"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Envia"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Tipus de lletra"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Mostra el comentari de la versió"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(sense nom definit)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Jeràrquic"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "Voleu cancel·lar l'gravació\t? Tot el que heu gravat fins ara es perdrà."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Cancel·la l'gravació\t"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "S'estan inicialitzant les plantilles per al primer ús."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1348,7 +1354,7 @@ msgstr ""
"Trieu-ne una i torneu-ho a provar."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1358,19 +1364,19 @@ msgstr ""
"Reviseu-ne la configuració."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "La impressora està ocupada."
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (només de lectura)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1382,7 +1388,7 @@ msgstr ""
"en el document actiu?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1394,7 +1400,7 @@ msgstr ""
"en el document actiu?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1406,7 +1412,7 @@ msgstr ""
"en el document actiu?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1416,7 +1422,7 @@ msgstr ""
" s'està duent a terme una tasca d'impressió."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1427,7 +1433,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1439,19 +1445,19 @@ msgstr ""
"El codi d'error és $1"
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr "S'ha produït un error en enviar el correu electrònic."
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "No es pot editar el document, segurament per falta de drets d'accés. Voleu editar una còpia del document?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1461,471 +1467,471 @@ msgstr ""
"Voleu editar una còpia del document?"
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr "També podeu intentar d'ignorar el blocatge i obrir el fitxer per a editar-lo."
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "Obri una ~còpia"
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr "~Obri"
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (document reparat)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "Aquest document no s'ha baixat del servidor."
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr "Ajudeu-nos a fer el %PRODUCTNAME encara millor!"
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr "Vull implicar-m'hi"
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr "Les vostres donacions ajuden a la nostra comunitat mundial."
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr "Donatiu"
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr "Esteu fent servir la versió %PRODUCTVERSION del %PRODUCTNAME per primer cop. En voleu conèixer les novetats?"
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr "Notes de la versió"
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Aquest document s'ha obert en mode només de lectura."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr "Este PDF és obert en mode de només de lectura per a poder signar el fitxer existent."
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "L'etiqueta de classificació d'aquest document és %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "Aquest document ha de classificar-se abans que es puga apegar des del porta-retalls."
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "Este document té una classificació d'un nivell inferior que el del porta-retalls."
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "Nivell"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "Seguretat nacional:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Control d'exportació:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Baixa"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Edita el document"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Signa el document"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "Este document té una signatura no vàlida."
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "La signatura era vàlida, però el document s'ha modificat."
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "La signatura és correcta, però el certificat no s'ha pogut validar."
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "La signatura és correcta, però el document només s'ha signat parcialment."
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr "No s'ha pogut validar el certificat i el document només està signat parcialment."
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "Este document és signat digitalment i la signatura és vàlida."
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "Mostra les signatures"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Tanca el quadre"
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Acobla"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Desacobla"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Més opcions"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Tanca la barra lateral"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "Configuració de la barra lateral"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Personalització"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Restaura els valors predeterminats"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "Tanca la barra lateral"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr "Alitzarina"
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "Rusc"
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Corba blava"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "Cianotip"
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "Blau brillant"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr "Roig elegant"
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "ADN"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Focus"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "Au forestal"
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "Impressió"
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "Inspiració"
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "Llums"
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "Verd exuberant"
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "Metròpoli"
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "Blau de mitjanit"
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "Natura"
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "Llapis"
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "Piano"
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "Portafolis"
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "Progrés"
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "Ocàs"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Vintage"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "Llampant"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "CV"
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "Currículum"
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "Per defecte"
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "Modern"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "Carta comercial moderna, lletra sense serif"
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "Carta comercial moderna, lletra amb serif"
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "Targeta de visita amb logotip"
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "Simple"
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Suprimeix"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Neteja-ho tot"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Longitud de la contrasenya"
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "La contrasenya que heu introduït té problemes d'interoperabilitat. Introduïu una contrasenya de menys de 52 bytes o de més de 55 bytes."
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr "Mantingueu premuda la tecla %{key} i feu clic a l'enllaç per a obrir-lo: %{link}"
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr "Feu clic per a obrir l'enllaç: %{link}"
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(utilitzat per: %STYLELIST)"
diff --git a/source/ca-valencia/svx/messages.po b/source/ca-valencia/svx/messages.po
index a72f4e08f9b..54ad3bc782e 100644
--- a/source/ca-valencia/svx/messages.po
+++ b/source/ca-valencia/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-18 23:40+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/ca_VALENCIA/>\n"
@@ -5311,1195 +5311,1227 @@ msgid "All formats"
msgstr "Tots els formats"
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr "Còncava curta"
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Quadrat 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr "Fletxa curta"
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr "Línies de dimensió"
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Fletxa doble"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr "Triangle"
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr "Còncava"
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr "Fletxa llarga"
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr "Línia de dimensió"
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Cercle"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Quadrat"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Fletxa"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr "Semicercle"
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "Triangle buit"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "Diamant buit"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Diamant"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Cercle buit"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Quadrat 45 buit"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "Quadrat buit"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr "Semicircumferència"
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr "Fletxa de línia de dimensió"
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr "Línia curta"
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr "Línia"
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr "Mitja fletxa a l'esquerra"
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr "Mitja fletxa a la dreta"
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr "Fletxa invertida"
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr "CF un"
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr "CF només un"
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr "CF molts"
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr "CF múltiple un"
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr "CF zero un"
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr "CF zero molts"
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Transparència"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr "Verd 1 (color principal del %PRODUCTNAME)"
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "Verd accentuat"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "Blau accentuat"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "Taronja accentuat"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Porpra"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "Porpra accentuat"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "Groc accentuat"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Tema de la galeria"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "S'ha recuperat correctament"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "S'ha recuperat el document original"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Ha fallat la recuperació"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "S'està recuperant"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Encara no s'ha recuperat"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "El %PRODUCTNAME %PRODUCTVERSION ha començat a recuperar els documents. Segons la mida dels documents, este procés pot trigar una estona."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "La recuperació dels documents ha finalitzat. Feu clic a «Finalitza» per a veure els documents."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~Finalitza"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Últim valor personalitzat"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Exportació d'imatge"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "Guarda com a imatge"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Insereix objectes"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "Gira l'objecte 3D"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Crea un objecte d'extrusió"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Crea un objecte de gir"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Divideix l'objecte 3D"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Tots]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Filtre gràfic"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Tema nou"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "Efectes 3D"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Animacions"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Pics"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Oficina"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Senyaladors"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Diagrames de flux"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Emoticones"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Imatges"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Fons"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Pàgina inicial"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Interacció"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Mapes"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Gent"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Superfícies"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Ordinadors"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Diagrames"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Entorn"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Finances"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Transport"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Formes de text"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Sons"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Símbols"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "El meu tema"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Fletxes"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Globus"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Teclat"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Hora"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Presentació"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Calendari"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Navegació"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Comunicació"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Finances"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Ordinadors"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Clima"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Escola i universitat"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Solució de problemes"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Screen Beans"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Impressió de la selecció"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "Voleu imprimir la selecció o bé tot el document?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~Tot"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~Selecció"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Extrusió nord-oest"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Extrusió nord"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Extrusió nord-est"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Extrusió oest"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Extrusió cap arrere"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Extrusió est"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Extrusió sud-oest"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Extrusió sud"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Extrusió sud-est"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 cm"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 cm"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2,5 cm"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 cm"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~cm"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 polzades"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0,~5 polzades"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 polzada"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 polzades"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 polzades"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Sense emplenament"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "Transparent"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Predeterminat"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Vores"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Estil de la vora"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "Més numeració..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "Més pics..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "Per autor"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Pàgines"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Neteja la formatació"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Més estils..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Més opcions..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Nom del tipus de lletra"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "Nom del tipus de lletra. El tipus de lletra actual no es troba disponible i se substituirà."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "personalitzat"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "Colors del document"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Color del document"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Extrusió"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Activa/desactiva l'extrusió"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Inclina cap avall"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Inclina cap amunt"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Inclina cap a l'esquerra"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Inclina cap a la dreta"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Canvia la profunditat d'extrusió"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Canvia l'orientació"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Canvia el tipus de projecció"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Canvia la il·luminació"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Canvia la lluminositat"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Canvia l'extrusió de la superfície"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Canvia el color de l'extrusió"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Preferit"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Aplica la forma del Fontwork"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Aplica la mateixa alçària de lletra Fontwork"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Aplica l'alineació del Fontwork"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Aplica l'espaiat entre caràcters del Fontwork"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "amb"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Estil"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "i"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Control de la cantonada"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Selecció d'un punt de cantonada."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Part superior esquerra"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Part superior central"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Part superior dreta"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Part central esquerra"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Centre"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Part central dreta"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Part inferior esquerra"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Part inferior central"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Part inferior dreta"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Control de la vora"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Ací podeu editar la vora."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Selecció de caràcters especials"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Seleccioneu caràcters especials en aquesta àrea."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Codi del caràcter "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Es requereix una entrada en el camp '#'. Introduïu un valor."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formularis"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "No s'ha seleccionat cap control"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Propietats: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Propietats del formulari"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Navegador de formularis"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formulari"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formulari"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Control amagat"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Control"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Registre"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "de"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Afig un camp:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "S'ha produït un error d'escriptura en la base de dades"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "S'ha produït un error de sintaxi en l'expressió de consulta"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Esteu intentant suprimir un registre."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "Se suprimiran # registres."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6509,331 +6541,331 @@ msgstr ""
"Voleu continuar igualment?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Barra de navegació"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Col."
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Conjunt de propietats '#'"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Insereix al contenidor"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Suprimeix #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Suprimeix # objectes"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Reemplaça un element del contenidor."
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Reemplaça el camp de control"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Botó polsador"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Botó d'opció"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Casella de selecció"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Camp d'etiqueta"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Quadre de grup"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Quadre de text"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Camp formatat"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Quadre de llista"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Quadre combinat"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Botó gràfic"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Control d'imatge"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Selecció de fitxer"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Camp de data"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Camp d'hora"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Camp numèric"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Camp de moneda"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Camp emmascarat"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Control de taula "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Barra de desplaçament"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Botó de selecció de valor"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Barra de navegació"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Selecció múltiple"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "No hi ha cap control de dades en el formulari actual."
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Data)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Temps)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Navegador de filtres"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Filtra"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "O"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "El formulari actual no conté controls vàlids que es puguen utilitzar per a visualitzar una taula."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<Camp automàtic>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "S'ha produït un error de sintaxi en l'expressió SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "El valor #1 no es pot utilitzar amb COM."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "COM no es pot utilitzar amb aquest camp."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "La data no és vàlida. Introduïu-la en un format vàlid, per exemple, dd/mm/aa."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "El camp no es pot comparar amb un enter."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "La base de dades no conté la taula \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "La base de dades no conté cap taula o consulta que s'anomene \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "La base de dades ja conté una taula o vista amb el nom \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "La base de dades ja conté una consulta amb el nom \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "La columna \"#1\" és desconeguda a la taula \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "El camp no es pot comparar amb un nombre de coma flotant."
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "El criteri indicat no es pot comparar amb aquest camp."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Navegador de dades"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (només de lectura)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "El fitxer ja existeix. Voleu sobreescriure'l?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "Etiqueta de l'objecte #object#"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6843,7 +6875,7 @@ msgstr ""
"Esteu segur que voleu suprimir aquest model?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6853,7 +6885,7 @@ msgstr ""
"Esteu segur que voleu suprimir aquesta instància?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6863,13 +6895,13 @@ msgstr ""
"Esteu segur que voleu suprimir aquest element?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Esteu segur que voleu suprimir l'atribut '$ATTRIBUTENAME'?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6881,7 +6913,7 @@ msgstr ""
"Esteu segur que voleu suprimir aquesta tramesa?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6893,994 +6925,994 @@ msgstr ""
"Esteu segur que voleu suprimir aquesta vinculació?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "'%1' no és un nom d'XML vàlid. Introduïu un nom diferent."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "'%1' no és un prefix d'XML vàlid. Introduïu un prefix diferent."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "El nom '%1' ja existeix. Trieu-ne un altre."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "La tramesa ha de tindre un nom."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Publica"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Posa"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Aconsegueix"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Cap"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Instància"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Document"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Vinculant: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Referència: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Acció: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Mètode: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Reemplaça: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Afig un element"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Edita un element"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Suprimeix un element"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Afig un atribut"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Edita un atribut"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Suprimeix un atribut"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Afig una vinculació"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Edita una vinculació"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Suprimeix una vinculació"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Afig una tramesa"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Edita una tramesa"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Suprimeix una tramesa"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Element"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Atribut"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Vinculació"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Expressió vinculant"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Esteu segur que voleu descartar la recuperació de documents del %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Esquerra"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Dreta"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Centre"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Decimal"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Mode d'inserció. Feu clic per a canviar al mode de sobreescriptura."
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Mode de sobreescriptura. Feu clic per a canviar al mode d'inserció."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Sobreescriu"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Insereix"
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Signatura digital: la signatura del document és correcta."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Signatura digital: la signatura del document és correcta, però no s'ha pogut validar el certificat."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr "Signatura digital: la signatura del document no coincideix amb el contingut del document. Vos recomanem molt que no confieu en aquest document."
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Signatura digital: el document no està signat."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Signatura digital: la signatura del document i el certificat són correctes, però no totes les parts del document estan signades."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "El document s'ha modificat. Feu clic per a guardar el document."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "El document no s'ha modificat des de l'última vegada que s'ha guardat."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "S'està carregant el document..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "Ajusta la dispositiva a la finestra actual."
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "No s'han pogut carregar tots els objectes de SmartArts. Este problema s'evita si guardeu en format del Microsoft Office 2010 o posterior."
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Factor d'escala. Feu clic dret per a canviar el factor d'ampliació o feu clic per a obrir el diàleg d'escala."
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Apropa"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Allunya"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Tota la pàgina"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Amplària de la pàgina"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Visualització òptima"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Estils inclosos"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Estils de ~paràgrafs"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Estils de ~cel·la"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "Cerca formatació"
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "Reemplaça per la formatació"
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "S'ha arribat a la fi del document"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "S'ha arribat al final del document, es continua des del principi"
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "S'ha arribat a la fi del full"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "No s'ha trobat l'expressió buscada"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "No s'ha trobat element de navegació"
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "S'ha arribat a l'inici del document"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "S'ha arribat al començament del document, es continua des del final"
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr "S'ha arribat al primer recordatori, es continua des de l'últim"
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr "S'ha arribat a l'últim recordatori, es continua des del primer"
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Paleta de colors"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "Reemplaçament de color"
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "Efectes 3D"
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "La contrasenya no és correcta"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Les contrasenyes no coincideixen"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Pics circulars, xicotets i plens"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Pics circulars, grans i plens"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Pics en diamant i plens"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Pics quadrats, grans i plens"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Pics en fletxa cap a la dreta, plens"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Pics en fletxa cap a la dreta"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "Pics en forma creu"
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "Pics de marca de verificació"
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Número 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Número 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Número (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Xifra romana en majúscula I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Lletra majúscula A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lletra minúscula a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lletra minúscula (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Xifra romana en minúscula i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Numèric; numèric; lletres minúscules; pic circular, xicotet i ple"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Numèric; lletres minúscules; pic circular, xicotet i ple"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Numèric; lletres minúscules; xifres romanes en minúscula; lletres majúscules; pic circular, xicotet i ple"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Numèric"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Xifres romanes en majúscula; lletres majúscules; xifres romanes en minúscula; lletres minúscules; pic circular, xicotet i ple"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Lletres majúscules; xifres romanes en majúscula; lletres minúscules; xifres romanes en minúscula; pic circular, xicotet i ple"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numèric amb tots els subnivells"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Pic en fletxa cap a la dreta; pic en fletxa cap a la dreta ple; pic en diamant ple; pics circulars, xicotets i plens"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "No s'ha pogut crear el fitxer zip."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Estils de disseny de taula"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Accions per desfer: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Accions per desfer: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Accions per refer: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Accions per refer: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Busca"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Coincidència de majúscules i minúscules"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Cadena formatada"
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) × $(HEIGHT) a $(DPI) PPP"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) kiB"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "Imatge GIF"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "Imatge JPEG"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "Imatge PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "Imatge TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "Imatge WMF"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "Imatge MET"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "Imatge PICT"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "Imatge SVG"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "Imatge BMP"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Desconegut"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Commuta"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Mode d'imatge"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Roig"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Verd"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Blau"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Lluminositat"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Contrast"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Transparència"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Escapça"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Orientació per defecte"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "De dalt a baix"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "De baix a dalt"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Apilat"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Marge esquerre: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Marge superior: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Marge dret: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Marge inferior: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Descripció de la pàgina: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Majúscules"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Minúscules"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Majúscules romanes"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Minúscules romanes"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Àrab"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Cap"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Horitzontal"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Vertical"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Esquerra"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Dreta"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Tot"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Reflectit"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Data: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Text: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Fons del caràcter"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Paleta de colors"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr "Números de diapositiva:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7890,1916 +7922,1916 @@ msgstr ""
"Voleu guardar la versió modificada?"
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Llatí bàsic"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Llatí-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Llatí ampliat A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Llatí ampliat B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Extensions de l'IPA"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Lletres modificadores d'espaiat"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Combinació de caràcters diacrítics"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Grec bàsic"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Símbols grecs i coptes"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Ciríl·lic"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armeni"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Hebreu bàsic"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebreu ampliat"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Àrab bàsic"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Àrab ampliat"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengalí"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Oriya"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tàmil"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kanarés"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malaiàlam"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Tai"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Laosià"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Georgià bàsic"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Georgià ampliat"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Llatí ampliat addicional"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Grec ampliat"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Puntuació general"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Superíndexs i subíndexs"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Símbols de monedes"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Combinació de símbols diacrítics"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Símbols tipus carta"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Símbols numèrics"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Fletxes"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Operadors matemàtics"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Caràcters tècnics diversos"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Imatges de control"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Reconeixement òptic de caràcters"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Alfanumèrics delimitats"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Dibuix de quadres"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Elements de bloc"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Formes geomètriques"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Símbols diversos"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Caràcters decoratius"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "Símbols i puntuació CJK"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Jamo amb compatibilitat Hangul"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK: diversos"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Caràcters i mesos CJK delimitats"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "Compatibilitat amb CJK"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "Ideogrames unificats CJK"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "Ideogrames unificats CJK ampliació A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Àrea d'ús privat"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "Ideogrames de compatibilitat amb CJK"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Formes de presentació alfabètiques"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Formes de presentació de l'àrab (A)"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Marques mitjanes de combinació"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "Formes de compatibilitat amb CJK"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Variants de xicotets formes"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Formes de presentació de l'àrab (B)"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Formes d'amplària mitjana i d'amplària completa"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Especials"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Síl·labes Yi"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Radicals Yi"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Cursiva antiga"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gòtic"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Símbols musicals bizantins"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Símbols musicals"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Símbols matemàtics alfanumèrics"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "Ideogrames unificats del CJK ampliació B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Ideogrames unificats del CJK ampliació C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "Ideogrames unificats del CJK ampliació D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "Ideogrames de compatibilitat amb CJK (suplement)"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Etiquetes"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Ciríl·lic (suplement)"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Selectors de variació"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Àrea d'ús privat - A (suplement)"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Àrea d'ús privat - B (suplement)"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Símbols khmer"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Extensions fonètiques"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Fletxes i símbols miscel·lanis"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Símbols hexagrames yijing"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Conjunt de síl·labes lineal B"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Ideogrames lineal B"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Nombres egeus"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugarític"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shavià"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanià"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Singalés"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetà"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Myanmar"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogàmic"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Rúnic"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Siríac"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etíop"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Xerokee"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Síl·labes aborígens canadenques"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongol"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Símbols matemàtics diversos - A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Fletxes suplementàries - A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Plantilles Braille"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Fletxes suplementàries - B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Símbols matemàtics diversos - B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "Radical CJK (suplement)"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Radicals Kangxi"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Caràcters de descripció ideogràfica"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagàlog"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo ampliat"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Fonètica katakana"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Traços CJK"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Conjunt de síl·labes xipriotes"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Símbols tai xuan jing"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Selectors de variació (suplement)"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Notació musical del grec antic"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Nombres grecs antics"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Àrab (suplement)"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Buginés"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Combinació de caràcters diacrítics (suplement)"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Copte"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Etíop ampliat"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Etíop (suplement)"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Georgià (suplement)"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagolític"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharosthi"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Lletres modificadores del to"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Tai Lue nou"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Persa antic"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Extensions fonètiques (suplement)"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Puntuació suplementària"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Formes verticals"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balinés"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Llatí ampliat-C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Llatí ampliat-D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Fenici"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Cuneïforme"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Nombres i puntuació cuneïforme"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Numerals de palets per comptar"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sondanés"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Ciríl·lic ampliat-A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Ciríl·lic ampliat-B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Txam"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Símbols antics"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Disc de Festos"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lici"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Cari"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lidi"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Fitxes del mahjong"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Fitxes del dòmino"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samarità"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Sil·làbics aborígens canadencs ampliats"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Extensions vèdiques"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Formes numèriques índiques comunes"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari ampliat"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Jamo ampliat - A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javanés"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmar ampliat - A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei mayek"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Jamo ampliat - B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Arameu imperial"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "àrab del sud antic"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "avèstic"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Part d'inscripció"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Pahlavi d'inscripció"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Turc antic"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "símbols numèrics rumi"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Jeroglífics egipcis"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Alfanumèrics delimitats (suplement)"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Ideogràfic delimitat (suplement)"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "mandaic"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "batak"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "etíop ampliat - A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "brahmi"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Bamum (suplement)"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Kana (suplement)"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Cartes de joc"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Símbols i pictogrames miscel·lanis"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Emoticones"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Símbols de transport i mapes"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Símbols d'alquímia"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Àrab ampliat-A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Símbols alfabètics matemàtics àrabs"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Extensions Meetei Mayek"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Meroític cursiva"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Jeroglífics meroítics"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Sondanés (suplement)"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Bassa vah"
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "albanés caucàsic"
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "xifres epactes coptes"
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Marques diacrítiques combinables (suplement)"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Taquigrafia de Duployé"
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Elbasan"
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Formes geomètriques (suplement)"
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Khudawadi"
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Llatí ampliat - E"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Lineal A"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Maniqueu"
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modi"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Mianmar ampliat - B"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Nabateu"
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Àrab del nord antic"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Pèrmic antic"
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Floritures ornamentals"
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Palmiré"
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "pahlavi de salteri"
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Controls de format de taquigrafia"
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Nombres arcaics del singalés"
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Fletxes suplementàries - C"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahom"
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Jeroglífics anatòlics"
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Xerokee (suplement)"
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "Ideogrames unificats CJK ampliació E"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Cuneïforme dinàstic arcaic"
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Arameu de Hatra"
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multani"
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Hongarés antic"
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Símbols i pictogrames suplementaris"
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Transcripció Sutton de llengües de signes"
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "adlam"
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Ciríl·lic ampliat - C"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Suplement glagolític"
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Símbols ideogràfics i puntuació"
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Suplement mongol"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "newa"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "osage"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "tangut"
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "components de tangut"
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "Ideogrames unificats del CJK ampliació F"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "kana ampliat-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Masaram gondi"
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "nushu"
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "soyombo"
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Suplement siríac"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "Quadrat de Zanabazar"
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "Símbols dels escacs"
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "dogra"
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "gunjala gondi"
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "hanifi rohingya"
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Nombres índics siyaq"
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "macassarés"
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Nombres maies"
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "sogdià antic"
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "sogdià"
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr "Controls de formatació de jeroglífics egipcis"
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr "elimaid"
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr "nandinagari"
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr "Nyiakeng Puachue Hmong"
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr "Nombres otomans «siyaq»"
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr "Extensió kana petit"
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr "Símbols i pictogrames, ampliació A"
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr "Suplement del tamil"
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr "wancho"
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr "Coràsmic"
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr "Ideogrames unificats CJK ampliació G"
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr "Dhives Akuru"
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr "Escriptura kitan petita"
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr "Lisu (suplement)"
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr "Símbols d'informàtica antiga"
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr "Tangut (suplement)"
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr "Yezidi"
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "D'esquerra a dreta (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "De dreta a esquerra (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Utilitza la configuració d'objectes superordinats"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "D'esquerra a dreta (horitzontal)"
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "De dreta a esquerra (horitzontal)"
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "De dreta a esquerra (vertical)"
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "D'esquerra a dreta (vertical)"
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "De baix a dalt, d'esquerra a dreta (vertical)"
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Fontwork"
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10585,244 +10617,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Línia diagonal de vora des de la part inferior esquerra fins a la part superior dreta"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Cap"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "Pics"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Imatges"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "Imatges enllaçades"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr "1r, 2n, 3r, ..."
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr "Un, dos, tres, ..."
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr "Primer, segon, tercer, ..."
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A,... AA,... AAA..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr "*, †, ‡, §, **, ††, ..."
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Numeració nativa"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб... (búlgar)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб... (búlgar)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб... (búlgar)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб... (búlgar)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб... (rus)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб... (rus)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб... (rus)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб... (rus)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб... (serbi)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб... (serbi)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб... (serbi)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб... (serbi)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ... (lletra grega en majúscules)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ... (lletra grega en minúscules)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א...י, יא...כ..."
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א...ת, אא...תת..."
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١, ٢, ٣, ٤, ... (àrab)"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱, ۲, ۳, ۴, ... (persa)"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16060,7 +16093,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/ca-valencia/sw/messages.po b/source/ca-valencia/sw/messages.po
index 3ddea1f8f72..d79919f20fc 100644
--- a/source/ca-valencia/sw/messages.po
+++ b/source/ca-valencia/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2020-07-18 23:40+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/ca_VALENCIA/>\n"
@@ -575,7 +575,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Paràgrafs numerats"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -583,1301 +583,1337 @@ msgstr "Paràgrafs numerats"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10948,127 +10984,127 @@ msgid "Width:"
msgstr "Amplària:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Espaiat:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Amplària i espaiat"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "Est_il:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_Amplària:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "A_lçària:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "_Posició:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Superior"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Centrat"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Inferior"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_Color:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Línia de separació"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Columnes:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Distribueix el contingut uniformement en _totes les columnes"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Selecció"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Àrea actual"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Àrea seleccionada"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Marc"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Estil de pàgina: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "_Aplica a:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "_Direcció del text:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Configuració"
@@ -12800,67 +12836,67 @@ msgid "Space to text"
msgstr "Espai per al text"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Àrea de la nota al peu"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_Posició"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "E_stil"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "_Gruix"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_Color"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_Longitud"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "_Espaiat als continguts de la nota al peu"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Esquerra"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Centrat"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Dreta"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "Línia de separació"
@@ -19095,7 +19131,7 @@ msgid "_More Options"
msgstr "_Més opcions"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Més opcions"
@@ -21277,43 +21313,43 @@ msgid "Remaining space:"
msgstr "Espai restant:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Amplària de la columna 2"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Amplària de la columna 3"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Amplària de la columna 4"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Amplària de la columna 5"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Amplària de la columna 6"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Amplària de la columna 1"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Amplària de la columna"
diff --git a/source/ca/chart2/messages.po b/source/ca/chart2/messages.po
index 7efc8875a3e..25fadeb257c 100644
--- a/source/ca/chart2/messages.po
+++ b/source/ca/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-22 11:13+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/ca/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547819235.000000\n"
#. NCRDD
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Orientació del text"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "Esque_ma"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Simple"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Realista"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Personalitzat"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "Esque_ma"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_Ombrejat"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "Vores de l'_objecte"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "Vores a_rrodonides"
diff --git a/source/ca/cui/messages.po b/source/ca/cui/messages.po
index f6152fab2c9..f2d709108e6 100644
--- a/source/ca/cui/messages.po
+++ b/source/ca/cui/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-08-04 11:13+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-14 05:53+0000\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -2660,7 +2660,7 @@ msgstr "Trieu «Jeràrquic» a la barra lateral d'Estils per a veure la relació
#: cui/inc/tipoftheday.hrc:140
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 "Podeu usar els estils per a fer les taules del documents consistents. Trieu-ne un dels predefinits amb Estils (F11) o via Taula ▸ Format automàtic."
+msgstr "Podeu utilitzar els estils per tal que les taules del document siguin consistents. Trieu-ne un a predefinit per estils (F11) o mitjançant Taula ▸ Estils de formatació automàtica."
#. UuBRE
#: cui/inc/tipoftheday.hrc:141
@@ -2978,7 +2978,7 @@ msgstr "En el %PRODUCTNAME Draw, per a canviar el punt 0/0 dels regles, arrosseg
#: cui/inc/tipoftheday.hrc:191
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 "Voleu moure una columna del Calc entre altres dues columnes en un pas? Feu clic a la capçalera i després en una cel·la de la columna, manteniu el botó del ratolí i mogueu a l'objectiu amb la tecla %MOD2."
+msgstr "Voleu desplaçar una columna del Calc entremig d'unes altres dues columnes en un sol pas? Feu clic a la capçalera i a una cel·la de la columna, manteniu premut el botó del ratolí i desplaceu-la fins a l'objectiu amb la tecla %MOD2."
#. 3xJeA
#: cui/inc/tipoftheday.hrc:192
@@ -4341,66 +4341,108 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "Només _text"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr "Addicions"
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
-msgstr ""
+msgstr "Etiqueta de progrés"
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
-msgstr ""
+msgstr "EtiquetaDeProgrés"
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
-msgstr ""
+msgstr "Aquesta etiqueta mostra el progrés de les operacions; com ara les extensions de càrrega, no s'ha trobat, etc."
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
-msgstr ""
+msgstr "CercaEntrada"
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
-msgstr ""
+msgstr "Menú de configuració"
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
-msgstr ""
+msgstr "Conté ordres per a modificar els paràmetres de la llista d'addicions, com ara el tipus d'ordenació o el tipus de visualització."
#. 5WUFA
#: cui/uiconfig/ui/additionsfragment.ui:48
msgctxt "additionsEntry|buttonInstall"
msgid "button"
-msgstr ""
+msgstr "botó"
#. fjAQL
#: cui/uiconfig/ui/additionsfragment.ui:80
msgctxt "additionsEntry|linkButtonName"
msgid "button"
-msgstr ""
+msgstr "botó"
#. Zf6WY
#: cui/uiconfig/ui/additionsfragment.ui:100
msgctxt "additionsEntry|labelAuthor"
msgid "label"
-msgstr ""
+msgstr "etiqueta"
#. tLQYB
#: cui/uiconfig/ui/additionsfragment.ui:114
@@ -4412,37 +4454,37 @@ msgstr "Descripció:"
#: cui/uiconfig/ui/additionsfragment.ui:128
msgctxt "additionsEntry|labelDescription"
msgid "label"
-msgstr ""
+msgstr "etiqueta"
#. PdDQM
#: cui/uiconfig/ui/additionsfragment.ui:150
msgctxt "additionsEntry|labelLicense"
msgid "label"
-msgstr ""
+msgstr "etiqueta"
#. D2C5J
#: cui/uiconfig/ui/additionsfragment.ui:164
msgctxt "additionsEntry|labelVersion"
msgid "label"
-msgstr ""
+msgstr "etiqueta"
#. cFsEL
#: cui/uiconfig/ui/additionsfragment.ui:181
msgctxt "additionsEntry|labelComments"
msgid "Comments:"
-msgstr ""
+msgstr "Comentaris:"
#. ezUmV
#: cui/uiconfig/ui/additionsfragment.ui:191
msgctxt "additionsEntry|linkButtonComments"
msgid "button"
-msgstr ""
+msgstr "botó"
#. yQYjP
#: cui/uiconfig/ui/additionsfragment.ui:254
msgctxt "additionsEntry|labelDownloader"
msgid "label"
-msgstr ""
+msgstr "etiqueta"
#. fUE2f
#: cui/uiconfig/ui/additionsfragment.ui:287
@@ -4454,7 +4496,7 @@ msgstr "Mostra més extensions"
#: cui/uiconfig/ui/additionsfragment.ui:294
msgctxt "additionsDialog|buttonShowMore"
msgid "ButtonShowMore"
-msgstr ""
+msgstr "BotóMostraMés"
#. i9AoG
#: cui/uiconfig/ui/additionsfragment.ui:295
@@ -5252,7 +5294,7 @@ msgstr "Partició de mots"
#: cui/uiconfig/ui/breaknumberoption.ui:94
msgctxt "beforebreak"
msgid "Sets the minimum number of characters of the word to be hyphenated that must remain at the end of the line."
-msgstr ""
+msgstr "Estableix el nombre mínim de caràcters de la paraula que es partirà que han de quedar al final de la línia."
#. 8Fp43
#: cui/uiconfig/ui/breaknumberoption.ui:105
@@ -5264,7 +5306,7 @@ msgstr "Caràcters abans del salt"
#: cui/uiconfig/ui/breaknumberoption.ui:138
msgctxt "afterbreak"
msgid "Specifies the minimum number of characters of a hyphenated word required at the next line."
-msgstr ""
+msgstr "Especifica el nombre mínim de caràcters d'una paraula partida que hi ha d'haver a la línia següent."
#. p6cfZ
#: cui/uiconfig/ui/breaknumberoption.ui:149
@@ -5276,7 +5318,7 @@ msgstr "Caràcters després del salt"
#: cui/uiconfig/ui/breaknumberoption.ui:182
msgctxt "wordlength"
msgid "Specifies the minimum number of characters required for automatic hyphenation to be applied."
-msgstr ""
+msgstr "Indica el nombre mínim de caràcters necessaris per a aplicar la partició de mots automàtica."
#. sAo4B
#: cui/uiconfig/ui/breaknumberoption.ui:193
@@ -6494,13 +6536,13 @@ msgstr "Trieu un color"
#: cui/uiconfig/ui/colorpickerdialog.ui:157
msgctxt "extended tip | preview"
msgid "In the left part of the bottom bar, the current result of your work in this dialog is visible."
-msgstr ""
+msgstr "A la part esquerra de la barra inferior, podeu veure el resultat actual del vostre treball en aquest diàleg."
#. 7jLV5
#: cui/uiconfig/ui/colorpickerdialog.ui:173
msgctxt "extended tip | previous"
msgid "In the right part of the bottom bar, you will see the original color from the parent tab, Colors."
-msgstr ""
+msgstr "A la part dreta de la barra inferior, veureu el color original de la pestanya Colors."
#. yEApx
#: cui/uiconfig/ui/colorpickerdialog.ui:198
@@ -6692,7 +6734,7 @@ msgstr ""
#: cui/uiconfig/ui/colorpickerdialog.ui:772
msgctxt "extended tip | keySpinbutton"
msgid "Set the Black color value or key (black) as expressed in the CMYK color model."
-msgstr ""
+msgstr "Definiu el valor del negre (clau) expressat segons el model de color CMYK."
#. mxFDw
#: cui/uiconfig/ui/colorpickerdialog.ui:789
@@ -7286,7 +7328,7 @@ msgstr ""
#: cui/uiconfig/ui/editdictionarydialog.ui:108
msgctxt "lang"
msgid "Assigns a new language to the current custom dictionary."
-msgstr ""
+msgstr "Assigna una llengua nova al diccionari personalitzat actual."
#. PV8x9
#: cui/uiconfig/ui/editdictionarydialog.ui:121
@@ -11195,7 +11237,7 @@ msgstr "Exporta com a:"
#: cui/uiconfig/ui/optfltrembedpage.ui:237
msgctxt "optfltrembedpage|highlighting"
msgid "Highlighting"
-msgstr "Ressaltat"
+msgstr "Realçament"
#. Dnrx7
#: cui/uiconfig/ui/optfltrembedpage.ui:254
@@ -15132,7 +15174,7 @@ msgstr "Nom:"
#: cui/uiconfig/ui/signatureline.ui:163
msgctxt "signatureline|label_title"
msgid "Title:"
-msgstr "Títol:"
+msgstr "Càrrec:"
#. 48kX8
#. Suggested Signer email
diff --git a/source/ca/dbaccess/messages.po b/source/ca/dbaccess/messages.po
index 832bdbbef89..41780133816 100644
--- a/source/ca/dbaccess/messages.po
+++ b/source/ca/dbaccess/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
-"PO-Revision-Date: 2020-06-21 08:37+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-11 04:16+0000\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -524,7 +524,7 @@ msgstr "Afegeix una columna"
#: dbaccess/inc/strings.hrc:104
msgctxt "RID_STR_FIELD_DOESNT_EXIST"
msgid "Invalid expression, field name '$name$' does not exist."
-msgstr "L'expressió no és vàlida, el nom del camp '$name$' no existeix."
+msgstr "L'expressió no és vàlida; el nom del camp «$name$» no existeix."
#. WiCaf
#: dbaccess/inc/strings.hrc:105
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Tasques"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Descripció"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Previsualització"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"Voleu tancar tots els documents ara?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "N~om del formulari"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Nom de l'info~rme"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "N~om de la carpeta"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "El document conté formularis o informes amb macros incrustades."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"Tingueu en compte que no podreu incrustar macros en el document de base de dades fins que no feu aquesta migració. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Base de dades incrustada"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "No podeu seleccionar categories diferents."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "S'ha trobat un tipus d'objecte no admès ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Propietats avançades"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Paràmetres addicionals"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Paràmetres de la connexió"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Nom de la ~taula"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "Nom de la ~consulta"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Canvia el nom a"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Insereix com a"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Voleu suprimir les dades seleccionades?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "S'ha produït un error en definir els criteris d'ordenació"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "S'ha produït un error en definir els criteris de filtre"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "S'ha perdut la connexió"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Consultes"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Taules"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Confirmeu la supressió"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Voleu suprimir la taula «%1»?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "S'ha perdut la connexió amb la base de dades. Voleu reconnectar-vos-hi?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "S'han trobat advertiments"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "La connexió amb la base de dades ha generat advertiments en recuperar les taules."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "S'està connectant a «$name$»…"
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "S'està carregant la consulta $name$..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "S'està carregant la taula $name$..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "No s'ha pogut trobar cap format de taula."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "No s'ha pogut establir la connexió a la font de dades «$name$»."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Desconegut;Text;Nombre;Data/Hora;Data;Hora;Sí/No;Moneda;Memo;Comptador;Imatge;Text (fix);Decimal;Binari (fix);Binari;BigInt;Doble;Flotant;Real;Enter;Enter petit;Enter minúscul;SQL Nul;Objecte;Diferent;Estructura;Camp;BLOB;CLOB;REF;ALTRES;Bit (fix)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Insereix/suprimeix la clau primària"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Sí"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "No"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<cap>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Nom del camp"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Tipus del camp"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Descripció"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Descripció de la columna"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Propietats del camp"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Modifica la cel·la"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Suprimeix la fila"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Modifica el tipus del camp"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Insereix una fila"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Insereix una fila nova"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "Valor per ~defecte"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"Si el camp no ha de tenir un valor per defecte, seleccioneu la cadena buida."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"Quan introduïu dades en els registres nous de la taula, s'utilitzarà aquesta cadena per al camp seleccionat. Per tant, s'ha de correspondre amb el format de cel·la que s'ha d'introduir a sota."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Introduïu la longitud màxima de text permesa."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Introduïu el format numèric."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"El valor es corregirà quan superi el màxim permès per a aquesta base de dades."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Indiqueu el nombre de llocs decimals permesos en aquest camp."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Aquí podeu veure com es visualitzarien les dades en el format actual (utilitzeu el botó de la dreta per a modificar el format)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Aquí podeu determinar el format de sortida de les dades."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"No podeu introduir dades en aquest tipus de camps. S'assignarà un valor intrínsec a cada registre nou de manera automàtica (aquest valor provindrà de l'increment del registre anterior)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "No es pot desar la taula perquè el nom de la columna «$column$» s'ha assignat dos cops."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "La columna «$column$» pertany a la clau primària. Si se suprimeix la columna, la clau primària també se suprimirà. Segur que voleu continuar?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "La clau primària s'ha modificat"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Columna"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "Voleu continuar igualment?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "No s'ha pogut desar la taula per problemes de connexió."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "El filtre de la taula no s'ha pogut desar perquè la font de dades s'ha suprimit anteriorment."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"Voleu desar els canvis ara?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Sense clau primària"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"Voleu crear una clau primària ara?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "No s'ha pogut modificar la columna «$column$». Voleu suprimir-la i aplicar el format nou?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "S'ha produït un error mentre es desava el disseny de la taula"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "La columna $column$ no s'ha pogut suprimir."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"Aquesta expressió es transferirà a la base de dades quan es creï la taula."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"El mode de disseny de la taula no està disponible per a aquest origen de dades."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "canvia el nom del camp"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "canvia el tipus de camp"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "canvia la descripció del camp"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "canvia l'atribut del camp"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "Cal una contrasenya per a connectar amb la font de dades «$name$»."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"no existeix. Voleu crear-lo?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "No s'ha pogut crear el directori $name$."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "El fitxer ja existeix. Voleu sobreescriure'l?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Carpeta"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Propietats de la base de dades"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Propietats de la font de dades: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "Trieu «Connecta a una base de dades existent» per a connectar-vos a una base de dades que ja estigui en funcionament."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "No s'ha pogut carregar la biblioteca de programes #lib# o està corrompuda. La selecció de la font de dades ODBC no està disponible."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"Teniu permís per a canviar les opcions, però probablement no podreu connectar amb la base de dades."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Cap}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tabulació}\t9\t{Espai}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 s'ha d'especificar."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 i #2 han de ser diferents."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "No es permeten caràcters com ?,* en #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Prova de la connexió"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "S'ha establert la connexió amb èxit."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "No s'ha pogut establir la connexió."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "El controlador JDBC s'ha carregat amb èxit."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "No s'ha pogut carregar el controlador JDBC."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "Fitxer MS Access"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "Fitxer de MS Access 2007"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Base de dades del Firebird"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Sistema"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "S'ha produït un error durant el procés de creació"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "S'ha produït un error. L'operació no s'ha pogut realitzar."
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "No s'ha pogut obrir el document «$file$»."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "No es pot suprimir la taula perquè la connexió de la base de dades no ho permet."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~Tot"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Desfés:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Refés:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "No s'ha trobat un tipus de columna que corresponga amb la columna «#1»."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "El fitxer «$file$» no existeix."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "S'han trobat advertències mentre es connectava a la font de base de dades. Feu clic a «$buttontext$» per a veure-les."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "L'informe «$file$» requereix la funcionalitat Constructor d'informes."
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "No es pot establir una connexió amb el gestor del controlador SDBC (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "Hi ha un controlador que no està registrat per a l'URL #connurl#."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "S'ha pogut establir la connexió, però la informació sobre les taules de la base de dades no està disponible."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Totes les taules"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Totes les visualitzacions"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Totes les taules i les visualitzacions"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Nom de la taula"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Insereix les dades"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Suprimeix les dades"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Modifica les dades"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Modifica l'estructura"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Llegeix les dades"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Modifica les referències"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Suprimeix l'estructura"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Camí als fitxers dBASE"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Camí als fitxers de text"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Camí als documents de full de càlcul"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Nom de la font de dades ODBC al sistema"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "Camí al document de Writer"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Nom de la base de dades MySQL"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Nom de la base de dades Oracle"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Fitxer de base de dades Microsoft Access"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "No calen més paràmetres. Per a verificar que la connexió funciona, feu clic al botó «%test»."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "URL d'origen de les dades (p. ex. host=$host:$port dbname=$database)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "Nom de l'~amfitrió"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Nom del perfil del ~Mozilla"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Nom del perfil del ~Thunderbird"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Afegeix taules"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Afegeix una taula o una consulta"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Aplica les columnes"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Formatació de tipus"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"El nom següent ja és en ús:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Assigna les columnes"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Enrere"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~Següent>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "C~rea"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Copia la taula"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Copia la taula"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "Aquest nom de taula no és vàlid a la base de dades actual."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Seleccioneu l'opció «Afegeix dades» de la primera pàgina per a afegir dades a una taula existent."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Canvieu el nom de la taula. És massa llarg."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Auxiliar de bases de dades"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Seleccioneu la base de dades"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Configura la connexió dBASE"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Configura una connexió amb fitxers de text"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Configura una connexió de Microsoft Access"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Estableix una connexió LDAP"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Estableix una connexió ADO"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Estableix una connexió JDBC"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Estableix una connexió de base de dades Oracle"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Estableix una connexió MySQL"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Estableix una connexió ODBC"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Configura una connexió a un document del Writer o un full de càlcul del Calc"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Estableix l'autenticació de l'usuari"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Estableix les dades del servidor MySQL"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Desa i continua"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Base de dades nova"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Estableix una connexió a MySQL utilitzant JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"Poseu-vos en contacte amb l'administrador de sistemes si no esteu segur dels paràmetres següents."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "Classe de cont~rolador MySQL JDBC:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Per defecte: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Estableix una connexió a fitxers dBASE"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Selecciona la carpeta on són desats els fitxers dBASE."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Configura una connexió amb fitxers de text"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Seleccioneu la carpeta on hi ha els fitxers de text CSV (valors separats per comes). El %PRODUCTNAME Base obrirà aquests fitxers només en mode de lectura."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Camí als fitxers de text"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Estableix una connexió a una base de dades Microsoft Access"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Seleccioneu el fitxer de Microsoft Access al qual voleu accedir."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Estableix una connexió a una base de dades ADO"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"Poseu-vos en contacte amb l'administrador de sistemes si teniu dubtes sobre els paràmetres següents."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Estableix una connexió a una base de dades ODBC"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"Poseu-vos en contacte amb l'administrador de sistemes si teniu dubtes sobre els paràmetres següents."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Estableix una connexió a una base de dades JDBC"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"Poseu-vos en contacte amb l'administrador de sistemes si teniu dubtes sobre els paràmetres següents."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Estableix una connexió a una base de dades Oracle"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Per defecte: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Classe ~de controlador Oracle JDBC"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"Poseu-vos en contacte amb l'administrador de sistemes si teniu dubtes sobre els paràmetres següents."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Estableix una connexió als fulls de càlcul"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"El %PRODUCTNAME obrirà aquest fitxer en mode només de lectura."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~Ubicació i nom del fitxer"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "S'ha executat l'ordre correctament."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "S'ha perdut la connexió amb la base de dades. Aquest quadre de diàleg es tancarà."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Ordenació"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Camp de l'índex"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Ascendent"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Descendent"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Segur que voleu suprimir l'índex «$name$»?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "índex"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "L'índex ha de contenir un camp com a mínim."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Ja hi ha un altre índex anomenat «$name$»."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "En una definició d'índex, cap columna de la taula no pot estar repetida. Tanmateix, heu introduït la columna «$name$» dues vegades."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "No s'ha pogut convertir l'entrada en un valor vàlid per al paràmetre «$name$»"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "Estat de l'SQL"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Codi d'error"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "Una causa freqüent d'aquest error és una selecció inapropiada del joc de caràcters per a la llengua de la vostra base de dades. Verifiqueu l'opció seleccionant Edita ▸ Base de dades ▸ Propietats."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Error"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Advertiment"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Informació"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Detalls"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Esteu segur que voleu suprimir aquest usuari?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "La base de dades no permet que l'usuari l'administri."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Les contrasenyes són diferents; torneu-les a escriure."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Tingueu en compte que pot ser que algunes bases de dades no admetin aquest tipus d'unió."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Inclou només els registres per als quals el contingut dels camps afins de les dues taules és idèntic."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Conté TOTS els registres de la taula «%1» i només aquells registres de la taula «%2» els valors dels quals coincideixen en els camps afins."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Conté TOTS els registres de «%1» i de «%2»."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Conté el producte cartesià de TOTS els registres de «%1» i de «%2»."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "La base de dades de destinació no permet l'ús de visualitzacions."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "La base de dades de destinació no permet l'ús de claus primàries."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "No s'ha trobat cap descriptor d'accés a dades o no hi ha cap descriptor d'accés a dades capaç de proporcionar tota la informació necessària."
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Només es permet l'ús de taules i consultes, de moment."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "El conjunt de resultats de l'origen de la còpia ha de permetre l'ús de marcadors."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "S'ha trobat un tipus de columna d'origen no permès ($type$) a la posició de columna $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "El nombre de paràmetres d'inicialització no és vàlid."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "S'ha produït un error durant la inicialització."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "El descriptor d'origen de la còpia conté un paràmetre no admès: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "Per a copiar una consulta, cal que la connexió pugui proporcionar consultes."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "El gestor d'interacció indicat no és vàlid."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Aquesta relació ja existeix. Voleu editar-la o voleu crear-ne una de nova?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Edita..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Crea..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: Disseny de la relació"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "La base de dades no permet les relacions."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Quan s'elimini aquesta taula també se suprimiran les relacions associades. Voleu continuar?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -3117,7 +3111,7 @@ msgstr "_Tipus de camp"
#: dbaccess/uiconfig/ui/fielddescpanel.ui:44
msgctxt "designhelpbox|textview-tooltip"
msgid "Field Properties Help"
-msgstr ""
+msgstr "Ajuda sobre les propietats dels camps"
#. KUVUc
#: dbaccess/uiconfig/ui/fielddialog.ui:9
@@ -4536,7 +4530,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "Marqueu les taules que han de ser visibles per a les aplicacions."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Taules i filtre de taula"
@@ -4565,6 +4559,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "Addició d'una taula o una consulta"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/ca/desktop/messages.po b/source/ca/desktop/messages.po
index 6e2d0fc84d4..f3a5e459882 100644
--- a/source/ca/desktop/messages.po
+++ b/source/ca/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-21 08:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/ca/>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Extensió"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "Component Biblioteca dinàmica UNO"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "Component Java UNO"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "Component Python UNO"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "Components UNO"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "Biblioteca de tipus RDB UNO"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "Biblioteca de tipus Java UNO"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "Biblioteca %MACROLANG"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Ajuda"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "L'extensió no es pot instal·lar pels motius següents:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "L'extensió no s'instal·larà perquè s'ha produït un error en els fitxers d'ajuda:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Afegeix extensions"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Suprimeix"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~Habilita"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Inhabilita"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Actualitzacions..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "S'està afegint %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "S'està suprimint %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "S'està habilitant %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "S'està inhabilitant %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Accepta la llicència per a %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "S'ha produït un error: es desconeix l'estat d'aquesta extensió"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Tanca"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Surt"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"L'actualització de les extensions compartides requereix privilegis d'administració. Poseu-vos en contacte amb el vostre administrador de sistemes per a actualitzar les extensions compartides següents:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "L'extensió no es pot habilitar perquè les dependències del sistema següents no es satisfan:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "L'extensió està inhabilitada perquè encara no n'heu acceptat la llicència.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Mostra la llicència"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Feu clic a «Cancel·la» per a aturar la instal·lació."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "La instal·lació d'extensions està desactivada. Consulteu l'administrador del sistema per a més informació."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "La supressió d'extensions està desactivada. Consulteu l'administrador del sistema per a més informació."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a aturar l'eliminació de l'extensió."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a aturar l'eliminació de l'extensió."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a parar l'habilitació de l'extensió."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Feu clic a «Cancel·la» per a parar la inhabilitació de l'extensió."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "L'extensió «%Name» no funciona en aquest ordinador."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "S'estan instal·lant les extensions..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Instal·lació finalitzada"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Sense errors."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "S'ha produït un error en baixar l'extensió %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "El missatge d'error és: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "S'ha produït un error en instal·lar l'extensió %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "S'ha rebutjat l'acord de llicència de l'extensió %NAME. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "L'extensió no s'instal·larà."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Desconegut"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "L'extensió requereix com a mínim la versió de referència de l'OpenOffice.org %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "L'extensió no és compatible amb versions de referència superiors a l'OpenOffice.org %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "L'extensió requereix com a mínim la versió del %PRODUCTNAME %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr "L'extensió no admet versions del %PRODUCTNAME majors que %VERSION"
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a aturar la instal·lació."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a parar la instal·lació."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a parar la instal·lació."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a aturar la instal·lació."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Feu clic a «Cancel·la» per a parar la instal·lació."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Feu clic a «Cancel·la» per a parar la instal·lació."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "No hi ha noves actualitzacions."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "No hi ha actualitzacions instal·lables. Per a veure les actualitzacions ignorades o inactives, activeu la casella «Mostra totes les actualitzacions»."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "S'ha produït un error:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Error desconegut."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "No hi ha més detalls per a aquesta actualització."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "No es pot actualitzar l'extensió pels motius següents:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "La versió necessària del %PRODUCTNAME no coincideix:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "Teniu instal·lat el %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "Actualització basada en navegador"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Versió"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "S'ignorarà aquesta actualització.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "No es pot iniciar l'aplicació. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "No s'ha pogut trobar el directori de configuració «$1»."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "El camí d'instal·lació no és vàlid."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "S'ha produït un error intern."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "El fitxer de configuració «$1» és malmès."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "No s'ha trobat el fitxer de configuració «$1»."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "El fitxer de configuració «$1» no és compatible amb la versió actual."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "No es pot determinar la llengua de la interfície d'usuari."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "No s'ha pogut completar la instal·lació de l'usuari. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "El servei de configuració no està disponible."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Inicieu el programa d'instal·lació per tal de reparar la instal·lació des del CD o des de la carpeta que conté els paquets d'instal·lació."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "S'ha produït un error general en accedir a la vostra configuració central. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Poseu-vos en contacte amb l'administrador del sistema."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "S'ha produït l'error intern següent: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "Heu de reiniciar el %PRODUCTNAME manualment després de la instal·lació o actualització."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"Realment voleu continuar?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "La impressió està inhabilitada. No es poden imprimir documents."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "El gestor de camins no està disponible.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -737,7 +743,7 @@ msgstr ""
"\n"
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -747,61 +753,61 @@ msgstr ""
"\n"
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Acord de llicència de l'extensió $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Llegiu l'acord de llicència complet indicat més amunt. Accepteu-lo escrivint «sí» a la consola i prement retorn. Escriviu «no» per a rebutjar-lo i interrompre la instal·lació de l'extensió."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Introduïu «sí» o «no»]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "No heu introduït una opció correcta. Introduïu «sí» o «no»:"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "SÍ"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "S"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NO"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "L'unopkg no es pot iniciar. El fitxer de bloqueig indica que ja s'està executant. Si no és així, suprimiu el fitxer de bloqueig a:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ERROR: "
diff --git a/source/ca/extensions/messages.po b/source/ca/extensions/messages.po
index 138c0436efc..e189d8756eb 100644
--- a/source/ca/extensions/messages.po
+++ b/source/ca/extensions/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-05-19 12:41+0200\n"
-"PO-Revision-Date: 2020-07-20 10:34+0000\n"
+"PO-Revision-Date: 2020-08-12 05:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/extensionsmessages/ca/>\n"
"Language: ca\n"
@@ -2169,7 +2169,7 @@ msgid ""
"Do you want to delete the data type '#type#' from the model?\n"
"Please note that this will affect all controls which are bound to this data type."
msgstr ""
-"Voleu suprimir el tipus de dades '#type#' del model?\n"
+"Voleu suprimir el tipus de dades «#type#» del model?\n"
"Això afectarà tots els controls vinculats a aquest tipus de dades."
#. zaduD
@@ -2309,7 +2309,7 @@ msgstr "Formulari mestre"
#: extensions/inc/strings.hrc:289
msgctxt "STR_ERROR_RETRIEVING_COLUMNS"
msgid "The columns of '#' could not be retrieved."
-msgstr "No s'han pogut recuperar les columnes de '#'."
+msgstr "No s'han pogut recuperar les columnes de «#»."
#. w4wm8
#: extensions/inc/strings.hrc:291
@@ -3473,7 +3473,7 @@ msgstr "_..."
#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:181
msgctxt "tableselectionpage|tablelabel"
msgid "_Table / Query:"
-msgstr "_Taula / Consulta:"
+msgstr "_Taula o consulta:"
#. YvYuw
#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:253
@@ -4103,7 +4103,7 @@ msgstr "Suggereix"
#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:107
msgctxt "formlinksdialog|explanationLabel"
msgid "Sub forms can be used to display detailed data about the current record of the master form. To do this, you can specify which columns in the sub form match which columns in the master form."
-msgstr "Els subformularis es poden utilitzar per a mostrar dades detallades del registre actual del formulari mestre. Per fer-ho, especifiqueu quines columnes del subformulari es corresponen amb columnes del formulari mestre."
+msgstr "Els subformularis es poden utilitzar per a mostrar dades detallades del registre actual del formulari mestre. Per a fer-ho, especifiqueu quines columnes del subformulari es corresponen amb columnes del formulari mestre."
#. XkJm4
#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:129
diff --git a/source/ca/forms/messages.po b/source/ca/forms/messages.po
index c21d08ffeb0..089474172ec 100644
--- a/source/ca/forms/messages.po
+++ b/source/ca/forms/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-05-14 21:05+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/formsmessages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1516019555.000000\n"
#. naBgZ
@@ -210,13 +210,13 @@ msgstr "Es requereix un valor."
#: forms/inc/strings.hrc:57
msgctxt "RID_STR_XFORMS_INVALID_CONSTRAINT"
msgid "The constraint '$1' not validated."
-msgstr "No s'ha validat la restricció '$1'."
+msgstr "No s'ha validat la restricció «$1»."
#. a2kvh
#: forms/inc/strings.hrc:58
msgctxt "RID_STR_XFORMS_VALUE_IS_NOT_A"
msgid "The value is not of the type '$2'."
-msgstr "El valor no és del tipus '$2'."
+msgstr "El valor no és del tipus «$2»."
#. xr8Fy
#: forms/inc/strings.hrc:59
@@ -288,7 +288,7 @@ msgstr "Enllaç"
#: forms/inc/strings.hrc:70
msgctxt "RID_STR_DATATYPE_BOOLEAN"
msgid "True/False (Boolean)"
-msgstr "Cert / Fals (booleà)"
+msgstr "Cert/fals (booleà)"
#. o7BXD
#: forms/inc/strings.hrc:71
diff --git a/source/ca/helpcontent2/source/text/sbasic/shared.po b/source/ca/helpcontent2/source/text/sbasic/shared.po
index ce2b5dff381..4193879f185 100644
--- a/source/ca/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ca/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-21 00:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/ca/>\n"
@@ -8162,14 +8162,14 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr "sVar = MsgBox(\"Vilanova dels Arcs\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Títol del diàleg\")"
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
-msgstr "Expressió Print"
+msgid "Print# Statement"
+msgstr ""
#. addUg
#: 03010103.xhp
@@ -8180,23 +8180,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr ""
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "Extreu les cadenes o expressions numèriques especificades a un diàleg o a un fitxer."
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9746,14 +9755,14 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>expressió Reset</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">Expressió Reset</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
+msgstr ""
#. iLCKn
#: 03020104.xhp
@@ -9764,23 +9773,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "Tanca tots els fitxers oberts i escriu els continguts de totes les memòries intermèdies de fitxer al disc dur."
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "Exemple:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10025,50 +10025,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "Llegeix les dades d'un fitxer seqüencial obert."
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Paràmetres:"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber:</emph> Número del fitxer que conté les dades que voleu llegir. El fitxer s'ha d'obrir amb l'expressió Open mitjançant la paraula clau INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>var:</emph> Una variable o cadena numèrica a la qual assignareu els valors llegits del fitxer obert."
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10106,15 +10097,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "Si s'arriba al final del fitxer mentre es llegeix un element de dades, es produeix un error i s'avorta el procés."
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemple:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10133,14 +10115,14 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr "' Llegeix un fitxer de dades mitjançant Input"
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
-msgstr "Expressió LineInput#"
+msgid "Line Input# Statement"
+msgstr ""
#. CCEuD
#: 03020203.xhp
@@ -10151,68 +10133,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>expressió Line Input</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Expressió LineInput#\">Expressió LineInput#</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
+msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "Llegeix les cadenes d'un fitxer seqüencial en una variable."
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "Line Input #FileNumber As Integer, Var As String"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Paràmetres:"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber: </emph> Número del fitxer que conté les dades que voleu llegir. El fitxer s'ha d'haver obert amb antelació amb l'expressió Open mitjançant la paraula clau INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>var:</emph> El nom de la variable que emmagatzema el resultat."
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10223,41 +10187,14 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "Amb l'expressió <emph>Line Input#</emph>, podeu llegir cadenes d'un fitxer obert en una variable. Les variables de cadena es llegeixen línia a línia fins al primer salt de carro (Asc=13) o línia nova (Asc=10). Les marques de final de línia no s'inclouen a la cadena resultant."
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemple:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNumber, \"Això és una línia de text\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNumber, \"Això és una altra línia de text\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
-msgstr "Expressió Put"
+msgid "Put# Statement"
+msgstr ""
#. psWQE
#: 03020204.xhp
@@ -10268,13 +10205,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>expressió Put</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10286,14 +10223,14 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "Escriu un registre d'un fitxer relatiu o d'una seqüència de bytes en un fitxer binari."
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "Vegeu també: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\">Expressió <item type=\"literal\">Get</item></link>"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. 9HgEG
#: 03020204.xhp
@@ -10313,22 +10250,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10340,13 +10277,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "Per als fitxers binaris (accés binari), la posició del byte al fitxer on voleu començar a escriure."
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10385,68 +10322,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>expressió Write</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Expressió Write\">Expressió Write</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
+msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "Escriu dades en un fitxer seqüencial."
-
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "Write [#FileName], [Expressionlist]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Paràmetres:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>FileName:</emph> Qualsevol expressió numèrica que contingui el nombre del fitxer que es va definir amb l'expressió Open per al fitxer respectiu."
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>Expressionlist:</emph> Variables o expressions que voleu introduir en un fitxer, separades per comes."
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10493,15 +10421,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr "Els nombres amb delimitadors decimals es converteixen segons la configuració regional."
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemple:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11024,14 +10943,14 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>FileNumber:</emph> El nombre del canal de dades utilitzat a l'expressió Open."
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
-msgstr "Expressió Seek"
+msgid "Seek# Statement"
+msgstr ""
#. vLW2K
#: 03020305.xhp
@@ -11042,14 +10961,14 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>expressió Seek</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Expressió Seek\">Expressió Seek</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
+msgstr ""
#. RBPKW
#: 03020305.xhp
@@ -11078,59 +10997,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "Per a la resta de fitxers, l'expressió Seek defineix la posició de bytes en la qual s'ha de produir l'operació següent."
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "Vegeu també: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "Seek[#FileNumber], Position (As Long)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "Paràmetres:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>FileNumber: </emph>El nombre del canal de dades utilitzat a l'expressió Open"
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>Posició: </emph>La posició de la lectura o l'escriptura següent. La posició pot ser una xifra entre 1 i 2.147.483.647. Segons el tipus de fitxer, la posició indica el número del registre (fitxers en mode aleatori) o la posició de byte (ftxers en mode binari, de sortida, afegeix o d'entrada). El primer byte d'un fitxer és la posició 1, el segon byte és la posició 2, etc."
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39392,13 +39311,13 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -41255,13 +41174,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/ca/helpcontent2/source/text/scalc.po b/source/ca/helpcontent2/source/text/scalc.po
index 0275d7ad095..6594795ef12 100644
--- a/source/ca/helpcontent2/source/text/scalc.po
+++ b/source/ca/helpcontent2/source/text/scalc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-22 11:13+0000\n"
+"PO-Revision-Date: 2020-08-13 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc/ca/>\n"
"Language: ca\n"
@@ -771,7 +771,7 @@ msgctxt ""
"par_id3153897\n"
"help.text"
msgid "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\">The <emph>Formatting</emph> bar contains basic commands for applying manually formatting.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\">La barra de <emph>formatació</emph> conté ordres bàsiques per aplicar una formatació manual.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\">La barra de <emph>formatació</emph> conté ordres bàsiques per a aplicar una formatació manual.</ahelp>"
#. Arm5j
#: main0202.xhp
diff --git a/source/ca/helpcontent2/source/text/scalc/01.po b/source/ca/helpcontent2/source/text/scalc/01.po
index 6c6657a5ad5..18396abc84e 100644
--- a/source/ca/helpcontent2/source/text/scalc/01.po
+++ b/source/ca/helpcontent2/source/text/scalc/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-08-03 21:35+0000\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/ca/>\n"
"Language: ca\n"
@@ -1311,7 +1311,7 @@ msgctxt ""
"par_id3156283\n"
"help.text"
msgid "This dialog is similar to the <link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\"><emph>Paste Special</emph></link> dialog, where you can find additional tips."
-msgstr ""
+msgstr "Aquest diàleg és semblant al d'<link href=\"text/shared/01/02070000.xhp\" name=\"Enganxament especial\"><emph>Enganxament especial</emph></link>, on trobareu consells addicionals."
#. B6GAM
#: 02140600.xhp
diff --git a/source/ca/helpcontent2/source/text/scalc/02.po b/source/ca/helpcontent2/source/text/scalc/02.po
index b734e50e83f..059a3ccb85c 100644
--- a/source/ca/helpcontent2/source/text/scalc/02.po
+++ b/source/ca/helpcontent2/source/text/scalc/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-06-29 13:08+0200\n"
-"PO-Revision-Date: 2020-07-24 12:35+0000\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc02/ca/>\n"
"Language: ca\n"
@@ -609,7 +609,7 @@ msgctxt ""
"par_id3155922\n"
"help.text"
msgid "<ahelp hid=\"HID_INSWIN_INPUT\">Enter the formula that you want to add to the current cell. You can also click the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link> icon to insert a predefined function into the formula.</ahelp>"
-msgstr "<ahelp hid=\"HID_INSWIN_INPUT\">Introduïu la fórmula que voleu afegir a la cel·la actual. També podeu fer clic a la icona de l'<link href=\"text/scalc/01/04060000.xhp\" name=\"Auxiliar de fórmules\">Auxiliar de fórmules</link> per inserir una funció predefinida a la fórmula.</ahelp>"
+msgstr "<ahelp hid=\"HID_INSWIN_INPUT\">Introduïu la fórmula que voleu afegir a la cel·la actual. També podeu fer clic a la icona de l'<link href=\"text/scalc/01/04060000.xhp\" name=\"Auxiliar de fórmules\">Auxiliar de fórmules</link> per a inserir una funció predefinida a la fórmula.</ahelp>"
#. pBxxB
#: 06060000.xhp
diff --git a/source/ca/helpcontent2/source/text/scalc/guide.po b/source/ca/helpcontent2/source/text/scalc/guide.po
index 90a9a9d55af..bb9f5678c16 100644
--- a/source/ca/helpcontent2/source/text/scalc/guide.po
+++ b/source/ca/helpcontent2/source/text/scalc/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-21 00:34+0000\n"
+"PO-Revision-Date: 2020-08-13 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1551343811.000000\n"
@@ -789,7 +789,7 @@ msgctxt ""
"par_id1342204\n"
"help.text"
msgid "The options in the <emph>Line arrangement</emph> area can be used to apply multiple border styles."
-msgstr "Les opcions de l'àrea <emph>Arranjament de línies</emph> es poden utilitzar per aplicar diversos estils de vora."
+msgstr "Les opcions de l'àrea <emph>Arranjament de línies</emph> es poden utilitzar per a aplicar diversos estils de vora."
#. tQ4ii
#: borders.xhp
@@ -2832,7 +2832,7 @@ msgctxt ""
"par_id8039796\n"
"help.text"
msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
-msgstr "Per aplicar la formatació condicional, la funció de càlcul automàtic ha d'estar habilitada. Trieu <emph>Eines ▸ Continguts de la cel·la ▸ Calcula automàticament</emph> (si el càlcul automàtic està habilitat veureu una marca de selecció al costat de l'ordre)."
+msgstr "Per a aplicar la formatació condicional, la funció de càlcul automàtic ha d'estar habilitada. Trieu <emph>Eines ▸ Continguts de la cel·la ▸ Calcula automàticament</emph> (si el càlcul automàtic està habilitat veureu una marca de selecció al costat de l'ordre)."
#. Yy9Z2
#: cellstyle_conditional.xhp
@@ -5910,7 +5910,7 @@ msgctxt ""
"par_id3145116\n"
"help.text"
msgid "To apply formatting attributes to an entire sheet, choose <emph>Format - Page</emph>. You can define headers and footers, for example, to appear on each printed page."
-msgstr "Per aplicar atributs de formatació a un full sencer, trieu <emph>Format ▸ Pàgina</emph>. Podeu definir les capçaleres i els peus de pàgina perquè apareguin a cada pàgina impresa, per exemple."
+msgstr "Per a aplicar atributs de formatació a un full sencer, trieu <emph>Format ▸ Pàgina</emph>. Podeu definir les capçaleres i els peus de pàgina perquè apareguin a cada pàgina impresa, per exemple."
#. VUH7Y
#: format_table.xhp
diff --git a/source/ca/helpcontent2/source/text/schart.po b/source/ca/helpcontent2/source/text/schart.po
index 0bff564c068..893960643f8 100644
--- a/source/ca/helpcontent2/source/text/schart.po
+++ b/source/ca/helpcontent2/source/text/schart.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: 2020-05-25 18:07+0000\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textschart/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1527509883.000000\n"
@@ -438,7 +438,7 @@ msgctxt ""
"par_id0810200904063239\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert chart titles.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Obre el diàleg per inserir títols de diagrames.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Obre el diàleg per a inserir títols de diagrames.</ahelp>"
#. fZZ6J
#: main0000.xhp
@@ -447,7 +447,7 @@ msgctxt ""
"par_id0810200904233047\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert or delete axes.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Obre el diàleg per inserir o suprimir eixos.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Obre el diàleg per a inserir o suprimir eixos.</ahelp>"
#. CzaFt
#: main0000.xhp
@@ -456,7 +456,7 @@ msgctxt ""
"par_id0810200904233058\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert an axis.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Obre el diàleg per inserir un eix.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Obre el diàleg per a inserir un eix.</ahelp>"
#. x9jBK
#: main0000.xhp
diff --git a/source/ca/helpcontent2/source/text/schart/01.po b/source/ca/helpcontent2/source/text/schart/01.po
index 2cdc93bee07..63cb14c752b 100644
--- a/source/ca/helpcontent2/source/text/schart/01.po
+++ b/source/ca/helpcontent2/source/text/schart/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-02 14:07+0000\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textschart01/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1551858787.000000\n"
@@ -96,7 +96,7 @@ msgctxt ""
"par_id9487594\n"
"help.text"
msgid "Close the Chart Data dialog to apply all changes to the chart. Choose <emph>Edit - Undo</emph> to cancel the changes."
-msgstr "Tanqueu el diàleg Dades del diagrama per aplicar tots els canvis al diagrama. Trieu <emph>Edita ▸ Desfés</emph> per a cancel·lar els canvis."
+msgstr "Tanqueu el diàleg Dades del diagrama per a aplicar tots els canvis al diagrama. Trieu <emph>Edita ▸ Desfés</emph> per a cancel·lar els canvis."
#. iDfxC
#: 03010000.xhp
@@ -150,7 +150,7 @@ msgctxt ""
"par_id743430\n"
"help.text"
msgid "Use the icons above the table to insert or delete rows and columns. For data series with multiple columns, only whole data series can be inserted or deleted."
-msgstr "Utilitzeu les icones que hi ha damunt la taula per inserir o suprimir files i columnes. En el cas de les sèries de dades amb més d'una columna, només podreu inserir o suprimir sèries de dades senceres."
+msgstr "Utilitzeu les icones que hi ha damunt la taula per a inserir o suprimir files i columnes. En el cas de les sèries de dades amb més d'una columna, només podreu inserir o suprimir sèries de dades senceres."
#. 5wuLN
#: 03010000.xhp
@@ -8196,7 +8196,7 @@ msgctxt ""
"par_id3191625\n"
"help.text"
msgid "Click <emph>Next</emph> to see the next wizard page, or click the entries on the left side of the wizard to go to that page."
-msgstr "Feu clic a <emph>Següent</emph> per visualitzar la pàgina següent de l'auxiliar, o bé feu clic a les entrades que hi ha a la part esquerra de l'auxiliar per anar a la pàgina corresponent."
+msgstr "Feu clic a <emph>Següent</emph> per a visualitzar la pàgina següent de l'auxiliar, o bé feu clic a les entrades que hi ha a la part esquerra de l'auxiliar per a anar a la pàgina corresponent."
#. FAZBT
#: wiz_chart_type.xhp
@@ -8205,7 +8205,7 @@ msgctxt ""
"par_id7659535\n"
"help.text"
msgid "Click <emph>Back</emph> to see the previous wizard page."
-msgstr "Feu clic a <emph>Enrere</emph> per veure la pàgina anterior de l'auxiliar."
+msgstr "Feu clic a <emph>Enrere</emph> per a veure la pàgina anterior de l'auxiliar."
#. Cm59b
#: wiz_chart_type.xhp
@@ -8223,7 +8223,7 @@ msgctxt ""
"par_id2284920\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to go to the named wizard page.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Feu-hi clic per anar a la pàgina corresponent de l'auxiliar.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Feu-hi clic per a anar a la pàgina corresponent de l'auxiliar.</ahelp>"
#. StmAF
#: wiz_chart_type.xhp
diff --git a/source/ca/helpcontent2/source/text/sdatabase.po b/source/ca/helpcontent2/source/text/sdatabase.po
index 0eb9c4de3bd..3e413b4bb2f 100644
--- a/source/ca/helpcontent2/source/text/sdatabase.po
+++ b/source/ca/helpcontent2/source/text/sdatabase.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
-"PO-Revision-Date: 2020-07-29 20:35+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-06 13:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsdatabase/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
#. ugSgG
#: 02000000.xhp
@@ -103,7 +103,7 @@ msgctxt ""
"par_id3149398\n"
"help.text"
msgid "Drag the name of the table or query into the open text document or spreadsheet. The dialog <link href=\"text/shared/02/12070000.xhp\" name=\"Insert Database Columns\">Insert Database Columns</link> opens."
-msgstr "Arrossegueu el nom de la taula o de la consulta en el document de text o el full de càlcul obert. S'obrirà el diàleg <link href=\"text/shared/02/12070000.xhp\" name=\"Insereix les columnes de la base de dades\">Insereix les columnes de la base de dades</link>."
+msgstr "Arrossegueu el nom de la taula o de la consulta en el document de text o el full de càlcul obert. S'obrirà el diàleg <link href=\"text/shared/02/12070000.xhp\" name=\"Insereix columnes de la base de dades\">Insereix columnes de la base de dades</link>."
#. m5TnG
#: 02000000.xhp
@@ -159,14 +159,14 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr "Us permet ordenar i filtrar les dades en una taula de consultes."
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de la consulta\">Disseny de la consulta</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 3JCfK
#: 02000000.xhp
@@ -177,14 +177,14 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr "Amb el <emph>Disseny de la consulta</emph> podeu crear i editar una consulta o vista."
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Consulta en diverses taules\">Consulta en diverses taules</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgstr ""
#. ASeVi
#: 02000000.xhp
@@ -195,14 +195,14 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr "El resultat de la consulta pot contenir dades de més d'una taula si les taules estan enllaçades mitjançant camps de dades adequats."
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulació de criteris de consulta\">Formulació de criteris de consulta</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgstr ""
#. JTXBF
#: 02000000.xhp
@@ -213,14 +213,14 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr "Us permet conèixer els operadors i les ordres que podeu utilitzar per a formular les condicions de filtratge per a una consulta."
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Execució de funcions\">Execució de funcions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgstr ""
#. FWCVa
#: 02000000.xhp
@@ -265,7 +265,7 @@ msgctxt ""
"par_id3150247\n"
"help.text"
msgid "If a query in which tables or fields no longer exist is opened, the<emph> Missing Element </emph>dialog appears. This dialog names the missing table or the field which cannot be interpreted and allows you to decide how to continue with the procedure."
-msgstr ""
+msgstr "Si obriu una consulta en la qual ja no existeixin taules o camps, apareixerà el diàleg <emph>Falta un element</emph>. Aquest diàleg identifica la taula o el camp que falta i que per tant no es pot interpretar, i us permet decidir de quina manera voleu continuar el procediment."
#. fBc3m
#: 02000002.xhp
@@ -274,7 +274,7 @@ msgctxt ""
"hd_id3145072\n"
"help.text"
msgid "How to continue?"
-msgstr ""
+msgstr "Com voleu continuar?"
#. wV7Bh
#: 02000002.xhp
@@ -283,7 +283,7 @@ msgctxt ""
"par_id3149177\n"
"help.text"
msgid "There are three options available for answering this question:"
-msgstr ""
+msgstr "Hi ha tres opcions disponibles per a respondre aquesta pregunta:"
#. nwD7D
#: 02000002.xhp
@@ -292,15 +292,15 @@ msgctxt ""
"hd_id3147576\n"
"help.text"
msgid "Do you really want to open the query in the graphic view?"
-msgstr ""
+msgstr "Voleu realment obrir la consulta en la vista gràfica?"
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -321,13 +321,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -366,6 +366,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
@@ -607,7 +2821,7 @@ msgctxt ""
"par_idN105B8\n"
"help.text"
msgid "Query"
-msgstr ""
+msgstr "Consulta"
#. VT3EG
#: toolbars.xhp
@@ -616,7 +2830,7 @@ msgctxt ""
"par_idN105C4\n"
"help.text"
msgid "Open database object"
-msgstr ""
+msgstr "Obre un objecte de base de dades"
#. 2cEFv
#: toolbars.xhp
@@ -625,7 +2839,7 @@ msgctxt ""
"par_idN105C8\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the selected query so you can enter, edit, or delete records.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Obre la consulta seleccionada perquè hi pugueu introduir registres, editar-los o suprimir-los.</ahelp>"
#. yVNxZ
#: toolbars.xhp
@@ -634,7 +2848,7 @@ msgctxt ""
"par_idN105DF\n"
"help.text"
msgid "Edit"
-msgstr ""
+msgstr "Edita"
#. kGSTA
#: toolbars.xhp
@@ -643,7 +2857,7 @@ msgctxt ""
"par_idN105E3\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the selected query so you can change the structure.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Obre la consulta seleccionada perquè en pugueu canviar l'estructura.</ahelp>"
#. W75xu
#: toolbars.xhp
@@ -652,7 +2866,7 @@ msgctxt ""
"par_idN105FA\n"
"help.text"
msgid "Delete"
-msgstr ""
+msgstr "Suprimeix"
#. XJQBJ
#: toolbars.xhp
@@ -661,7 +2875,7 @@ msgctxt ""
"par_idN105FE\n"
"help.text"
msgid "<ahelp hid=\".\">Deletes the selected query.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Suprimeix la consulta seleccionada.</ahelp>"
#. bC56u
#: toolbars.xhp
@@ -670,7 +2884,7 @@ msgctxt ""
"par_idN10615\n"
"help.text"
msgid "Rename"
-msgstr ""
+msgstr "Canvia el nom"
#. GDAZR
#: toolbars.xhp
@@ -679,7 +2893,7 @@ msgctxt ""
"par_idN10619\n"
"help.text"
msgid "<ahelp hid=\".\">Renames the selected query.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Canvia el nom de la consulta seleccionada.</ahelp>"
#. mzY5g
#: toolbars.xhp
@@ -688,7 +2902,7 @@ msgctxt ""
"par_idN10628\n"
"help.text"
msgid "Form"
-msgstr ""
+msgstr "Formulari"
#. BXrRw
#: toolbars.xhp
@@ -697,7 +2911,7 @@ msgctxt ""
"par_idN10634\n"
"help.text"
msgid "Open database object"
-msgstr ""
+msgstr "Obre un objecte de base de dades"
#. GJDxB
#: toolbars.xhp
@@ -706,7 +2920,7 @@ msgctxt ""
"par_idN10638\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the selected form so you can enter, edit, or delete records.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Obre el formulari seleccionat perquè hi pugueu introduir registres, editar-los o suprimir-los.</ahelp>"
#. 7f3E9
#: toolbars.xhp
@@ -715,7 +2929,7 @@ msgctxt ""
"par_idN1064F\n"
"help.text"
msgid "Edit"
-msgstr ""
+msgstr "Edita"
#. ZmiNz
#: toolbars.xhp
@@ -724,7 +2938,7 @@ msgctxt ""
"par_idN10653\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the selected form so you can change the layout.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Obre el formulari seleccionat perquè en pugueu canviar la disposició.</ahelp>"
#. xCBQ3
#: toolbars.xhp
@@ -733,7 +2947,7 @@ msgctxt ""
"par_idN1066A\n"
"help.text"
msgid "Delete"
-msgstr ""
+msgstr "Suprimeix"
#. p5bD4
#: toolbars.xhp
@@ -742,7 +2956,7 @@ msgctxt ""
"par_idN1066E\n"
"help.text"
msgid "<ahelp hid=\".\">Deletes the selected form.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Suprimeix el formulari seleccionat.</ahelp>"
#. Jrqh7
#: toolbars.xhp
@@ -751,7 +2965,7 @@ msgctxt ""
"par_idN10685\n"
"help.text"
msgid "Rename"
-msgstr ""
+msgstr "Canvia el nom"
#. CLTV2
#: toolbars.xhp
@@ -760,7 +2974,7 @@ msgctxt ""
"par_idN10689\n"
"help.text"
msgid "<ahelp hid=\".\">Renames the selected form.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Canvia el nom del formulari seleccionat.</ahelp>"
#. tkXGC
#: toolbars.xhp
@@ -769,7 +2983,7 @@ msgctxt ""
"par_idN10698\n"
"help.text"
msgid "Report"
-msgstr ""
+msgstr "Informe"
#. GMWLb
#: toolbars.xhp
@@ -778,7 +2992,7 @@ msgctxt ""
"par_idN106A4\n"
"help.text"
msgid "Open database object"
-msgstr ""
+msgstr "Obre un objecte de base de dades"
#. BzwcK
#: toolbars.xhp
@@ -787,7 +3001,7 @@ msgctxt ""
"par_idN106A8\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the selected report so you can enter, edit, or delete records.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Obre l'informe seleccionat perquè hi pugueu introduir registres, editar-los o suprimir-los.</ahelp>"
#. sLPTD
#: toolbars.xhp
@@ -796,7 +3010,7 @@ msgctxt ""
"par_idN106BF\n"
"help.text"
msgid "Edit"
-msgstr ""
+msgstr "Edita"
#. DF32e
#: toolbars.xhp
diff --git a/source/ca/helpcontent2/source/text/sdraw.po b/source/ca/helpcontent2/source/text/sdraw.po
index 0576faa6c02..e002bed4713 100644
--- a/source/ca/helpcontent2/source/text/sdraw.po
+++ b/source/ca/helpcontent2/source/text/sdraw.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-06-22 17:23+0200\n"
-"PO-Revision-Date: 2020-07-07 14:34+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -375,7 +375,7 @@ msgctxt ""
"par_idN126D7\n"
"help.text"
msgid "Opens the Arrows toolbar to insert lines and arrows."
-msgstr "Obre la barra d'eines Fletxes per inserir línies i fletxes."
+msgstr "Obre la barra d'eines Fletxes per a inserir línies i fletxes."
#. eQi5s
#: main0210.xhp
diff --git a/source/ca/helpcontent2/source/text/sdraw/01.po b/source/ca/helpcontent2/source/text/sdraw/01.po
index 23af53e5659..889d41707cd 100644
--- a/source/ca/helpcontent2/source/text/sdraw/01.po
+++ b/source/ca/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-29 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw01/ca/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1557993212.000000\n"
@@ -575,6 +575,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Introduïu un nom per a la capa nova.</ahelp>"
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/sdraw/guide.po b/source/ca/helpcontent2/source/text/sdraw/guide.po
index 9fc8ec4fa43..ec3d0ee3dd1 100644
--- a/source/ca/helpcontent2/source/text/sdraw/guide.po
+++ b/source/ca/helpcontent2/source/text/sdraw/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-01-22 13:00+0100\n"
-"PO-Revision-Date: 2020-06-16 20:22+0000\n"
+"PO-Revision-Date: 2020-08-13 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsdrawguide/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1547843035.000000\n"
@@ -1266,7 +1266,7 @@ msgctxt ""
"hd_id3147436\n"
"help.text"
msgid "To apply a gradient:"
-msgstr "Per aplicar un degradat:"
+msgstr "Per a aplicar un degradat:"
#. KiLft
#: gradient.xhp
diff --git a/source/ca/helpcontent2/source/text/shared.po b/source/ca/helpcontent2/source/text/shared.po
index 45ebf233bf5..b5ae3583780 100644
--- a/source/ca/helpcontent2/source/text/shared.po
+++ b/source/ca/helpcontent2/source/text/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-27 13:24+0200\n"
-"PO-Revision-Date: 2020-07-13 10:16+0000\n"
+"PO-Revision-Date: 2020-08-13 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textshared/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1547842627.000000\n"
@@ -60,7 +60,7 @@ msgctxt ""
"par_idN10571\n"
"help.text"
msgid "Opens the Fontwork Gallery where you can select another preview. Click OK to apply the new set of properties to your Fontwork object."
-msgstr "Obre la Galeria Fontwork, des de la qual podeu seleccionar una altra previsualització. Feu clic a D'acord per aplicar el conjunt de propietats nou a l'objecte Fontwork."
+msgstr "Obre la Galeria Fontwork, des de la qual podeu seleccionar una altra previsualització. Feu clic a D'acord per a aplicar el conjunt de propietats nou a l'objecte Fontwork."
#. nG6ME
#: fontwork_toolbar.xhp
@@ -78,7 +78,7 @@ msgctxt ""
"par_idN1058C\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the Fontwork Shape toolbar. Click a shape to apply the shape to all selected Fontwork objects.</ahelp>"
-msgstr "<ahelp hid=\".\">Obre la barra d'eines Forma de Fontwork. Feu clic a una forma per aplicar-la a tots els objectes Fontwork seleccionats.</ahelp>"
+msgstr "<ahelp hid=\".\">Obre la barra d'eines Forma de Fontwork. Feu clic a una forma per a aplicar-la a tots els objectes Fontwork seleccionats.</ahelp>"
#. HTZ3F
#: fontwork_toolbar.xhp
@@ -123,7 +123,7 @@ msgctxt ""
"par_idN105DC\n"
"help.text"
msgid "Click to apply the alignment to the selected Fontwork objects."
-msgstr "Feu clic per aplicar l'alineació als objectes Fontwork seleccionats."
+msgstr "Feu clic per a aplicar l'alineació als objectes Fontwork seleccionats."
#. NSmjx
#: fontwork_toolbar.xhp
@@ -150,7 +150,7 @@ msgctxt ""
"par_idN1060E\n"
"help.text"
msgid "Click to apply the character spacing to the selected Fontwork objects."
-msgstr "Feu clic per aplicar l'espaiat entre caràcters als objectes Fontwork seleccionats."
+msgstr "Feu clic per a aplicar l'espaiat entre caràcters als objectes Fontwork seleccionats."
#. sNDsK
#: fontwork_toolbar.xhp
@@ -951,7 +951,7 @@ msgctxt ""
"par_id3146922\n"
"help.text"
msgid "<ahelp hid=\".uno:AbsoluteRecord\">Shows the number of the current record. Enter a number to go to the corresponding record.</ahelp>"
-msgstr "<ahelp hid=\".uno:AbsoluteRecord\">Mostra el número del registre actual. Introduïu un número per anar al registre corresponent.</ahelp>"
+msgstr "<ahelp hid=\".uno:AbsoluteRecord\">Mostra el número del registre actual. Introduïu un número per a anar al registre corresponent.</ahelp>"
#. Ld8nZ
#: main0213.xhp
@@ -2013,7 +2013,7 @@ msgctxt ""
"hd_id411816022675979\n"
"help.text"
msgid "<link href=\"text/shared/submenu_spacing.xhp\">Spacing</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/submenu_spacing.xhp\">Espaiat</link>"
#. 22dPh
#: submenu_spacing.xhp
@@ -2022,7 +2022,7 @@ msgctxt ""
"par_id398855439580084\n"
"help.text"
msgid "<ahelp hid=\".\">Opens a submenu where you can choose text spacing commands.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Obre un submenú on escollir ordres d'espaiat de text.</ahelp>"
#. 7Sh42
#: submenu_spacing.xhp
@@ -2031,7 +2031,7 @@ msgctxt ""
"hd_id3154944\n"
"help.text"
msgid "Line Spacing: 1"
-msgstr ""
+msgstr "Interlineat: 1"
#. xxnjH
#: submenu_spacing.xhp
@@ -2040,7 +2040,7 @@ msgctxt ""
"hd_id3146969\n"
"help.text"
msgid "Line Spacing: 1.5"
-msgstr ""
+msgstr "Interlineat: 1,5"
#. acjb4
#: submenu_spacing.xhp
@@ -2049,7 +2049,7 @@ msgctxt ""
"hd_id3153711\n"
"help.text"
msgid "Line Spacing: 2"
-msgstr ""
+msgstr "Interlineat: 2"
#. 44Px9
#: submenu_spacing.xhp
@@ -2058,7 +2058,7 @@ msgctxt ""
"hd_id3147573\n"
"help.text"
msgid "Increase Paragraph Spacing"
-msgstr ""
+msgstr "Augmenta l'espaiat entre paràgrafs"
#. zhqwZ
#: submenu_spacing.xhp
@@ -2076,7 +2076,7 @@ msgctxt ""
"hd_id3147574\n"
"help.text"
msgid "Decrease Paragraph Spacing"
-msgstr ""
+msgstr "Redueix l'espaiat entre paràgrafs"
#. EVYri
#: submenu_spacing.xhp
@@ -2094,7 +2094,7 @@ msgctxt ""
"hd_id3147575\n"
"help.text"
msgid "Increase Indent"
-msgstr ""
+msgstr "Augmenta el sagnat"
#. BU6i9
#: submenu_spacing.xhp
@@ -2112,7 +2112,7 @@ msgctxt ""
"hd_id3147576\n"
"help.text"
msgid "Decrease Indent"
-msgstr ""
+msgstr "Redueix el sagnat"
#. zVFFG
#: submenu_spacing.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/00.po b/source/ca/helpcontent2/source/text/shared/00.po
index 797a8cdc204..b8b7ccbdb40 100644
--- a/source/ca/helpcontent2/source/text/shared/00.po
+++ b/source/ca/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-04 11:16+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-13 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/ca/>\n"
"Language: ca\n"
@@ -674,6 +674,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr "Tanca el diàleg d'opcions i descarta qualsevol canvi."
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
@@ -10221,7 +10239,7 @@ msgctxt ""
"par_id3147330\n"
"help.text"
msgid "Choose <emph>Format - Character - Highlighting</emph> tab."
-msgstr ""
+msgstr "Trieu la pestanya <emph>Format ▸ Caràcter ▸ Realçament</emph>."
#. nd9vD
#: 00040500.xhp
@@ -10536,7 +10554,7 @@ msgctxt ""
"par_id3159313\n"
"help.text"
msgid "On the <emph>Drawing</emph> bar, click"
-msgstr ""
+msgstr "A la barra d'eines <emph>Dibuix</emph>, feu clic a"
#. GtJbA
#: 00040500.xhp
@@ -10815,7 +10833,7 @@ msgctxt ""
"par_id3153317\n"
"help.text"
msgid "Icon on the <emph>Image</emph> toolbar:"
-msgstr ""
+msgstr "Icona a la barra d'eines <emph>Imatge</emph>:"
#. YKAFD
#: 00040500.xhp
@@ -10842,7 +10860,7 @@ msgctxt ""
"par_id3151254\n"
"help.text"
msgid "Choose <menuitem>Format - Text</menuitem>."
-msgstr ""
+msgstr "Trieu <menuitem>Format ▸ Text</menuitem>."
#. CHNi9
#: 00040500.xhp
@@ -10851,7 +10869,7 @@ msgctxt ""
"par_id3151255\n"
"help.text"
msgid "Choose <menuitem>Format - Spacing</menuitem>."
-msgstr ""
+msgstr "Trieu <menuitem>Format ▸ Espaiat</menuitem>."
#. suPn7
#: 00040500.xhp
@@ -10887,7 +10905,7 @@ msgctxt ""
"par_id3150156\n"
"help.text"
msgid "<variable id=\"aupitab\">Open <emph>Form Controls</emph> toolbar, click <emph>More Controls</emph> icon, click <emph>Table Control</emph> icon and drag mouse to generate field.</variable>"
-msgstr "<variable id=\"aupitab\">Obriu la barra d'eines <emph>Controls de formulari</emph>, feu clic a la icona <emph>Més controls</emph>, feu clic a la icona <emph>Control de taula</emph> i arrossegueu el ratolí per generar el camp.</variable>"
+msgstr "<variable id=\"aupitab\">Obriu la barra d'eines <emph>Controls de formulari</emph>, feu clic a la icona <emph>Més controls</emph>, feu clic a la icona <emph>Control de taula</emph> i arrossegueu el ratolí per a generar el camp.</variable>"
#. rPttz
#: 00040501.xhp
@@ -10896,7 +10914,7 @@ msgctxt ""
"par_id3154408\n"
"help.text"
msgid "<variable id=\"aupitab1\">Open <emph>Form Controls</emph> toolbar, click <emph>More Controls</emph> icon, click <emph>Table Control</emph> icon and drag mouse to generate field. No database connection in current form is allowed.</variable>"
-msgstr "<variable id=\"aupitab1\">Obriu la barra d'eines <emph>Controls de formulari</emph>, feu clic a la icona <emph>Més controls</emph>, feu clic a la icona <emph>Control de taula</emph> i arrossegueu el ratolí per generar el camp. No es permet una connexió a una base de dades en el formulari actual.</variable>"
+msgstr "<variable id=\"aupitab1\">Obriu la barra d'eines <emph>Controls de formulari</emph>, feu clic a la icona <emph>Més controls</emph>, feu clic a la icona <emph>Control de taula</emph> i arrossegueu el ratolí per a generar el camp. No es permet una connexió a una base de dades en el formulari actual.</variable>"
#. XCEAK
#: 00040501.xhp
@@ -10905,7 +10923,7 @@ msgctxt ""
"par_id3149748\n"
"help.text"
msgid "<variable id=\"aupitab2\">Open <emph>Form Controls</emph> toolbar, click <emph>More Controls</emph> icon, click <emph>Table Control</emph> icon and drag mouse to generate field. Database connection must exist.</variable>"
-msgstr "<variable id=\"aupitab2\">Obriu la barra d'eines <emph>Controls de formulari</emph>, feu clic a la icona <emph>Més controls</emph>, feu clic a la icona <emph>Control de taula</emph> i arrossegueu el ratolí per generar el camp. Hi ha d'haver una connexió a una base de dades.</variable>"
+msgstr "<variable id=\"aupitab2\">Obriu la barra d'eines <emph>Controls de formulari</emph>, feu clic a la icona <emph>Més controls</emph>, feu clic a la icona <emph>Control de taula</emph> i arrossegueu el ratolí per a generar el camp. Hi ha d'haver una connexió a una base de dades.</variable>"
#. 4GrEy
#: 00040501.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/01.po b/source/ca/helpcontent2/source/text/shared/01.po
index eb9576d9948..df670266607 100644
--- a/source/ca/helpcontent2/source/text/shared/01.po
+++ b/source/ca/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-03 21:35+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/ca/>\n"
"Language: ca\n"
@@ -6873,7 +6873,7 @@ msgctxt ""
"par_id3154158\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/no_shift\">Inserted cells replace the target cells.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/no_shift\">Les cel·les inserides substitueixen les cel·les de destinació.</ahelp>"
#. 7pWWW
#: 02070000.xhp
@@ -14718,7 +14718,7 @@ msgctxt ""
"par_id3145829\n"
"help.text"
msgid "<ahelp hid=\".\">Removes direct formatting from the selection.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Treu la formatació directa de la selecció.</ahelp>"
#. LYtxB
#: 05010000.xhp
@@ -14736,7 +14736,7 @@ msgctxt ""
"par_id671594846326658\n"
"help.text"
msgid "Applied character styles will not be affected by Clear Direct Formatting, only direct formatting applied on top of the character styles. To remove formatting applied by a character style, reapply the <emph>Default</emph> character style."
-msgstr ""
+msgstr "L'ordre Nejeta el format directe no fa efecte als estils de caràcter aplicats; només s'eliminarà qualsevol formatació directa que s'hagi aplicat a sobre dels estils de caràcter. Per a suprimir la formatació aplicada per un estil de caràcter, torneu a definir l'estil de caràcter <emph>Per defecte</emph>."
#. h42SA
#: 05010000.xhp
@@ -14745,7 +14745,7 @@ msgctxt ""
"par_id3157959\n"
"help.text"
msgid "To stop applying a direct format, such as underlining, while you type new text at the end of a line, press Shift+Ctrl+X."
-msgstr "Per deixar d'aplicar un format directe, com el subratllat, mentre escriviu text nou al final de la línia, premeu Maj+Ctrl+X."
+msgstr "Per a deixar d'aplicar una formatació directa, com el subratllat, mentre escriviu text nou al final de la línia, premeu Maj+Ctrl+X."
#. rQFC8
#: 05020000.xhp
@@ -14781,7 +14781,7 @@ msgctxt ""
"hd_id3147588\n"
"help.text"
msgid "<link href=\"text/shared/01/05020400.xhp\" name=\"Hyperlink\">Hyperlink</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05020400.xhp\" name=\"Enllaç\">Enllaç</link>"
#. ruEdb
#: 05020100.xhp
@@ -21095,7 +21095,7 @@ msgctxt ""
"par_id3156315\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/paraindentspacing/checkCB_REGISTER\">Aligns the baseline of each line of text to a vertical document grid, so that each line is the same height. To use this feature, you must first activate the <emph>Register-true </emph>option for the current page style. To do this, choose <emph>Format - Page</emph>, click on the <emph>Page </emph>tab, and then select the<emph> Register-true</emph> box in the<emph> Layout settings</emph> area.</ahelp></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/paraindentspacing/checkCB_REGISTER\">Alinea la línia de base de cada línia de text amb una graella de document vertical, de manera que totes les línies tinguin la mateixa alçada. Per utilitzar aquesta funció, abans heu d'activar l'opció <emph>Conforme al registre</emph> per a l'estil de pàgina actual. Per fer-ho, trieu <emph>Format - Pàgina</emph>, feu clic a la pestanya <emph>Pàgina</emph> i activeu la casella <emph>Conforme al registre</emph> a l'àrea <emph>Paràmetres de disposició</emph>.</ahelp></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/paraindentspacing/checkCB_REGISTER\">Alinea la línia de base de cada línia de text amb una graella de document vertical, de manera que totes les línies tinguin la mateixa alçada. Per a utilitzar aquesta funció, abans heu d'activar l'opció <emph>Conforme al registre</emph> per a l'estil de pàgina actual. Per a fer-ho, trieu <emph>Format ▸ Pàgina</emph>, feu clic a la pestanya <emph>Pàgina</emph> i activeu la casella <emph>Conforme al registre</emph> a l'àrea <emph>Paràmetres de disposició</emph>.</ahelp></caseinline></switchinline>"
#. Qv5qF
#: 05030100.xhp
@@ -26042,32 +26042,14 @@ msgctxt ""
msgid "Add"
msgstr "Afegeix"
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Crea un estil de línia nou amb les configuracions actuals.</ahelp>"
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr "Nom"
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
-msgstr "<ahelp hid=\".\">Introduïu un nom.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
+msgstr ""
#. 6Yvch
#: 05200200.xhp
@@ -27506,14 +27488,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr "<ahelp hid=\".uno:FillShadow\">Afegeix una ombra a l'objecte seleccionat. Si l'objecte ja té una ombra, se suprimirà. Si feu clic a aquesta icona sense haver seleccionat cap objecte, l'ombra s'afegirà al proper objecte que dibuixeu.</ahelp>"
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icona</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
+msgstr ""
#. 6XJUi
#: 05210600.xhp
@@ -36738,7 +36720,7 @@ msgctxt ""
"par_id3155273\n"
"help.text"
msgid "Automatically replaces double less-than and greater-than signs with double angle quotes « and » in several languages, and with single angle quotes ‹ and › in Swiss French."
-msgstr "Substitueix automàticament seqüències de signes de desigualtat matemàtica dobles (<literal>&#60;&#60;</literal> i <literal>&#62;&#62;</literal>) per cometes angulars (« i ») en diversos idiomes, i per cometes angulars simples (‹ i ›) en francès suís."
+msgstr "Substitueix automàticament seqüències de signes de desigualtat matemàtica dobles (<literal><<</literal> i <literal>>></literal>) per cometes angulars (« i ») en diversos idiomes, i per cometes angulars simples (‹ i ›) en francès suís."
#. YRQQD
#: 06040400.xhp
@@ -43025,7 +43007,7 @@ msgctxt ""
"par_id3147273\n"
"help.text"
msgid "Lists the currently open documents. Select the name of a document in the list to switch to that document."
-msgstr "Llista els documents que hi ha oberts actualment. Per anar a un document en concret, feu-hi clic a la llista."
+msgstr "Mostra una llista dels documents que hi ha oberts actualment. Per a anar a un document en concret, feu-hi clic a la llista."
#. qQPR5
#: about_meta_tags.xhp
@@ -43304,7 +43286,7 @@ msgctxt ""
"hd_id631526467960460\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Nom"
#. mwYBp
#: addsignatureline.xhp
@@ -43313,7 +43295,7 @@ msgctxt ""
"par_id351526467968348\n"
"help.text"
msgid "<ahelp hid=\".\">Insert the name of the signer. The name is displayed in the signature line graphic box.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Escriviu el nom del signatari. El seu nom es mostrarà al quadre gràfic de la línia de signatura.</ahelp>"
#. bucAF
#: addsignatureline.xhp
@@ -43322,7 +43304,7 @@ msgctxt ""
"hd_id171526467974440\n"
"help.text"
msgid "Title"
-msgstr ""
+msgstr "Càrrec"
#. fyUJY
#: addsignatureline.xhp
@@ -43340,7 +43322,7 @@ msgctxt ""
"hd_id431526467986157\n"
"help.text"
msgid "Email"
-msgstr ""
+msgstr "Adreça electrònica"
#. jr5gQ
#: addsignatureline.xhp
@@ -43358,7 +43340,7 @@ msgctxt ""
"hd_id451526468019876\n"
"help.text"
msgid "Signer can add comments"
-msgstr ""
+msgstr "El signatari pot afegir comentaris"
#. x49zw
#: addsignatureline.xhp
@@ -43376,7 +43358,7 @@ msgctxt ""
"hd_id31526468046686\n"
"help.text"
msgid "Show sign date in signature line"
-msgstr ""
+msgstr "Mostra la data de la signatura en la línia de signatura"
#. xWyoH
#: addsignatureline.xhp
@@ -43394,7 +43376,7 @@ msgctxt ""
"hd_id791526468057743\n"
"help.text"
msgid "Instructions to the signer"
-msgstr ""
+msgstr "Instruccions per al signatari"
#. jrvVd
#: addsignatureline.xhp
@@ -44182,13 +44164,12 @@ msgstr "Els temes es llisten a la part esquerra del missatge <emph>Galeria</emph
#. 4F3zQ
#: gallery.xhp
-#, fuzzy
msgctxt ""
"gallery.xhp\n"
"par_id3155355\n"
"help.text"
msgid "<ahelp hid=\"SVX_HID_GALLERY_WINDOW\">To insert a <emph>Gallery </emph>object, select the object, and then drag it into the document.</ahelp>"
-msgstr "<ahelp hid=\"SVXHIDGALLERYWINDOW\">Per inserir un <emph>Galeria </emph>l'objecte selecciona l'objecte i després del document.</ahelp>"
+msgstr "<ahelp hid=\"SVX_HID_GALLERY_WINDOW\">Per a inserir un objecte de la <emph>Galeria</emph>, seleccioneu-lo i arrossegueu-lo al document.</ahelp>"
#. RRsij
#: gallery.xhp
@@ -47604,13 +47585,13 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr ""
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
msgstr ""
#. ChX9A
@@ -47793,24 +47774,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr ""
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr ""
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr ""
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47820,15 +47783,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr ""
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr ""
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49890,6 +49844,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/shared/02.po b/source/ca/helpcontent2/source/text/shared/02.po
index 42e037bcf36..dd3633775fd 100644
--- a/source/ca/helpcontent2/source/text/shared/02.po
+++ b/source/ca/helpcontent2/source/text/shared/02.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-26 03:30+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-13 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/ca/>\n"
"Language: ca\n"
@@ -8497,7 +8497,7 @@ msgctxt ""
"par_id3149657\n"
"help.text"
msgid "If you have selected either \"Table\" or \"Query\" in <emph>Content type</emph>, the box lists all the tables and queries set up in the selected database."
-msgstr "Si heu seleccionat \"Taula\" o \"Consulta\" al <emph>Tipus de contingut</emph>, el quadre mostra totes les taules i consultes configurades a la base de dades seleccionada."
+msgstr "Si heu seleccionat «Taula» o «Consulta» al <emph>Tipus de contingut</emph>, el quadre mostra totes les taules i consultes configurades a la base de dades seleccionada."
#. qgcys
#: 01170203.xhp
@@ -8524,7 +8524,7 @@ msgctxt ""
"par_id3153192\n"
"help.text"
msgid "If you choose \"Table\" or \"Query\", the form will refer to the table or query that you specify under <emph>Content</emph>. If you want to create a new query or a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, then you have to choose the \"SQL\" option. You can then enter the statement for the SQL query or the subform directly in the <emph>List content</emph> box on the Control properties Data tab page."
-msgstr "Si trieu \"Taula\" o \"Consulta\", el formulari farà referència a la taula o consulta que indiqueu a <emph>Contingut</emph>. Si voleu crear una nova consulta o un <link href=\"text/shared/02/01170203.xhp\" name=\"subformulari\">subformulari</link>, heu de triar l'opció SQL. Podeu introduir l'expressió per a la consulta SQL o el subformulari directament al quadre <emph>Contingut de la llista</emph> de la pestanya Dades de les Propietats de control."
+msgstr "Si trieu «Taula» o «Consulta», el formulari farà referència a la taula o consulta que indiqueu a <emph>Contingut</emph>. Si voleu crear una nova consulta o un <link href=\"text/shared/02/01170203.xhp\" name=\"subformulari\">subformulari</link>, heu de triar l'opció «SQL». Podeu introduir l'expressió per a la consulta SQL o el subformulari directament al quadre <emph>Contingut de la llista</emph> de la pestanya Dades de les Propietats de control."
#. ZSNb6
#: 01170203.xhp
@@ -8832,14 +8832,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr ""
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
-msgstr "El subformulari es basa en una consulta <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> i, més específicament, en una <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Consulta d'un paràmetre\">Consulta d'un paràmetre</link>. Si s'introdueix un nom de camp al quadre <emph>Enllaça els camps mestre</emph>, les dades que conté aquest camp en el formulari principal es llegeixen com una variable que heu d'introduir a <emph>Enllaça els camps esclau</emph>. En una expressió SQL adequada, aquesta variable es compara amb les dades de la taula a la qual es refereix el subformulari. Alternativament, podeu introduir el nom de la columna a <emph>Enllaça els camps mestre</emph>."
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgstr ""
#. KAQ4c
#: 01170203.xhp
@@ -10551,14 +10551,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr "Cada aplicació del $[officename] té la seva finestra d'<emph>Estils</emph>. Per tant, hi ha finestres diferents per a <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"documents de text \">documents de text</link></caseinline><defaultinline>documents de text</defaultinline></switchinline>, <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"fulls de càlcul\">fulls de càlcul</link></caseinline><defaultinline>fulls de càlcul</defaultinline></switchinline> i per a <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentacions/documents de dibuix documents\">presentacions/documents de dibuix</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentacions/documents de dibuix \">presentacions/documents de dibuix</link></caseinline><defaultinline>presentacions/documents de dibuix</defaultinline></switchinline>."
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icona</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -10930,7 +10930,7 @@ msgctxt ""
"par_id3150247\n"
"help.text"
msgid "<ahelp hid=\".uno:DecrementIndent\">Click the <emph>Decrease Indent</emph> icon to reduce the left indent of the current paragraph or cell content and set it to the previous default tab position.</ahelp>"
-msgstr "<ahelp hid=\".uno:DecrementIndent\">Feu clic a la icona <emph>Redueix el sagnat</emph> per reduir el sagnat esquerre del paràgraf actual o el contingut de la cel·la i posar-lo a la posició anterior per defecte del tabulador.</ahelp>"
+msgstr "<ahelp hid=\".uno:DecrementIndent\">Feu clic a la icona <emph>Redueix el sagnat</emph> per a reduir el sagnat esquerre del paràgraf actual o el contingut de la cel·la i posar-lo a la posició anterior per defecte del tabulador.</ahelp>"
#. DZsGF
#: 02130000.xhp
@@ -11157,7 +11157,7 @@ msgctxt ""
"hd_id3109850\n"
"help.text"
msgid "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlight Color\">Highlighting</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/02160000.xhp\" name=\"Color de realçament\">Realçament</link>"
#. TLSg8
#: 02160000.xhp
@@ -11220,7 +11220,7 @@ msgctxt ""
"par_id3166460\n"
"help.text"
msgid "To Apply Highlighting"
-msgstr "Per aplicar el realçament"
+msgstr "Per a aplicar el realçament"
#. WwtC4
#: 02160000.xhp
@@ -11274,7 +11274,7 @@ msgctxt ""
"par_idN1075A\n"
"help.text"
msgid "To Remove Highlighting"
-msgstr "Per suprimir el realçat"
+msgstr "Per a suprimir el realçament"
#. mmq6u
#: 02160000.xhp
@@ -11789,14 +11789,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr "La icona <emph>Estil de la fletxa</emph> només es veu quan creeu un dibuix amb les funcions de dibuix. Per a obtenir més informació, consulteu l'apartat <link href=\"text/shared/01/05200300.xhp\" name=\"Estils de la línia\"><emph>Estils de la línia</emph></link> de l'Ajuda."
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icona</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -17101,14 +17101,14 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "Executa l'ordre SQL directament"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
-msgstr "Feu clic novament a la icona per a tornar al mode normal, on se sincronitzen els canvis al <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"disseny de la consulta nova\"><emph>disseny de la consulta nova</emph></link> amb els canvis permesos mitjançant SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgstr ""
#. tTG7m
#: 14040000.xhp
@@ -17128,14 +17128,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Funcions\">Funcions</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Mostra la fila <emph>Funció</emph> a la part inferior de la vista disseny de la finestra <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de consulta\"><emph>Disseny de consulta</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgstr ""
#. iGFfH
#: 14040000.xhp
@@ -17173,14 +17173,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Nom de la taula\">Nom de la taula</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
-msgstr "<ahelp hid=\".\">Mostra la fila <emph>Taula</emph> a la part inferior de la finestra <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de consulta\"><emph>Disseny de consulta</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgstr ""
#. t48DA
#: 14050000.xhp
@@ -17218,14 +17218,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Àlies\">Àlies</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Mostra la fila <emph>Àlies</emph> a la part inferior de la finestra <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de consulta\"><emph>Disseny de consulta</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgstr ""
#. CcbaZ
#: 14060000.xhp
@@ -17272,14 +17272,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Valors diferents\">Valors diferents</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
-msgstr "<ahelp hid=\".uno:DBDistinctValues\">Estén l'expressió de selecció creada de la <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Consulta SQL\"><emph>consulta SQL</emph></link> a la columna actual mitjançant el paràmetre <emph>DISTINCT</emph>.</ahelp> La conseqüència és que els valors idèntics que apareixen diverses vegades només s'enumeren una vegada."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgstr ""
#. EXAFG
#: 14070000.xhp
@@ -19334,15 +19334,41 @@ msgctxt ""
msgid "Limit"
msgstr "Límit"
-#. bXFUp
+#. SWTG4
#: limit.xhp
-#, fuzzy
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
-msgstr "<ahelp hid=\".\">Expandeix l'expressió seleccionada de l'estat <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">Consulta SQL</link> per LIMIT de LIMIT X clause</ahelp>. Això es pot utilitzar per limitar els resultats de la consulta SQL als resultats que utilitzen en la primera majúscula del complement."
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
+msgstr ""
#. Ae3Qb
#: paintbrush.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/autopi.po b/source/ca/helpcontent2/source/text/shared/autopi.po
index a7139771278..f09eec4f2bc 100644
--- a/source/ca/helpcontent2/source/text/shared/autopi.po
+++ b/source/ca/helpcontent2/source/text/shared/autopi.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-03 21:35+0000\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedautopi/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1564507805.000000\n"
@@ -1644,7 +1644,7 @@ msgctxt ""
"par_idN10604\n"
"help.text"
msgid "<ahelp hid=\".\">Inserts database fields for a later mail merge with the fax document.</ahelp>"
-msgstr "<ahelp hid=\".\">Insereix camps d'una base de dades per fer una combinació de correu posterior amb el document de fax.</ahelp>"
+msgstr "<ahelp hid=\".\">Insereix camps d'una base de dades per a fer una combinació de correu posterior amb el document de fax.</ahelp>"
#. zQPYE
#: 01020300.xhp
@@ -5730,7 +5730,7 @@ msgctxt ""
"hd_id3147089\n"
"help.text"
msgid "Email address"
-msgstr ""
+msgstr "Adreça electrònica"
#. Bm9Gp
#: 01110400.xhp
@@ -5739,7 +5739,7 @@ msgctxt ""
"par_id3166460\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/publishingdialog/emailEntry\">Specifies the email address.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/publishingdialog/emailEntry\">Indica l'adreça electrònica.</ahelp>"
#. VhjgN
#: 01110400.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/explorer/database.po b/source/ca/helpcontent2/source/text/shared/explorer/database.po
index 7520215cfc1..63721ddc5a8 100644
--- a/source/ca/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/ca/helpcontent2/source/text/shared/explorer/database.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-06-16 20:22+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-12 11:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/ca/>\n"
"Language: ca\n"
@@ -17,2220 +17,6 @@ msgstr ""
"X-Language: ca\n"
"X-POOTLE-MTIME: 1551190404.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr "Disseny de la consulta"
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr "<bookmark_value>vistes; creació de vistes de bases de dades (Base)</bookmark_value><bookmark_value>consultes; creació en vista de disseny (Base)</bookmark_value><bookmark_value>disseny; consultes (Base)</bookmark_value><bookmark_value>vista de disseny; consultes/vistes (Base)</bookmark_value><bookmark_value>unió;taules (Base)</bookmark_value><bookmark_value>taules en bases de dades; unió per a consultes (Base)</bookmark_value><bookmark_value>consultes; unió de taules (Base)</bookmark_value><bookmark_value>taules en bases de dades; relacions (Base)</bookmark_value><bookmark_value>relacions; unió de taules (Base)</bookmark_value><bookmark_value>consultes; supressió d'enllaços a taules (Base)</bookmark_value><bookmark_value>criteris del disseny de la consulta (Base)</bookmark_value><bookmark_value>consultes; formulació de condicions de filtratge (Base)</bookmark_value><bookmark_value>condicions de filtratge;en consultes (Base)</bookmark_value><bookmark_value>paràmetres; consultes (Base)</bookmark_value><bookmark_value>consultes; consultes de paràmetres (Base)</bookmark_value><bookmark_value>SQL; consultes (Base)</bookmark_value><bookmark_value>SQL natiu (Base)</bookmark_value>"
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de la consulta\">Disseny de la consulta</link>"
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr "<ahelp hid=\".\">La <emph>Vista del disseny de la consulta </emph>us permet crear i editar una consulta de la base de dades.</ahelp>"
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr "La majoria de les bases de dades utilitzen consultes per a filtrar o ordenar les taules per a la visualització de registres en un ordinador. Les vistes ofereixen les mateixes funcionalitats que les consultes, però des d'un servidor. Si la vostra base de dades és en un servidor que permet l'ús de vistes, les podreu utilitzar per a filtrar els registres en el servidor i, d'aquesta manera, accelerar-ne el temps de visualització."
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr "Si seleccioneu l'ordre <emph>Crea una vista</emph> de la pestanya <emph>Taules</emph> en un document de base de dades, visualitzareu la finestra <emph>Disseny de la vista</emph>, que és molt semblant a la finestra <emph>Disseny de la consulta</emph> que es descriu aquí."
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr "La disposició de la finestra Disseny de la consulta s'emmagatzema amb una consulta creada, però en canvi no es pot emmagatzemar amb una vista creada."
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr "La vista de disseny"
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr "Per a crear una consulta, feu clic a la icona <emph>Consultes</emph> d'un document de base de dades, i a continuació a <emph>Crea una consulta en vista de disseny</emph>."
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr "La subfinestra que hi ha a la part inferior de la Vista de disseny és l'espai on heu de <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"definir\">definir</link> la consulta. Per a definir una consulta, indiqueu els <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"noms dels camps\">noms dels camps</link> de la base de dades que vulgueu incloure i els <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteris\">criteris</link> per a la visualització d'aquests camps. Si voleu reorganitzar les columnes d'aquesta subfinestra, arrossegueu una capçalera de columna fins a una nova posició o seleccioneu la columna i premeu <switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+tecla de cursor."
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr "Les <link href=\"text/shared/main0214.xhp\" name=\"icones\">icones</link> de les barres <emph>Disseny de la consulta</emph> i <emph>Disseny</emph> es mostren a la part superior de la finestra Vista de disseny de la consulta."
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr "Si voleu provar el funcionament d'una consulta, feu doble clic al nom d'aquesta consulta en el document de base de dades. El resultat de la consulta es mostrarà en una taula semblant a la Vista de fonts de dades. Nota: la taula que es mostrarà serà temporal."
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr "Tecles per a la vista del disseny de la consulta"
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr "Tecla"
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "Funció"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr "F4"
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr "Previsualització"
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr "F5"
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr "Execució de la consulta"
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr "F7"
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr "Addició d'una taula o una consulta"
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr "Navega"
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr "En obrir el disseny de consultes per primera vegada, veureu un diàleg al qual haureu de seleccionar la taula o la consulta que s'utilitzarà per a la consulta nova."
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Feu doble clic als camps que vulgueu per a afegir-los a la consulta. Arrossegueu i deixeu anar per a definir relacions.</ahelp>"
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr "Quan estigueu dissenyant una consulta no podreu modificar les taules seleccionades."
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr "Supressió de taules"
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr "Per suprimir una taula de la Vista de disseny, feu clic a la vora superior de la finestra de la taula i obriu el menú contextual, on podreu triar l'ordre <emph>Suprimeix</emph>. De manera alternativa, podeu prémer el botó Supr."
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr "Moure taules i modificar-ne la mida"
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr "Podeu redimensionar i organitzar les taules segons les vostres preferències. Per moure una taula, arrossegueu-ne la vora superior fins a la posició que vulgueu. Podeu augmentar o reduir la mida d'una taula col·locant la busca del ratolí en una vora o una cantonada de la taula i arrossegant-lo fins aconseguir la mida desitjada."
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr "Relacions entre taules"
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr "En cas que hi hagi dades relacionades entre el nom de camp d'una taula i el nom de camp d'una altra taula, podreu utilitzar aquestes relacions per a la vostra consulta."
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr "Així, si per exemple disposeu, d'una banda, d'un full de càlcul per a articles identificats amb un número d'article i, de l'altra, d'un altre full de càlcul per a clients en el qual registreu tots els articles que aquests clients sol·liciten mitjançant els números d'article corresponents, hi haurà una relació entre els dos camps de dades «número d'article». D'aquesta manera, si voleu crear una consulta que torni tots els articles sol·licitats per un client, haureu de recuperar les dades corresponents dels dos fulls de dades. Per a fer-ho, haureu d'informar el $[officename] sobre la relació que existeix entre les dades dels dos fulls de càlcul."
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr "Per a indicar aquesta relació, feu clic al nom d'un camp d'una taula (per exemple, al nom del camp «Número-article» de la taula Clients), manteniu premut el botó del ratolí i arrossegueu el nom del camp fins a l'altra taula (fins a «Número-article» de la taula Articles). Quan deixeu anar el botó del ratolí, apareixerà una línia que connectarà els dos camps de les dues finestres. La condició corresponent, segons la qual els dos noms de camp hauran de ser idèntics, s'introduirà a la consulta SQL resultant."
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr "Només podeu crear una consulta basada en diversos fulls relacionats si utilitzeu el $[officename] com a interfície per a una base de dades relacional."
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr "No podeu accedir a taules de bases de dades diferents en una consulta. Només podeu crear consultes en què intervinguin diverses taules en una sola base de dades."
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr "Especificació del tipus de relació"
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr "Si feu doble clic en la línia que connecta els dos camps enllaçats o crideu l'ordre de menú <emph>Insereix ▸ Relació nova</emph> s'obrirà el diàleg <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relacions\"><emph>Relacions</emph></link>, que us permet especificar el tipus d'enllaç."
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edita les propietats de la unió.</ahelp> També podeu prémer la tecla Tab fins que la línia estigui seleccionada, i a continuació Maj+F10 per mostrar el menú contextual i triar-hi l'ordre <emph>Edita</emph>. Hi ha bases de dades que només admeten un subconjunt de tots els tipus d'unió possibles."
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr "Supressió de relacions"
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr "Per suprimir una relació entre dues taules, feu clic a la línia de connexió i premeu la tecla Supr."
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr "També podeu suprimir les entrades respectives a <emph>Camps implicats</emph> del diàleg <emph>Relacions</emph>, o bé podeu prémer la tecla Tab fins que el vector de connexió quedi realçat i, a continuació, Maj+F10 per a obrir el menú contextual i seleccionar-hi l'ordre <emph>Suprimeix</emph>."
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr "Definició de la consulta"
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Seleccioneu les condicions per a definir la consulta.</ahelp> Cada columna de la taula de disseny accepta un camp de dades per a la consulta. Les condicions d'una fila s'enllacen amb el booleà AND."
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr "Especificació dels noms dels camps"
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr "En primer lloc, seleccioneu tots els noms dels camps de les taules que vulgueu afegir a la consulta. Per fer-ho, podeu arrossegar i deixar anar o bé fer doble clic a un nom de camp a la finestra de la taula. Si opteu pel primer mètode, utilitzeu el ratolí per arrossegar un nom de camp des de la finestra de la taula fins a l'àrea inferior de la finestra de disseny de la consulta. D'aquesta manera, podreu decidir a quina columna voleu afegir el camp. Podeu seleccionar un nom de camp fent-hi doble clic. En aquest cas, s'afegirà a la columna lliure següent en la finestra de disseny de la consulta."
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr "Supressió de noms de camp"
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr "Per suprimir un nom de camp de la consulta, feu clic a la capçalera de columna del camp i trieu l'ordre <emph>Suprimeix</emph> en el menú contextual que es mostrarà per a la columna."
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr "Desament de la consulta"
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr "Utilitzeu la icona <emph>Desa</emph> de la barra Estàndard per a desar la consulta. Visualitzareu un diàleg que us sol·licitarà un nom per a la consulta. Si la base de dades admet esquemes, també en podreu indicar un."
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr "Esquema"
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Introduïu el nom de l'esquema assignat a la consulta o a la vista de taula.</ahelp>"
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr "Nom de la consulta o de la vista de taula"
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">Introduïu el nom de la consulta o de la vista de taula.</ahelp>"
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr "Filtratge de dades"
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr "Per a filtrar les dades per a la consulta, definiu els criteris desitjats a la finestra de disseny de la consulta. Disposareu de les opcions següents:"
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr "Camps"
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Introduïu el nom del camp de dades al qual es fa referència en la consulta. Totes les configuracions fetes en l'opció del filtre fan referència a aquest camp.</ahelp> Si activeu aquí una cel·la amb un clic del ratolí, veureu un botó de fletxa que us permet seleccionar un camp. L'opció «Nom de la taula.*» selecciona tots els camps de dades amb l'efecte què els criteris especificats s'aplicaran a tots els camps de la taula."
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr "Àlies"
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Permet especificar un àlies. Aquest àlies es mostrarà a la consulta en comptes del nom del camp. Això fa possible utilitzar etiquetes de columna definides per l'usuari.</ahelp> Per exemple, si el camp de dades s'anomena «NmPt» i voleu que el nom «NúmPart» aparegui a la consulta, introduïu «NúmPart» com a àlies."
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr "En una expressió SQL, els àlies es defineixen de la manera següent:"
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr "SELECT column AS alias FROM table."
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr "Per exemple:"
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr "Taula"
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">Aquí es llista la taula de la base de dades corresponent al camp de dades seleccionat.</ahelp> Si activeu aquesta cel·la de la taula fent-hi clic amb el ratolí, apareixerà una fletxa que us permetrà seleccionar una altra taula de la consulta actual."
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr "Ordena"
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">Si feu clic a la cel·la, podreu seleccionar una de les opcions d'ordenació: ascendent, descendent o sense ordenar.</ahelp> Els camps de text s'ordenaran de manera alfabètica, i els numèrics de manera numèrica. Els administradors poden definir les opcions d'ordenació per a la majoria de bases de dades."
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr "Visible"
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">Si activeu la propietat <emph>Visible</emph> per a un camp de dades, aquest camp serà visible a la consulta resultant.</ahelp> Si feu servir un camp de dades només per a formular una condició o fer un càlcul, no cal mostrar-lo."
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr "Criteris"
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Permet especificar un primer <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteri\">criteri</link> mitjançant el qual el contingut del camp de dades s'haurà de filtrar.</ahelp>"
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr "o"
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr "Aquí podeu introduïr un criteri de filtratge addicional per línia. Diversos criteris a una única columna s'interpretaran com a O booleà."
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr "També podeu utilitzar el menú contextual de les capçaleres de línia a la part inferior de la finestra de disseny de la consulta per a inserir un filtre basat en una funció:"
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "Funcions"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Seleccioneu una funció a executar a la consulta.</ahelp> Les funcions disponibles aquí dependran d'aquelles que forneixi el motor de la base de dades."
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr "Si treballeu amb la base de dades HSQL incrustada, el quadre de llista de la línia <emph>Funció</emph> us oferirà les opcions següents:"
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr "Opció"
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr "Efecte"
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr "Cap funció"
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr "No s'executarà cap funció."
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr "Mitjana"
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr "Calcula la mitjana aritmètica d'un camp."
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr "Compta"
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr "Determina el nombre de registres de la taula. Els camps buits es poden comptar (a) o excloure (b)."
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr "a) COUNT(*): si s'indica un asterisc com a argument es comptaran tots els registres de la taula."
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr ""
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr "Màxim"
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr "Determina el valor més alt d'un registre per al camp."
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr "Mínim"
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr "Determina el valor més baix d'un registre per al camp."
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr "Suma"
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr "Calcula la suma de valors dels registres dels camps associats."
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr "Agrupa"
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr "Agrupa les dades de la consulta d'acord amb el nom de camp seleccionat. Les funcions s'executen d'acord amb els grups indicats. A l'SQL, aquesta opció correspon a la clàusula GROUP BY. Si s'afegeix un criteri, aquesta entrada apareix a la subclàusula SQL HAVING."
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr "També podeu introduir crides de funció directament a l'expressió SQL. La sintaxi és:"
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr "SELECT FUNCTION(columna) FROM taula."
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr "Per exemple, a l'SQL la crida de funció per a calcular una suma és:"
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr "SELECT SUM(\"Preu\") FROM \"Article\"."
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr ""
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr "Si voleu fer servir altres funcions que no són al quadre de llista, heu d'introduir-les manualment a <emph>Camp</emph>."
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr ""
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr "La funció corresponent en una expressió SQL és:"
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr "SELECT FUNCTION() AS alias FROM table"
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemple:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr "SELECT COUNT(*) AS count FROM \"Item\""
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr ""
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "<emph>Exemples</emph>"
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr "En l'exemple següent, hi ha una consulta que s'executa en dues taules: d'una banda, la taula \"Element\" amb el camp \"Núm_Element\" i, de l'altra, la taula \"Proveïdors\" amb el camp \"Nom_Proveïdor\". A més, aquestes dues taules tenen un nom de camp comú, \"Núm_Proveïdor\"."
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr "Per a crear una consulta que contingui tots els proveïdors que entreguen més de tres elements, realitzeu els passos següents:"
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "Inseriu les taules «Element» i «Proveïdors» al disseny de la consulta."
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr "Enllaceu els camps «Núm_Proveïdor» de les dues taules si encara no s'hi ha establert una relació d'aquest tipus."
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr "Feu doble clic en el camp «Núm_Element» de la taula «Element». Feu que es mostri la línia <emph>Funció</emph> mitjançant el menú contextual i seleccioneu la funció Compta."
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "Introduïu >3 com a criteri i desactiveu el camp Visible."
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "Feu doble clic al camp \"Nom_Proveïdor\" de la taula \"Proveïdors\" i trieu la funció Agrupa."
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr "Executeu la consulta."
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr "Si els camps \"Preu\" (per al preu individual d'un article) i \"Núm_Proveïdor\" (per al proveïdor de l'article) existeixen a la taula \"Element\", podreu obtenir el preu mitjà per a l'element proporcionat per un proveïdor mitjançant la consulta següent:"
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr "Inseriu la taula \"Element\" al disseny de la consulta."
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr "Feu doble clic als camps \"Preu\" i \"Núm_Proveïdor\"."
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr "Habiliteu la línia <emph>Funció</emph> i seleccioneu la funció Mitjana en el camp \"Preu\"."
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr "També podeu introduir \"Mitjana\" a la línia per al nom de l'àlies (sense cometes)."
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr "Trieu Agrupa per al camp \"Núm_Proveïdor\"."
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr "Executeu la consulta."
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr "Disposareu de les ordres de menú contextual i els símbols següents:"
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "Funcions"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Mostra o amaga una fila per a la selecció de funcions.</ahelp>"
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr "Nom de la taula"
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Mostra o amaga la fila per al nom de la taula.</ahelp>"
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr "Nom de l'àlies"
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Mostra o amaga la fila per al nom de l'àlies.</ahelp>"
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr "Valors diferents"
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr ""
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr "Per exemple, si el nom «Martí» apareix més d'una vegada a la base de dades d'adreces, podreu triar l'ordre <emph>Valors diferents</emph> per a especificar a la consulta que el nom «Martí» només tindrà una ocurrència."
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr "Per a una consulta en què intervinguin diversos camps, la combinació dels valors de tots els camps ha de ser única per tal que el resultat es pugui formar a partir d'un registre específic. Per exemple, pot ser que tingueu «Martí a Barcelona» una vegada a la llibreta d'adreces i «Martí a Girona» dues vegades. En un cas així, si trieu l'ordre <emph>Valors diferents</emph>, la consulta utilitzarà els dos camps «Cognoms» i «Ciutat» i tornarà el resultat «Martí a Barcelona» una vegada i el resultat «Martí a Girona» una sola vegada, també."
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr "En SQL, aquesta ordre correspon al predicat DISTINCT."
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr "Límit"
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Us permet limitar el nombre màxim de registres que retorna una consulta.</ahelp>"
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr ""
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr "Formulació de condicions de filtratge"
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr ""
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr "Operador"
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "Definició"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "La condició es compleix si..."
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr "igual a"
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr "... el contingut del camp és idèntic a l'expressió indicada."
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr "L'operador = no es mostrarà en els camps de la consulta. Si introduïu un valor sense cap operador, s'interpretarà l'operador = de manera automàtica."
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr "diferent de"
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr "... el contingut del camp no es correspon amb l'expressió indicada."
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr "major que"
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr "... el contingut del camp és major que l'expressió indicada."
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr "menor que"
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr "... el contingut del camp és menor que l'expressió indicada."
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr "major que o igual a"
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr "... el contingut del camp és major que l'expressió indicada o igual a aquesta expressió."
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr "menor que o igual a"
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr "... el contingut del camp és menor que l'expressió indicada o igual a aquesta expressió."
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr "Ordre del $[officename]"
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr "Ordre SQL"
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "Definició"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "La condició es compleix si..."
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr "és nul"
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr "... el camp no conté dades. Per als camps Sí/No amb tres estats possibles, aquesta ordre consulta automàticament l'estat indeterminat (ni Sí ni No)."
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr "no és buit"
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr "... el camp no és buit. Això és, conté dades."
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr "espai reservat (*) per a qualsevol nombre de caràcters"
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr "espai reservat (?) per a un sol caràcter"
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr "<bookmark_value>espais reservats; en consultes SQL</bookmark_value>"
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr "espai reservat (%) per a qualsevol nombre de caràcters"
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr "espai reservat (_) per a un sol caràcter"
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr "és un element de"
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr "... el camp de dades conté l'expressió indicada. L'espai reservat (*) indica si l'expressió x apareix al principi del contingut del camp (x*), al final (*x) o dins d'aquest (*x*). Quan treballeu amb consultes SQL a la interfície del %PRODUCTNAME podeu utilitzar com a espais reservats tant el caràcter SQL % com l'espai reservat habitual del sistema de fitxers, (*)."
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr "Els espais reservats (*) i (%) fan referència a qualsevol nombre de caràcters. Si voleu representar un sol caràcter, podeu utilitzar el signe d'interrogació (?) a la interfície del $[officename] o la ratlla baixa (_) a les consultes SQL."
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr "no és un element de"
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr "... el camp no conté dades amb l'expressió especificada."
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr "es troba dins l'interval [x,y]"
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr "... el camp conté un valor que es troba entre els valors x i y."
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr "No es troba dins l'interval [x,y]"
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr "... el camp conté un valor que no es troba entre els valors x i y."
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr "Noteu que s'utilitzen signes de punt i coma com a separadors en totes les llistes de valors!"
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr "conté a, b, c..."
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr "... el nom del camp conté una de les expressions a, b, c... indicades. Podeu expressar un nombre d'expressions il·limitat, i el resultat de la consulta queda determinat per un operador booleà O. Les expressions a, b, c... poden ser tant nombres com caràcters."
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr "no conté a, b, c..."
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr "... el camp no conté cap de les expressions a, b, c... indicades."
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr "té el valor True"
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr "... el nom del camp té el valor True."
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr "té el valor False"
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr "... el valor del camp és FALS."
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "Exemples"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr "retorna els noms de camp que continguin \"Sra.\""
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr "retorna les dates anteriors al 10 de gener de 2001"
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr "retorna els registres amb continguts com ara \"cola\" i \"cala\"."
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr "retorna els registres amb continguts com ara «Sun»."
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr "retorna els registres amb continguts de camp que es trobin entre els valors 10 i 20 (els camps poden ser tant numèrics com de text)."
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr "retorna registres amb els valors 1, 3, 5, 7. Si, per exemple, el nom de camp conté un número d'element, podeu crear una consulta que torni l'element amb el número especificat."
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr "retorna registres que no continguin «Martí»."
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr "Exemple: select * from Item where ItemName like 'The *%' {escape '*'}"
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr "L'exemple us proporcionarà totes les entrades en què el nom de l'element comenci per 'The *'. Això significa que també podeu cercar caràcters que altrament s'interpretarien com a espais reservats, com ara *, ?, _, % o un punt."
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "Exemple: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr "Consulta de camps de text"
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr "Per a consultar el contingut d'un camp de text, heu d'escriure l'expressió entre cometes simples. La distinció entre majúscules i minúscules dependrà de la base de dades que s'estigui utilitzant. Per definició, LIKE distingeix entre majúscules i minúscules (malgrat que algunes bases de dades no segueixen aquest criteri estrictament)."
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr "Consulta de camps de data"
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr ""
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr "Element de tipus data"
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr "Sintaxi d'escapament de l'SQL núm. 1 - pot ser obsoleta"
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr "Sintaxi d'escapament de l'SQL núm. 2"
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr "Sintaxi de SQL2"
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "Data"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr "Hora"
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr "Data i hora"
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr "Exemple: select {d '1999-12-31'} from world.years"
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr "Exemple: select * from mytable where years='1999-12-31'"
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr "Totes les expressions (literals de data) han de col·locar-se entre cometes simples. (Per a més informació, consulteu la documentació de referència de la base de dades i del connector que utilitzeu.)"
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr "Consulta de camps Sí/No"
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr "Per consultar camps Sí/No, utilitzeu la sintaxi següent per a taules dBASE:"
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr "Estat"
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr "Criteri de la consulta"
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "Exemple"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "Sí"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr "per a taules dBASE: diferent de qualsevol valor donat"
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr "=1 torna tots els registres en què el camp Sí/No té l'estat \"Sí\" o \"Activat\" (seleccionat en color negre)."
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "No"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr "=0 torna tots els registres per als quals el camp Sí/No té l'estat \"No\" o \"Desactivat\" (sense selecció)."
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr "Nul"
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr "IS NULL"
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr "IS NULL torna tots els registres per als quals el camp Sí/No no té l'estat Sí ni l'estat No (seleccionat en color gris)."
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr "La sintaxi depèn del sistema de bases de dades utilitzat. Noteu també que els camps Sí/No es poden definir de manera diferenciada (amb només 2 estats en comptes de 3)."
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr "Consultes amb paràmetres"
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr ""
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr ""
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr "Els noms dels paràmetres no poden contenir cap d'aquests caràcters: <item type=\"input\"><espai>`!\"$%^*()+={}[]@'~#<>?/,</item>. No poden ser iguals que els noms dels camps o les paraules reservades de l'SQL, però poden ser iguals que els àlies."
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr ""
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr ""
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr "Entrada de paràmetres"
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr ""
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr ""
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr "És possible fer servir els caràcters comodí «%» (cadena arbitrària) i «_» (caràcter individual arbitrari) com a part del valor per a recuperar els registres amb criteris més complexos."
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr "Mode SQL"
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr "La sigla SQL correspon a l'anglès \"Structured Query Language\" (llenguatge d'interrogació estructurat). Es tracta d'un llenguatge que dóna instruccions per a l'actualització i la gestió de bases de dades relacionals."
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr ""
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr "També podeu formular una consulta directament en codi SQL. No obstant això, observeu que la sintaxi especial dependrà del sistema de bases de dades que utilitzeu."
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr ""
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr ""
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5489,14 +3275,14 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr "En aquest diàleg només podeu introduir ordres d'administració com ara GRANT, CREATE TABLE o DROP TABLE, i no hi podeu introduir ordres de filtratge. Les ordres que pugueu introduir dependran de la font de dades. Per exemple, dBASE només pot executar algunes de les ordres SQL que es llisten aquí."
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "Per executar una consulta SQL per filtrar dades a la base de dades, utilitzeu la <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de la consulta\">Vista del disseny de la consulta</link>."
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgstr ""
#. Ck9G4
#: 11080000.xhp
@@ -5883,7 +3669,7 @@ msgctxt ""
"par_idN105D6\n"
"help.text"
msgid "Some databases assign version numbers to fields to track changes to records. The version number of a field is incremented by one each time the contents of the field are changed. <ahelp hid=\"dbaccess/ui/specialsettingspage/displayver\">Displays the internal version number of the record in the database table.</ahelp>"
-msgstr "Algunes bases de dades assignen números de versió als camps per fer un seguiment dels canvis realitzats en els registres. El número de versió d'un camp s'incrementa per 1 cada vegada que el contingut del camp canvia. <ahelp hid=\"dbaccess/ui/specialsettingspage/displayver\">Mostra el número de versió interna del registre a la taula de la base de dades.</ahelp>"
+msgstr "Algunes bases de dades assignen números de versió als camps per a fer un seguiment dels canvis realitzats en els registres. El número de versió d'un camp s'incrementa per 1 cada vegada que el contingut del camp canvia. <ahelp hid=\"dbaccess/ui/specialsettingspage/displayver\">Mostra el número de versió interna del registre a la taula de la base de dades.</ahelp>"
#. HLoGa
#: dabaadvpropdat.xhp
@@ -8349,7 +6135,7 @@ msgctxt ""
"par_idN10549\n"
"help.text"
msgid "<variable id=\"mysql\"><link href=\"text/shared/explorer/database/dabawiz02mysql.xhp\">MariaDB and MySQL Connection</link></variable>"
-msgstr ""
+msgstr "<variable id=\"mysql\"><link href=\"text/shared/explorer/database/dabawiz02mysql.xhp\">Connexió al MariaDB i el MySQL</link></variable>"
#. 5FPU6
#: dabawiz02mysql.xhp
@@ -8358,7 +6144,7 @@ msgctxt ""
"par_idN1054D\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the options for MariaDB and MySQL databases.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Indica les opcions per a les bases de dades MariaDB i MySQL.</ahelp>"
#. Bmcwo
#: dabawiz02mysql.xhp
@@ -8367,7 +6153,7 @@ msgctxt ""
"hd_id661587405298284\n"
"help.text"
msgid "Direct Connection for MariaDB and MySQL databases"
-msgstr ""
+msgstr "Connexió directa per a les bases de dades MariaDB i MySQL"
#. vd9VD
#: dabawiz02mysql.xhp
@@ -8376,7 +6162,7 @@ msgctxt ""
"hd_id321587405303769\n"
"help.text"
msgid "Database name"
-msgstr ""
+msgstr "Nom de la base de dades"
#. 6LAsi
#: dabawiz02mysql.xhp
@@ -9663,7 +7449,7 @@ msgctxt ""
"par_idN105EE\n"
"help.text"
msgid "Exports the selected report or form to a text document. A dynamic report is exported as a copy of the database contents at the time of export."
-msgstr ""
+msgstr "Exporta l'informe o el formulari seleccionat en un document de text. En el moment de l'exportació, s'exportarà igualment un informe dinàmic com a còpia del contingut de la base de dades."
#. vdU9E
#: menufile.xhp
@@ -9681,7 +7467,7 @@ msgctxt ""
"par_idN105F5\n"
"help.text"
msgid "Opens a submenu."
-msgstr ""
+msgstr "Obre un submenú."
#. EAusx
#: menufile.xhp
@@ -9708,7 +7494,7 @@ msgctxt ""
"par_idN105FF\n"
"help.text"
msgid "Report as Email"
-msgstr ""
+msgstr "Envia l'informe per correu electrònic"
#. XWAoV
#: menufile.xhp
@@ -9717,7 +7503,7 @@ msgctxt ""
"par_idN10603\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the default email application to send a new email. The selected report is appended as an attachment. You can enter the subject, the recipients and a mail body. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Obre l'aplicació de correu electrònic per defecte per a enviar un missatge de correu electrònic nou. L'informe seleccionat s'afegeix com a adjunció del missatge. Podeu introduir l'assumpte, els destinataris i el cos del missatge. En realitzar l'exportació s'exporta un informe dinàmic com a còpia dels continguts de la base de dades.</ahelp>"
#. 9cSVg
#: menufile.xhp
@@ -10482,7 +8268,7 @@ msgctxt ""
"par_id0112200903075951\n"
"help.text"
msgid "For example, it is possible that macros from the sub-documents had the same module names and macro names. After you moved the macros into one common macro storage area, you must edit the macros to make the names unique. The wizard cannot do this."
-msgstr "Per exemple, és possible que les macros dels subdocuments tinguin els mateixos noms de mòduls i de macros. Després de moure les macros a una àrea d'emmagatzematge de macros comuna, cal que les editeu per fer que els noms siguin únics. Això no ho pot fer l'auxiliar."
+msgstr "Per exemple, és possible que les macros dels subdocuments tinguin els mateixos noms de mòduls i de macros. Després de moure les macros a una àrea d'emmagatzematge de macros comuna, cal que les editeu per a fer que els noms siguin únics. Això no ho pot fer l'auxiliar."
#. pSFRn
#: migrate_macros.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/guide.po b/source/ca/helpcontent2/source/text/shared/guide.po
index b8d248eb02d..4742213e4c5 100644
--- a/source/ca/helpcontent2/source/text/shared/guide.po
+++ b/source/ca/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-28 14:35+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/ca/>\n"
"Language: ca\n"
@@ -6524,14 +6524,14 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr "Feu clic a la icona <emph>Desa</emph> o <emph>Anomena i desa</emph> <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icona</alt></image> per a desar la consulta."
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de consulta\">Disseny de consulta</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 2ArGc
#: data_forms.xhp
@@ -7082,14 +7082,14 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr "Feu clic a <emph>Crea una consulta en vista de disseny</emph>."
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Veureu la <link href=\"text/shared/explorer/database/02010100.xhp\">finestra Disseny de consulta</link>."
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
+msgstr ""
#. xGFGr
#: data_register.xhp
@@ -7748,14 +7748,14 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr "Introduïu les condicions del filtre en un o diversos camps. Tingueu en compte que si introduïu condicions de filtre en diferents camps, totes les condicions introduïdes han de coincidir (booleà AND)."
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
-msgstr "Podeu trobar més informació sobre comodins i operadors a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Disseny de consulta\">Disseny de consulta</link>."
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgstr ""
#. cEDEo
#: data_search2.xhp
@@ -8108,14 +8108,14 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr "Feu clic a <emph>Crea una vista de taula</emph>."
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Veureu la finestra Disseny de vista, que és pràcticament igual que la <link href=\"text/shared/explorer/database/02010100.xhp\">finestra Disseny de consulta</link>."
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
+msgstr ""
#. bTx8G
#: data_view.xhp
@@ -14829,7 +14829,7 @@ msgctxt ""
"par_id3151300\n"
"help.text"
msgid "In the main help pages, use Tab to jump to the next hyperlink or Shift+Tab to jump to the previous link."
-msgstr "A les pàgines principals de l'Ajuda, utilitzeu Tab per anar a l'enllaç següent o Maj+Tab per anar a l'enllaç anterior."
+msgstr "A les pàgines principals de l'Ajuda, utilitzeu Tab per a anar a l'enllaç següent o Maj+Tab per a anar a l'enllaç anterior."
#. EjxQD
#: keyboard.xhp
@@ -18303,7 +18303,7 @@ msgctxt ""
"par_id3145382\n"
"help.text"
msgid "Double-click an object in the Navigator to jump directly to the position of the object in the document."
-msgstr "Feu doble clic en un objecte del Navegador per anar directament a la posició de l'objecte al document."
+msgstr "Feu doble clic en un objecte del Navegador per a anar directament a la posició de l'objecte al document."
#. 765tc
#: navigator_setcursor.xhp
@@ -21059,14 +21059,14 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr "<bookmark_value>canvis; protecció</bookmark_value><bookmark_value>protecció; canvis registrats</bookmark_value><bookmark_value>registres; protecció</bookmark_value><bookmark_value>funció de revisió;protecció de registres</bookmark_value>"
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
-msgstr "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protegeix els canvis\">Protegeix els canvis</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
+msgstr ""
#. jVeUw
#: redlining_protect.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/help.po b/source/ca/helpcontent2/source/text/shared/help.po
index 59be08fc234..7d9b3f3bb88 100644
--- a/source/ca/helpcontent2/source/text/shared/help.po
+++ b/source/ca/helpcontent2/source/text/shared/help.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-04-30 22:16+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
+"PO-Revision-Date: 2020-08-06 13:37+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedhelp/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1555981120.000000\n"
#. jdDhb
@@ -140,7 +140,7 @@ msgctxt ""
"par_id211591971675557\n"
"help.text"
msgid "<variable id=\"noscriptmsg\">Enable JavaScript in the browser to display %PRODUCTNAME Help pages.</variable>"
-msgstr ""
+msgstr "<variable id=\"noscriptmsg\">Activeu el JavaScript al navegador per a mostrar les pàgines de l'ajuda del %PRODUCTNAME.</variable>"
#. DXqYQ
#: browserhelp.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/optionen.po b/source/ca/helpcontent2/source/text/shared/optionen.po
index ae8f845b63e..cc47db650a8 100644
--- a/source/ca/helpcontent2/source/text/shared/optionen.po
+++ b/source/ca/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-15 13:17+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ca/>\n"
"Language: ca\n"
@@ -62,14 +62,14 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr "Tots els paràmetres es desen automàticament. Per desplegar una entrada, feu doble clic en aquesta entrada o feu clic al signe més. Per replegar l'entrada, feu clic al signe menys o feu doble clic a l'entrada."
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
-msgstr "Només visualitzareu les entrades que siguin aplicables al document actual. Si el document actual és un document de text, només visualitzareu l'entrada del %PRODUCTNAME Writer, i així successivament per a tots els mòduls del %PRODUCTNAME. El %PRODUCTNAME Impress i el %PRODUCTNAME Draw es tracten com un sol programa en aquest diàleg. Les entrades comunes sempre són visibles."
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
+msgstr ""
#. uYcBu
#: 01000000.xhp
@@ -80,14 +80,14 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Seleccioneu l'entrada que vulgueu editar.</ahelp>"
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
-msgstr "Nota per als usuaris del macOS: L'ajuda moltes vegades fa referència al camí de menú <emph>Eines ▸ Opcions</emph>. Substituïu aquest camí per <emph>%PRODUCTNAME ▸ Preferències</emph> del menú principal del macOS. Ambdues entrades del menú obren el quadre de diàleg Opcions."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
+msgstr ""
#. WS53M
#: 01000000.xhp
@@ -285,7 +285,7 @@ msgctxt ""
"par_id3153748\n"
"help.text"
msgid "User data is used by templates and Wizards in $[officename]. For example, the \"First name\" and \"Last name\" data fields are used to automatically insert your name as the author of a new document. You can see this under <emph>File - Properties</emph>."
-msgstr "Les dades de l'usuari s'utilitzen a les plantilles i els auxiliars del $[officename]. Per exemple, els camps de dades «Nom» i «Cognoms» s'utilitzen per inserir automàticament el vostre nom com a autor d'un document nou. Ho podeu veure a <emph>Fitxer ▸ Propietats</emph>."
+msgstr "Les dades de l'usuari s'utilitzen a les plantilles i els auxiliars del $[officename]. Per exemple, els camps de dades «Nom» i «Cognoms» s'utilitzen per a inserir automàticament el vostre nom com a autor d'un document nou. Ho podeu veure a <emph>Fitxer ▸ Propietats</emph>."
#. jQejy
#: 01010100.xhp
@@ -573,7 +573,7 @@ msgctxt ""
"par_id3154942\n"
"help.text"
msgid "<ahelp hid=\".\">Type your email address.</ahelp> For example, my.name@my.provider.com"
-msgstr ""
+msgstr "<ahelp hid=\".\">Escriviu la vostra adreça electrònica.</ahelp> Per exemple, el.meu.nom@el.meu.proveidor.cat"
#. DA4Z7
#: 01010100.xhp
@@ -4893,7 +4893,7 @@ msgctxt ""
"par_idN1054D\n"
"help.text"
msgid "<link href=\"text/shared/optionen/01020300.xhp\">Email</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/optionen/01020300.xhp\">Correu electrònic</link>"
#. zqXGG
#: 01020300.xhp
@@ -4902,7 +4902,7 @@ msgctxt ""
"par_idN1056B\n"
"help.text"
msgid "On UNIX systems, specifies the email program to use when you send the current document as email."
-msgstr ""
+msgstr "En sistemes UNIX, especifica el programa de correu electrònic que cal utilitzar quan envieu el document actual com a correu electrònic."
#. DFhk6
#: 01020300.xhp
@@ -4911,7 +4911,7 @@ msgctxt ""
"par_idN10576\n"
"help.text"
msgid "Email program"
-msgstr ""
+msgstr "Programa de correu"
#. KBusD
#: 01020300.xhp
@@ -4920,7 +4920,7 @@ msgctxt ""
"par_idN1057A\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optemailpage/url\">Enter the email program path and name.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optemailpage/url\">Introduïu el camí i el nom del programa de correu electrònic.</ahelp>"
#. aP7pK
#: 01020300.xhp
@@ -4938,7 +4938,7 @@ msgctxt ""
"par_idN10595\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optemailpage/browse\">Opens a file dialog to select the email program.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optemailpage/browse\">Obre un diàleg de fitxers per a seleccionar el programa de correu electrònic.</ahelp>"
#. KhbuR
#: 01030000.xhp
@@ -5246,42 +5246,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Obre el diàleg <emph>Camí del certificat</emph>.</ahelp>"
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr "Autoritats de segellat de temps"
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr ""
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr ""
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7521,7 +7485,169 @@ msgctxt ""
"par_id3146975\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Especifica el color del ressaltat de les línies canviades en el text.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Especifica el color del realçament de les línies canviades en el text.</ahelp>"
+
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
#. CxgNP
#: 01040900.xhp
@@ -13380,7 +13506,7 @@ msgctxt ""
"hd_id3146797\n"
"help.text"
msgid "Character Highlighting"
-msgstr ""
+msgstr "Realçament de caràcter"
#. nJKA9
#: 01130200.xhp
@@ -13389,7 +13515,7 @@ msgctxt ""
"par_id3150671\n"
"help.text"
msgid "<ahelp hid=\".\">Microsoft Office has two character attributes similar to $[officename] character background. Select the appropriate attribute (highlighting or shading) which you would like to use during export to Microsoft Office file formats.</ahelp>"
-msgstr "<ahelp hid=\".\">El Microsoft Office té dos atributs de caràcter semblants al fons de caràcter del $[officename]. Seleccioneu l'atribut adient (ressaltat o ombrejat) que vulgueu usar en l'exportació als formats de fitxer del Microsoft Office.</ahelp>"
+msgstr "<ahelp hid=\".\">El Microsoft Office té dos atributs de caràcter semblants al fons de caràcter del $[officename]. Seleccioneu l'atribut adient (realçament o ombrejat) que vulgueu usar en l'exportació als formats de fitxer del Microsoft Office.</ahelp>"
#. hpDE5
#: 01130200.xhp
@@ -16296,7 +16422,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Mail Merge Email"
-msgstr ""
+msgstr "Adreça electrònica de la combinació de correu"
#. DzJfg
#: mailmerge.xhp
@@ -16305,7 +16431,7 @@ msgctxt ""
"par_idN10554\n"
"help.text"
msgid "<link href=\"text/shared/optionen/mailmerge.xhp\">Mail Merge Email</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/optionen/mailmerge.xhp\">Adreça electrònica de la combinació de correu</link>"
#. tXuUS
#: mailmerge.xhp
@@ -16314,7 +16440,7 @@ msgctxt ""
"par_idN10564\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the user information and server settings for when you send form letters as email messages.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Especifica la informació de l'usuari i els paràmetres del servidor que s'utilitzaran quan envieu cartes model com a missatges de correu electrònic.</ahelp>"
#. vYkrk
#: mailmerge.xhp
@@ -16332,7 +16458,7 @@ msgctxt ""
"par_idN1057F\n"
"help.text"
msgid "Enter the user information to use when you send email."
-msgstr ""
+msgstr "Introduïu la informació d'usuari que s'utilitzarà quan envieu missatges de correu electrònic."
#. CZo2m
#: mailmerge.xhp
@@ -16359,7 +16485,7 @@ msgctxt ""
"par_idN105A5\n"
"help.text"
msgid "Email address"
-msgstr ""
+msgstr "Adreça electrònica"
#. 6fFPM
#: mailmerge.xhp
@@ -16368,7 +16494,7 @@ msgctxt ""
"par_idN105A9\n"
"help.text"
msgid "<ahelp hid=\".\">Enter your email address for replies.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Introduïu la vostra adreça electrònica per a rebre respostes.</ahelp>"
#. EpoB6
#: mailmerge.xhp
@@ -16377,7 +16503,7 @@ msgctxt ""
"par_idN105C0\n"
"help.text"
msgid "Send replies to different email address"
-msgstr ""
+msgstr "Respon a una altra adreça electrònica"
#. jgiMB
#: mailmerge.xhp
@@ -16748,41 +16874,41 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr ""
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
-msgstr "Open CL"
+msgid "OpenCL"
+msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
-msgstr "<bookmark_value>Open CL;opcions de configuració</bookmark_value><bookmark_value>opcions de configuració;Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
+msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
-msgstr "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
-msgstr "Open CL és una tecnologia que accelera el càlcul en fulls de càlcul grans. "
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
+msgstr ""
#. ddvkj
#: opencl.xhp
@@ -16800,7 +16926,7 @@ msgctxt ""
"par_id5293741\n"
"help.text"
msgid "for more information on OpenCL, visit <link href=\"https://www.khronos.org/opencl/\">the OpenCL site</link>"
-msgstr "Per a més informació sobre l'OpenCL, visiteu <link href=\"https://www.khronos.org/opencl/\">el lloc web de l'OpenCL</link>"
+msgstr "Per a més informació sobre l'OpenCL, visiteu <link href=\"https://www.khronos.org/opencl/\">el lloc web de l'OpenCL</link> (en anglès)."
#. uqPJR
#: securityoptionsdialog.xhp
diff --git a/source/ca/helpcontent2/source/text/simpress.po b/source/ca/helpcontent2/source/text/simpress.po
index 031c654f541..fb90c064390 100644
--- a/source/ca/helpcontent2/source/text/simpress.po
+++ b/source/ca/helpcontent2/source/text/simpress.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
-"PO-Revision-Date: 2020-07-07 14:34+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1557994503.000000\n"
@@ -249,7 +249,7 @@ msgctxt ""
"par_id3146971\n"
"help.text"
msgid "<ahelp hid=\".\">This menu contains the commands that are used to insert new elements into the document, for example, graphics, objects, special characters and other files.</ahelp>"
-msgstr "<ahelp hid=\".\">Aquest menú conté les ordres que s'utilitzen per inserir elements nous en el document, com ara gràfics, objectes, caràcters especials i altres fitxers.</ahelp>"
+msgstr "<ahelp hid=\".\">Aquest menú conté les ordres que s'utilitzen per a inserir elements nous en el document, com ara gràfics, objectes, caràcters especials i altres fitxers.</ahelp>"
#. ZmgWG
#: main0104.xhp
@@ -602,15 +602,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Estil/emplenament de l'àrea\">Estil/emplenament de l'àrea</link>"
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Ombra\">Ombra</link>"
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -825,7 +816,7 @@ msgctxt ""
"par_id3150253\n"
"help.text"
msgid "You can also drag a <link href=\"text/simpress/01/04030000.xhp\" name=\"snap line\">snap line</link> from a ruler to help you align objects on your slide. To insert a snap line using a ruler, drag the edge of a ruler into the slide."
-msgstr "També podeu arrossegar una <link href=\"text/simpress/01/04030000.xhp\" name=\"línia de captura\">línia de captura</link> des d'un regle per ajudar-vos a alinear objectes a la diapositiva. Per a inserir una línia de captura mitjançant un regle, arrossegueu l'extrem d'un regle cap a la diapositiva."
+msgstr "També podeu arrossegar una <link href=\"text/simpress/01/04030000.xhp\" name=\"línia de captura\">línia de captura</link> des d'un regle per a ajudar-vos a alinear objectes a la diapositiva. Per a inserir una línia de captura mitjançant un regle, arrossegueu l'extrem d'un regle cap a la diapositiva."
#. TDjBq
#: main0209.xhp
@@ -1023,7 +1014,7 @@ msgctxt ""
"par_idN126D7\n"
"help.text"
msgid "Opens the Arrows toolbar to insert lines and arrows."
-msgstr "Obre la barra d'eines Fletxes per inserir línies i fletxes."
+msgstr "Obre la barra d'eines Fletxes per a inserir línies i fletxes."
#. ntUdL
#: main0210.xhp
@@ -1106,15 +1097,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "Activa o desactiva els efectes 3D per als objectes seleccionats."
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interacció\">Interacció</link>"
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/simpress/00.po b/source/ca/helpcontent2/source/text/simpress/00.po
index 7fac8b3321b..03c2a048497 100644
--- a/source/ca/helpcontent2/source/text/simpress/00.po
+++ b/source/ca/helpcontent2/source/text/simpress/00.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-02 13:34+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress00/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1561328862.000000\n"
@@ -411,7 +411,7 @@ msgctxt ""
"par_id3151264\n"
"help.text"
msgid "Choose <emph>View - Master Slide</emph>"
-msgstr ""
+msgstr "Trieu <emph>Visualtiza ▸ Diapositiva mestra</emph>"
#. DxBby
#: 00000403.xhp
diff --git a/source/ca/helpcontent2/source/text/simpress/01.po b/source/ca/helpcontent2/source/text/simpress/01.po
index e1602928376..bcfe37f7331 100644
--- a/source/ca/helpcontent2/source/text/simpress/01.po
+++ b/source/ca/helpcontent2/source/text/simpress/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-08-02 13:34+0000\n"
+"PO-Revision-Date: 2020-08-12 11:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress01/ca/>\n"
"Language: ca\n"
@@ -7625,13 +7625,12 @@ msgstr "<variable id=\"anmerkung\">L'objecte seleccionat es converteix primer en
#. qc8HD
#: 13050300.xhp
-#, fuzzy
msgctxt ""
"13050300.xhp\n"
"par_id3149127\n"
"help.text"
msgid "If you select two or more objects and convert them to 3D, the result is a 3D group that acts as a single object. You can edit the individual objects in the group by choosing <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Shape - Group - Enter Group</emph></caseinline><defaultinline><emph>Format - Group - Enter Group</emph></defaultinline></switchinline>. Choose <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Shape - Group - Exit Group</emph></caseinline><defaultinline><emph>Format - Group - Exit Group</emph></defaultinline></switchinline> when you are finished."
-msgstr "Si seleccioneu dos o més objectes i els convertiu a 3D el resultat és un grup 3D que actua com un sol objecte. Podeu editar els objectes individuals en el grup triant <switchinline select=\"appl\"casecaseinline select=\"DRAW\"emph\" >Shape -Enter Group</emphemph/caseinline"
+msgstr "Si seleccioneu dos o més objectes i els convertiu en 3D, obtindreu com a resultat un grup 3D que actua com un únic objecte. Podeu editar els objectes individuals que conformen el grup en triar <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Forma ▸ Agrupa ▸ Inclou-ho al grup</emph></caseinline><defaultinline><emph>Format ▸ Agrupa ▸ Inclou-ho al grup</emph></defaultinline></switchinline>. Trieu <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Forma ▸ Agrupa ▸ Treu-ho del grup</emph></caseinline><defaultinline><emph>Format ▸ Agrupa ▸ Treu-ho del grup</emph></defaultinline></switchinline> quan hàgiu acabat."
#. S7yqE
#: 13050300.xhp
@@ -8975,13 +8974,12 @@ msgstr "<bookmark_value>Impressió remota;diàleg de connexió remot</bookmark_v
#. xAEGK
#: remoteconnections.xhp
-#, fuzzy
msgctxt ""
"remoteconnections.xhp\n"
"hd_id671535054437336\n"
"help.text"
msgid "<link href=\"text/simpress/01/remoteconnections.xhp\" name=\"remotedialog\">Remote Connections</link>"
-msgstr "<link href=\"text/simpress/01/remoteconnections.xhp\" nom=\"dialogremote\">Connexions Remotes</link>"
+msgstr "<link href=\"text/simpress/01/remoteconnections.xhp\" name=\"remotedialog\">Connexions remotes</link>"
#. xGGek
#: remoteconnections.xhp
@@ -8990,7 +8988,7 @@ msgctxt ""
"par_id371535054437338\n"
"help.text"
msgid "<variable id=\"remotedialog1\"><ahelp hid=\".\">List all <link href=\"text/simpress/guide/impress_remote.xhp\" name=\"impressremote\"><emph>Impress Remote</emph></link> available connections.</ahelp></variable>"
-msgstr "<variable id=\"remotedialog1\"><ahelp hid=\".\">List all <link href=\"text/simpress/guide/impressremote.xhp\" name=\"impressremote\"emphemph>Impress remote</emph></link> les connexions disponibles.</ahelp></variable>"
+msgstr "<variable id=\"remotedialog1\"><ahelp hid=\".\">Enumera totes les connexions disponibles del <link href=\"text/simpress/guide/impress_remote.xhp\" name=\"impressremote\"><emph>Control remot de l'Impress</emph></link>.</ahelp></variable>"
#. xLNXR
#: remoteconnections.xhp
@@ -8999,17 +8997,16 @@ msgctxt ""
"par_id591535055142846\n"
"help.text"
msgid "Initially, mark the <emph>Enable remote control</emph> checkbox in <switchinline select=\"sys\"> <caseinline select=\"MAC\"><emph>%PRODUCTNAME – Preferences</emph></caseinline> <defaultinline><emph>Tools – Options</emph></defaultinline> </switchinline><emph> – %PRODUCTNAME Impress – General</emph>."
-msgstr "Inicialment marqueu la casella de selecció <emph>Habilita el control remot </emph> a <switchinline select=\"sys\"> <caseinline select=\"MAC\"><emph>% – Preferències</emph></caseinline> <defaultinline><emph> – %PRODUCTNAME – General</emph>."
+msgstr "Inicialment marqueu la casella de selecció <emph>Habilita el control remot </emph> a <switchinline select=\"sys\"> <caseinline select=\"MAC\"><emph>%PRODUCTNAME – Preferències</emph></caseinline> <defaultinline><emph>Tools – Options</emph></defaultinline> </switchinline><emph>– %PRODUCTNAME – General</emph>."
#. Q329K
#: remoteconnections.xhp
-#, fuzzy
msgctxt ""
"remoteconnections.xhp\n"
"par_id21535055203545\n"
"help.text"
msgid "Select menu <item type=\"menuitem\">Slide Show - Impress Remote</item>."
-msgstr "Seleccioneu menu <item type=\"menuitem\">Suggeriment - Impress Remot</item>."
+msgstr "Trieu <item type=\"menuitem\">Presentació de diapositives ▸ Control remot de l'Impress</item>."
#. 4FDSC
#: remoteconnections.xhp
diff --git a/source/ca/helpcontent2/source/text/simpress/04.po b/source/ca/helpcontent2/source/text/simpress/04.po
index 04c5f3dfab4..f40eea618b7 100644
--- a/source/ca/helpcontent2/source/text/simpress/04.po
+++ b/source/ca/helpcontent2/source/text/simpress/04.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-03-13 12:06+0100\n"
-"PO-Revision-Date: 2020-05-25 18:07+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
+"PO-Revision-Date: 2020-08-06 13:37+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress04/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1548652642.000000\n"
@@ -402,7 +402,7 @@ msgctxt ""
"par_id3149757\n"
"help.text"
msgid "Type a number of a slide and press Enter to go to the slide."
-msgstr "Escriviu el número d'una diapositiva i premeu Retorn per anar a la diapositiva."
+msgstr "Escriviu el número d'una diapositiva i premeu Retorn per a anar a la diapositiva."
#. 8yYSZ
#: 01020000.xhp
diff --git a/source/ca/helpcontent2/source/text/simpress/guide.po b/source/ca/helpcontent2/source/text/simpress/guide.po
index cd5c700344d..aacdf1abe2e 100644
--- a/source/ca/helpcontent2/source/text/simpress/guide.po
+++ b/source/ca/helpcontent2/source/text/simpress/guide.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-05-19 12:41+0200\n"
-"PO-Revision-Date: 2020-05-25 18:07+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
+"PO-Revision-Date: 2020-08-13 17:35+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpressguide/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1561340732.000000\n"
@@ -3138,7 +3138,7 @@ msgctxt ""
"par_id3150210\n"
"help.text"
msgid "Bézier curve segments and straight line segments can be joined to form more complex Bézier curves. Three different transitions can be applied to join adjacent segments:"
-msgstr "Els segments amb corbes de Bézier i els segments de línies rectes es poden unir per formar corbes de Bézier més complexes. Es poden aplicar tres transicions diferents per unir segments adjacents:"
+msgstr "Els segments amb corbes de Bézier i els segments de línies rectes es poden unir per a formar corbes de Bézier més complexes. Es poden aplicar tres transicions diferents per a unir segments adjacents:"
#. fiDsk
#: line_draw.xhp
@@ -5685,7 +5685,7 @@ msgctxt ""
"par_id6081728\n"
"help.text"
msgid "You can assign a different time for every slide to advance to the next slide. The <link href=\"text/simpress/guide/rehearse_timings.xhp\">rehearse timings</link> feature can assist you to get the timing right."
-msgstr "Podeu assignar un temps diferent per a cada diapositiva per avançar a la diapositiva següent. La funció <link href=\"text/simpress/guide/rehearse_timings.xhp\">Assaja els cronometratges</link> us pot ajudar a aplicar el cronometratge adequat."
+msgstr "Podeu assignar un temps diferent per a cada diapositiva per a avançar a la diapositiva següent. La funció <link href=\"text/simpress/guide/rehearse_timings.xhp\">Assaja els cronometratges</link> us pot ajudar a aplicar el cronometratge adequat."
#. uuAFa
#: show.xhp
@@ -5784,7 +5784,7 @@ msgctxt ""
"par_id4231086\n"
"help.text"
msgid "You can apply different methods to insert spreadsheet cells into your Impress slides or Draw pages:"
-msgstr "Podeu aplicar diferents mètodes per inserir cel·les d'un full de càlcul a les diapositives de l'Impress o a les pàgines del Draw:"
+msgstr "Podeu aplicar diferents mètodes per a inserir cel·les d'un full de càlcul a les diapositives de l'Impress o a les pàgines del Draw:"
#. LBCVk
#: table_insert.xhp
diff --git a/source/ca/helpcontent2/source/text/smath.po b/source/ca/helpcontent2/source/text/smath.po
index 7323c89b026..ecd9f1c16a5 100644
--- a/source/ca/helpcontent2/source/text/smath.po
+++ b/source/ca/helpcontent2/source/text/smath.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: 2020-06-29 11:28+0000\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsmath/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1542887607.000000\n"
@@ -456,7 +456,7 @@ msgctxt ""
"par_id3148486\n"
"help.text"
msgid "$[officename] Math provides numerous operators, functions and formatting assistants to help you create formulas. These are all listed in a selection window, in which you can click the required element with the mouse to insert the object into your work. There is an exhaustive <link href=\"text/smath/01/03091500.xhp\" name=\"reference\">reference</link> list and numerous <link href=\"text/smath/01/03090900.xhp\" name=\"samples\">samples</link> contained in the Help."
-msgstr "El $[officename] Math proporciona molts operadors, funcions i auxiliars de format per ajudar-vos a crear fórmules. S'enumeren a la finestra de selecció, on podeu fer clic a l'objecte que necessiteu per inserir-lo al document. L'Ajuda conté una llista de <link href=\"text/smath/01/03091500.xhp\" name=\"referència\">referència</link> exhaustiva i moltes <link href=\"text/smath/01/03090900.xhp\" name=\"mostres\">mostres</link>."
+msgstr "El $[officename] Math proporciona molts operadors, funcions i auxiliars de format per a ajudar-vos a crear fórmules. S'enumeren a la finestra de selecció, on podeu fer clic a l'objecte que necessiteu per a inserir-lo al document. L'Ajuda conté una llista de <link href=\"text/smath/01/03091500.xhp\" name=\"referència\">referència</link> exhaustiva i moltes <link href=\"text/smath/01/03090900.xhp\" name=\"mostres\">mostres</link>."
#. dA2Fo
#: main0503.xhp
diff --git a/source/ca/helpcontent2/source/text/smath/01.po b/source/ca/helpcontent2/source/text/smath/01.po
index 4c5d9b2de44..70a495611d8 100644
--- a/source/ca/helpcontent2/source/text/smath/01.po
+++ b/source/ca/helpcontent2/source/text/smath/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-02 14:37+0200\n"
-"PO-Revision-Date: 2020-08-01 07:34+0000\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsmath01/ca/>\n"
"Language: ca\n"
@@ -3732,7 +3732,7 @@ msgctxt ""
"par_id3150857\n"
"help.text"
msgid "You can also use single brackets. To do this, type a backslash <emph>\\</emph> in front of the command. For example, when you type <emph>\\[</emph>, the left square bracket appears without its counterpart. This is useful for creating reverse brackets or for constructing intervals. Note that only non-scalable brackets can be used individually. To change the size, use the <emph>size</emph> command."
-msgstr "També podeu utilitzar un claudàtor únic. Per fer-ho, escriviu una barra inversa <emph>\\</emph> davant de l'ordre. Per exemple, si escriviu <emph>\\[</emph>apareixerà només el claudàtor d'obertura, i no el de tancament. Això us pot resultar útil per generar claudàtors inversos i per construir intervals. Noteu que només és possible utilitzar de manera individual els claudàtors no dimensionables. Si en voleu canviar la mida, utilitzeu l'ordre <emph>size</emph>."
+msgstr "També podeu utilitzar un claudàtor únic. Per a fer-ho, escriviu una barra inversa <emph>\\</emph> davant de l'ordre. Per exemple, si escriviu <emph>\\[</emph>apareixerà només el claudàtor d'obertura, i no el de tancament. Això us pot resultar útil per a generar claudàtors inversos i per a construir intervals. Noteu que només és possible utilitzar de manera individual els claudàtors no dimensionables. Si en voleu canviar la mida, utilitzeu l'ordre <emph>size</emph>."
#. DpMeY
#: 03090500.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/01.po b/source/ca/helpcontent2/source/text/swriter/01.po
index 446d64478db..750788e28e4 100644
--- a/source/ca/helpcontent2/source/text/swriter/01.po
+++ b/source/ca/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-04 11:16+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-13 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/ca/>\n"
"Language: ca\n"
@@ -1581,7 +1581,7 @@ msgctxt ""
"par_id3149968\n"
"help.text"
msgid "You can configure $[officename] according to your specific preferences for navigating within a document. To do this, choose <link href=\"text/shared/01/06140000.xhp\" name=\"Tools - Customize\"><emph>Tools - Customize</emph></link>. The various tables for adapting <link href=\"text/shared/01/06140100.xhp\" name=\"menus\">menus</link>, <link href=\"text/shared/01/06140200.xhp\" name=\"keyboard input\">keyboard input</link> or toolbars contain various functions for navigation within the document under the \"Navigate\" area. In this way you can jump to the index tags in the document with the \"To Next/Previous Index Tag\" functions."
-msgstr "Podeu configurar el $[officename] segons les vostres preferències específiques per navegar dins d'un document. Per fer-ho, trieu <link href=\"text/shared/01/06140000.xhp\" name=\"Eines - Personalitza\"><emph>Eines - Personalitza</emph></link>. Les diferents taules per adaptar els <link href=\"text/shared/01/06140100.xhp\" name=\"menús\">menús</link>, les <link href=\"text/shared/01/06140200.xhp\" name=\"entrades del teclat\">entrades del teclat</link> o les barres d'eines contenen diverses funcions per navegar pel document a l'àrea \"Navegació\". D'aquesta manera podeu saltar a les etiquetes d'índex amb les funcions \"A l'etiqueta d'índex següent/anterior\"."
+msgstr "Podeu configurar el $[officename] segons les vostres preferències específiques per a navegar dins d'un document. Per a fer-ho, trieu <link href=\"text/shared/01/06140000.xhp\" name=\"Eines ▸ Personalitza\"><emph>Eines ▸ Personalitza</emph></link>. Les diferents taules per a adaptar els <link href=\"text/shared/01/06140100.xhp\" name=\"menús\">menús</link>, les <link href=\"text/shared/01/06140200.xhp\" name=\"entrades del teclat\">entrades del teclat</link> o les barres d'eines contenen diverses funcions per a navegar pel document a l'àrea «Navegació». D'aquesta manera podeu saltar a les etiquetes d'índex amb les funcions «A l'etiqueta d'índex següent/anterior»."
#. gh75t
#: 02110100.xhp
@@ -6585,7 +6585,7 @@ msgctxt ""
"par_id3155312\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/flddocumentpage/value\">Enter the offset value that you want to apply to a page number field, for example \"+1\".</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/flddocumentpage/value\">Introduïu el valor de desplaçament que voleu aplicar a un camp de número de pàgina, per exemple \"+1\".</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/flddocumentpage/value\">Introduïu el valor de desplaçament que voleu aplicar a un camp de número de pàgina, per exemple «+1».</ahelp>"
#. UE3TE
#: 04090001.xhp
@@ -6612,7 +6612,7 @@ msgctxt ""
"par_id3145613\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/flddocumentpage/format\">Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/flddocumentpage/format\">Feu clic en el format que voleu aplicar al camp seleccionat, o bé feu clic a \"Formats addicionals\" per definir un format personalitzat.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/flddocumentpage/format\">Feu clic en el format que voleu aplicar al camp seleccionat, o bé feu clic a «Formats addicionals» per a definir un format personalitzat.</ahelp>"
#. PoGdG
#: 04090001.xhp
@@ -22786,14 +22786,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr "<link href=\"text/swriter/01/05150100.xhp\" name=\"En teclejar\">En teclejar</link>"
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
-msgstr "<ahelp hid=\".uno:OnlineAutoFormat\">Formata automàticament el document mentre escriviu. Per establir les opcions de formatació, trieu <emph>Eines - Opcions de correcció automàtica</emph> i, a continuació, feu clic a la pestanya <emph>Opcions</emph>.</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
+msgstr ""
#. Ddr5r
#: 05150100.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/guide.po b/source/ca/helpcontent2/source/text/swriter/guide.po
index 33315fc2e06..5de0b254792 100644
--- a/source/ca/helpcontent2/source/text/swriter/guide.po
+++ b/source/ca/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-04 11:16+0000\n"
+"PO-Revision-Date: 2020-08-13 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1564507881.000000\n"
@@ -1203,7 +1203,7 @@ msgctxt ""
"hd_id3147653\n"
"help.text"
msgid "To Apply a Background To Text Characters"
-msgstr "Per aplicar un fons a caràcters de text"
+msgstr "Per a aplicar un fons a caràcters de text"
#. uCNRc
#: background.xhp
@@ -1239,7 +1239,7 @@ msgctxt ""
"hd_id3153541\n"
"help.text"
msgid "To Apply a Background To a Paragraph"
-msgstr "Per aplicar un fons a un paràgraf"
+msgstr "Per a aplicar un fons a un paràgraf"
#. QgFiG
#: background.xhp
@@ -1284,7 +1284,7 @@ msgctxt ""
"hd_id3149294\n"
"help.text"
msgid "To Apply a Background To All or Part of a Table"
-msgstr "Per aplicar un fons a tota o a part d'una taula de text"
+msgstr "Per a aplicar un fons a tota o a part d'una taula de text"
#. mndXS
#: background.xhp
@@ -1329,7 +1329,7 @@ msgctxt ""
"hd_id3151041\n"
"help.text"
msgid "You may also use an icon to apply a background to table parts."
-msgstr "També podeu utilitzar una icona per aplicar un fons a les parts de la taula."
+msgstr "També podeu utilitzar una icona per a aplicar un fons a les parts de la taula."
#. PACzd
#: background.xhp
@@ -1365,7 +1365,7 @@ msgctxt ""
"par_id3156180\n"
"help.text"
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Background tab page\">Background tab page</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Pestanya Fons\">Pestanya Fons</link>"
#. uaCXb
#: background.xhp
@@ -2121,7 +2121,7 @@ msgctxt ""
"par_id5528427\n"
"help.text"
msgid "Select a block of about 8x8 cells, then choose <emph>Table - Properties - Borders</emph> tab."
-msgstr ""
+msgstr "Seleccioneu un bloc d'unes 8 × 8 cel·les i, a continuació, trieu la pestanya <emph>Taula ▸ Propietats ▸ Vores</emph>."
#. Ns8UB
#: borders.xhp
@@ -2778,7 +2778,7 @@ msgctxt ""
"par_id3147776\n"
"help.text"
msgid "If you want, you can format the table to behave as normal text. Insert the table into a frame, and then anchor the frame as a character. The frame remains anchored to the adjacent text when you insert or delete text."
-msgstr "Si ho voleu, podeu formatar la taula perquè actuï com a text normal. Per fer-ho, inseriu la taula en un marc i ancoreu el marc com a caràcter. El marc romandrà ancorat al text adjacent quan inseriu o suprimiu text."
+msgstr "Si ho voleu, podeu formatar la taula perquè actuï com a text normal. Per a fer-ho, inseriu la taula en un marc i ancoreu el marc com a caràcter. El marc romandrà ancorat al text adjacent quan inseriu o suprimiu text."
#. 6FiKe
#: calculate_multitable.xhp
@@ -3210,7 +3210,7 @@ msgctxt ""
"par_id3153184\n"
"help.text"
msgid "Double-click the name in the list to apply the style to the current page."
-msgstr "Feu doble clic al nom que es mostra a la llista per aplicar l'estil a la pàgina actual."
+msgstr "Feu doble clic al nom que es mostra a la llista per a aplicar l'estil a la pàgina actual."
#. tXHqT
#: change_header.xhp
@@ -4938,7 +4938,7 @@ msgctxt ""
"par_id3147294\n"
"help.text"
msgid "Email address"
-msgstr ""
+msgstr "Adreça electrònica"
#. eGMqy
#: fields_userdata.xhp
@@ -5946,7 +5946,7 @@ msgctxt ""
"par_id3150502\n"
"help.text"
msgid "To create a form letter, you need a text document that contains fields for address data, and an address database. Then you combine or merge the address data and the text document to either print the letters or send them by email."
-msgstr ""
+msgstr "Per a crear una carta model, necessiteu un document de text que contingui camps per a les dades de les adreces i una base de dades d'adreces. Una vegada tingueu aquest document, haureu de combinar les dades de les adreces i el document de text per a imprimir les cartes o per a enviar-les per correu electrònic."
#. DYaLA
#: form_letters_main.xhp
@@ -5955,7 +5955,7 @@ msgctxt ""
"par_id0805200801132382\n"
"help.text"
msgid "If the document is in HTML format, any embedded or linked images will not be sent with the email."
-msgstr ""
+msgstr "Si el document està en format HTML, no s'enviarà amb el correu cap imatge incrustada ni enllaçada."
#. AZu9p
#: form_letters_main.xhp
@@ -6828,7 +6828,7 @@ msgctxt ""
"par_id3145263\n"
"help.text"
msgid "Double-click \"Right Page\" in the list of page styles to apply the style to the current page."
-msgstr "Feu doble clic a \"Pàgina dreta\" a la llista d'estils de pàgina per aplicar l'estil a la pàgina actual."
+msgstr "Feu doble clic a «Pàgina dreta» a la llista d'estils de pàgina per a aplicar l'estil a la pàgina actual."
#. e7G6v
#: header_pagestyles.xhp
@@ -11421,7 +11421,7 @@ msgctxt ""
"par_id1541184\n"
"help.text"
msgid "In Writer, you will need different page styles. The first page style has a footer with a page number field formatted for roman numbers. The following page style has a footer with a page number field formatted in another look."
-msgstr "Per fer-ho, haureu d'aplicar estils de pàgina diferents en el document del Writer. Així, el primer estil de pàgina inclourà un peu amb un camp de número de pàgina formatat per mostrar xifres romanes, mentre que l'estil de pàgina següent inclourà un peu amb un camp de número de pàgina formatat amb un altre estil."
+msgstr "Per a fer-ho, haureu d'aplicar estils de pàgina diferents en el document del Writer. Així, el primer estil de pàgina inclourà un peu amb un camp de número de pàgina formatat per mostrar xifres romanes, mentre que l'estil de pàgina següent inclourà un peu amb un camp de número de pàgina formatat amb un altre estil."
#. 9gHwr
#: pagenumbers.xhp
@@ -13689,7 +13689,7 @@ msgctxt ""
"par_id3156096\n"
"help.text"
msgid "To resize the window, drag a corner or an edge of the window."
-msgstr "Per redimensionar una finestra, arrossegueu-ne una cantonada o un extrem."
+msgstr "Per a redimensionar una finestra, arrossegueu-ne una cantonada o un extrem."
#. gAN9w
#: ruler.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/librelogo.po b/source/ca/helpcontent2/source/text/swriter/librelogo.po
index 510a9958527..98154e05b35 100644
--- a/source/ca/helpcontent2/source/text/swriter/librelogo.po
+++ b/source/ca/helpcontent2/source/text/swriter/librelogo.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-08-21 21:37+0200\n"
-"PO-Revision-Date: 2020-05-09 20:16+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterlibrelogo/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1548792190.000000\n"
@@ -105,7 +105,7 @@ msgctxt ""
"par_290\n"
"help.text"
msgid "Click on the icon “Start Logo program” to execute the text (or only the selected) text of the Writer document as a LibreLogo program. In an empty document an example program will be inserted and executed."
-msgstr "Feu clic a la icona «Inicia el programa Logo» per executar tot el text (o només el text seleccionat) del document del Writer com un programa del LibreLogo. En un document buit, s'inserirà i executarà un programa d'exemple."
+msgstr "Feu clic a la icona «Inicia el programa Logo» per a executar tot el text (o només el text seleccionat) del document del Writer com un programa del LibreLogo. En un document buit, s'inserirà i executarà un programa d'exemple."
#. UF8fq
#: LibreLogo.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/menu.po b/source/ca/helpcontent2/source/text/swriter/menu.po
index b4570ec6d9d..8c61c8b4ebf 100644
--- a/source/ca/helpcontent2/source/text/swriter/menu.po
+++ b/source/ca/helpcontent2/source/text/swriter/menu.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-05-20 11:28+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textswritermenu/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1516022252.000000\n"
#. tP5yN
@@ -41,7 +41,7 @@ msgctxt ""
"par_id030420161136126396\n"
"help.text"
msgid "<ahelp hid=\".\">The menu contains commands to insert a footnote or endnote with or without additional user interaction.</ahelp>"
-msgstr "<ahelp hid=\".\">El menú conté ordres per inserir una nota al peu o una nota al final, amb interacció addicional o sense per part de l'usuari.</ahelp>"
+msgstr "<ahelp hid=\".\">El menú conté ordres per a inserir una nota al peu o una nota al final, amb interacció addicional o sense per part de l'usuari.</ahelp>"
#. DAD9F
#: insert_footnote_endnote.xhp
@@ -113,7 +113,7 @@ msgctxt ""
"par_id030720160603138925\n"
"help.text"
msgid "<ahelp hid=\".\">This submenu contains both interactive and non-interactive means of inserting a frame.</ahelp>"
-msgstr "<ahelp hid=\".\">Aquest submenú conté mètodes interactius i no interactius per inserir un marc.</ahelp>"
+msgstr "<ahelp hid=\".\">Aquest submenú conté mètodes interactius i no interactius per a inserir un marc.</ahelp>"
#. Hq4D6
#: insert_frame.xhp
diff --git a/source/ca/officecfg/registry/data/org/openoffice/Office.po b/source/ca/officecfg/registry/data/org/openoffice/Office.po
index 4bb22acb362..41a075b4f79 100644
--- a/source/ca/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ca/officecfg/registry/data/org/openoffice/Office.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-23 01:46+0000\n"
+"PO-Revision-Date: 2020-08-06 08:40+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/ca/>\n"
"Language: ca\n"
@@ -1714,7 +1714,7 @@ msgctxt ""
"Text\n"
"value.text"
msgid "Pause"
-msgstr ""
+msgstr "Pausa"
#. KHiJj
#: PresenterScreen.xcu
@@ -1724,7 +1724,7 @@ msgctxt ""
"Text\n"
"value.text"
msgid "Resume"
-msgstr ""
+msgstr "Reprèn"
#. PhNCc
#: PresenterScreen.xcu
@@ -1734,7 +1734,7 @@ msgctxt ""
"Text\n"
"value.text"
msgid "Resume"
-msgstr ""
+msgstr "Reprèn"
#. 9xLAe
#: PresenterScreen.xcu
@@ -1754,7 +1754,7 @@ msgctxt ""
"Text\n"
"value.text"
msgid "Exchange"
-msgstr ""
+msgstr "Intercanvia"
#. hAAEf
#: PresenterScreen.xcu
diff --git a/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
index 8daacfc99e2..2fef3edd819 100644
--- a/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-12 20:33+0000\n"
+"PO-Revision-Date: 2020-08-14 05:53+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1562301193.000000\n"
#. W5ukN
@@ -584,7 +584,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Freeze First Column"
-msgstr ""
+msgstr "Congela la primera columna"
#. WDbnU
#: CalcCommands.xcu
@@ -594,7 +594,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Freeze First Row"
-msgstr ""
+msgstr "Congela la primera fila"
#. Qz2C5
#: CalcCommands.xcu
@@ -10624,7 +10624,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Table"
-msgstr ""
+msgstr "Suprimeix la taula"
#. Lbfd9
#: DrawImpressCommands.xcu
@@ -20216,7 +20216,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Styles Preview"
-msgstr ""
+msgstr "Previsualització dels estils"
#. Zt2GN
#: GenericCommands.xcu
@@ -26276,7 +26276,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Additions..."
-msgstr ""
+msgstr "~Addicions..."
#. bFKmR
#: GenericCommands.xcu
@@ -26286,7 +26286,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Additional Extensions..."
-msgstr ""
+msgstr "Extensions ~addicionals..."
#. UqjzD
#: GenericCommands.xcu
@@ -26296,7 +26296,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Additional Extensions"
-msgstr ""
+msgstr "Extensions addicionals"
#. YpeR4
#: GenericCommands.xcu
@@ -28216,7 +28216,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Styles Inspector"
-msgstr ""
+msgstr "Inspector d'estils"
#. aCGNS
#: Sidebar.xcu
@@ -29686,7 +29686,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Show outline content visibility button"
-msgstr ""
+msgstr "Mostra el botó de visibilitat del contingut de l'esquema"
#. 9DzFr
#: WriterCommands.xcu
@@ -29696,7 +29696,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Show outline content visibility button"
-msgstr ""
+msgstr "Mostra el botó de visibilitat del contingut de l'esquema"
#. QFi68
#: WriterCommands.xcu
@@ -31156,7 +31156,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "None"
-msgstr ""
+msgstr "Cap"
#. SvFa2
#: WriterCommands.xcu
@@ -31166,7 +31166,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Parallel"
-msgstr ""
+msgstr "~Paral·lel"
#. YFEFD
#: WriterCommands.xcu
@@ -32426,7 +32426,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "To Previous Page"
-msgstr ""
+msgstr "A la pàgina anterior"
#. w4B39
#: WriterCommands.xcu
@@ -32436,7 +32436,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "To Previous Page"
-msgstr ""
+msgstr "A la pàgina anterior"
#. qEpQx
#: WriterCommands.xcu
@@ -32446,7 +32446,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "To Next Page"
-msgstr ""
+msgstr "A la pàgina següent"
#. Nx5Ux
#: WriterCommands.xcu
@@ -32456,7 +32456,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "To Next Page"
-msgstr ""
+msgstr "A la pàgina següent"
#. adnz3
#: WriterCommands.xcu
@@ -32746,7 +32746,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Optimal"
-msgstr ""
+msgstr "Ò~ptim"
#. EFP2w
#: WriterCommands.xcu
@@ -32956,7 +32956,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Before"
-msgstr ""
+msgstr "Abans"
#. LADWG
#: WriterCommands.xcu
@@ -32976,7 +32976,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "After"
-msgstr ""
+msgstr "Després"
#. b5mCd
#: WriterCommands.xcu
@@ -34936,7 +34936,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Toggle Outline Content Visibility"
-msgstr ""
+msgstr "Activa o desactiva la visibilitat del contingut de l'esquema"
#. mByUW
#: WriterCommands.xcu
@@ -34946,7 +34946,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Fold or unfold outline content in document"
-msgstr ""
+msgstr "Plega o desplega el contingut de l'esquema en el document"
#. joS9f
#: WriterFormWindowState.xcu
diff --git a/source/ca/sc/messages.po b/source/ca/sc/messages.po
index 6ef01b7f1a7..d4814941ce1 100644
--- a/source/ca/sc/messages.po
+++ b/source/ca/sc/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-08-02 07:43+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-08-11 04:16+0000\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/scmessages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -21040,49 +21040,49 @@ msgstr "Mostra"
#: sc/uiconfig/scalc/ui/erroralerttabpage-mobile.ui:15
msgctxt "erroralerttabpage-mobile|tsbshow"
msgid "Show error _message when invalid values are entered"
-msgstr ""
+msgstr "Mostra un _missatge d'error si s'introdueixen valor no vàlids"
#. yMbrW
#: sc/uiconfig/scalc/ui/erroralerttabpage-mobile.ui:43
msgctxt "erroralerttabpage-mobile|action_label"
msgid "_Action:"
-msgstr ""
+msgstr "_Acció:"
#. 2sruM
#: sc/uiconfig/scalc/ui/erroralerttabpage-mobile.ui:57
msgctxt "erroralerttabpage-mobile|title_label"
msgid "_Title:"
-msgstr ""
+msgstr "_Títol:"
#. DALxA
#: sc/uiconfig/scalc/ui/erroralerttabpage-mobile.ui:104
msgctxt "erroralerttabpage-mobile|errormsg_label"
msgid "_Error message:"
-msgstr ""
+msgstr "Missatge d'_error:"
#. ZzEdw
#: sc/uiconfig/scalc/ui/erroralerttabpage-mobile.ui:117
msgctxt "erroralerttabpage-mobile|browseBtn"
msgid "_Browse..."
-msgstr ""
+msgstr "_Navega..."
#. hsbzw
#: sc/uiconfig/scalc/ui/erroralerttabpage-mobile.ui:133
msgctxt "erroralerttabpage-mobile|actionCB"
msgid "Stop"
-msgstr ""
+msgstr "Atura't"
#. fcLJh
#: sc/uiconfig/scalc/ui/erroralerttabpage-mobile.ui:134
msgctxt "erroralerttabpage-mobile|actionCB"
msgid "Warning"
-msgstr ""
+msgstr "Atenció"
#. trGJe
#: sc/uiconfig/scalc/ui/erroralerttabpage-mobile.ui:135
msgctxt "erroralerttabpage-mobile|actionCB"
msgid "Information"
-msgstr ""
+msgstr "Informació"
#. PL8Bz
#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:15
@@ -21359,25 +21359,25 @@ msgstr "In_crement:"
#: sc/uiconfig/scalc/ui/filterdropdown.ui:109
msgctxt "filterdropdown|STR_EDIT_SEARCH_ITEMS"
msgid "Search items..."
-msgstr ""
+msgstr "Cerca elements..."
#. zKwWE
#: sc/uiconfig/scalc/ui/filterdropdown.ui:143
msgctxt "filterdropdown|STR_BTN_TOGGLE_ALL"
msgid "All"
-msgstr ""
+msgstr "Tots"
#. JsSz6
#: sc/uiconfig/scalc/ui/filterdropdown.ui:163
msgctxt "filterdropdown|STR_BTN_SELECT_CURRENT"
msgid "Show only the current item."
-msgstr ""
+msgstr "Mostra només l'element actual."
#. vBQYB
#: sc/uiconfig/scalc/ui/filterdropdown.ui:178
msgctxt "filterdropdown|STR_BTN_UNSELECT_CURRENT"
msgid "Hide only the current item."
-msgstr ""
+msgstr "Amaga només l'element actual."
#. AfnFz
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:33
@@ -28687,19 +28687,19 @@ msgstr "Avís d'error"
#: sc/uiconfig/scalc/ui/validationhelptabpage-mobile.ui:15
msgctxt "validationhelptabpage-mobile|tsbhelp"
msgid "_Show input help when cell is selected"
-msgstr ""
+msgstr "_Mostra l'ajuda sobre l'entrada en seleccionar la cel·la"
#. ZJEXj
#: sc/uiconfig/scalc/ui/validationhelptabpage-mobile.ui:55
msgctxt "validationhelptabpage-mobile|title_label"
msgid "_Title:"
-msgstr ""
+msgstr "_Títol:"
#. yDRCK
#: sc/uiconfig/scalc/ui/validationhelptabpage-mobile.ui:69
msgctxt "validationhelptabpage-mobile|inputhelp_label"
msgid "_Input help:"
-msgstr ""
+msgstr "_Ajuda d'entrada:"
#. 4etq8
#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:15
diff --git a/source/ca/sd/messages.po b/source/ca/sd/messages.po
index 617c82a73c5..b354b91e626 100644
--- a/source/ca/sd/messages.po
+++ b/source/ca/sd/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-06-21 08:37+0000\n"
+"PO-Revision-Date: 2020-08-13 12:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/sdmessages/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1562916317.000000\n"
#. WDjkB
@@ -934,7 +934,7 @@ msgstr "Voleu transformar l'objecte seleccionat en una corba?"
#: sd/inc/strings.hrc:123
msgctxt "STR_UNDO_CHANGE_PRES_OBJECT"
msgid "Modify presentation object '$'"
-msgstr "Modifica l'objecte de presentació '$'"
+msgstr "Modifica l'objecte de presentació «$»"
#. s8VC9
#: sd/inc/strings.hrc:124
@@ -3215,7 +3215,7 @@ msgstr "Posició"
#: sd/uiconfig/sdraw/ui/drawchardialog.ui:275
msgctxt "drawchardialog|RID_SVXPAGE_BKG"
msgid "Highlighting"
-msgstr "Realçat"
+msgstr "Realçament"
#. FEPCP
#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:8
@@ -3449,7 +3449,7 @@ msgstr "Tabulacions"
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:841
msgctxt "drawprtldialog|RID_SVXPAGE_BKG"
msgid "Highlighting"
-msgstr "Realçat"
+msgstr "Realçament"
#. w9EdD
#: sd/uiconfig/sdraw/ui/insertlayer.ui:8
@@ -8271,4 +8271,4 @@ msgstr "Tabuladors"
#: sd/uiconfig/simpress/ui/templatedialog.ui:855
msgctxt "templatedialog|background"
msgid "Highlighting"
-msgstr "Realçat"
+msgstr "Realçament"
diff --git a/source/ca/sfx2/messages.po b/source/ca/sfx2/messages.po
index 5e7ad4ddbe9..4a4bf384d62 100644
--- a/source/ca/sfx2/messages.po
+++ b/source/ca/sfx2/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
-"PO-Revision-Date: 2020-07-08 12:11+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-14 05:53+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/ca/>\n"
"Language: ca\n"
@@ -521,7 +521,7 @@ msgstr ""
#: include/sfx2/strings.hrc:104
msgctxt "STR_NO_ABS_URI_REF"
msgid "\"$(ARG1)\" cannot be passed to an external application to open it (e.g., it might not be an absolute URL, or might denote no existing file)."
-msgstr ""
+msgstr "No es pot passar «$(ARG1)» a una aplicació externa per a obrir (p. ex. pot ser que no sigui un URL absolut o que apunti a un fitxer que no existeix)."
#. XDUCY
#: include/sfx2/strings.hrc:105
@@ -927,8 +927,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "No s'ha trobat el filtre d'imatge"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -944,43 +950,43 @@ msgstr ""
"\n"
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Contrasenya incorrecta"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr "La clau OpenPGP no és de confiança, és malmesa o ha fallat el xifratge. Torneu-ho a intentar."
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Mínim $(MINLEN) caràcters)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(Mínim 1 caràcter)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(No cal proporcionar una contrasenya)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "L'acció no s'ha pogut dur a terme. El mòdul del %PRODUCTNAME que es necessita per a aquesta acció no està instal·lat."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -990,7 +996,7 @@ msgstr ""
"Voleu fer-ho ara?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -1000,215 +1006,215 @@ msgstr ""
"En la nostra pàgina d'Internet trobareu la informació per a poder demanar-los."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Us donem la benvinguda al %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "Deixeu anar un document aquí, o obriu una aplicació al costat esquerre, per a crear-ne un."
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr "Text"
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr "Expressió regular"
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr "Predefinit"
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr "Desconegut"
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr "Nom de destinació"
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr "Tipus"
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr "Contingut"
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr "Distingeix majúscules i minúscules"
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr "Paraules completes"
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr "Sí"
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr "No"
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr "Destinació"
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr "Carrega les destinacions"
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr "Desa les destinacions"
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr "Tots els camps són requerits"
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr "Ja hi ha una destinació amb aquest nom"
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr "Heu seleccionat més d'una destinació, però només se'n pot editar una a a la vegada."
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr "Esteu segur de voler suprimir $(TARGETSCOUNT) destinacions alhora?"
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr "Joc de destinacions (*.json)"
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr "Edita la destinació"
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr "S'ha produït un error en afegir una destinació nova. Informeu d'aquest incident."
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr "Cal el LibreOffice Draw per a la veladura. Assegureu-vos que el Draw s'hagi instal·lat i funcioni correctament."
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Versió actual"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Exporta"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Insereix"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~Insereix"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr "<Totes les imatges>"
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Desa'n una còpia"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Compara amb"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "Fusiona amb"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "Document del %PRODUCTNAME"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " A: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1218,31 +1224,31 @@ msgstr ""
"El valor es desarà com a text."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Ja existeix l'estil. Voleu sobreescriure'l?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Reinicialitza"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Aquest nom ja s'utilitza."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Aquest estil no existeix."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1252,7 +1258,7 @@ msgstr ""
"perquè implicaria una referència recursiva."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1262,7 +1268,7 @@ msgstr ""
" Trieu-ne un altre."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1274,73 +1280,73 @@ msgstr ""
"Encara voleu suprimir aquests estils?\n"
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Estils en ús: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Navegador"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Confirmació incorrecta de la contrasenya"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Envia"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Tipus de lletra"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Mostra el comentari de la versió"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(sense nom definit)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Jeràrquic"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "Voleu cancel·lar l'enregistrament? Tot el que heu enregistrat fins ara es perdrà."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Cancel·la l'enregistrament"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "S'estan inicialitzant les plantilles per al primer ús."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1350,7 +1356,7 @@ msgstr ""
"Trieu-ne una i torneu-ho a provar."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1360,19 +1366,19 @@ msgstr ""
"Reviseu-ne la configuració."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "La impressora està ocupada."
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (només de lectura)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1384,7 +1390,7 @@ msgstr ""
"en el document actiu?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1396,7 +1402,7 @@ msgstr ""
"en el document actiu?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1408,7 +1414,7 @@ msgstr ""
"en el document actiu?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1418,7 +1424,7 @@ msgstr ""
" s'està duent a terme una feina d'impressió."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1429,7 +1435,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1441,19 +1447,19 @@ msgstr ""
"El codi d'error és $1"
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr "S'ha produït un error en enviar el correu electrònic."
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "No es pot editar el document, segurament per falta de drets d'accés. Voleu editar una còpia del document?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1463,471 +1469,471 @@ msgstr ""
"Voleu editar una còpia del document?"
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr "També podeu intentar d'ignorar el blocatge i obrir el fitxer per a editar-lo."
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "Obre una ~còpia"
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr "~Obre"
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (document reparat)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "Aquest document no s'ha baixat del servidor."
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr "Ajudeu-nos a fer el %PRODUCTNAME encara millor!"
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr "Vull implicar-m'hi"
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr "Les vostres donacions ajuden a la nostra comunitat mundial."
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr "Donatiu"
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr "Esteu fent servir la versió %PRODUCTVERSION del %PRODUCTNAME per primer cop. En voleu conèixer les novetats?"
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr "Notes de la versió"
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Aquest document s'ha obert en mode només de lectura."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr "Aquest PDF és obert en mode de només de lectura per a poder signar el fitxer existent."
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "L'etiqueta de classificació d'aquest document és %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "Aquest document ha de classificar-se abans que es pugui enganxar des del porta-retalls."
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "Aquest document té una classificació d'un nivell inferior que el del porta-retalls."
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "Nivell"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "Seguretat nacional:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Control d'exportació:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Baixa"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Edita el document"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Signa el document"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
-msgstr ""
+msgstr "Finalitza la signatura"
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "Aquest document té una signatura no vàlida."
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "La signatura era vàlida, però el document s'ha modificat."
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "La signatura és correcta, però el certificat no s'ha pogut validar."
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "La signatura és correcta, però el document només s'ha signat parcialment."
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr "No s'ha pogut validar el certificat i el document només està signat parcialment."
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "Aquest document és signat digitalment i la signatura és vàlida."
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "Mostra les signatures"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Tanca el quadre"
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Acobla"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Desacobla"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Més opcions"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Tanca la barra lateral"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "Configuració de la barra lateral"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Personalització"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Restaura els valors per defecte"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "Tanca la barra lateral"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr "Alitzarina"
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "Rusc"
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Corba blava"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "Cianotip"
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "Blau brillant"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr "Vermell elegant"
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "ADN"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Focus"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "Au forestal"
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "Impressió"
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "Inspiració"
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "Llums"
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "Verd exuberant"
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "Metròpoli"
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "Blau de mitjanit"
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "Natura"
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "Llapis"
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "Piano"
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "Portafolis"
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "Progrés"
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "Ocàs"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Vintage"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "Llampant"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "CV"
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "Currículum"
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "Per defecte"
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "Modern"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "Carta comercial moderna, lletra sense serif"
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "Carta comercial moderna, lletra amb serif"
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "Targeta de visita amb logotip"
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "Simple"
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Suprimeix"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Neteja-ho tot"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Longitud de la contrasenya"
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "La contrasenya que heu introduït té problemes d'interoperabilitat. Introduïu una contrasenya de menys de 52 bytes o de més de 55 bytes."
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr "Mantingueu premuda la tecla %{key} i feu clic a l'enllaç per a obrir-lo: %{link}"
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr "Feu clic per a obrir l'enllaç: %{link}"
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(utilitzat per: %STYLELIST)"
@@ -2308,13 +2314,13 @@ msgstr "Número de la seguretat social (EUA)"
#: sfx2/uiconfig/ui/addtargetdialog.ui:231
msgctxt "addtargetdialog|checkboxCaseSensitive"
msgid "Match case"
-msgstr ""
+msgstr "Distingeix entre majúscules i minúscules"
#. G2u3B
#: sfx2/uiconfig/ui/addtargetdialog.ui:246
msgctxt "addtargetdialog|checkboxWholeWords"
msgid "Whole words only"
-msgstr ""
+msgstr "Només paraules completes"
#. JV66c
#: sfx2/uiconfig/ui/alienwarndialog.ui:7
@@ -2380,13 +2386,13 @@ msgstr "Contingut"
#: sfx2/uiconfig/ui/autoredactdialog.ui:160
msgctxt "autoredactdialog|target"
msgid "Match case"
-msgstr ""
+msgstr "Distingeix entre majúscules i minúscules"
#. obHtC
#: sfx2/uiconfig/ui/autoredactdialog.ui:173
msgctxt "autoredactdialog|target"
msgid "Whole words"
-msgstr ""
+msgstr "Paraules completes"
#. 4MVdG
#: sfx2/uiconfig/ui/autoredactdialog.ui:201
diff --git a/source/ca/starmath/messages.po b/source/ca/starmath/messages.po
index d7122a8f13f..ffe4c574fbd 100644
--- a/source/ca/starmath/messages.po
+++ b/source/ca/starmath/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:20+0200\n"
-"PO-Revision-Date: 2020-07-09 15:34+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-08-14 05:53+0000\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/starmathmessages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1562916087.000000\n"
#. GrDhX
@@ -80,7 +80,7 @@ msgstr "DELTA"
#: starmath/inc/smmod.hrc:30
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "epsilon"
-msgstr "epsilon"
+msgstr "èpsilon"
#. jSZ7F
#: starmath/inc/smmod.hrc:31
@@ -200,7 +200,7 @@ msgstr "XI"
#: starmath/inc/smmod.hrc:50
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "omicron"
-msgstr "omicron"
+msgstr "òmicron"
#. ZvPw7
#: starmath/inc/smmod.hrc:51
@@ -260,7 +260,7 @@ msgstr "TAU"
#: starmath/inc/smmod.hrc:60
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "upsilon"
-msgstr "upsilon"
+msgstr "ípsilon"
#. ymFBb
#: starmath/inc/smmod.hrc:61
@@ -272,7 +272,7 @@ msgstr "UPSILON"
#: starmath/inc/smmod.hrc:62
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "phi"
-msgstr "phi"
+msgstr "fi"
#. enCD7
#: starmath/inc/smmod.hrc:63
@@ -320,7 +320,7 @@ msgstr "OMEGA"
#: starmath/inc/smmod.hrc:70
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varepsilon"
-msgstr "varepsilon"
+msgstr "varèpsilon"
#. VLAFM
#: starmath/inc/smmod.hrc:71
@@ -350,7 +350,7 @@ msgstr "varsigma"
#: starmath/inc/smmod.hrc:75
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varphi"
-msgstr "varphi"
+msgstr "varfi"
#. c9n9F
#: starmath/inc/smmod.hrc:76
@@ -368,31 +368,31 @@ msgstr "noelement"
#: starmath/inc/smmod.hrc:78
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "strictlylessthan"
-msgstr "strictlylessthan"
+msgstr "estrictamentmenorque"
#. 9AZxy
#: starmath/inc/smmod.hrc:79
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "strictlygreaterthan"
-msgstr "strictlygreaterthan"
+msgstr "estrictamentmajorque"
#. 4F3qH
#: starmath/inc/smmod.hrc:80
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "notequal"
-msgstr "notequal"
+msgstr "noigual"
#. 6UYC3
#: starmath/inc/smmod.hrc:81
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "identical"
-msgstr "identical"
+msgstr "idèntic"
#. 38B2B
#: starmath/inc/smmod.hrc:82
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "tendto"
-msgstr "tendto"
+msgstr "tendeixa"
#. kDCC4
#: starmath/inc/smmod.hrc:83
@@ -410,13 +410,13 @@ msgstr "angle"
#: starmath/inc/smmod.hrc:85
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "perthousand"
-msgstr "perthousand"
+msgstr "permil"
#. tqFYX
#: starmath/inc/smmod.hrc:86
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "and"
-msgstr "and"
+msgstr "i"
#. jFASF
#: starmath/inc/smmod.hrc:87
@@ -764,7 +764,7 @@ msgstr "No superconjunt ni igual"
#: starmath/inc/strings.hrc:81
msgctxt "RID_FUNCX_HELP"
msgid "General function"
-msgstr ""
+msgstr "Funció general"
#. AcgYW
#: starmath/inc/strings.hrc:82
@@ -914,25 +914,25 @@ msgstr "Arc cotangent hiperbòlica de l'àrea"
#: starmath/inc/strings.hrc:106
msgctxt "RID_OPERX_HELP"
msgid "General operator"
-msgstr ""
+msgstr "Operador general"
#. EZ2X2
#: starmath/inc/strings.hrc:107
msgctxt "RID_OPER_FROMX_HELP"
msgid "General operator Subscript Bottom"
-msgstr ""
+msgstr "Operador general subíndex inferior"
#. HaUqv
#: starmath/inc/strings.hrc:108
msgctxt "RID_OPER_TOX_HELP"
msgid "General operator Superscript Top"
-msgstr ""
+msgstr "Operador general superíndex superior"
#. Pch4L
#: starmath/inc/strings.hrc:109
msgctxt "RID_OPER_FROMTOX_HELP"
msgid "General operator Sup/Sub script"
-msgstr ""
+msgstr "Operador general subíndex i superíndex"
#. 4eGMf
#: starmath/inc/strings.hrc:110
@@ -1742,13 +1742,13 @@ msgstr "Nabla"
#: starmath/inc/strings.hrc:244
msgctxt "RID_LAPLACE_HELP"
msgid "Laplace transform"
-msgstr ""
+msgstr "Transformada de Laplace"
#. ajf9X
#: starmath/inc/strings.hrc:245
msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
-msgstr ""
+msgstr "Transformada de Fourier"
#. aQpTD
#: starmath/inc/strings.hrc:246
@@ -2912,7 +2912,7 @@ msgstr "Espaiat"
#: starmath/uiconfig/smath/ui/spacingdialog.ui:884
msgctxt "spacingdialog|2label1"
msgid "_Superscript:"
-msgstr "_Superscript:"
+msgstr "_Superíndex:"
#. 3uzYA
#: starmath/uiconfig/smath/ui/spacingdialog.ui:897
diff --git a/source/ca/svtools/messages.po b/source/ca/svtools/messages.po
index 98d41b59df3..6505ddc091f 100644
--- a/source/ca/svtools/messages.po
+++ b/source/ca/svtools/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-06-14 16:57+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-08-11 04:16+0000\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1564413316.000000\n"
#. fLdeV
@@ -5555,4 +5555,4 @@ msgstr "Perquè els canvis d'Skia siguin efectiu, heu de reiniciar el %PRODUCTNA
#: svtools/uiconfig/ui/thineditcontrol.ui:63
msgctxt "thineditcontrol|button"
msgid "Pick Date"
-msgstr ""
+msgstr "Trieu una data"
diff --git a/source/ca/svx/messages.po b/source/ca/svx/messages.po
index 102093af90e..88a3ef98319 100644
--- a/source/ca/svx/messages.po
+++ b/source/ca/svx/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-29 12:28+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-14 05:53+0000\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -5311,1195 +5311,1227 @@ msgid "All formats"
msgstr "Tots els formats"
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr "Còncava curta"
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Quadrat 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr "Fletxa curta"
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr "Línies de dimensió"
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Fletxa doble"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr "Triangle"
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr "Còncava"
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr "Fletxa llarga"
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr "Línia de dimensió"
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Cercle"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Quadrat"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Fletxa"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr "Semicercle"
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "Triangle buit"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "Diamant buit"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Diamant"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Cercle buit"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Quadrat 45 buit"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "Quadrat buit"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr "Semicircumferència"
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr "Fletxa de línia de dimensió"
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr "Línia curta"
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr "Línia"
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr "Mitja fletxa a l'esquerra"
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr "Mitja fletxa a la dreta"
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr "Fletxa invertida"
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr "CF un"
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr "CF només un"
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr "CF molts"
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr "CF múltiple un"
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr "CF zero un"
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr "CF zero molts"
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Transparència"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr "Verd 1 (color principal del %PRODUCTNAME)"
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "Verd accentuat"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "Blau accentuat"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "Taronja accentuat"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Porpre"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "Porpre accentuat"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "Groc accentuat"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Tema de la galeria"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "S'ha recuperat correctament"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "S'ha recuperat el document original"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Ha fallat la recuperació"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "S'està recuperant"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Encara no s'ha recuperat"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "El %PRODUCTNAME %PRODUCTVERSION ha començat a recuperar els documents. Segons la mida dels documents, aquest procés pot trigar una estona."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "La recuperació dels documents ha finalitzat. Feu clic a «Finalitza» per a veure els documents."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~Finalitza"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Últim valor personalitzat"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Exportació d'imatge"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "Desa com a imatge"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Insereix objectes"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "Gira l'objecte 3D"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Crea un objecte d'extrusió"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Crea un objecte de gir"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Divideix l'objecte 3D"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Tots]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Filtre gràfic"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Tema nou"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "Efectes 3D"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Animacions"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Pics"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Oficina"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Senyaladors"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Diagrames de flux"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Emoticones"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Imatges"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Fons"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Pàgina inicial"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Interacció"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Mapes"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Gent"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Superfícies"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Ordinadors"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Diagrames"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Entorn"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Finances"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Transport"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Formes de text"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Sons"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Símbols"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "El meu tema"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Fletxes"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Globus"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Teclat"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Hora"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Presentació"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Calendari"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Navegació"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Comunicació"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Finances"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Ordinadors"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Clima"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Escola i universitat"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Solució de problemes"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Screen Beans"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Impressió de la selecció"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "Voleu imprimir la selecció o bé tot el document?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~Tot"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~Selecció"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Extrusió nord-oest"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Extrusió nord"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Extrusió nord-est"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Extrusió oest"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Extrusió cap enrere"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Extrusió est"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Extrusió sud-oest"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Extrusió sud"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Extrusió sud-est"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 cm"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 cm"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2,5 cm"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 cm"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~cm"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 polzades"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0,~5 polzades"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 polzada"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 polzades"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 polzades"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Sense emplenament"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "Transparent"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Per defecte"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Vores"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Estil de la vora"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "Més numeració..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "Més pics..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "Per autor"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Pàgines"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Neteja la formatació"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Més estils..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Més opcions..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Nom del tipus de lletra"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "Nom del tipus de lletra. El tipus de lletra actual no es troba disponible i serà substituït."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "personalitzat"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "Colors del document"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Color del document"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Extrusió"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Activa/desactiva extrusió"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Inclina cap avall"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Inclina cap amunt"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Inclina cap a l'esquerra"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Inclina cap a la dreta"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Canvia la profunditat d'extrusió"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Canvia l'orientació"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Canvia el tipus de projecció"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Canvia la il·luminació"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Canvia la lluminositat"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Canvia l'extrusió de la superfície"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Canvia el color de l'extrusió"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Preferit"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Aplica la forma del Fontwork"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Aplica la mateixa alçada de lletra Fontwork"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Aplica l'alineació del Fontwork"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Aplica l'espaiat entre caràcters del Fontwork"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "amb"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Estil"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "i"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Control de la cantonada"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Selecció d'un punt de cantonada."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Part superior esquerra"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Part superior central"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Part superior dreta"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Part central esquerra"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Centre"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Part central dreta"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Part inferior esquerra"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Part inferior central"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Part inferior dreta"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Control de la vora"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Aquí podeu editar la vora."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Selecció de caràcters especials"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Seleccioneu caràcters especials en aquesta àrea."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Codi del caràcter "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
-msgstr "Es requereix una entrada en el camp '#'. Introduïu un valor."
+msgstr "Es requereix una entrada en el camp «#». Introduïu un valor."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formularis"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "No s'ha seleccionat cap control"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Propietats: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Propietats del formulari"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Navegador de formularis"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formulari"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr "Amagat"
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formulari"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Control amagat"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Control"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Registre"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "de"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Afegeix un camp:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "S'ha produït un error d'escriptura en la base de dades"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "S'ha produït un error de sintaxi en l'expressió de consulta"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Esteu intentant suprimir un registre."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "Se suprimiran # registres."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6509,331 +6541,331 @@ msgstr ""
"Voleu continuar igualment?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Barra de navegació"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Col."
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Defineix la propietat «#»"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Insereix al contenidor"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Suprimeix #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Suprimeix # objectes"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Reemplaça un element del contenidor"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Reemplaça el control"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Botó per prémer"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Botó d'opció"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Casella de selecció"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Camp d'etiqueta"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Quadre de grup"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Quadre de text"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Camp formatat"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Quadre de llista"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Quadre combinat"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Botó gràfic"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Control d'imatge"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Selecció de fitxer"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Camp de data"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Camp d'hora"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Camp numèric"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Camp de moneda"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Camp emmascarat"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Control de taula "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Barra de desplaçament"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Botó de selecció de valor"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Barra de navegació"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Selecció múltiple"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "No hi ha cap control de dades en el formulari actual."
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Data)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Temps)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Navegador de filtres"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Filtra"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "O"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "El formulari actual no conté controls vàlids que es puguin utilitzar per a visualitzar una taula."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<Camp automàtic>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "S'ha produït un error de sintaxi en l'expressió SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "El valor #1 no es pot utilitzar amb COM."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "COM no es pot utilitzar amb aquest camp."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "La data no és vàlida. Introduïu-la en un format vàlid, per exemple, dd/mm/aa."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "El camp no es pot comparar amb un enter."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "La base de dades no conté la taula «#»."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "La base de dades no conté cap taula o consulta que es digui «#»."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "La base de dades ja conté una taula o vista que es diu «#»."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "La base de dades ja conté una consulta amb el nom «#»."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "La columna «#1» és desconeguda a la taula «#2»."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "El camp no es pot comparar amb un nombre de coma flotant."
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "El criteri indicat no es pot comparar amb aquest camp."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Navegador de dades"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (només de lectura)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "El fitxer ja existeix. Voleu sobreescriure'l?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "Etiqueta de l'objecte #object#"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6843,7 +6875,7 @@ msgstr ""
"Segur que voleu suprimir aquest model?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6853,7 +6885,7 @@ msgstr ""
"Segur que voleu suprimir aquesta instància?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6863,13 +6895,13 @@ msgstr ""
"Segur que voleu suprimir aquest element?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Segur que voleu suprimir l'atribut «$ATTRIBUTENAME»?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6881,7 +6913,7 @@ msgstr ""
"Segur que voleu suprimir aquesta tramesa?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6893,994 +6925,994 @@ msgstr ""
"Segur que voleu suprimir aquesta vinculació?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "«%1» no és un nom d'XML vàlid. Introduïu un nom diferent."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "«%1» no és un prefix d'XML vàlid. Introduïu un prefix diferent."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "El nom «%1» ja existeix. Trieu-ne un altre."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "La tramesa ha de tenir un nom."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Publica"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Posa"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Aconsegueix"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Cap"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Instància"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Document"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Vinculant: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Referència: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Acció: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Mètode: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Reemplaça: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Afegeix un element"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Edita un element"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Suprimeix un element"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Afegeix un atribut"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Edita un atribut"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Suprimeix un atribut"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Afegeix una vinculació"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Edita una vinculació"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Suprimeix una vinculació"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Afegeix una tramesa"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Edita una tramesa"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Suprimeix una tramesa"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Element"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Atribut"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Vinculació"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Expressió vinculant"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Esteu segur que voleu descartar la recuperació de documents del %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Esquerra"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Dreta"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Centre"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Decimal"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Mode d'inserció. Feu clic per a canviar al mode de sobreescriptura."
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Mode de sobreescriptura. Feu clic per a canviar al mode d'inserció."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Sobreescriu"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Insereix"
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Signatura digital: la signatura del document és correcta."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Signatura digital: la signatura del document és correcta, però no s'ha pogut validar el certificat."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr "Signatura digital: la signatura del document no coincideix amb el contingut del document. Us recomanem molt que no confieu en aquest document."
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Signatura digital: el document no està signat."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Signatura digital: la signatura del document i el certificat són correctes, però no totes les parts del document estan signades."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "El document s'ha modificat. Feu clic per a desar el document."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "El document no s'ha modificat des de l'última vegada que s'ha desat."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "S'està carregant el document..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "Ajusta la dispositiva a la finestra actual."
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "No s'han pogut carregar tots els objectes d'SmartArt. Aquest problema s'evita si deseu en format del Microsoft Office 2010 o posterior."
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Factor d'escala. Feu clic dret per a canviar el factor d'ampliació o feu clic per a obrir el diàleg d'escala."
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Apropa"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Allunya"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Tota la pàgina"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Amplada de la pàgina"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Visualització òptima"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Estils inclosos"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Estils de ~paràgrafs"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Estils de ~cel·la"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "Cerca formatació"
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "Reemplaça per la formatació"
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "S'ha arribat a la fi del document"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "S'ha arribat al final del document, es continua des del principi"
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "S'ha arribat a la fi del full"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "No s'ha trobat l'expressió cercada"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "No s'ha trobat element de navegació"
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "S'ha arribat a l'inici del document"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "S'ha arribat al començament del document, es continua des del final"
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr "S'ha arribat al primer recordatori, es continua des de l'últim"
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr "S'ha arribat a l'últim recordatori, es continua des del primer"
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Paleta de colors"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "Reemplaçament de color"
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "Efectes 3D"
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "La contrasenya no és correcta"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Les contrasenyes no coincideixen"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Pics circulars, petits i plens"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Pics circulars, grans i plens"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Pics en diamant i plens"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Pics quadrats, grans i plens"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Pics en fletxa cap a la dreta, plens"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Pics en fletxa cap a la dreta"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "Pics en forma creu"
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "Pics de marca de verificació"
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Número 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Número 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Número (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Xifra romana en majúscula I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Lletra majúscula A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lletra minúscula a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lletra minúscula (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Xifra romana en minúscula i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Numèric; numèric; lletres minúscules; pic circular, petit i ple"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Numèric; lletres minúscules; pic circular, petit i ple"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Numèric; lletres minúscules; xifres romanes en minúscula; lletres majúscules; pic circular, petit i ple"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Numèric"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Xifres romanes en majúscula; lletres majúscules; xifres romanes en minúscula; lletres minúscules; pic circular, petit i ple"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Lletres majúscules; xifres romanes en majúscula; lletres minúscules; xifres romanes en minúscula; pic circular, petit i ple"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numèric amb tots els subnivells"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Pic en fletxa cap a la dreta; pic en fletxa cap a la dreta plena; pic en diamant ple; pics circulars, petits i plens"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "No s'ha pogut crear el fitxer zip."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Estils de disseny de taula"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Accions per desfer: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Accions per desfer: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Accions per refer: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Accions per refer: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Cerca"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Coincidència de majúscules i minúscules"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Cadena formatada"
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) × $(HEIGHT) a $(DPI) PPP"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) kiB"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "Imatge GIF"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "Imatge JPEG"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "Imatge PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "Imatge TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "Imatge WMF"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "Imatge MET"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "Imatge PICT"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "Imatge SVG"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "Imatge BMP"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Desconegut"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Commuta"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Mode d'imatge"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Vermell"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Verd"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Blau"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Lluminositat"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Contrast"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Transparència"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Escapça"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Orientació per defecte"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "De dalt a baix"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "De baix a dalt"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Apilat"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Marge esquerre: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Marge superior: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Marge dret: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Marge inferior: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Descripció de la pàgina: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Majúscules"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Minúscules"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Majúscules romanes"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Minúscules romanes"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Àrab"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Cap"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Horitzontal"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Vertical"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Esquerra"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Dreta"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Tot"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Reflectit"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Data: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Text: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Fons del caràcter"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Paleta de colors"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr "Números de diapositiva:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7890,1916 +7922,1916 @@ msgstr ""
"Voleu desar la versió modificada?"
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Llatí bàsic"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Llatí-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Llatí ampliat A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Llatí ampliat B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Extensions de l'IPA"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Lletres modificadores d'espaiat"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Combinació de caràcters diacrítics"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Grec bàsic"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Símbols grecs i coptes"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Ciríl·lic"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armeni"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Hebreu bàsic"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebreu ampliat"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Àrab bàsic"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Àrab ampliat"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengalí"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "oriya"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tàmil"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "kanarès"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malaiàlam"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Tai"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Laosià"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Georgià bàsic"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Georgià ampliat"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Llatí ampliat addicional"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Grec ampliat"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Puntuació general"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Superíndexs i subíndexs"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Símbols de monedes"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Combinació de símbols diacrítics"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Símbols tipus carta"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Símbols numèrics"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Fletxes"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Operadors matemàtics"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Caràcters tècnics diversos"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Imatges de control"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Reconeixement òptic de caràcters"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Alfanumèrics delimitats"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Dibuix de quadres"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Elements de bloc"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Formes geomètriques"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Símbols diversos"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Caràcters decoratius"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "Símbols i puntuació CJK"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Jamo amb compatibilitat Hangul"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK: diversos"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Caràcters i mesos CJK delimitats"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "Compatibilitat amb CJK"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "Ideogrames unificats CJK"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "Ideogrames unificats CJK ampliació A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Àrea d'ús privat"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "Ideogrames de compatibilitat amb CJK"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Formes de presentació alfabètiques"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Formes de presentació de l'àrab (A)"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Marques mitjanes de combinació"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "Formes de compatibilitat amb CJK"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Variants de petites formes"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Formes de presentació de l'àrab (B)"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Formes d'amplada mitjana i d'amplada completa"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Especials"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Síl·labes Yi"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Radicals Yi"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Cursiva antiga"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gòtic"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Símbols musicals bizantins"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Símbols musicals"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Símbols matemàtics alfanumèrics"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "Ideogrames unificats del CJK ampliació B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Ideogrames unificats del CJK ampliació C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "Ideogrames unificats del CJK ampliació D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "Ideogrames de compatibilitat amb CJK (suplement)"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Etiquetes"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Ciríl·lic (suplement)"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Selectors de variació"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Àrea d'ús privat - A (suplement)"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Àrea d'ús privat - B (suplement)"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Símbols khmer"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Extensions fonètiques"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Fletxes i símbols miscel·lanis"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Símbols hexagrames yijing"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Conjunt de síl·labes lineal B"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Ideogrames lineal B"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Nombres egeus"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugarític"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shavià"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanià"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Singalès"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetà"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Myanmar"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogàmic"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Rúnic"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Siríac"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etíop"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Xerokee"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Síl·labes aborígens canadenques"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongol"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Símbols matemàtics diversos - A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Fletxes suplementàries - A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Plantilles Braille"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Fletxes suplementàries - B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Símbols matemàtics diversos - B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "Radical CJK (suplement)"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Radicals Kangxi"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Caràcters de descripció ideogràfica"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagàlog"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo ampliat"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Fonètica katakana"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Traços CJK"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Conjunt de síl·labes xipriotes"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Símbols tai xuan jing"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Selectors de variació (suplement)"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Notació musical del grec antic"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Nombres grecs antics"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Àrab (suplement)"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "buginès"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Combinació de caràcters diacrítics (suplement)"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Copte"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Etíop ampliat"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Etíop (suplement)"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Georgià (suplement)"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagolític"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharosthi"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Lletres modificadores del to"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Tai Lue nou"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Persa antic"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Extensions fonètiques (suplement)"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Puntuació suplementària"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Formes verticals"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balinès"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Llatí ampliat-C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Llatí ampliat-D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Fenici"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Cuneïforme"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Nombres i puntuació cuneïforme"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Numerals de palets per comptar"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sondanès"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Ciríl·lic ampliat-A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Ciríl·lic ampliat-B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Txam"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Símbols antics"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Disc de Festos"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lici"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Cari"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lidi"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Fitxes del mahjong"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Fitxes del dòmino"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samarità"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Sil·làbics aborígens canadencs ampliats"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Extensions vèdiques"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Formes numèriques índiques comunes"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari ampliat"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Jamo ampliat - A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javanès"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmar ampliat - A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei mayek"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Jamo ampliat - B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Arameu imperial"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "àrab del sud antic"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "avèstic"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Part d'inscripció"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Pahlavi d'inscripció"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Turc antic"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "símbols numèrics rumi"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Jeroglífics egipcis"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Alfanumèrics delimitats (suplement)"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Ideogràfic delimitat (suplement)"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "mandaic"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "batak"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "etíop ampliat - A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "brahmi"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Bamum (suplement)"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Kana (suplement)"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Cartes de joc"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Símbols i pictogrames miscel·lanis"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Emoticones"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Símbols de transport i mapes"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Símbols d'alquímia"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Àrab ampliat-A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Símbols alfabètics matemàtics àrabs"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Extensions Meetei Mayek"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Cursiva meroítica"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Jeroglífics meroítics"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Sondanès (suplement)"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Bassa vah"
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "albanès caucàsic"
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Nombres epactes coptes"
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Marques diacrítiques combinables (suplement)"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Taquigrafia de Duployé"
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Elbasan"
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Formes geomètriques (suplement)"
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Khudawadi"
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Llatí ampliat - E"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Lineal A"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Maniqueu"
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modi"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Mianmar ampliat - B"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Nabateu"
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Àrab del nord antic"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Pèrmic antic"
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Floritures ornamentals"
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Palmirè"
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "pahlavi de salteri"
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Controls de format de taquigrafia"
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Nombres arcaics del singalès"
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Fletxes suplementàries - C"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahom"
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Jeroglífics anatòlics"
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Xerokee (suplement)"
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "Ideogrames unificats CJK ampliació E"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Cuneïforme dinàstic arcaic"
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Arameu de Hatra"
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multani"
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "hongarès antic"
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Símbols i pictogrames suplementaris"
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Transcripció Sutton de llengües de signes"
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "adlam"
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Ciríl·lic ampliat - C"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Suplement glagolític"
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Símbols ideogràfics i puntuació"
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Suplement mongol"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "newa"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "osage"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "tangut"
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "components de tangut"
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "Ideogrames unificats del CJK ampliació F"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "kana ampliat-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Gondi de Masaram"
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "nushu"
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "soyombo"
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Suplement siríac"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "Quadrat de Zanabazar"
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "Símbols dels escacs"
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "dogra"
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "gunjala gondi"
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "hanifi rohingya"
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Nombres índics siyaq"
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "macassarès"
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Nombres maies"
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "sogdià antic"
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "sogdià"
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr "Controls de formatació de jeroglífics egipcis"
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr "elimaid"
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr "nandinagari"
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr "Nyiakeng Puachue Hmong"
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr "Nombres otomans «siyaq»"
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr "Extensió kana petit"
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr "Símbols i pictogrames, ampliació A"
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr "Suplement del tamil"
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr "wancho"
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr "Coràsmic"
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr "Ideogrames unificats CJK ampliació G"
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr "Dhives Akuru"
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr "Escriptura kitan petita"
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr "Lisu (suplement)"
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr "Símbols d'informàtica antiga"
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr "Tangut (suplement)"
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr "Yezidi"
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "D'esquerra a dreta (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "De dreta a esquerra (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Utilitza la configuració d'objectes superordinats"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "D'esquerra a dreta (horitzontal)"
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "De dreta a esquerra (horitzontal)"
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "De dreta a esquerra (vertical)"
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "D'esquerra a dreta (vertical)"
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "De baix a dalt, d'esquerra a dreta (vertical)"
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Fontwork"
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr "Signat digitalment per:"
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr "Data: %1"
@@ -10360,121 +10392,121 @@ msgstr "Intersection"
#: svx/inc/formnavi.hrc:29
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToEdit"
msgid "~Text Box"
-msgstr ""
+msgstr "Quadre de ~text"
#. LaRik
#: svx/inc/formnavi.hrc:30
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToButton"
msgid "~Button"
-msgstr ""
+msgstr "~Botó"
#. qjKaG
#: svx/inc/formnavi.hrc:31
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToFixed"
msgid "La~bel field"
-msgstr ""
+msgstr "Camp d'~etiqueta"
#. sq3AT
#: svx/inc/formnavi.hrc:32
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToList"
msgid "L~ist Box"
-msgstr ""
+msgstr "Quadre de ~llista"
#. agpbk
#: svx/inc/formnavi.hrc:33
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToCheckBox"
msgid "~Check Box"
-msgstr ""
+msgstr "Casella de ~verificació"
#. 9WA4B
#: svx/inc/formnavi.hrc:34
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToRadio"
msgid "~Radio Button"
-msgstr ""
+msgstr "Botó d'~opció"
#. PpgmW
#: svx/inc/formnavi.hrc:35
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToGroup"
msgid "G~roup Box"
-msgstr ""
+msgstr "Quadre de g~rup"
#. A8Dbz
#: svx/inc/formnavi.hrc:36
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToCombo"
msgid "Combo Bo~x"
-msgstr ""
+msgstr "Quadre ~combinat"
#. HRAoH
#: svx/inc/formnavi.hrc:37
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToImageBtn"
msgid "I~mage Button"
-msgstr ""
+msgstr "Botó d'~imatge"
#. gZZqq
#: svx/inc/formnavi.hrc:38
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToFileControl"
msgid "~File Selection"
-msgstr ""
+msgstr "Selecció de ~fitxer"
#. EEADE
#: svx/inc/formnavi.hrc:39
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToDate"
msgid "~Date Field"
-msgstr ""
+msgstr "Camp de ~data"
#. gDr8N
#: svx/inc/formnavi.hrc:40
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToTime"
msgid "Tim~e Field"
-msgstr ""
+msgstr "Camp d'~hora"
#. jAbfP
#: svx/inc/formnavi.hrc:41
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToNumeric"
msgid "~Numerical Field"
-msgstr ""
+msgstr "Camp ~numèric"
#. ryXjj
#: svx/inc/formnavi.hrc:42
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToCurrency"
msgid "C~urrency Field"
-msgstr ""
+msgstr "Camp de m~oneda"
#. GXHFr
#: svx/inc/formnavi.hrc:43
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToPattern"
msgid "~Pattern Field"
-msgstr ""
+msgstr "Camp ~emmascarat"
#. a7jCc
#: svx/inc/formnavi.hrc:44
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToImageControl"
msgid "Ima~ge Control"
-msgstr ""
+msgstr "Control d'~imatge"
#. WDsBh
#: svx/inc/formnavi.hrc:45
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToFormatted"
msgid "Fo~rmatted Field"
-msgstr ""
+msgstr "Camp fo~rmatat"
#. aEXn5
#: svx/inc/formnavi.hrc:46
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToScrollBar"
msgid "Scroll bar"
-msgstr ""
+msgstr "Barra de desplaçament"
#. cGxjA
#: svx/inc/formnavi.hrc:47
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToSpinButton"
msgid "Spin Button"
-msgstr ""
+msgstr "Botó de selecció de valor"
#. HYbc6
#: svx/inc/formnavi.hrc:48
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToNavigationBar"
msgid "Navigation Bar"
-msgstr ""
+msgstr "Barra de navegació"
#. d7vkX
#: svx/inc/frmsel.hrc:29
@@ -10585,244 +10617,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Línia diagonal de vora des de la part inferior esquerra a la part superior dreta"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Cap"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "Pics"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Imatges"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "Imatges enllaçades"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr "1r, 2n, 3r, ..."
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr "Un, dos, tres, ..."
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr "Primer, segon, tercer, ..."
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A,... AA,... AAA..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr "*, †, ‡, §, **, ††, ..."
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Numeració nativa"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб... (búlgar)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб... (búlgar)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб... (búlgar)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб... (búlgar)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб... (rus)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб... (rus)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб... (rus)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб... (rus)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб... (serbi)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб... (serbi)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб... (serbi)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб... (serbi)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ... (lletra grega en majúscules)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ... (lletra grega en minúscules)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א...י, יא...כ..."
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א...ת, אא...תת..."
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١, ٢, ٣, ٤, ... (àrab)"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱, ۲, ۳, ۴, ... (persa)"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -14791,151 +14824,151 @@ msgstr "No és n_ul"
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:8
msgctxt "findreplacedialog-mobile|FindReplaceDialog"
msgid "Find & Replace"
-msgstr ""
+msgstr "Cerca i reemplaça"
#. eByBj
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:141
msgctxt "findreplacedialog-mobile|label4"
msgid "_Find:"
-msgstr ""
+msgstr "_Cerca:"
#. oNJkY
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:195
msgctxt "findreplacedialog-mobile|matchcase"
msgid "Ma_tch case"
-msgstr ""
+msgstr "Dis_tingeix entre majúscules i minúscules"
#. uiV7G
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:211
msgctxt "findreplacedialog-mobile|searchformatted"
msgid "For_matted display"
-msgstr ""
+msgstr "Visualització for_matada"
#. 3KibH
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:231
msgctxt "findreplacedialog-mobile|wholewords"
msgid "Whole wor_ds only"
-msgstr ""
+msgstr "Només _paraules completes"
#. BRbAi
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:249
msgctxt "findreplacedialog-mobile|entirecells"
msgid "_Entire cells"
-msgstr ""
+msgstr "Cel·l_es completes"
#. xFvzF
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:267
msgctxt "findreplacedialog-mobile|allsheets"
msgid "All _sheets"
-msgstr ""
+msgstr "Tots els _fulls"
#. 8a3TB
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:306
msgctxt "findreplacedialog-mobile|label1"
msgid "_Search For"
-msgstr ""
+msgstr "_Cerca"
#. aHAoN
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:391
msgctxt "findreplacedialog-mobile|label5"
msgid "Re_place:"
-msgstr ""
+msgstr "Reem_plaça:"
#. PhyMv
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:431
msgctxt "findreplacedialog-mobile|label2"
msgid "Re_place With"
-msgstr ""
+msgstr "Reemplaça _per"
#. gi3jL
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:457
msgctxt "findreplacedialog-mobile|searchall"
msgid "Find _All"
-msgstr ""
+msgstr "Cerca-ho _tot"
#. xizGS
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:471
msgctxt "findreplacedialog-mobile|backsearch"
msgid "Find Pre_vious"
-msgstr ""
+msgstr "Cerca l'_anterior"
#. Fnoy9
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:485
msgctxt "findreplacedialog-mobile|search"
msgid "Find Ne_xt"
-msgstr ""
+msgstr "Cerca el _següent"
#. 4xbpA
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:501
msgctxt "findreplacedialog-mobile|replace"
msgid "_Replace"
-msgstr ""
+msgstr "_Reemplaça"
#. LXUGG
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:515
msgctxt "findreplacedialog-mobile|replaceall"
msgid "Replace A_ll"
-msgstr ""
+msgstr "Reemplaça-ho t_ot"
#. 8pjvL
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:671
msgctxt "findreplacedialog-mobile|selection"
msgid "C_urrent selection only"
-msgstr ""
+msgstr "Només e_n la selecció"
#. kXCyp
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:686
msgctxt "findreplacedialog-mobile|regexp"
msgid "Re_gular expressions"
-msgstr ""
+msgstr "_Expressions regulars"
#. PHsrD
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:708
msgctxt "findreplacedialog-mobile|attributes"
msgid "Attribut_es..."
-msgstr ""
+msgstr "_Atributs..."
#. GRaeC
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:722
msgctxt "findreplacedialog-mobile|format"
msgid "For_mat..."
-msgstr ""
+msgstr "_Format..."
#. cx7u7
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:736
msgctxt "findreplacedialog-mobile|noformat"
msgid "_No Format"
-msgstr ""
+msgstr "Se_nse format"
#. TnTGs
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:757
msgctxt "findreplacedialog-mobile|layout"
msgid "Search for st_yles"
-msgstr ""
+msgstr "Cerca es_tils"
#. QZvqy
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:772
msgctxt "findreplacedialog-mobile|includediacritics"
msgid "Diac_ritic-sensitive"
-msgstr ""
+msgstr "Distingeix els _diacrítics"
#. jgEBu
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:787
msgctxt "findreplacedialog-mobile|includekashida"
msgid "_Kashida-sensitive"
-msgstr ""
+msgstr "Distingeix la _kashida"
#. HEtSQ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:802
msgctxt "findreplacedialog-mobile|matchcharwidth"
msgid "Match character _width"
-msgstr ""
+msgstr "Concorda amb l'_amplada del caràcter"
#. PeENq
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:822
msgctxt "findreplacedialog-mobile|similarity"
msgid "S_imilarity search"
-msgstr ""
+msgstr "Cerca per s_imilitud"
#. BxPGW
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:838
@@ -14947,7 +14980,7 @@ msgstr "Similituds..."
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:865
msgctxt "findreplacedialog-mobile|soundslike"
msgid "Sounds like (_Japanese)"
-msgstr ""
+msgstr "Fonètica similar (_japonès)"
#. e7EkJ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:881
@@ -14959,25 +14992,25 @@ msgstr "Sons..."
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:907
msgctxt "findreplacedialog-mobile|wildcard"
msgid "Wil_dcards"
-msgstr ""
+msgstr "Como_dins"
#. jCtqG
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:923
msgctxt "findreplacedialog-mobile|notes"
msgid "_Comments"
-msgstr ""
+msgstr "_Comentaris"
#. CABZs
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:945
msgctxt "findreplacedialog-mobile|replace_backwards"
msgid "Replace _backwards"
-msgstr ""
+msgstr "Reemplaça _enrere"
#. EjXBb
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:981
msgctxt "findreplacedialog-mobile|searchinlabel"
msgid "Search i_n:"
-msgstr ""
+msgstr "_Cerca a:"
#. vHG2V
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:996
@@ -15007,13 +15040,13 @@ msgstr "Direcció:"
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1040
msgctxt "findreplacedialog-mobile|rows"
msgid "Ro_ws"
-msgstr ""
+msgstr "Fi_les"
#. xCeTz
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1060
msgctxt "findreplacedialog-mobile|cols"
msgid "Colum_ns"
-msgstr ""
+msgstr "Colum_nes"
#. fPE4f
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1107
@@ -16060,7 +16093,7 @@ msgid "Properties"
msgstr "Propietats"
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr "Valors"
@@ -16171,37 +16204,37 @@ msgstr "URL"
#: svx/uiconfig/ui/namespacedialog.ui:228
msgctxt "namespacedialog|label1"
msgid "Namespaces"
-msgstr "Espais de nom"
+msgstr "Espais de noms"
#. HD9wB
#: svx/uiconfig/ui/navigationbar.ui:128
msgctxt "navigationbar|first"
msgid "First"
-msgstr ""
+msgstr "Primer"
#. mX6CE
#: svx/uiconfig/ui/navigationbar.ui:149
msgctxt "navigationbar|prev"
msgid "Previous"
-msgstr ""
+msgstr "Anterior"
#. ggpok
#: svx/uiconfig/ui/navigationbar.ui:170
msgctxt "navigationbar|next"
msgid "Next"
-msgstr ""
+msgstr "Següent"
#. E3c7E
#: svx/uiconfig/ui/navigationbar.ui:190
msgctxt "navigationbar|last"
msgid "Last"
-msgstr ""
+msgstr "Últim"
#. GbURX
#: svx/uiconfig/ui/navigationbar.ui:210
msgctxt "navigationbar|new"
msgid "New"
-msgstr ""
+msgstr "Nou"
#. Z8rca
#: svx/uiconfig/ui/optgridpage.ui:74
diff --git a/source/ca/sw/messages.po b/source/ca/sw/messages.po
index 442cc12d24f..ef6eda56162 100644
--- a/source/ca/sw/messages.po
+++ b/source/ca/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
-"PO-Revision-Date: 2020-07-22 11:13+0000\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/ca/>\n"
"Language: ca\n"
@@ -575,7 +575,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Paràgrafs numerats"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -583,1304 +583,1340 @@ msgstr "Paràgrafs numerats"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
-msgstr ""
+msgstr "Nota al peu"
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
-msgstr ""
+msgstr "Esdeveniments de l'enllaç"
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
-msgstr ""
+msgstr "Nom de l'enllaç"
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
-msgstr ""
+msgstr "URL de l'enllaç"
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
-msgstr ""
+msgstr "Vora dreta"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
-msgstr ""
+msgstr "Vora superior"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
-msgstr ""
+msgstr "Mode d'escriptura"
#. QBR3s
#: sw/inc/mmaddressblockpage.hrc:27
@@ -5701,19 +5737,19 @@ msgstr ""
#: sw/inc/strings.hrc:651
msgctxt "STR_OUTLINE_CONTENT_VISIBILITY_TOGGLE"
msgid "Toggle"
-msgstr ""
+msgstr "Activa o desactiva"
#. 7UQPv
#: sw/inc/strings.hrc:652
msgctxt "STR_OUTLINE_CONTENT_VISIBILITY_SHOW_ALL"
msgid "Show All"
-msgstr ""
+msgstr "Mostra-ho tot"
#. ZUuCQ
#: sw/inc/strings.hrc:653
msgctxt "STR_OUTLINE_CONTENT_VISIBILITY_HIDE_ALL"
msgid "Hide All"
-msgstr ""
+msgstr "Amaga-ho tot"
#. 9Fipd
#: sw/inc/strings.hrc:655
@@ -7957,13 +7993,13 @@ msgstr "Paral·lel"
#: sw/inc/strings.hrc:1088
msgctxt "STR_SURROUND_LEFT"
msgid "Before"
-msgstr ""
+msgstr "Abans"
#. bGBtQ
#: sw/inc/strings.hrc:1089
msgctxt "STR_SURROUND_RIGHT"
msgid "After"
-msgstr ""
+msgstr "Després"
#. SrG3D
#: sw/inc/strings.hrc:1090
@@ -10948,127 +10984,127 @@ msgid "Width:"
msgstr "Amplada:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Espaiat:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Amplada i espaiat"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "Est_il:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_Amplada:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "A_lçada:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "_Posició:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Superior"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Centrat"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Inferior"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_Color:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Línia de separació"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Columnes:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Distribueix el contingut uniformement a _totes les columnes"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Selecció"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Àrea actual"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Àrea seleccionada"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Marc"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Estil de pàgina: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "_Aplica a:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "_Direcció del text:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Configuració"
@@ -12800,67 +12836,67 @@ msgid "Space to text"
msgstr "Espai per al text"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Àrea de la nota al peu"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_Posició"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "E_stil"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "_Gruix"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_Color"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_Longitud"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "_Espaiat continguts de la nota al peu"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Esquerra"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Centrat"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Dreta"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "Línia de separació"
@@ -14237,7 +14273,7 @@ msgstr "[Cap]"
#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:57
msgctxt "insertdbcolumnsdialog|InsertDbColumnsDialog"
msgid "Insert Database Columns"
-msgstr "Insereix columnes de base de dades"
+msgstr "Insereix columnes de la base de dades"
#. SLAeD
#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:144
@@ -19095,7 +19131,7 @@ msgid "_More Options"
msgstr "_Més opcions"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Més opcions"
@@ -20896,13 +20932,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/sidebarwrap.ui:112
msgctxt "sidebarwrap|wrapbefore|tooltip_text"
msgid "Before"
-msgstr ""
+msgstr "Abans"
#. oKykv
#: sw/uiconfig/swriter/ui/sidebarwrap.ui:125
msgctxt "sidebarwrap|wrapafter|tooltip_text"
msgid "After"
-msgstr ""
+msgstr "Després"
#. Sw6vj
#: sw/uiconfig/swriter/ui/sidebarwrap.ui:138
@@ -21277,43 +21313,43 @@ msgid "Remaining space:"
msgstr "Espai restant:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Amplada de la columna 2"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Amplada de la columna 3"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Amplada de la columna 4"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Amplada de la columna 5"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Amplada de la columna 6"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Amplada de la columna 1"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Amplada de la columna"
diff --git a/source/ca/vcl/messages.po b/source/ca/vcl/messages.po
index 592bd571d5a..5153440f461 100644
--- a/source/ca/vcl/messages.po
+++ b/source/ca/vcl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-27 13:25+0200\n"
-"PO-Revision-Date: 2020-07-22 11:13+0000\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/vclmessages/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1562301320.000000\n"
#. k5jTM
@@ -501,14 +501,14 @@ msgstr "Pantalla 16:10"
#: vcl/inc/print.hrc:108
msgctxt "RID_STR_PAPERNAMES"
msgid "16k (195 x 270)"
-msgstr "16k (195 x 270)"
+msgstr "16k (195 × 270)"
#. EE6VX
#. To translators: This is the last entry of the sequence of paper size names
#: vcl/inc/print.hrc:110
msgctxt "RID_STR_PAPERNAMES"
msgid "16k (197 x 273)"
-msgstr "16k (197 x 273)"
+msgstr "16k (197 × 273)"
#. CXDQa
#: vcl/inc/printaccessoryview.hrc:27
@@ -2083,7 +2083,7 @@ msgstr "Inclou:"
#: vcl/uiconfig/ui/printdialog.ui:580
msgctxt "printdialog|liststore3"
msgid "Odd and Even Pages"
-msgstr ""
+msgstr "Pàgines parelles i senars"
#. 49y67
#: vcl/uiconfig/ui/printdialog.ui:581
diff --git a/source/ckb/chart2/messages.po b/source/ckb/chart2/messages.po
index 02702a11b8c..d8f9f78fb9b 100644
--- a/source/ckb/chart2/messages.po
+++ b/source/ckb/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-22 11:13+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/ckb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
#. NCRDD
#: chart2/inc/chart.hrc:17
@@ -2345,44 +2345,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "ڕووتێکەری دەق"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr ""
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "سادە"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "ڕاستی"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "دەستکرد"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr ""
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr ""
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr ""
diff --git a/source/ckb/cui/messages.po b/source/ckb/cui/messages.po
index a26ea430164..9fae6ed4e39 100644
--- a/source/ckb/cui/messages.po
+++ b/source/ckb/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-08-02 07:43+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-17 07:35+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/ckb/>\n"
"Language: ckb\n"
@@ -4317,45 +4317,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "‫‫_تەنها دەق"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
@@ -5438,7 +5480,7 @@ msgstr "سڵاید"
#: cui/uiconfig/ui/bulletandposition.ui:916
msgctxt "bulletandposition|selectionrb"
msgid "Selection"
-msgstr "بۆ دیاریکردن"
+msgstr "دیاریکراو"
#. ATaHy
#: cui/uiconfig/ui/bulletandposition.ui:932
@@ -14030,7 +14072,7 @@ msgstr "سەرچاوە"
#: cui/uiconfig/ui/pastespecial.ui:184
msgctxt "pastespecial|label1"
msgid "Selection"
-msgstr "بۆ دیاریکردن"
+msgstr "دیاریکراو"
#. 68KjX
#: cui/uiconfig/ui/patterntabpage.ui:82
@@ -15443,7 +15485,7 @@ msgstr ""
#: cui/uiconfig/ui/spellingdialog.ui:30
msgctxt "spellingdialog|SpellingDialog"
msgid "Spelling: $LANGUAGE ($LOCATION)"
-msgstr ""
+msgstr "چێکی ڕێنووس:$LANGUAGE ($LOCATION)"
#. FcbQv
#: cui/uiconfig/ui/spellingdialog.ui:64
@@ -15461,7 +15503,7 @@ msgstr "زیاتر..."
#: cui/uiconfig/ui/spellingdialog.ui:178
msgctxt "spellingdialog|suggestionsft"
msgid "_Suggestions"
-msgstr ""
+msgstr "_پێشنیارەکان"
#. 7Lgq7
#: cui/uiconfig/ui/spellingdialog.ui:229
@@ -15473,7 +15515,7 @@ msgstr ""
#: cui/uiconfig/ui/spellingdialog.ui:253
msgctxt "spellingdialog|notindictft"
msgid "_Not in dictionary"
-msgstr ""
+msgstr "_لە فەرهەنگەکەدا نییە"
#. R7k8J
#: cui/uiconfig/ui/spellingdialog.ui:273
@@ -15485,19 +15527,19 @@ msgstr "لکاندن"
#: cui/uiconfig/ui/spellingdialog.ui:286
msgctxt "spellingdialog|insert"
msgid "Special Character"
-msgstr ""
+msgstr "نووسەی تایبەت"
#. qLx9c
#: cui/uiconfig/ui/spellingdialog.ui:317
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
-msgstr ""
+msgstr "زمانی دە_ق:"
#. bxC8G
#: cui/uiconfig/ui/spellingdialog.ui:368
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
-msgstr ""
+msgstr "دەستپێکرد_نەوە"
#. D2E4f
#: cui/uiconfig/ui/spellingdialog.ui:380
@@ -15515,13 +15557,13 @@ msgstr ""
#: cui/uiconfig/ui/spellingdialog.ui:415
msgctxt "spellingdialog|change"
msgid "Co_rrect"
-msgstr ""
+msgstr "_ڕاستکردنەوە"
#. dZvFo
#: cui/uiconfig/ui/spellingdialog.ui:430
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
-msgstr ""
+msgstr "هەمووی ڕاس_تبکەرەوە"
#. GYcSJ
#: cui/uiconfig/ui/spellingdialog.ui:445
diff --git a/source/ckb/dbaccess/messages.po b/source/ckb/dbaccess/messages.po
index f621646d5bc..b762151b647 100644
--- a/source/ckb/dbaccess/messages.po
+++ b/source/ckb/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-22 11:13+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ckb/>\n"
@@ -953,20 +953,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "ئەرکەکان"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "كورتەیەک"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "پێشبینین"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -976,31 +970,31 @@ msgid ""
msgstr ""
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr ""
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr ""
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr ""
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr ""
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1011,260 +1005,260 @@ msgid ""
msgstr ""
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr ""
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr ""
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr ""
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr ""
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr ""
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr ""
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr ""
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr ""
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr ""
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr ""
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr ""
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr ""
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr ""
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr ""
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr ""
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr ""
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr ""
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr ""
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr ""
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr ""
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr ""
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr ""
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr ""
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr ""
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr ""
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr ""
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr ""
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr ""
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "بەڵێ"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr ""
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<none>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr ""
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr ""
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "كورتەیەک"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr ""
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr ""
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr ""
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr ""
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr ""
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr ""
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr ""
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr ""
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1272,7 +1266,7 @@ msgid ""
msgstr ""
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1281,19 +1275,19 @@ msgid ""
msgstr ""
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr ""
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr ""
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1303,25 +1297,25 @@ msgid ""
msgstr ""
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr ""
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr ""
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr ""
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1330,49 +1324,49 @@ msgid ""
msgstr ""
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr ""
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr ""
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr ""
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "ستوون"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr ""
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr ""
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr ""
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1380,13 +1374,13 @@ msgid ""
msgstr ""
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr ""
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1396,25 +1390,25 @@ msgid ""
msgstr ""
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr ""
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr ""
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr ""
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1423,7 +1417,7 @@ msgid ""
msgstr ""
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1431,37 +1425,37 @@ msgid ""
msgstr ""
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr ""
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr ""
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr ""
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr ""
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr ""
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1472,49 +1466,49 @@ msgid ""
msgstr ""
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr ""
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr ""
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "بوخچە"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr ""
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr ""
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr ""
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr ""
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1522,152 +1516,152 @@ msgid ""
msgstr ""
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr ""
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ""
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr ""
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr ""
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr ""
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr ""
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr ""
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr ""
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr ""
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr ""
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr ""
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr ""
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr ""
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "سیسته‌م"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr ""
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr ""
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr ""
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr ""
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr ""
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr ""
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr ""
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr ""
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr ""
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1676,199 +1670,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr ""
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr ""
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr ""
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr ""
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr ""
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr ""
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr ""
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr ""
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr ""
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr ""
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr ""
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr ""
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr ""
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr ""
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr ""
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr ""
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr ""
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr ""
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr ""
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr ""
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr ""
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr ""
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr ""
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr ""
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr ""
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr ""
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr ""
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr ""
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr ""
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1876,163 +1870,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr ""
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr ""
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr ""
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr ""
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "خشتە لەبەربگرەوە"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "خشتە لەبەربگرەوە"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr ""
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr ""
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr ""
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr ""
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr ""
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr ""
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr ""
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr ""
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr ""
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr ""
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr ""
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr ""
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr ""
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr ""
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr ""
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr ""
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr ""
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr ""
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr ""
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2040,67 +2034,67 @@ msgid ""
msgstr ""
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr ""
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr ""
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr ""
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr ""
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr ""
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr ""
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr ""
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr ""
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr ""
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr ""
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2109,13 +2103,13 @@ msgid ""
msgstr ""
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr ""
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2124,13 +2118,13 @@ msgid ""
msgstr ""
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr ""
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2138,25 +2132,25 @@ msgid ""
msgstr ""
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr ""
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr ""
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr ""
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2164,13 +2158,13 @@ msgid ""
msgstr ""
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr ""
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2178,277 +2172,277 @@ msgid ""
msgstr ""
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr ""
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr ""
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr ""
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr ""
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr ""
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "سەربەرەوژوور"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "سەربەرەوخوار"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr ""
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "پێڕست"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr ""
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr ""
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr ""
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr ""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "دۆخی SQL"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "کۆدی هەڵە"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr ""
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "هەڵە"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "ئاگاداری"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr ""
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "وردەکارییەکان"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr ""
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr ""
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr ""
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr ""
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr ""
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr ""
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr ""
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr ""
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr ""
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr ""
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr ""
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr ""
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr ""
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr ""
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr ""
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr ""
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr ""
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr ""
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr ""
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr ""
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "دەسکتاریکردن…"
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr ""
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr ""
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr ""
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr ""
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4460,7 +4454,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr ""
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr ""
@@ -4489,6 +4483,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/ckb/desktop/messages.po b/source/ckb/desktop/messages.po
index b5c6c5e8611..b092a3f01b1 100644
--- a/source/ckb/desktop/messages.po
+++ b/source/ckb/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-22 09:44+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/ckb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: LibreOffice\n"
#. v2iwK
#: desktop/inc/strings.hrc:25
@@ -123,146 +123,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "زیادکراو"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr ""
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO مۆدیولی جاڤا"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "پێکهاتەی UNO Python"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "پێکهاتەی UNO"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr ""
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr ""
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "کتێبخانەی %MACROLANG"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "یارمەتی"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "زیادکراو ناتوانرێت دابمەزرێت بەهۆی:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr ""
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "زیادکراو زیاد بکە"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~سڕینەوە"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~چالاککردن"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~ناچالاککردن"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~نوێکردنەوە…"
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "زیادکردنی %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "سڕینەوەی %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "چالاک کردنی %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "ناچالاک کردنی %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "مۆڵەتنامە پەسەند بکە لە لایەن %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "هەڵە: دۆخی ئەم زیادکراوە نەزانراوە"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "داخستن"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "دەرچوون"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -271,13 +277,13 @@ msgid ""
msgstr ""
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr ""
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr ""
@@ -285,13 +291,13 @@ msgstr ""
"‬\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "مۆڵەت پیشان بدە"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -309,19 +315,19 @@ msgstr ""
"‫‫کرتە بکە لە ‘هەڵوەشاندنەوە’ بۆ وەستاندنی دامەزراندن."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -330,7 +336,7 @@ msgid ""
msgstr ""
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -339,7 +345,7 @@ msgid ""
msgstr ""
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -348,7 +354,7 @@ msgid ""
msgstr ""
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -357,91 +363,91 @@ msgid ""
msgstr ""
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "زیادکراوی ‘%Name’ کارناکات لەسەر ئەم کۆمپیوتەرە."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "دامەزراندنی زیادکراو…"
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "دامەزراندن تەواو بوون"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "هەڵە نیە."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "هەڵە لە کاتی داگرتنی زیادکراو %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "پەیامی هەڵەکە بریتیە لە: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "هەڵە لە کاتی دامەزراندنی زیادکراو %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "مۆڵەتنامە بۆ زیادکراوی %NAME ڕەتکرایەوە. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "زیادکراو دانامەزرێت."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "نەناسراو"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "زیادکراو بەلایەنی کەمەوە پێویستی بە وەشانی سەرچاوەی OpenOffice.org کە %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "زیادکراو پشتگیری وەشانی سەرچاوەی OpenOffice.org ناکات کە بەرزتر بێت لە %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr ""
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -451,7 +457,7 @@ msgid ""
msgstr ""
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -461,7 +467,7 @@ msgid ""
msgstr ""
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -471,7 +477,7 @@ msgid ""
msgstr ""
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -481,7 +487,7 @@ msgid ""
msgstr ""
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgid ""
msgstr ""
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -501,67 +507,67 @@ msgid ""
msgstr ""
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "هیچ نوێکاری تازە بەردەست نیە."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "نوێکاری گونجاو بۆ دامەزراندن نەدۆزرایەوە. بۆ بینینی نوێکراو پشتگوێخراو یان ناچالاک، دیاریبکە بۆکسەکە بکە “هەموو نوێکارییەکان پیشان بدە”."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "هەڵە دۆزرایەوە:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "هەڵەیەکی نەزانراو."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "زانیاری زیاتر بەردەست نیە بۆ ئەم نوێکردنەوەیە."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "زیادکراو نوێناکرێتەوە لەبەر:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "وەشانی %PRODUCTNAME داواکراو گونجاو نیە:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "تۆ %PRODUCTNAME %VERSION هەیە"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "نوێکردنەوەی پشتبەستوو بە وێبگەڕ"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "وەشان"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr ""
@@ -569,79 +575,79 @@ msgstr ""
"‬\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "داوانامە کارناکات. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "پێڕستی پەڕگەی ڕێکخستنی “$1” نەدۆزرایەوە."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "ڕێڕەوی دامەزراندن گونجاو نیە."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "هەڵەی ناوەکی ڕویدا."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "پەڕگەی ڕێکخستنی “$1” تێکشکاوە"
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "پەڕگەی ڕێکخستنی “$1” نەدۆزرایەوە"
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "پەڕگەی ڕێکخستنی “$1” پشتگیری وەشانی ئێستا ناکات."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "ڕووکاری بەکارهێنەر نەدۆزرایەوە."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "دامەزراندن ناتوانرێت تەواو بکرێت. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "خزمەتگوزاری ڕێکخستن بەردەست نیە"
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "دامەزراندنی داوانامە دەستپێبکە بۆ چاککردنەوە لە سی دی یان بوخچەی دامەزراندنی گورزەکان"
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "هەڵەیکی گشتی روویدا لە کاتی چوونەناوە بۆ ڕێکخستنی ناوەندیی. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -650,19 +656,19 @@ msgid ""
msgstr ""
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "هەڵەی ناوەکی ڕویدا: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "بەداخەوە دەبێت %PRODUCTNAME بەشێوازی دەستی دووبارە پێبکرێتەوە دووای دامەزراندن یان نوێکردنەوە."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -672,19 +678,19 @@ msgid ""
msgstr ""
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "‫%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "چاپکردن ناچالاک کراوە. هیچ بەڵگەیەک چاپ ناکرێت."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr ""
@@ -692,7 +698,7 @@ msgstr ""
"‬\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -700,7 +706,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -708,61 +714,61 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "مۆڵەتنامەی بەکارهێنانی بۆ نەرمەواڵەی زیادکراو بۆ $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr ""
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[“بەڵێ” یان “نەخێر” بنووسە]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "دراوکەت ڕاست نەبوو. تکایە “بەڵێ” یان “نەخێر”:"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "بەڵێ"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "بەڵێ"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "نەخێر"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "‫نەخێر"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr ""
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "هەڵە: "
diff --git a/source/ckb/filter/messages.po b/source/ckb/filter/messages.po
index 1e1d4b11d5b..400f57250ce 100644
--- a/source/ckb/filter/messages.po
+++ b/source/ckb/filter/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-04-27 15:54+0200\n"
-"PO-Revision-Date: 2020-07-25 16:59+0000\n"
+"PO-Revision-Date: 2020-08-17 07:35+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/filtermessages/ckb/>\n"
"Language: ckb\n"
@@ -318,13 +318,13 @@ msgstr "_دیاریکردن"
#: filter/uiconfig/ui/pdfgeneralpage.ui:119
msgctxt "pdfgeneralpage|slides"
msgid "Slides:"
-msgstr ""
+msgstr "سڵایدەکان:"
#. 9Cyn8
#: filter/uiconfig/ui/pdfgeneralpage.ui:128
msgctxt "pdfgeneralpage|viewpdf"
msgid "_View PDF after export"
-msgstr ""
+msgstr "_پی دی ئێف پیشان بدە پاش هەناردەکردن"
#. aWj7F
#: filter/uiconfig/ui/pdfgeneralpage.ui:147
@@ -528,7 +528,7 @@ msgstr ""
#: filter/uiconfig/ui/pdfgeneralpage.ui:707
msgctxt "pdfgeneralpage|label4"
msgid "General"
-msgstr ""
+msgstr "گشتی"
#. kAAHx
#: filter/uiconfig/ui/pdfgeneralpage.ui:739
diff --git a/source/ckb/forms/messages.po b/source/ckb/forms/messages.po
index b305849d324..40b90d7a755 100644
--- a/source/ckb/forms/messages.po
+++ b/source/ckb/forms/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-06-16 01:56+0000\n"
+"PO-Revision-Date: 2020-08-17 07:35+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/formsmessages/ckb/>\n"
"Language: ckb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
#. naBgZ
#: forms/inc/strings.hrc:25
@@ -279,7 +279,7 @@ msgstr "نووسە"
#: forms/inc/strings.hrc:69
msgctxt "RID_STR_DATATYPE_URL"
msgid "Hyperlink"
-msgstr ""
+msgstr "سەرووبەستەر"
#. wCcrk
#: forms/inc/strings.hrc:70
diff --git a/source/ckb/librelogo/source/pythonpath.po b/source/ckb/librelogo/source/pythonpath.po
index 2095c821961..f91f6a278d9 100644
--- a/source/ckb/librelogo/source/pythonpath.po
+++ b/source/ckb/librelogo/source/pythonpath.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-06-29 13:09+0200\n"
-"PO-Revision-Date: 2020-06-22 03:26+0000\n"
+"PO-Revision-Date: 2020-08-17 07:35+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/librelogosourcepythonpath/ckb/>\n"
"Language: ckb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
#. tFoAo
#: LibreLogo_en_US.properties
@@ -454,7 +454,7 @@ msgctxt ""
"PAGESIZE\n"
"property.text"
msgid "pagesize"
-msgstr ""
+msgstr "قەبارەی پەڕە"
#. 9iYXj
#: LibreLogo_en_US.properties
diff --git a/source/ckb/officecfg/registry/data/org/openoffice/Office.po b/source/ckb/officecfg/registry/data/org/openoffice/Office.po
index 8123954df33..ba593849b6a 100644
--- a/source/ckb/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ckb/officecfg/registry/data/org/openoffice/Office.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-01-17 16:45+0100\n"
-"PO-Revision-Date: 2020-07-25 11:35+0000\n"
+"PO-Revision-Date: 2020-08-17 10:44+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/ckb/>\n"
"Language: ckb\n"
@@ -153,17 +153,18 @@ msgctxt ""
"Title\n"
"value.text"
msgid "~Drawing"
-msgstr ""
+msgstr "~کێشاندن"
#. ANu2C
#: Common.xcu
+#, fuzzy
msgctxt ""
"Common.xcu\n"
"..Common.Menus.New.m4\n"
"Title\n"
"value.text"
msgid "F~ormula"
-msgstr ""
+msgstr "~هاوکێشە"
#. 6bTyB
#: Common.xcu
@@ -183,7 +184,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "~HTML Document"
-msgstr ""
+msgstr "بەڵگەنامەی ~HTML"
#. 4mAS3
#: Common.xcu
@@ -193,7 +194,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "~XML Form Document"
-msgstr ""
+msgstr "فۆرمی بەڵگەنامەی ~XML"
#. WDLdc
#: Common.xcu
@@ -203,7 +204,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "~Labels"
-msgstr ""
+msgstr "~پێناس"
#. fD6ro
#: Common.xcu
@@ -213,7 +214,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "B~usiness Cards"
-msgstr ""
+msgstr "بزن~س کارت"
#. JPTt8
#: Common.xcu
@@ -223,7 +224,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "M~aster Document"
-msgstr ""
+msgstr "بەڵگەنامەی سەر~ەکی"
#. vVFd6
#: Common.xcu
@@ -823,7 +824,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Page Header"
-msgstr ""
+msgstr "سەرپەڕی پەڕە"
#. qQZRT
#: ExtendedColorScheme.xcu
@@ -833,7 +834,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Page Footer"
-msgstr ""
+msgstr "پێپەڕی پەڕە"
#. yk69b
#: ExtendedColorScheme.xcu
diff --git a/source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po
index 574e5128152..dccd8315869 100644
--- a/source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-02 07:43+0000\n"
+"PO-Revision-Date: 2020-08-17 07:35+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ckb/>\n"
"Language: ckb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
#. W5ukN
#: BaseWindowState.xcu
@@ -4443,7 +4443,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Edit Hyperlink"
-msgstr ""
+msgstr "سەرووبەستەر دەستکاریبکە"
#. 5teaK
#: CalcCommands.xcu
@@ -4453,7 +4453,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Remove Hyperlink"
-msgstr ""
+msgstr "سەرووبەستەر بسڕەوە"
#. FUKoR
#: CalcCommands.xcu
@@ -20426,7 +20426,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Hyperlink Control"
-msgstr ""
+msgstr "کۆنتڕۆڵی سەرووبەستەر"
#. 2rDGb
#: GenericCommands.xcu
@@ -20596,7 +20596,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open Hyperlink"
-msgstr ""
+msgstr "سەرووبەستەر بکەرەوە"
#. 5SC3G
#: GenericCommands.xcu
@@ -20606,7 +20606,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Hyperlink"
-msgstr ""
+msgstr "~سەرووبەستەر"
#. UgtoL
#: GenericCommands.xcu
@@ -20616,7 +20616,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "Edit Hyperlink..."
-msgstr ""
+msgstr "سەرووبەستەر دەستکاریبکە..."
#. a7D2m
#: GenericCommands.xcu
@@ -20626,7 +20626,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Copy Hyperlink Location"
-msgstr ""
+msgstr "شوێنی سەرووبەستەر لەبەربگرەوە"
#. EaNDM
#: GenericCommands.xcu
@@ -21576,7 +21576,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Hyperlink..."
-msgstr ""
+msgstr "~سەرووبەستەر..."
#. TE7TG
#: GenericCommands.xcu
@@ -21586,7 +21586,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert Hyperlink"
-msgstr ""
+msgstr "سەرووبەستەر بهێنە"
#. 6mJ2E
#: GenericCommands.xcu
@@ -26196,7 +26196,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Restart in Safe Mode..."
-msgstr "~پێکردنەوە بە دۆزی پارێزراوەوە…"
+msgstr "~پێکردنەوە بە دۆخی پارێزراوەوە…"
#. JCCDn
#: GenericCommands.xcu
@@ -26336,7 +26336,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Remove Hyperlink"
-msgstr ""
+msgstr "~سەرووبەستەر بسڕەوە"
#. KmJBw
#: GenericCommands.xcu
@@ -29966,7 +29966,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Hyperlink"
-msgstr ""
+msgstr "سەرووبەستەر بهێنە"
#. YWBRr
#: WriterCommands.xcu
@@ -30576,7 +30576,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Hyperlinks Active"
-msgstr ""
+msgstr "سەرووبەستەر کارایە"
#. xnwkC
#: WriterCommands.xcu
diff --git a/source/ckb/scp2/source/ooo.po b/source/ckb/scp2/source/ooo.po
index 8182f25ecd6..cd6983bb023 100644
--- a/source/ckb/scp2/source/ooo.po
+++ b/source/ckb/scp2/source/ooo.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-08 13:56+0200\n"
-"PO-Revision-Date: 2020-06-09 21:12+0000\n"
+"PO-Revision-Date: 2020-08-05 13:35+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/scp2sourceooo/ckb/>\n"
"Language: ckb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
#. CYBGJ
#: folderitem_ooo.ulf
@@ -3163,7 +3163,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_ID\n"
"LngText.text"
msgid "Installs the Indonesian user interface"
-msgstr "ڕووکاری بەکارهێنەری ئیندۆزی دادەمەزرێت"
+msgstr "ڕووکاری بەکارهێنەری ئیندۆنیزی دادەمەزرێت"
#. cu2PD
#: module_langpack.ulf
diff --git a/source/ckb/sfx2/messages.po b/source/ckb/sfx2/messages.po
index 923fcb991cb..2cb0a11a30a 100644
--- a/source/ckb/sfx2/messages.po
+++ b/source/ckb/sfx2/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
-"PO-Revision-Date: 2020-08-02 07:43+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-17 10:44+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/ckb/>\n"
"Language: ckb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
#. bHbFE
#: include/sfx2/strings.hrc:25
@@ -406,7 +406,7 @@ msgstr ""
#: include/sfx2/strings.hrc:88
msgctxt "STR_HELP_BUTTON_SEARCHDIALOG"
msgid "Find on this Page..."
-msgstr ""
+msgstr "بگەڕێ لەناو ئەم پەڕەیە..."
#. qvTDZ
#: include/sfx2/strings.hrc:89
@@ -889,8 +889,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "پاڵێوکردنی وێنە نەدۆزرایەوە"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -901,43 +907,43 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr ""
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr ""
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr ""
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr ""
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -945,7 +951,7 @@ msgid ""
msgstr ""
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -953,215 +959,215 @@ msgid ""
msgstr ""
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "بەخێرهاتی بۆ %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr "دەق"
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr "نەناسراو"
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr "جۆر"
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr "ناوەڕۆک"
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr "هەستیاری گەورەبچووک"
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr "هەموو ووشەکان"
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr "بەڵێ"
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr "ئامانج"
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "وەشانی ئێستا"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "هه‌ناردن"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "هێنان"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~هێنان"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "کۆپییەک هەڵبگرە"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "بەراوردکردن بە"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "تێهەڵکێشی بکە لەگەڵ"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr ""
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr "‫ Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1169,31 +1175,31 @@ msgid ""
msgstr ""
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr ""
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~ڕێکخستنەوه"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr ""
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr ""
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1201,7 +1207,7 @@ msgid ""
msgstr ""
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1209,7 +1215,7 @@ msgid ""
msgstr ""
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1218,73 +1224,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr ""
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "ڕێدۆزەر"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr ""
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "ناردن"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "جۆرەپیت"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr ""
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr ""
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr ""
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr ""
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr ""
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1292,7 +1298,7 @@ msgid ""
msgstr ""
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1300,19 +1306,19 @@ msgid ""
msgstr ""
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr ""
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr ""
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1321,7 +1327,7 @@ msgid ""
msgstr ""
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1330,7 +1336,7 @@ msgid ""
msgstr ""
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1339,7 +1345,7 @@ msgid ""
msgstr ""
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1347,7 +1353,7 @@ msgid ""
msgstr ""
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1356,7 +1362,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1365,19 +1371,19 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr ""
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1385,471 +1391,471 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "~کۆپییەک بکەرەوە"
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr ""
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr ""
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr "بەخشین"
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr "تێبینی بڵاوکراوە"
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr ""
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "ئاست"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr ""
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr ""
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "بەڵگەنامە دەستکاریبکە"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "بەڵگەنامە واژوو بکە"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "واژوو پیشان بدە"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "لەنگەرگا(دۆک)"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr ""
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "هەڵبژاردەی زیاتر:"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr ""
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr ""
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "کار"
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "خۆرئاوابوون"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "دەستپێکردنەوە"
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "بنەڕەت"
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "نوێ"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "سادە"
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "سڕینەوە"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "هه‌مووی پاک بکه‌ره‌وه‌"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
@@ -3649,7 +3655,7 @@ msgstr "یا_رمەتی"
#: sfx2/uiconfig/ui/startcenter.ui:447
msgctxt "startcenter|extensions"
msgid "E_xtensions"
-msgstr ""
+msgstr "زیا_دکراوەکان"
#. rDw4E
#: sfx2/uiconfig/ui/startcenter.ui:474
diff --git a/source/ckb/shell/source/win32/shlxthandler/res.po b/source/ckb/shell/source/win32/shlxthandler/res.po
index 14074be61eb..93dac0c4335 100644
--- a/source/ckb/shell/source/win32/shlxthandler/res.po
+++ b/source/ckb/shell/source/win32/shlxthandler/res.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: 2020-08-02 07:43+0000\n"
+"PO-Revision-Date: 2020-08-17 07:35+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/shellsourcewin32shlxthandlerres/ckb/>\n"
"Language: ckb\n"
@@ -112,7 +112,7 @@ msgctxt ""
"%PAGES%\n"
"LngText.text"
msgid "Pages"
-msgstr ""
+msgstr "پەڕەکان"
#. vhAWA
#: shlxthdl.ulf
@@ -166,7 +166,7 @@ msgctxt ""
"%WORDS%\n"
"LngText.text"
msgid "Words"
-msgstr "وشەکان"
+msgstr "پیتەکان"
#. D4Ywc
#: shlxthdl.ulf
diff --git a/source/ckb/svx/messages.po b/source/ckb/svx/messages.po
index 2a8bc900cc5..a1a10240fa5 100644
--- a/source/ckb/svx/messages.po
+++ b/source/ckb/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-08-02 07:43+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/ckb/>\n"
@@ -5311,1195 +5311,1227 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr ""
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr ""
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "بازنە"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "چوارگۆشەکردن"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr ""
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr ""
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr ""
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "ئەڵماس"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr ""
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr ""
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr ""
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr "هێڵ"
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "دیارخەری ڕوونی"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr ""
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr ""
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr ""
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr ""
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr ""
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr ""
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr ""
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr ""
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr ""
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr ""
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr ""
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr ""
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~ته‌واو"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "دووا نرخی خوازراو"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr ""
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr ""
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr ""
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr ""
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr ""
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr ""
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr ""
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr ""
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr ""
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr ""
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr ""
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr ""
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "خاڵەکان"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "ئۆفیس"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "ئاڵاكان"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr ""
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr ""
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "وێنەکان"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr ""
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "ماڵپەڕی سەرەکی"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "وەڵامدانەوە"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr ""
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr ""
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr ""
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr ""
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr ""
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr ""
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr ""
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr ""
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr ""
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "دەنگەکان"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "هێماكان"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr ""
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "تیرەکان"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr ""
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "تەختەکلیل"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "کات"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "پێشکەشکردن"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "ڕۆژژمێر"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "ڕێدۆزی"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr ""
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr ""
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr ""
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr ""
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr ""
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr ""
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr ""
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr ""
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr ""
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr ""
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~دیاریکردن"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr ""
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr ""
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr ""
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr ""
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr ""
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr ""
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr ""
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr ""
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr ""
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr ""
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr ""
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr ""
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr ""
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr ""
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr ""
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr ""
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr ""
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr ""
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr ""
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "پری مەکەرەوە"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "ڕوونی"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "بنەڕەت"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "قەراخ"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "شێوازی قەراخەکان"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr ""
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "پەڕەکان"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr ""
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "هەڵبژاردەی زیاتر…."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "ناوی جۆرەپیت"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "ناوی جۆرەپیت. جۆرەپیتی ئێستا بەردەست نیە و جێگۆڕکێی پێدەکرێت."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr ""
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "هاویشتن"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr ""
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "جوڵان بۆ خوارەوە"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "جوڵان بۆ سەرەوە"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "جوڵان بۆ چەپ"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "جوڵان بۆ ڕاست"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr ""
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr ""
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr ""
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr ""
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr ""
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr ""
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr ""
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr ""
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr ""
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr ""
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr ""
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "جۆرەپیت"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr ""
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr ""
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr ""
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr ""
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr ""
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "شێوە"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr ""
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr ""
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr ""
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "سەرەوەی چەپ"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr ""
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "سەرەوەی ڕاست"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr ""
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "ناوەڕاست"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr ""
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "خواروی چەپ"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr ""
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "خوارووی ڕاست"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr ""
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr ""
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr ""
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr ""
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr ""
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr ""
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "فۆرمەکان"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr ""
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "تایبەتمەندی: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr ""
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr ""
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "فۆرم"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "فۆرم"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr ""
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "کۆنترۆڵ"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "تۆمار"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr ""
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr ""
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr ""
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr ""
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr ""
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr ""
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6507,331 +6539,331 @@ msgid ""
msgstr ""
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr ""
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "ستون"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr ""
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr ""
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr ""
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr ""
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr ""
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr ""
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "دوگمەی ناردن"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "دوگمەی هەڵبژاردەکان"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr ""
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "بواری پێناس"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "بۆکسی کۆمەڵە"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "بۆکسی دەق"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "بواری شێوەپێدراو"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr ""
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr ""
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "دوگمەی وێنە"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "کۆنترۆڵی وێنە"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "دیاریکردنی پەڕگە"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "خانەی دراوەکان"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "خانەی کات"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "بواری ژمارەکان"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "خانەی دراو"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr ""
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "کۆنترۆڵی خشتە "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr ""
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr ""
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "شریتی ڕێدۆزی"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr ""
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr "(بەروار)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr "(کات)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr ""
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr ""
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr ""
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr ""
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr ""
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr ""
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr ""
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr ""
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr ""
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr ""
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr ""
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr ""
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr ""
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr ""
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr ""
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr ""
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr ""
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr ""
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr ""
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "پەڕگە بوونی هەیە. بچێتە جێگەی؟"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr ""
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6839,7 +6871,7 @@ msgid ""
msgstr ""
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6847,7 +6879,7 @@ msgid ""
msgstr ""
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6855,13 +6887,13 @@ msgid ""
msgstr ""
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr ""
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6870,7 +6902,7 @@ msgid ""
msgstr ""
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6879,994 +6911,994 @@ msgid ""
msgstr ""
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr ""
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr ""
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr ""
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr ""
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr ""
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "بەدەستهێنان"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "هیج"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr ""
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "بەڵگەنامە"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr ""
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr ""
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr ""
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr ""
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr ""
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr ""
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr ""
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr ""
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr ""
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr ""
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr ""
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr ""
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr ""
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr ""
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr ""
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr ""
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr ""
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr ""
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "تایبەتمەندی"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr ""
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr ""
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr ""
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "چەپ"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "ڕاست"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "ناوەڕاست"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "دەیی"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "چوونەجێگەی"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "هێنان"
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr ""
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr ""
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr ""
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr ""
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr ""
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "نزیکردنەوە"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "دوورکردنەوە"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr ""
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "%۱۰۰"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr ""
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr ""
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr ""
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr ""
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr ""
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr ""
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr ""
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "کلیلی گەڕان نەدۆزرایەوە"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr ""
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr ""
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr ""
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr ""
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr ""
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr ""
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr ""
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr ""
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr ""
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr ""
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr ""
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr ""
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr ""
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr ""
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr ""
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr ""
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr ""
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr ""
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr ""
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr ""
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr ""
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "دۆزینەوە"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr ""
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr ""
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "نەناسراو"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "سور"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "سەوز"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "شین"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr ""
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr ""
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr ""
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "دیارخەری ڕوونی"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "بڕین"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr ""
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr ""
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "لەخوارەوە بۆ سەرەوە"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr ""
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr ""
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr ""
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr ""
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr ""
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr ""
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr ""
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "پیتی بچووک"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr ""
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr ""
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "عەرەبی"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "هیج"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "ئاسۆی"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "ستوونی"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "چەپ"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "ڕاست"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "هەمووی"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "ئاوێنەیی"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr ""
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr ""
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr ""
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr ""
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr ""
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7874,1916 +7906,1916 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr ""
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr ""
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr ""
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr ""
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr ""
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr ""
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr ""
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr ""
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr ""
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr ""
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr ""
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr ""
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr ""
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr ""
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr ""
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr ""
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "بنگالی"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr ""
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "گوجاراتی"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "ئۆدیا"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "تەمیل"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "تێلوگو"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "کانادا"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "مەلایلام"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "تایلەندی"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "لاو"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr ""
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr ""
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr ""
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr ""
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr ""
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr ""
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr ""
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr ""
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr ""
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr ""
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "تیرەکان"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr ""
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr ""
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr ""
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr ""
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr ""
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr ""
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr ""
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr ""
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr ""
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr ""
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr ""
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr ""
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr ""
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr ""
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr ""
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr ""
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr ""
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr ""
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "هانگول"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr ""
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr ""
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr ""
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr ""
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr ""
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr ""
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr ""
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr ""
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr ""
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr ""
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr ""
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr ""
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "تاگەکان"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "سینهالی"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "تبتی"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr ""
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "خمیر"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr ""
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr ""
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr ""
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr ""
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr ""
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr ""
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr ""
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "مەنگۆلی"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr ""
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr ""
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr ""
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr ""
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr ""
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr ""
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr ""
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr ""
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr ""
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr ""
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr ""
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr ""
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr ""
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr ""
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr ""
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr ""
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr ""
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr ""
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr ""
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "سودانی"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr ""
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr ""
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr ""
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr ""
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr ""
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr ""
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr ""
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr ""
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr ""
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr ""
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr ""
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr ""
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "جۆرەپیت"
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10569,244 +10601,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr ""
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "هیج"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "خاڵی تێر"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "گرافیک"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr ""
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, …"
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "‫A, B, C, …"
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "‫a, b, c, …"
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "‫I, II, III, …"
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "‫i, ii, iii, …"
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr "‫1st, 2nd, 3rd, …"
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr ""
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr ""
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr ""
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr ""
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr ""
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr ""
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr ""
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr ""
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr ""
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr ""
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr ""
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr ""
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr ""
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr ""
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr ""
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "‫Α, Β, Γ, … (پیتە گەورەی یۆنانی)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "‫α, β, γ, … (پیتە بچووکی یۆنانی)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "‫‎א…י, יא…כ, .."
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "‫‎א…ת, אא…תת, .."
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١, ٢, ٣, ٤, … (عەرەبی)"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱, ۲, ۳, ۴, … (فارسی)"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16024,7 +16057,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/ckb/sw/messages.po b/source/ckb/sw/messages.po
index 61d2962a599..1ce4128f162 100644
--- a/source/ckb/sw/messages.po
+++ b/source/ckb/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
-"PO-Revision-Date: 2020-08-04 15:17+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
+"PO-Revision-Date: 2020-08-17 13:47+0200\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/ckb/>\n"
"Language: ckb\n"
@@ -564,7 +564,7 @@ msgstr "تێبینی لە کۆتایی"
#: sw/inc/fldref.hrc:30
msgctxt "fldrefpage|liststore1"
msgid "Headings"
-msgstr ""
+msgstr "سەرپەڕ"
#. 95WGQ
#: sw/inc/fldref.hrc:31
@@ -572,7 +572,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "بەندی ژمارەکراو"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -580,1301 +580,1337 @@ msgstr "بەندی ژمارەکراو"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -3650,8 +3686,8 @@ msgstr "$1, $2"
msgctxt "STR_WORDCOUNT_WORDARG_NO_SELECTION"
msgid "$1 word"
msgid_plural "$1 words"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "$1 ووشە"
+msgstr[1] "$1 ووشە"
#. KuZYC
#. To translators: STR_WORDCOUNT_CHARARG_NO_SELECTION is $1 of STR_WORDCOUNT_NO_SELECTION.
@@ -3965,7 +4001,7 @@ msgstr "بەشەکان"
#: sw/inc/strings.hrc:357
msgctxt "STR_CONTENT_TYPE_URLFIELD"
msgid "Hyperlinks"
-msgstr ""
+msgstr "سەرووبەستەرکان"
#. wMqRF
#: sw/inc/strings.hrc:358
@@ -4127,7 +4163,7 @@ msgstr "بەش"
#: sw/inc/strings.hrc:384
msgctxt "STR_CONTENT_TYPE_SINGLE_URLFIELD"
msgid "Hyperlink"
-msgstr ""
+msgstr "سەرووبەستەر"
#. BafFj
#: sw/inc/strings.hrc:385
@@ -4730,7 +4766,7 @@ msgstr ""
#: sw/inc/strings.hrc:486
msgctxt "STR_INSERT_URLTXT"
msgid "Insert Hyperlink"
-msgstr ""
+msgstr "سەرووبەستەر بهێنە"
#. 9odT8
#: sw/inc/strings.hrc:487
@@ -5709,7 +5745,7 @@ msgstr ""
#: sw/inc/strings.hrc:657
msgctxt "STR_HYPERLINK"
msgid "Insert as Hyperlink"
-msgstr ""
+msgstr "وەکوو سەرووبەستەر بیهێنە"
#. sdfGe
#: sw/inc/strings.hrc:658
@@ -7179,7 +7215,7 @@ msgstr "پیتەکان"
#: sw/inc/strings.hrc:929
msgctxt "FLD_STAT_PARA"
msgid "Paragraphs"
-msgstr ""
+msgstr "بەند"
#. JPGG7
#: sw/inc/strings.hrc:930
@@ -9075,13 +9111,13 @@ msgstr ""
#: sw/inc/strings.hrc:1287
msgctxt "STR_TOKEN_HELP_LINK_START"
msgid "Hyperlink start"
-msgstr ""
+msgstr "دەستپێکردنی سەرووبەستەر"
#. Ytn5g
#: sw/inc/strings.hrc:1288
msgctxt "STR_TOKEN_HELP_LINK_END"
msgid "Hyperlink end"
-msgstr ""
+msgstr "کۆتایی سەرووبەستەر"
#. hRo3J
#: sw/inc/strings.hrc:1289
@@ -10824,7 +10860,7 @@ msgstr "کڵێشەی ئاسیایی"
#: sw/uiconfig/swriter/ui/characterproperties.ui:339
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
-msgstr ""
+msgstr "سەرووبەستەر"
#. uV8CG
#: sw/uiconfig/swriter/ui/characterproperties.ui:386
@@ -10878,7 +10914,7 @@ msgstr "بگەڕێ…"
#: sw/uiconfig/swriter/ui/charurlpage.ui:187
msgctxt "charurlpage|label32"
msgid "Hyperlink"
-msgstr ""
+msgstr "سەرووبەستەر"
#. FCyhD
#: sw/uiconfig/swriter/ui/charurlpage.ui:222
@@ -10923,127 +10959,127 @@ msgid "Width:"
msgstr "پانی:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "بۆشای جێهێشتن:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr ""
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr ""
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_پانی:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "بە_رزی:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr ""
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "سەرەوە"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "لە ناوەڕاست"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "خوارەوە"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_ڕەنگ:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr ""
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "ستوونەکان:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr ""
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "بۆ دیاریکردن"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr ""
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr ""
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "چوارچێوە"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "شێوازی پەڕە: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr ""
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr ""
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "ڕێكخستنەكان"
@@ -12773,67 +12809,67 @@ msgid "Space to text"
msgstr ""
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr ""
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_شوێن"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "_شێوە"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "_ئەستووری"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_ڕەنگ"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_درێژی"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr ""
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "چەپ"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "لە ناوەڕاست"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "ڕاست"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr ""
@@ -13208,7 +13244,7 @@ msgstr "پێچانەوە"
#: sw/uiconfig/swriter/ui/framedialog.ui:275
msgctxt "framedialog|hyperlink"
msgid "Hyperlink"
-msgstr ""
+msgstr "سەرووبەستەر"
#. 3dDpH
#: sw/uiconfig/swriter/ui/framedialog.ui:322
@@ -16154,7 +16190,7 @@ msgstr "نیشاندان"
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:18
msgctxt "navigatorpanel|hyperlink"
msgid "Insert as Hyperlink"
-msgstr ""
+msgstr "وەکوو سەرووبەستەر بیهێنە"
#. YFPAS
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:28
@@ -17295,7 +17331,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:186
msgctxt "notebookbar_groups|hyperlink"
msgid "Hyperlink"
-msgstr ""
+msgstr "سەرووبەستەر"
#. LbUtj
#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:200
@@ -17781,7 +17817,7 @@ msgstr "پێچانەوە"
#: sw/uiconfig/swriter/ui/objectdialog.ui:176
msgctxt "objectdialog|hyperlink"
msgid "Hyperlink"
-msgstr ""
+msgstr "سەرووبەستەر"
#. GquSU
#: sw/uiconfig/swriter/ui/objectdialog.ui:199
@@ -19066,7 +19102,7 @@ msgid "_More Options"
msgstr "_هەڵبژاردەی زیاتر"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "هەڵبژاردەی زیاتر:"
@@ -19495,7 +19531,7 @@ msgstr "پێچانەوە"
#: sw/uiconfig/swriter/ui/picturedialog.ui:275
msgctxt "picturedialog|hyperlink"
msgid "Hyperlink"
-msgstr ""
+msgstr "سەرووبەستەر"
#. Ans8C
#: sw/uiconfig/swriter/ui/picturedialog.ui:322
@@ -21248,43 +21284,43 @@ msgid "Remaining space:"
msgstr "بۆشایی ماوە:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "‫پانی ستوونی ٢"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "‫پانی ستوونی ٣"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "‫پانی ستوونی ٤"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "‫پانی ستوونی ٥"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "‫پانی ستوونی ٦"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "پانی ستوونی ١"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "پانی ستوون"
@@ -22259,7 +22295,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/tocentriespage.ui:592
msgctxt "tocentriespage|hyperlink"
msgid "H_yperlink"
-msgstr ""
+msgstr "سەرووب_ەستەر"
#. neGrK
#: sw/uiconfig/swriter/ui/tocentriespage.ui:625
@@ -22969,7 +23005,7 @@ msgstr "بەڵگەنامە"
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:326
msgctxt "wordcount-mobile|label1"
msgid "Words"
-msgstr "وشەکان"
+msgstr "پیتەکان"
#. sTP2G
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:158
@@ -23009,7 +23045,7 @@ msgstr "ژمارەی پیتەکان"
#: sw/uiconfig/swriter/ui/wordcount.ui:78
msgctxt "wordcount|label1"
msgid "Words"
-msgstr "وشەکان"
+msgstr "پیت"
#. MjCM7
#: sw/uiconfig/swriter/ui/wordcount.ui:90
diff --git a/source/ckb/swext/mediawiki/help.po b/source/ckb/swext/mediawiki/help.po
index f956ecb9132..41339812737 100644
--- a/source/ckb/swext/mediawiki/help.po
+++ b/source/ckb/swext/mediawiki/help.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: 2020-07-10 19:35+0000\n"
+"PO-Revision-Date: 2020-08-17 07:35+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/swextmediawikihelp/ckb/>\n"
"Language: ckb\n"
@@ -481,7 +481,7 @@ msgctxt ""
"hd_id7217627\n"
"help.text"
msgid "Hyperlinks"
-msgstr ""
+msgstr "سەرووبەستەرکان"
#. u3Gky
#: wikiformats.xhp
diff --git a/source/ckb/vcl/messages.po b/source/ckb/vcl/messages.po
index c30018b712b..79663c315b0 100644
--- a/source/ckb/vcl/messages.po
+++ b/source/ckb/vcl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-27 13:25+0200\n"
-"PO-Revision-Date: 2020-07-10 19:35+0000\n"
+"PO-Revision-Date: 2020-08-06 19:23+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/vclmessages/ckb/>\n"
"Language: ckb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
#. k5jTM
#. To translators: This is the first entry of a sequence of paper size names
@@ -727,7 +727,7 @@ msgstr "~کەم"
#: vcl/inc/strings.hrc:62
msgctxt "SV_BUTTONTEXT_RESET"
msgid "R~eset"
-msgstr "نوێک_ردنەوە"
+msgstr "سفر~کردنەوە"
#. AK63a
#: vcl/inc/strings.hrc:63
diff --git a/source/ckb/wizards/source/resources.po b/source/ckb/wizards/source/resources.po
index 66a9f04495e..b0610031209 100644
--- a/source/ckb/wizards/source/resources.po
+++ b/source/ckb/wizards/source/resources.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-07-29 12:28+0000\n"
+"PO-Revision-Date: 2020-08-17 07:35+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/wizardssourceresources/ckb/>\n"
"Language: ckb\n"
@@ -850,7 +850,7 @@ msgctxt ""
"RID_REPORT_89\n"
"property.text"
msgid "Page #page# of #count#"
-msgstr ""
+msgstr "پەڕەی #page# لە #count#"
#. 3FXVE
#: resources_en_US.properties
@@ -859,7 +859,7 @@ msgctxt ""
"RID_REPORT_90\n"
"property.text"
msgid "Page number:"
-msgstr ""
+msgstr "ژمارەی پەڕە:"
#. 9HCyq
#: resources_en_US.properties
@@ -868,7 +868,7 @@ msgctxt ""
"RID_REPORT_91\n"
"property.text"
msgid "Page count:"
-msgstr ""
+msgstr "ژمێری پەڕە:"
#. FAa63
#: resources_en_US.properties
@@ -886,7 +886,7 @@ msgctxt ""
"RID_REPORT_93\n"
"property.text"
msgid "Page:"
-msgstr ""
+msgstr "پەڕە:"
#. v8gUF
#: resources_en_US.properties
@@ -2542,7 +2542,7 @@ msgctxt ""
"RID_FORM_55\n"
"property.text"
msgid "~Page Styles"
-msgstr ""
+msgstr "~شێوازی پەڕە"
#. D99cE
#: resources_en_US.properties
diff --git a/source/cs/chart2/messages.po b/source/cs/chart2/messages.po
index 33cfdea2020..09b614f52e0 100644
--- a/source/cs/chart2/messages.po
+++ b/source/cs/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-22 11:13+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547326849.000000\n"
#. NCRDD
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Orientace textu"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "Sché_ma"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Jednoduché"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Realistické"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Vlastní"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "Sché_ma"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_Stínování"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "_Okraje objektů"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "_Zaoblené hrany"
diff --git a/source/cs/cui/messages.po b/source/cs/cui/messages.po
index 17f80169f81..4937d4ed7e8 100644
--- a/source/cs/cui/messages.po
+++ b/source/cs/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-07-29 22:03+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-17 07:35+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/cs/>\n"
"Language: cs\n"
@@ -4341,45 +4341,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "Pouze _text"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
-msgstr ""
+msgstr "Popisek průběhu"
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
-msgstr ""
+msgstr "Popisek průběhu"
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
-msgstr ""
+msgstr "Tento popisek zobrazuje průběh operace, například načítání rozšíření, to, že nebylo nalezeno apod."
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
-msgstr ""
+msgstr "Vyhledávaná položka"
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
-msgstr ""
+msgstr "Nabídka s ozubeným kolem"
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
@@ -4388,79 +4430,79 @@ msgstr ""
#: cui/uiconfig/ui/additionsfragment.ui:48
msgctxt "additionsEntry|buttonInstall"
msgid "button"
-msgstr ""
+msgstr "tlačítko"
#. fjAQL
#: cui/uiconfig/ui/additionsfragment.ui:80
msgctxt "additionsEntry|linkButtonName"
msgid "button"
-msgstr ""
+msgstr "tlačítko"
#. Zf6WY
#: cui/uiconfig/ui/additionsfragment.ui:100
msgctxt "additionsEntry|labelAuthor"
msgid "label"
-msgstr ""
+msgstr "popisek"
#. tLQYB
#: cui/uiconfig/ui/additionsfragment.ui:114
msgctxt "additionsEntry|labelDesc"
msgid "Description:"
-msgstr ""
+msgstr "Popis:"
#. a7FtD
#: cui/uiconfig/ui/additionsfragment.ui:128
msgctxt "additionsEntry|labelDescription"
msgid "label"
-msgstr ""
+msgstr "popisek"
#. PdDQM
#: cui/uiconfig/ui/additionsfragment.ui:150
msgctxt "additionsEntry|labelLicense"
msgid "label"
-msgstr ""
+msgstr "popisek"
#. D2C5J
#: cui/uiconfig/ui/additionsfragment.ui:164
msgctxt "additionsEntry|labelVersion"
msgid "label"
-msgstr ""
+msgstr "popisek"
#. cFsEL
#: cui/uiconfig/ui/additionsfragment.ui:181
msgctxt "additionsEntry|labelComments"
msgid "Comments:"
-msgstr ""
+msgstr "Komentáře:"
#. ezUmV
#: cui/uiconfig/ui/additionsfragment.ui:191
msgctxt "additionsEntry|linkButtonComments"
msgid "button"
-msgstr ""
+msgstr "tlačítko"
#. yQYjP
#: cui/uiconfig/ui/additionsfragment.ui:254
msgctxt "additionsEntry|labelDownloader"
msgid "label"
-msgstr ""
+msgstr "popisek"
#. fUE2f
#: cui/uiconfig/ui/additionsfragment.ui:287
msgctxt "additionsDialog|buttonShowMore"
msgid "Show More Extensions"
-msgstr ""
+msgstr "Zobrazit další rozšíření"
#. 2pPGn
#: cui/uiconfig/ui/additionsfragment.ui:294
msgctxt "additionsDialog|buttonShowMore"
msgid "ButtonShowMore"
-msgstr ""
+msgstr "Tlačítko Zobrazit další"
#. i9AoG
#: cui/uiconfig/ui/additionsfragment.ui:295
msgctxt "additionsDialog|buttonShowMore"
msgid "This button shows more extensions."
-msgstr ""
+msgstr "Toto tlačítko zobrazí další rozšíření."
#. BuMBh
#: cui/uiconfig/ui/agingdialog.ui:15
@@ -5252,7 +5294,7 @@ msgstr "Dělení slov"
#: cui/uiconfig/ui/breaknumberoption.ui:94
msgctxt "beforebreak"
msgid "Sets the minimum number of characters of the word to be hyphenated that must remain at the end of the line."
-msgstr ""
+msgstr "Nastaví minimální počet znaků, které musí při rozdělení slova zůstat na konci řádku."
#. 8Fp43
#: cui/uiconfig/ui/breaknumberoption.ui:105
@@ -5264,7 +5306,7 @@ msgstr "Znaky před zalomením"
#: cui/uiconfig/ui/breaknumberoption.ui:138
msgctxt "afterbreak"
msgid "Specifies the minimum number of characters of a hyphenated word required at the next line."
-msgstr ""
+msgstr "Nastaví minimální počet znaků, které se musí při rozdělení slova nacházet na novém řádku."
#. p6cfZ
#: cui/uiconfig/ui/breaknumberoption.ui:149
@@ -5276,7 +5318,7 @@ msgstr "Znaky po zalomení"
#: cui/uiconfig/ui/breaknumberoption.ui:182
msgctxt "wordlength"
msgid "Specifies the minimum number of characters required for automatic hyphenation to be applied."
-msgstr ""
+msgstr "Určuje minimální počet znaků, při kterém se použije automatické dělení slov."
#. sAo4B
#: cui/uiconfig/ui/breaknumberoption.ui:193
@@ -6494,25 +6536,25 @@ msgstr "Vyberte barvu"
#: cui/uiconfig/ui/colorpickerdialog.ui:157
msgctxt "extended tip | preview"
msgid "In the left part of the bottom bar, the current result of your work in this dialog is visible."
-msgstr ""
+msgstr "V levé části dolního pruhu se zobrazuje aktuální výsledek nastavování v tomto okně."
#. 7jLV5
#: cui/uiconfig/ui/colorpickerdialog.ui:173
msgctxt "extended tip | previous"
msgid "In the right part of the bottom bar, you will see the original color from the parent tab, Colors."
-msgstr ""
+msgstr "V pravé části dolního pruhu se zobrazuje původní barva z karty Barva."
#. yEApx
#: cui/uiconfig/ui/colorpickerdialog.ui:198
msgctxt "extended tip | colorField"
msgid "Click in the big color area on the left to select a new color. Using this selector area you can modify two components of the color as represented in the RGB or HSB color models. Note that these are the two components not selected with the radio buttons on the right side of the dialog."
-msgstr ""
+msgstr "Klepnutím do velké barevné oblasti nalevo vyberete novou barvu. V této oblasti můžete vždy měnit dvě složky z barevného modelu RGB nebo HSB. Jedná se o ty složky, které nejsou vybrány pomocí přepínačů v pravé části dialogového okna."
#. N8gjc
#: cui/uiconfig/ui/colorpickerdialog.ui:215
msgctxt "extended tip | colorSlider"
msgid "With the vertical color component slider you can modify the value of each component of the color."
-msgstr ""
+msgstr "Pomocí svislého posuvníku můžete měnit hodnotu každé složky barvy."
#. mjiGo
#: cui/uiconfig/ui/colorpickerdialog.ui:298
@@ -6524,7 +6566,7 @@ msgstr "Če_rvená:"
#: cui/uiconfig/ui/colorpickerdialog.ui:308
msgctxt "extended tip | redRadiobutton"
msgid "Sets the Red component modifiable on the vertical color slider, and the Green and Blue components in the two-dimensional color picker field. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Nastaví, že se bude červená složka měnit svislým posuvníkem a zelená a modrá složka výběrem v dvourozměrném poli. Povolené hodnoty jsou od 0 do 255."
#. TkTSB
#: cui/uiconfig/ui/colorpickerdialog.ui:319
@@ -6536,7 +6578,7 @@ msgstr "_Zelená:"
#: cui/uiconfig/ui/colorpickerdialog.ui:329
msgctxt "extended tip | greenRadiobutton"
msgid "Sets the Green component modifiable on the vertical color slider, and the Red and Blue components in the two-dimensional color picker field. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Nastaví, že se bude zelená složka měnit svislým posuvníkem a červená a modrá složka výběrem v dvourozměrném poli. Povolené hodnoty jsou od 0 do 255."
#. 5FGfv
#: cui/uiconfig/ui/colorpickerdialog.ui:340
@@ -6548,25 +6590,25 @@ msgstr "_Modrá:"
#: cui/uiconfig/ui/colorpickerdialog.ui:350
msgctxt "extended tip | blueRadiobutton"
msgid "Sets the Blue component modifiable on the vertical color slider, and the Green and Red components in the two-dimensional color picker field. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Nastaví, že se bude modrá složka měnit svislým posuvníkem a zelená a červená složka výběrem v dvourozměrném poli. Povolené hodnoty jsou od 0 do 255."
#. c5MTh
#: cui/uiconfig/ui/colorpickerdialog.ui:368
msgctxt "extended tip | redSpinbutton"
msgid "Set the Red color value directly. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Nastaví hodnotu červené složky přímo. Povolené hodnoty jsou od 0 do 255."
#. 2yY2G
#: cui/uiconfig/ui/colorpickerdialog.ui:386
msgctxt "extended tip | greenSpinbutton"
msgid "Set the Green color value directly. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Nastaví hodnotu zelené složky přímo. Povolené hodnoty jsou od 0 do 255."
#. UREX7
#: cui/uiconfig/ui/colorpickerdialog.ui:404
msgctxt "extended tip | blueSpinbutton"
msgid "Set the Blue color value directly. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Nastaví hodnotu modré složky přímo. Povolené hodnoty jsou od 0 do 255."
#. 2nFsj
#: cui/uiconfig/ui/colorpickerdialog.ui:417
@@ -6578,7 +6620,7 @@ msgstr "_HTML:"
#: cui/uiconfig/ui/colorpickerdialog.ui:435
msgctxt "extended tip | hexEntry"
msgid "Displays and sets the color value in the RGB color model expressed as a hexadecimal number."
-msgstr ""
+msgstr "Zobrazí a nastaví hodnotu barvy v modelu RGB vyjádřenou jako šestnáctkové číslo."
#. sD6YC
#: cui/uiconfig/ui/colorpickerdialog.ui:452
@@ -6596,7 +6638,7 @@ msgstr "_Odstín:"
#: cui/uiconfig/ui/colorpickerdialog.ui:501
msgctxt "extended tip | hueRadiobutton"
msgid "Sets the Hue component modifiable on the vertical color slider, and the Saturation and Brightness components in the two-dimensional color picker field. Values are expressed in degrees from 0 to 359."
-msgstr ""
+msgstr "Nastaví, že se bude složka odstínu měnit svislým posuvníkem a složky sytosti a jasu výběrem v dvourozměrném poli. Povolené hodnoty jsou od 0 do 359."
#. C4GE3
#: cui/uiconfig/ui/colorpickerdialog.ui:512
@@ -6608,7 +6650,7 @@ msgstr "_Sytost:"
#: cui/uiconfig/ui/colorpickerdialog.ui:522
msgctxt "extended tip | satRadiobutton"
msgid "Sets the Saturation component modifiable on the vertical color slider, and the Hue and Brightness components in the two-dimensional color picker field. Values are expressed in percent (0 to 100)."
-msgstr ""
+msgstr "Nastaví, že se bude složka sytosti měnit svislým posuvníkem a složky odstínu a jasu výběrem v dvourozměrném poli. Hodnoty jsou vyjádřeny v procentech (0 až 100)."
#. NXs9w
#: cui/uiconfig/ui/colorpickerdialog.ui:533
@@ -6620,25 +6662,25 @@ msgstr "_Jas:"
#: cui/uiconfig/ui/colorpickerdialog.ui:543
msgctxt "extended tip | brightRadiobutton"
msgid "Sets the Brightness component modifiable on the vertical color slider, and the Hue and Saturation components in the two-dimensional color picker field. Values are expressed in percent (0 to 100)."
-msgstr ""
+msgstr "Nastaví, že se bude složka jasu měnit svislým posuvníkem a složky odstínu a sytosti výběrem v dvourozměrném poli. Hodnoty jsou vyjádřeny v procentech (0 až 100)."
#. BCvUX
#: cui/uiconfig/ui/colorpickerdialog.ui:561
msgctxt "extended tip | hueSpinbutton"
msgid "Set the Hue directly in the HSB color model. Values are expressed in degrees from 0 to 359."
-msgstr ""
+msgstr "Nastaví přímo odstín v barevném modelu HSB. Hodnoty jsou vyjádřeny ve stupních od 0 do 359."
#. TcDh8
#: cui/uiconfig/ui/colorpickerdialog.ui:579
msgctxt "extended tip | satSpinbutton"
msgid "Set the Saturation directly in the HSB color model. Values are expressed in percent (0 to 100)."
-msgstr ""
+msgstr "Nastaví přímo sytost v barevném modelu HSB. Hodnoty jsou vyjádřeny v procentech (0 až 100)."
#. hucEE
#: cui/uiconfig/ui/colorpickerdialog.ui:597
msgctxt "extended tip | brightSpinbutton"
msgid "Set the Brightness directly in the HSB color model. Values are expressed in percent (0 to 100)."
-msgstr ""
+msgstr "Nastaví přímo jas v barevném modelu HSB. Hodnoty jsou vyjádřeny v procentech (0 až 100)."
#. B7RjF
#: cui/uiconfig/ui/colorpickerdialog.ui:614
@@ -6674,25 +6716,25 @@ msgstr "Čer_ná:"
#: cui/uiconfig/ui/colorpickerdialog.ui:718
msgctxt "extended tip | cyanSpinbutton"
msgid "Set the Cyan color value as expressed in the CMYK color model."
-msgstr ""
+msgstr "Nastaví složku azurové barvy v barevném modelu CMYK."
#. mMXFr
#: cui/uiconfig/ui/colorpickerdialog.ui:736
msgctxt "extended tip | magSpinbutton"
msgid "Set the Magenta color value as expressed in the CMYK color model."
-msgstr ""
+msgstr "Nastaví složku purpurové barvy v barevném modelu CMYK."
#. EEgiy
#: cui/uiconfig/ui/colorpickerdialog.ui:754
msgctxt "extended tip | yellowSpinbutton"
msgid "Set the Yellow color value as expressed in the CMYK color model."
-msgstr ""
+msgstr "Nastaví složku žluté barvy v barevném modelu CMYK."
#. UAAnZ
#: cui/uiconfig/ui/colorpickerdialog.ui:772
msgctxt "extended tip | keySpinbutton"
msgid "Set the Black color value or key (black) as expressed in the CMYK color model."
-msgstr ""
+msgstr "Nastaví složku černé barvy v barevném modelu CMYK."
#. mxFDw
#: cui/uiconfig/ui/colorpickerdialog.ui:789
@@ -6704,7 +6746,7 @@ msgstr "CMYK"
#: cui/uiconfig/ui/colorpickerdialog.ui:828
msgctxt "extended tip | ColorPicker"
msgid "%PRODUCTNAME lets you define custom colors using a two-dimensional graphic and numerical gradient chart of the Pick a Color dialog."
-msgstr ""
+msgstr "Vlastní barvy nastavíte v %PRODUCTNAME v dialogovém okně Vyberte barvu, ve kterém můžete využít dvourozměrný obrázek nebo číselné zadání složek barvy."
#. vDFei
#: cui/uiconfig/ui/comment.ui:18
@@ -7280,13 +7322,13 @@ msgstr "Upravit vlastní slovník"
#: cui/uiconfig/ui/editdictionarydialog.ui:93
msgctxt "book"
msgid "Specifies the book to be edited."
-msgstr ""
+msgstr "Určuje knihu, kterou chcete upravit."
#. trTxg
#: cui/uiconfig/ui/editdictionarydialog.ui:108
msgctxt "lang"
msgid "Assigns a new language to the current custom dictionary."
-msgstr ""
+msgstr "Přiřadí aktuálnímu uživatelskému slovníku nový jazyk."
#. PV8x9
#: cui/uiconfig/ui/editdictionarydialog.ui:121
@@ -7304,13 +7346,13 @@ msgstr "_Jazyk:"
#: cui/uiconfig/ui/editdictionarydialog.ui:180
msgctxt "replace"
msgid "This input field is only available if you are editing an exception dictionary or a language-dependent custom dictionary. In exception dictionaries, the field shows the alternative suggestion for the current word in the \"Word\" text box. In language-dependent custom dictionaries, the field contains a known root word, as a model of affixation of the new word or its usage in compound words. For example, in a German custom dictionary, the new word “Litschi” (lychee) with the model word “Gummi” (gum) will result recognition of “Litschis” (lychees), “Litschibaum” (lychee tree), “Litschifrucht” (lychee fruit) etc."
-msgstr ""
+msgstr "Toto textové pole se zobrazí, pokud upravujete slovník výjimek nebo uživatelský slovník pro nějaký jazyk. U slovníku výjimek se v tomto poli zobrazuje návrh pro nahrazení slova z pole „Slovo“. U uživatelského slovníku pro nějaký jazyk toto pole obsahuje známý kořen slova, který bude sloužit jako vzor pro přidávání přípon k novému slovu nebo pro jeho použití ve složených slovech. Například v uživatelském slovníku pro němčinu zajistí nové slovo „Litschi“ (liči, druh asijského ovoce) se vzorem „Gummi“ (guma) to, že se budou rozpoznávat i slova jako „Litschis“ (množné číslo), „Litschibaum“ (strom) nebo „Litschifrucht“ (plod)."
#. 5EwBs
#: cui/uiconfig/ui/editdictionarydialog.ui:197
msgctxt "word"
msgid "You can type a new word for inclusion in the dictionary. In the list below you will see the contents of the current custom dictionary."
-msgstr ""
+msgstr "Můžete zadat nové slovo, které bude do slovníku zařazeno. V seznamu níže se zobrazuje obsah aktuálního uživatelského slovníku."
#. WWwmQ
#: cui/uiconfig/ui/editdictionarydialog.ui:210
@@ -7334,7 +7376,7 @@ msgstr "_Nový"
#: cui/uiconfig/ui/editdictionarydialog.ui:360
msgctxt "newreplace"
msgid "Adds the word in the Word text field to your current custom dictionary. The word in the Suggestion field is also added when working with exception dictionaries."
-msgstr ""
+msgstr "Přidá slovo zadané v poli Slovo do aktuálního uživatelského slovníku. Pokud pracujete se slovníkem výjimek, bude do slovníku přidáno také slovo z pole Návrhy."
#. K2Sst
#: cui/uiconfig/ui/editdictionarydialog.ui:372
@@ -7346,13 +7388,13 @@ msgstr "S_mazat"
#: cui/uiconfig/ui/editdictionarydialog.ui:379
msgctxt "delete"
msgid "Removes the marked word from the current custom dictionary."
-msgstr ""
+msgstr "Odstraní označené slovo z aktuálního uživatelského slovníku."
#. 35DN3
#: cui/uiconfig/ui/editdictionarydialog.ui:414
msgctxt "EditDictionaryDialog"
msgid "In the Edit Custom Dictionary dialog you have the option to enter new terms or edit existing entries."
-msgstr ""
+msgstr "V dialogovém okně Upravit vlastní slovník máte možnost zadávat nové termíny nebo upravovat existující položky."
#. XEUyG
#: cui/uiconfig/ui/editmodulesdialog.ui:34
@@ -7376,7 +7418,7 @@ msgstr "Jazyk:"
#: cui/uiconfig/ui/editmodulesdialog.ui:166
msgctxt "language"
msgid "Specifies the language of the module."
-msgstr ""
+msgstr "Určuje jazyk modulu."
#. 9zC9B
#: cui/uiconfig/ui/editmodulesdialog.ui:198
@@ -7388,7 +7430,7 @@ msgstr "Přesunout nahoru"
#: cui/uiconfig/ui/editmodulesdialog.ui:205
msgctxt "up"
msgid "Increases the priority of the module selected in the list box by one level."
-msgstr ""
+msgstr "Zvýší prioritu vybraného modulu o jednu úroveň."
#. aGo9M
#: cui/uiconfig/ui/editmodulesdialog.ui:217
@@ -7400,7 +7442,7 @@ msgstr "Přesunout dolů"
#: cui/uiconfig/ui/editmodulesdialog.ui:224
msgctxt "down"
msgid "Decreases the priority of the module selected in the list box by one level."
-msgstr ""
+msgstr "Sníží prioritu vybraného modulu o jednu úroveň."
#. Vr5kM
#: cui/uiconfig/ui/editmodulesdialog.ui:236
@@ -7412,13 +7454,13 @@ msgstr "_Zpět"
#: cui/uiconfig/ui/editmodulesdialog.ui:243
msgctxt "back"
msgid "Click here to undo the current changes in the list box."
-msgstr ""
+msgstr "Klepnutím na toto tlačítko zrušíte změny provedené v seznamu."
#. 4d4Pc
#: cui/uiconfig/ui/editmodulesdialog.ui:309
msgctxt "lingudicts"
msgid "Specifies the language and the available spelling, hyphenation and Thesaurus sub-modules for the selected module."
-msgstr ""
+msgstr "Určuje jazyk a dostupné podmoduly pro kontrolu pravopisu, dělení slov a slovník synonym."
#. ZF8AG
#: cui/uiconfig/ui/editmodulesdialog.ui:334
@@ -10161,7 +10203,7 @@ msgstr "_Přidat..."
#: cui/uiconfig/ui/multipathdialog.ui:127
msgctxt "cui/ui/multipathdialog/add"
msgid "Opens the Select Path dialog to select another folder or the Open dialog to select another file."
-msgstr ""
+msgstr "Otevře dialogové okno Vyberte cestu pro výběr další složky nebo dialogové okno Otevřít pro výběr dalšího souboru."
#. b9DFN
#: cui/uiconfig/ui/multipathdialog.ui:186
@@ -10173,7 +10215,7 @@ msgstr "Seznam cest"
#: cui/uiconfig/ui/multipathdialog.ui:206
msgctxt "cui/ui/multipathdialog/paths"
msgid "Contains a list of the paths that have already been added. Mark the default path for new files."
-msgstr ""
+msgstr "Obsahuje seznam cest, které byly přidány. Označte výchozí cestu pro nové soubory."
#. AsnM3
#: cui/uiconfig/ui/multipathdialog.ui:231
@@ -11825,7 +11867,7 @@ msgstr "Formáty"
#: cui/uiconfig/ui/optlingupage.ui:133
msgctxt "lingumodules"
msgid "Contains the installed language modules."
-msgstr ""
+msgstr "Obsahuje nainstalované jazykové moduly."
#. 8kxYC
#: cui/uiconfig/ui/optlingupage.ui:146
@@ -11843,7 +11885,7 @@ msgstr "Upravit dostupné jazykové moduly"
#: cui/uiconfig/ui/optlingupage.ui:155
msgctxt "lingumodulesedit"
msgid "To edit a language module, select it and click Edit."
-msgstr ""
+msgstr "Chcete-li upravit jazykový modul, vyberte jej a klepněte na tlačítko Upravit."
#. 2LJ2C
#: cui/uiconfig/ui/optlingupage.ui:178
@@ -11855,7 +11897,7 @@ msgstr "Dostupné _jazykové moduly"
#: cui/uiconfig/ui/optlingupage.ui:260
msgctxt "lingudicts"
msgid "Lists the available user dictionaries."
-msgstr ""
+msgstr "Seznam dostupných uživatelských slovníků."
#. qBrCR
#: cui/uiconfig/ui/optlingupage.ui:280
@@ -11867,7 +11909,7 @@ msgstr "_Nový..."
#: cui/uiconfig/ui/optlingupage.ui:287
msgctxt "lingudictsnew"
msgid "Opens the New Dictionary dialog, in which you can name a new user-defined dictionary or dictionary of exceptions and specify the language."
-msgstr ""
+msgstr "Otevře dialogové okno Nový slovník, ve kterém můžete určit nový uživatelský slovník nebo slovník výjimek pro určitý jazyk."
#. mCu3q
#: cui/uiconfig/ui/optlingupage.ui:299
@@ -11885,7 +11927,7 @@ msgstr "Upravit uživatelem definované slovníky"
#: cui/uiconfig/ui/optlingupage.ui:307
msgctxt "lingudictsedit"
msgid "Opens the Edit custom dictionary dialog, in which you can add to your custom dictionary or edit existing entries."
-msgstr ""
+msgstr "Otevře dialogové okno Upravit vlastní slovník, ve kterém můžete do vlastního slovníku přidávat nové položky nebo upravovat existující."
#. WCFD5
#: cui/uiconfig/ui/optlingupage.ui:319
@@ -11897,7 +11939,7 @@ msgstr "_Smazat"
#: cui/uiconfig/ui/optlingupage.ui:326
msgctxt "lingudictsdelete"
msgid "Deletes the selected dictionary after a confirmation, provided it is not write-protected."
-msgstr ""
+msgstr "Po potvrzení odstraní vybraný slovník, pokud není chráněn proti zápisu."
#. hUBdn
#: cui/uiconfig/ui/optlingupage.ui:350
@@ -11915,7 +11957,7 @@ msgstr "Další slovníky získáte online..."
#: cui/uiconfig/ui/optlingupage.ui:450
msgctxt "linguoptions"
msgid "Defines the options for the spellcheck and hyphenation."
-msgstr ""
+msgstr "Určuje nastavení pro kontrolu pravopisu a dělení slov."
#. 58e5v
#: cui/uiconfig/ui/optlingupage.ui:463
@@ -11933,7 +11975,7 @@ msgstr "Upravit možnosti"
#: cui/uiconfig/ui/optlingupage.ui:472
msgctxt "linguoptionsedit"
msgid "If you want to change a value, select the entry and then click Edit."
-msgstr ""
+msgstr "Pokud chcete změnit hodnotu, vyberte položku a klepněte na tlačítko Upravit."
#. gardH
#: cui/uiconfig/ui/optlingupage.ui:489
@@ -11945,7 +11987,7 @@ msgstr "_Možnosti"
#: cui/uiconfig/ui/optlingupage.ui:506
msgctxt "OptLinguPage"
msgid "Specifies the properties of the spelling, thesaurus and hyphenation."
-msgstr ""
+msgstr "Určuje vlastnosti pro kontrolu pravopisu, dělení slov a slovník synonym."
#. ADZ8E
#: cui/uiconfig/ui/optnewdictionarydialog.ui:8
@@ -11957,7 +11999,7 @@ msgstr "Nový slovník"
#: cui/uiconfig/ui/optnewdictionarydialog.ui:104
msgctxt "nameedit"
msgid "Specifies the name of the new custom dictionary."
-msgstr ""
+msgstr "Určuje název nového uživatelského slovníku."
#. XucrZ
#: cui/uiconfig/ui/optnewdictionarydialog.ui:117
@@ -11981,13 +12023,13 @@ msgstr "_Výjimka (-)"
#: cui/uiconfig/ui/optnewdictionarydialog.ui:152
msgctxt "except"
msgid "Specifies whether you wish to avoid certain words in your documents."
-msgstr ""
+msgstr "Určuje, zda se chcete některým slovům v dokumentech vyhnout."
#. VJQ4d
#: cui/uiconfig/ui/optnewdictionarydialog.ui:175
msgctxt "language"
msgid "By selecting a certain language you can limit the use of the custom dictionary."
-msgstr ""
+msgstr "Výběrem určitého jazyka můžete omezit použití uživatelského slovníku."
#. CpgB2
#: cui/uiconfig/ui/optnewdictionarydialog.ui:192
@@ -11999,7 +12041,7 @@ msgstr "Slovník"
#: cui/uiconfig/ui/optnewdictionarydialog.ui:217
msgctxt "OptNewDictionaryDialog"
msgid "In the Dictionary section you can name a new user-defined dictionary or dictionary of exceptions and specify the language."
-msgstr ""
+msgstr "V části Slovník můžete určit nový uživatelský slovník nebo slovník výjimek pro určitý jazyk."
#. n6vQH
#: cui/uiconfig/ui/optonlineupdatepage.ui:34
@@ -12149,7 +12191,7 @@ msgstr "Interní cesty"
#: cui/uiconfig/ui/optpathspage.ui:130
msgctxt "paths"
msgid "To modify an entry in this list, click the entry and click Edit. You can also double click the entry."
-msgstr ""
+msgstr "Pro úpravu položky vyberte položku v seznamu a klepněte na tlačítko Upravit. Na položku můžete také poklepat."
#. rfDum
#: cui/uiconfig/ui/optpathspage.ui:150
@@ -12167,7 +12209,7 @@ msgstr "_Výchozí"
#: cui/uiconfig/ui/optpathspage.ui:178
msgctxt "default"
msgid "The Default button resets the predefined paths for all selected entries."
-msgstr ""
+msgstr "Tlačítko Výchozí obnoví přednastavené cesty pro všechny vybrané položky."
#. q8JFc
#: cui/uiconfig/ui/optpathspage.ui:190
@@ -12179,13 +12221,13 @@ msgstr "_Upravit..."
#: cui/uiconfig/ui/optpathspage.ui:197
msgctxt "edit"
msgid "Click to display the Select Path or Edit Paths dialog."
-msgstr ""
+msgstr "Klepnutím zobrazíte dialogového okno Vybrat cestu nebo Upravit cesty."
#. G5xyX
#: cui/uiconfig/ui/optpathspage.ui:216
msgctxt "OptPathsPage"
msgid "This section contains the default paths to important folders in %PRODUCTNAME. These paths can be edited by the user."
-msgstr ""
+msgstr "Tato část obsahuje výchozí cesty k důležitým složkám %PRODUCTNAME. Tyto cesty může uživatel změnit."
#. pQEWv
#: cui/uiconfig/ui/optproxypage.ui:30
@@ -12275,7 +12317,7 @@ msgstr "S dokumentem načíst nastavení tiskárny"
#: cui/uiconfig/ui/optsavepage.ui:45
msgctxt "load_docprinter"
msgid "If enabled, the printer settings will be loaded with the document. This can cause a document to be printed on a distant printer, if you do not change the printer manually in the Print dialog. If disabled, your standard printer will be used to print this document. The current printer settings will be stored with the document whether or not this option is checked."
-msgstr ""
+msgstr "Pokud je povoleno, s dokumentem se načte také nastavení tiskárny. To může způsobit, že se dokument vytiskne na vzdálené tiskárně, pokud ji ručně nezměníte v dialogovém okně Tisk. Pokud je volba vypnuta, vytiskne se dokument na výchozí tiskárně. Aktuální nastavení tiskárny se do dokumentu uloží bez ohledu na tuto volbu."
#. VdFnA
#: cui/uiconfig/ui/optsavepage.ui:56
@@ -12287,7 +12329,7 @@ msgstr "S dokumentem načíst nastavení specifická pro uživatele"
#: cui/uiconfig/ui/optsavepage.ui:65
msgctxt "load_settings"
msgid "Loads the user-specific settings saved in a document with the document."
-msgstr ""
+msgstr "S dokumentem budou načtena také specifická nastavení uživatele."
#. js6Gn
#: cui/uiconfig/ui/optsavepage.ui:82
@@ -12305,13 +12347,13 @@ msgstr "Informace pro _automatické obnovení uložit každých:"
#: cui/uiconfig/ui/optsavepage.ui:128
msgctxt "autosave"
msgid "Specifies that %PRODUCTNAME saves the information needed to restore all open documents in case of a crash. You can specify the saving time interval."
-msgstr ""
+msgstr "Určuje, zda bude %PRODUCTNAME ukládat informace potřebné pro obnovení otevřených dokumentů v případě pádu aplikace. Můžete určit interval ukládání informací."
#. ipCBG
#: cui/uiconfig/ui/optsavepage.ui:146
msgctxt "autosave_spin"
msgid "Specifies the time interval in minutes for the automatic recovery option."
-msgstr ""
+msgstr "Určuje časový interval v minutách pro ukládání informací pro automatické obnovení dokumentů."
#. BN5Js
#: cui/uiconfig/ui/optsavepage.ui:159
@@ -12329,7 +12371,7 @@ msgstr "Automaticky uložit i dokument"
#: cui/uiconfig/ui/optsavepage.ui:183
msgctxt "userautosave"
msgid "Specifies that %PRODUCTNAME saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does."
-msgstr ""
+msgstr "Určuje, zda bude %PRODUCTNAME při ukládání informací pro automatické obnovení ukládat také všechny otevřené dokumenty. Použije se stejný časový interval jako pro automatické obnovení."
#. kwFtx
#: cui/uiconfig/ui/optsavepage.ui:194
@@ -12341,7 +12383,7 @@ msgstr "URL ukládat relativně k systému souborů"
#: cui/uiconfig/ui/optsavepage.ui:203
msgctxt "relative_fsys"
msgid "Select this box for relative saving of URLs in the file system."
-msgstr ""
+msgstr "Zaškrtnutím tohoto pole zajistíte relativní ukládání adres URL v souborovém systému."
#. 8xmX3
#: cui/uiconfig/ui/optsavepage.ui:214
@@ -12353,7 +12395,7 @@ msgstr "_Před uložením upravit vlastnosti dokumentu"
#: cui/uiconfig/ui/optsavepage.ui:223
msgctxt "docinfo"
msgid "Specifies that the Properties dialog will appear every time you select the Save As command."
-msgstr ""
+msgstr "Pokaždé, když zvolíte příkaz Uložit jako, se zobrazí dialogové okno Vlastnosti."
#. ctAxA
#: cui/uiconfig/ui/optsavepage.ui:234
@@ -12365,7 +12407,7 @@ msgstr "URL ukládat relativně k Internetu"
#: cui/uiconfig/ui/optsavepage.ui:243
msgctxt "relative_inet"
msgid "Select this box for relative saving of URLs to the Internet."
-msgstr ""
+msgstr "Zaškrtnutím tohoto pole zajistíte relativní ukládání adres URL na internetu."
#. YsjVX
#: cui/uiconfig/ui/optsavepage.ui:254
@@ -12377,7 +12419,7 @@ msgstr "Vždy vytvořit _záložní kopii"
#: cui/uiconfig/ui/optsavepage.ui:263
msgctxt "backup"
msgid "Saves the previous version of a document as a backup copy whenever you save a document. Every time %PRODUCTNAME creates a backup copy, the previous backup copy is replaced. The backup copy gets the extension .BAK."
-msgstr ""
+msgstr "Při každém uložení dokumentu se uloží předchozí verze dokumentu jako záložní kopie. Pokaždé, když %PRODUCTNAME vytvoří záložní kopii, je nahrazena předchozí záložní kopie. Záložní kopie mají příponu .BAK."
#. NaGCU
#: cui/uiconfig/ui/optsavepage.ui:280
@@ -12395,7 +12437,7 @@ msgstr "Upozornit při ukládání v jiném formátu než ODF nebo výchozím"
#: cui/uiconfig/ui/optsavepage.ui:321
msgctxt "warnalienformat"
msgid "You can choose to get a warning message when you save a document in a format that is not OpenDocument or which you did not set as default format in Load/Save - General in the Options dialog box."
-msgstr ""
+msgstr "Můžete zvolit, že se bude zobrazovat upozornění při ukládání dokumentu ve formátu, který není OpenDocument nebo který nebyl nastaven jako výchozí v Načítání/Ukládání - Obecné v dialogovém okně Možnosti."
#. 5ANvD
#. EN-US, the term 'extended' must not be translated.
diff --git a/source/cs/dbaccess/messages.po b/source/cs/dbaccess/messages.po
index cd13da4ea81..3d334e64b4d 100644
--- a/source/cs/dbaccess/messages.po
+++ b/source/cs/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-08-04 11:14+0000\n"
"Last-Translator: raal <raal@post.cz>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563225070.000000\n"
#. BiN6g
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Úlohy"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Popis"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Náhled"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"Přejete si uzavřít dokumenty ihned?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "Název ~formuláře"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Název ~sestavy"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "Název sl~ožky"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "Dokument obsahuje formuláře nebo sestavy s vloženými makry."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"Poznámka: dokud neprovedete migraci, nemůžete vkládat makra do databázového dokumentu."
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Vestavěná databáze"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "Není možné vybrat jiné kategorie."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "Nalezen nepodporovaný datový typ ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Pokročilé vlastnosti"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Další nastavení"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Nastavení spojení"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Název ~tabulky"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "Název ~dotazu"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Přejmenovat na"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Vložit jako"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Chcete smazat vybraná data?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Při nastavování podmínek řazení došlo k chybě"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Při nastavování podmínek filtrování došlo k chybě"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Spojení ztraceno"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Dotazy"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Tabulky"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Potvrdit odstranění"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Chcete smazat tabulku '%1'?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "Připojení k databázi bylo ztraceno. Přejete si se znovu připojit?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Zaznamenána upozornění"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "Během načítání tabulek databázové připojení nahlásilo upozornění."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "Připojení k \"$name$\" ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Načítání dotazu $name$ ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Načítání tabulky $name$ ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Nebyl nalezen žádný formát tabulky."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "Nepodařilo se připojení ke zdroji dat \"$name$\"."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Neznámý;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Vložit/odstranit primární klíč"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Ano"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Ne"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<nic>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Název pole"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Typ pole"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Popis"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Popis sloupce"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Vlastnosti pole"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Upravit buňku"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Smazat řádek"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Změnit typ pole"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Vložit řádek"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Vložit nový řádek"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "Výchozí ~hodnota"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"Pokud pole nemá mít výchozí hodnotu, vyberte prázdný řetězec."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"Pokud budete později vkládat data do tabulky, bude tento řetězec použit v každém novém záznamu pro toto pole. Proto by měl odpovídat formátu buňky, který je třeba zadat níže."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Zadejte maximální povolenou délku textu."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Zadejte formát čísla."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"Hodnota bude patřičně upravena, pokud překročí maximum pro tuto databázi."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Určete počet desetinných míst povolených v tomto poli."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Zde vidíte, jak by byla zobrazena data v současném formátu (použijte tlačítko vpravo, pokud jej chcete změnit)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Zde určujete výstupní formát dat."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"Do polí tohoto typu nelze zadávat data. Do každého nového záznamu bude vložena hodnota automaticky (výsledek inkrementace předchozího záznamu)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "Tabulku nelze uložit, protože název sloupce \"$column$\" byl přiřazen dvakrát."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "Sloupec \"$column$\" patří do primárního klíče. Pokud bude smazán, bude smazán i primární klíč. Opravdu chcete pokračovat?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Byl ovlivněn primární klíč"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Sloupec"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "Chcete přesto pokračovat?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "Tabulka nemohla být uložena z důvodu problémů při připojování k databázi."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "Filtr tabulky nemohl být upraven, protože zdroj dat byl smazán."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"Přejete si uložit změny nyní?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Žádný primární klíč"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"Má být primární klíč vytvořen nyní?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "Sloupec \"$column$\" nemohl být změněn. Má být místo toho smazán a přidán nový?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Při ukládání návrhu tabulky došlo k chybě"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "Sloupec $column$ nelze smazat."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"Tento výraz bude přímo zanesen do databáze při vytvoření tabulky."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"Pro tento zdroj dat není k dispozici režim Návrh tabulky."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "změnit název pole"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "změnit typ pole"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "změnit popis pole"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "změnit atribut pole"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "Pro připojení ke zdroji dat \"$name$\" potřebujete heslo."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"neexistuje. Má být vytvořen?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "Adresář $name$ nemohl být vytvořen."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Soubor již existuje. Přepsat?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Složka"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Vlastnosti databáze"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Vlastnosti zdroje dat: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "Pro připojení k existující databázi zvolte 'Připojit se k databázi'."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Knihovnu programu #lib# nebylo možné načíst nebo je poškozena. Není možné vybrat zdroj dat ODBC."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"Je možné změnit nastavení, ale pravděpodobně se nebudete moci připojit k databázi."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Žádný}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 musí být nastaveno."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 a #2 se musí lišit."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "V #1 nejsou povoleny zástupné znaky (např. ?, *)."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Test spojení"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Spojení bylo úspěšně navázáno."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Spojení nelze navázat."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "JDBC ovladač byl úspěšně načten."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "Nelze načíst JDBC ovladač."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "Soubor MS Access"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "Soubor MS Access 2007"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Databáze Firebird"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Systémová"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Při vytváření došlo k chybě"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "Došlo k chybě. Operace nemohla být provedena."
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Dokument \"$file$\" nelze otevřít."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "Tabulka nemohla být smazána, protože to databázové připojení nepodporuje."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~Vše"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Zpět:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Znovu:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "Pro sloupec '#1' nebyl nalezen odpovídající typ sloupce."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Soubor \"$file$\" neexistuje."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "Při připojování ke zdroji dat byla zaznamenána upozornění. Zobrazíte je stisknutím \"$buttontext$\"."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "Sestava \"$file$\" vyžaduje vlastnost Návrhář sestav."
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "Nepodařilo se připojit ke správci SDBC ovladačů (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "Není zaregistrován žádný ovladač pro URL #connurl#."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "Spojení bylo navázáno, ale informace o tabulkách v databázi není dostupná."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Všechny tabulky"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Všechny pohledy"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Všechny tabulky a pohledy"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Název tabulky"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Vložit data"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Smazat data"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Upravit data"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Změnit strukturu"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Číst data"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Upravit odkazy"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Zahodit strukturu"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Cesta k souborům dBASE"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Cesta k textovým souborům"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Cesta k dokumentu s tabulkou"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Název zdroje dat ODBC ve vašem systému"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "Cesta k dokumentu Writeru"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Název databáze MySQL"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Název databáze Oracle"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Soubor s databází MS Access"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "Další nastavení není třeba. K ověření funkčnosti spojení klikněte na tlačítko '%test'."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "URL zdroje dat (např. host=$host:$port dbname=$database)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "Název ~serveru"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Název profilu ~Mozilla"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Název profilu ~Thunderbird"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Přidat tabulky"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Přidat tabulku nebo dotaz"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Použít sloupce"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Formátování typu"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"Následující název se již používá:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Přiřadit sloupce"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Zpět"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~Další >"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "Vy~tvořit"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Kopírovat tabulku"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Kopírovat tabulku"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "Tento název tabulky není platný v této databázi."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Pro přidání dat do existující tabulky zvolte na první stránce možnost 'Připojit data'."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Změňte název tabulky, je příliš dlouhý."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Průvodce databází"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Vybrat databázi"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Nastavit dBASE spojení"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Nastavit spojení s textovými soubory"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Nastavit spojení s MS Access"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Nastavit spojení s LDAP"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Nastavit ADO spojení"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Nastavit JDBC spojení"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Nastavit spojení s Oracle"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Nastavit spojení s MySQL"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Nastavit ODBC spojení"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Nastavit spojení k dokumentu Writeru nebo k sešitu"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Nastavit autentizaci uživatele"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Nastavit MySQL server"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Uložit a pokračovat"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Nová databáze"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Nastavte spojení s databází MySQL pomocí rozhraní JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"Pokud si nejste tímto nastavením jisti, kontaktujte správce systému."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "~Třída MySQL JDBC ovladače:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Výchozí: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Nastavte spojení se soubory dBASE"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Zvolte složku, kde jsou uloženy soubory dBASE."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Nastavte spojení s textovými soubory"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Vyberte složku, kde jsou uloženy textové soubory ve formátu CSV (hodnoty oddělené čárkou). %PRODUCTNAME Base otevře tyto soubory v režimu jen pro čtení."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Cesta k textovým souborům"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Nastavte spojení s databází Microsoft Access"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Zvolte soubor s databází Microsoft Access, ke které chcete přistupovat."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Nastavte spojení s databází ADO"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"Pokud si nejste tímto nastavením jisti, kontaktujte správce systému."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Nastavte spojení s databází ODBC"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"Pokud si nejste tímto nastavením jisti, kontaktujte správce systému."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Nastavte spojení s databází JDBC"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"Pokud si nejste tímto nastavením jisti, kontaktujte správce systému."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Nastavte spojení s databází Oracle"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Výchozí: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Tří~da Oracle JDBC ovladače"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"Pokud si nejste tímto nastavením jisti, kontaktujte správce systému."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Nastavit spojení s tabulkovými sešity"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"%PRODUCTNAME tento soubor otevře v režimu jen pro čtení."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~Umístění a název souboru"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Příkaz byl úspěšně vykonán."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "Připojení k databázi bylo ztraceno. Toto dialogové okno bude uzavřeno."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Pořadí řazení"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Pole indexu"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Vzestupně"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Sestupně"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Opravdu si přejete smazat index '$name$'?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "index"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "Index musí obsahovat alespoň jedno pole."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Jiný index s názvem \"$name$\" již existuje."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "V definici indexu se smí vyskytnout každý sloupec pouze jednou. Avšak sloupec \"$name$\" byl zadán dvakrát."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "Položka nemohla být převedena na platnou hodnotu parametru \"$name$\""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "Stav SQL"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Kód chyby"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "Častým důvodem této chyby je nevhodně nastavená znaková sada pro jazyk databáze. Zkontrolujte nastavení v Upravit - Databáze - Vlastnosti."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Chyba"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Upozornění"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Informace"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Podrobnosti"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Opravdu si přejete smazat tohoto uživatele?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "Databáze nepodporuje správu uživatelů."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Hesla nejsou stejná. Zadejte heslo znovu."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Uvědomte si, že některé databáze nepodporují tento typ spojení (join)."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Zahrnuje pouze záznamy, pro které jsou obsahy spojovaných polí identické."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Obsahuje všechny záznamy z tabulky '%1', ale pouze takové záznamy z tabulky '%2', pro které jsou obsahy spojovaných polí identické."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Obsahuje všechny záznamy z tabulky '%1' a tabulky '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Obsahuje kartézský součin všech záznamů z '%1' a '%2'."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "Cílová databáze nepodporuje pohledy."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "Cílová databáze nepodporuje primární klíče."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "nebyl nalezen deskriptor dat nebo nemůže poskytnout potřebné informace"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Momentálně jsou podporovány jen tabulky a dotazy."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "Výsledek kopie zdroje musí podporovat záložky."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Nepodporovaný zdrojový typ sloupce ($type$) na pozici $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Neplatný počet inicializačních parametrů."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Během inicializace došlo k chybě."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Nepodporovaná volba v deskriptoru zdrojového souboru: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "Chcete-li zkopírovat dotaz, musí vaše databázové připojení poskytovat dotazy."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "Zadaný handler interakce je neplatný."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Tato relace již existuje. Chcete ji upravit nebo vytvořit novou?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Upravit..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Vytvořit..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: Návrh relace"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "Databáze nepodporuje relace."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Pokud smažete tuto tabulku, budou všechny k ní vztažené relace také smazány. Pokračovat?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4536,7 +4530,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "Označte tabulky, které mají být viditelné pro aplikace."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Tabulky a filtry tabulek"
@@ -4565,6 +4559,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "Přidat tabulku nebo dotaz"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/cs/desktop/messages.po b/source/cs/desktop/messages.po
index b9a9c22b825..ce0b6e5fa45 100644
--- a/source/cs/desktop/messages.po
+++ b/source/cs/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-21 08:36+0000\n"
"Last-Translator: raal <raal@post.cz>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/cs/>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Rozšíření"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO komponenta (sdílená knihovna)"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO komponenta (Java)"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO komponenta (Python)"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "Komponenty UNO"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO komponenta (RDB typ)"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO komponenta (Java typ)"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "Knihovna %MACROLANG"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Nápověda"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "Rozšíření nemůže být nainstalováno, protože:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "Rozšíření nebude nainstalováno, protože v souborech nápovědy došlo k chybě:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Přidat rozšíření"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Odstranit"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~Povolit"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Zakázat"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Aktualizovat..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Přidává se %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "Odstraňuje se %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Povoluje se %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Zakazuje se %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Akceptovat licenci %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Chyba: Stav rozšíření není znám"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Zavřít"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Ukončit"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"Aktualizace sdílených rozšíření vyžaduje práva administrátora. Kontaktujte svého administrátora, aby aktualizoval tato rozšíření:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "Rozšíření nelze zapnout, jelikož nejsou splněny následující systémové závislosti:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Toto rozšíření je zakázáno, protože jste ještě neakceptoval jeho licenční ujednání.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Zobrazit licenci"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Kliknutím na 'Zrušit' instalaci zastavíte."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "V současnosti je instalace rozšíření zakázána. Další informace získáte od správce systému."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "V současnosti je odstraňování rozšíření zakázáno. Další informace získáte od správce systému."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Kliknutím na 'Zrušit' odebírání rozšíření zastavíte."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Odebírání rozšíření zastavíte kliknutím na 'Zrušit'."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Povolování rozšíření zastavíte kliknutím na 'Zrušit'."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Zakazování rozšíření zastavíte kliknutím na 'Zrušit'."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "Rozšíření '%Name' na tomto počítači nefunguje."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Instalují se rozšíření..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Instalace dokončena"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Žádné chyby."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Při stahování rozšíření %NAME došlo k chybě."
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Chybová zpráva je: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Při instalaci rozšíření %NAME došlo k chybě. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "Bylo odmítnuto licenční ujednání rozšíření %NAME."
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Rozšíření nebude instalováno."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Neznámý"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "Rozšíření vyžaduje minimálně referenční verzi OpenOffice.org %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "Rozšíření nepodporuje referenční verze OpenOffice.org vyšší než %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "Rozšíření vyžaduje minimálně %PRODUCTNAME verze %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr "Rozšíření nepodporuje %PRODUCTNAME verze větší než %VERSION"
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Instalaci zastavíte kliknutím na 'Zrušit'."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Instalaci zastavíte kliknutím na 'Zrušit'."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Instalaci zastavíte kliknutím na 'Zrušit'."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Instalaci zastavíte kliknutím na 'Zrušit'."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Instalaci zastavíte kliknutím na 'Zrušit'."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Instalaci zastavíte kliknutím na 'Zrušit'."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Nejsou k dispozici žádné nové aktualizace."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Nejsou k dispozici žádné instalovatelné aktualizace. Ignorované nebo zakázané aktualizace zobrazíte zaškrtnutím pole 'Zobrazit všechny aktualizace'."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Došlo k chybě:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Neznámá chyba."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "Více informací o aktualizaci není k dispozici."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "Rozšíření nelze aktualizovat z důvodu:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Neodpovídá vyžadovaná verze %PRODUCTNAME:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "Máte %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "aktualizace z prohlížeče"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Verze"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Tato aktualizace bude ignorována.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Aplikace nemůže být spuštěna."
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "Konfigurační adresář \"$1\" nebyl nalezen."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "Adresář pro instalaci je neplatný."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Došlo k interní chybě."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Konfigurační soubor \"$1\" je poškozen."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Konfigurační soubor \"$1\" nebyl nalezen."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "Konfigurační soubor \"$1\" nepodporuje současnou verzi."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Nelze určit jazyk uživatelského rozhraní."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "Uživatelskou instalaci nelze dokončit."
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Konfigurační služba není dostupná."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Spusťte instalační aplikaci pro opravení instalace z CD nebo ze složky obsahující instalační balíčky."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "Při přístupu k centrální konfiguraci došlo k obecné chybě. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Kontaktujte vašeho systémového administrátora."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Došlo k následující interní chybě: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "%PRODUCTNAME je nutné po instalaci nebo aktualizaci ručně restartovat."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"Opravdu si přejete pokračovat?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Tisk je vypnut. Nebude vytištěn žádný dokument."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "Správce cest není dostupný.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -737,7 +743,7 @@ msgstr ""
"\n"
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -747,61 +753,61 @@ msgstr ""
"\n"
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Licenční ujednání rozšíření $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Přečtěte si licenční ujednání výše. Ujednání přijmete napsáním \"yes\" do konzole a stisknutím klávesy Enter. Pro odmítnutí a ukončení instalace napište \"no\"."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Zadejte \"yes\" nebo \"no\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "Chybný vstup. Zadejte \"yes\" nebo \"no\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "YES"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NO"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "Nelze spustit unopkg. Podle souboru zámku již je spuštěno. Pokud to neplatí, smažte soubor zámku:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "CHYBA:"
diff --git a/source/cs/helpcontent2/source/text/sbasic/shared.po b/source/cs/helpcontent2/source/text/sbasic/shared.po
index 83bddb9ffcf..191c188a67b 100644
--- a/source/cs/helpcontent2/source/text/sbasic/shared.po
+++ b/source/cs/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-08 12:12+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/cs/>\n"
@@ -8161,14 +8161,14 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
-msgstr "Příkaz Print"
+msgid "Print# Statement"
+msgstr ""
#. addUg
#: 03010103.xhp
@@ -8179,23 +8179,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr "<bookmark_value>Print</bookmark_value><bookmark_value>Print;funkce Tab</bookmark_value><bookmark_value>Print;funkce Spc</bookmark_value><bookmark_value>Spc;v příkazu Print</bookmark_value><bookmark_value>Tab;v příkazu Print</bookmark_value>"
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "Vypíše zadané řetězce nebo číselné výrazy do dialogového okna nebo do souboru."
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9745,14 +9754,14 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>Reset (příkaz)</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">Příkaz Reset</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
+msgstr ""
#. iLCKn
#: 03020104.xhp
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "Zavře všechny otevřené soubory a zapíše obsah všech souborových bufferů na disk."
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Syntaxe:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "Příklad:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10024,50 +10024,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "Načte data z otevřeného sekvenčního souboru."
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "Syntaxe:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parametry:"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber</emph>: Číslo souboru, který obsahuje data, jež chcete načíst. Před použitím INPUT musí být soubor otevřen příkazem Open."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>var</emph>: Číselná nebo řetězcová proměnná, které přiřadíte hodnoty načtené z otevřeného souboru."
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "Pokud je při čtení datového prvku dosažen konec souboru, dojde k chybě a proces bude ukončen."
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "Příklad:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,14 +10114,14 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr "' Přečte soubor s daty pomocí Input"
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
-msgstr "Příkaz Line Input #"
+msgid "Line Input# Statement"
+msgstr ""
#. CCEuD
#: 03020203.xhp
@@ -10150,68 +10132,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>Line Input (příkaz)</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Příkaz Line Input #\">Příkaz Line Input #</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
+msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "Načítá řetězce ze sekvenčního souboru do proměnné."
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Syntaxe:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "Line Input #FileNumber As Integer, Var As String"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parametry:"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>ČísloSouboru: </emph>Číslo souboru, který obsahuje data, která chcete načíst. Soubor musí být předem otevřen příkazem Open s klíčovým slovem INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>var:</emph> Název proměnné, která bude obsahovat výsledek."
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10222,41 +10186,14 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "Příkazem <emph>Line Input#</emph> je možné načítat řetězce z otevřeného souboru do proměnné. Řetězcové proměnné se načítají řádek po řádku, až do prvního znaku návrat vozíku (Asc=13) nebo nový řádek (Asc=10). Znaky konce řádku nejsou zahrnuty ve výsledném řetězci."
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "Příklad:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNumber, \"Toto je řádek textu\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNumber, \"Toto je další řádek textu\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
-msgstr "Příkaz Put"
+msgid "Put# Statement"
+msgstr ""
#. psWQE
#: 03020204.xhp
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>Put (příkaz)</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,14 +10222,14 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "Zapíše záznam do relativního souboru nebo sekvenci bajtů do binárního souboru."
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "Viz též: Příkaz <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link>"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. 9HgEG
#: 03020204.xhp
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "Pro binární soubory (přístup Binary) určuje pozici bajtu, kde má zápis začít."
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,68 +10321,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>Write (příkaz)</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Příkaz Write\">Příkaz Write</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
+msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "Zapíše data do sekvenčního souboru."
-
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Syntaxe:"
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "Write [#FileName], [Expressionlist]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parametry:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>JménoSouboru:</emph> Jakýkoliv číselný výraz, který obsahuje číslo souboru nastavené příkazem Open pro daný soubor."
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>Expressionlist:</emph> Proměnné nebo výrazy, které chcete vložit do souboru, oddělené čárkami."
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr "Čísla s desetinným oddělovačem se převedou podle národního prostředí."
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "Příklad:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,14 +10942,14 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>FileNumber:</emph> Celočíselný výraz určující číslo otevřeného souboru."
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
-msgstr "Příkaz Seek"
+msgid "Seek# Statement"
+msgstr ""
#. vLW2K
#: 03020305.xhp
@@ -11041,14 +10960,14 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>Seek (příkaz)</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Příkaz Seek\">Příkaz Seek</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
+msgstr ""
#. RBPKW
#: 03020305.xhp
@@ -11077,59 +10996,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "U všech ostatních souborů tato funkce vrátí umístění bajtu, ve kterém má dojít k další operaci."
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "Viz též: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "Syntaxe:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "Seek[#FileNumber], Position (As Long)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parametry:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>FileNumber:</emph> Celočíselný výraz určující číslo otevřeného souboru."
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>Position: </emph> Pozice pro příští zápis nebo čtení. Pozice může být číslo mezi 1 a 2 147 483 647. Podle druhu souboru určuje pozice buď číslo záznamu (pro soubory v režimu Random), nebo bajt (soubory v režimu Binary, Output, Append nebo Input). První bajt v souboru má pozici 1, druhý 2 atd."
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39391,14 +39310,14 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
-msgstr "Err.Raise 2020, Description:=\"Toto je záměrná uživatelem definovaná chyba…\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
+msgstr ""
#. vuP6g
#: ErrVBA.xhp
@@ -41254,13 +41173,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/cs/helpcontent2/source/text/sdatabase.po b/source/cs/helpcontent2/source/text/sdatabase.po
index 7f15383a680..73c90b15984 100644
--- a/source/cs/helpcontent2/source/text/sdatabase.po
+++ b/source/cs/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-02 14:07+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsdatabase/cs/>\n"
@@ -159,13 +159,13 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr ""
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 3JCfK
@@ -177,13 +177,13 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr ""
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
msgstr ""
#. ASeVi
@@ -195,13 +195,13 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr ""
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
msgstr ""
#. JTXBF
@@ -213,13 +213,13 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr ""
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
msgstr ""
#. FWCVa
@@ -294,13 +294,13 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -321,13 +321,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -366,6 +366,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/sdraw/01.po b/source/cs/helpcontent2/source/text/sdraw/01.po
index deea37d2955..6aff8ff0da1 100644
--- a/source/cs/helpcontent2/source/text/sdraw/01.po
+++ b/source/cs/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-06 11:34+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw01/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560276620.000000\n"
#. ybhKD
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Zadejte název nové vrstvy.</ahelp>"
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/shared/00.po b/source/cs/helpcontent2/source/text/shared/00.po
index be50f0f0653..87c5fc4ca2c 100644
--- a/source/cs/helpcontent2/source/text/shared/00.po
+++ b/source/cs/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-02 14:07+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/cs/>\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr "Zavřete dialogové okno Možnosti a zrušte všechny provedené změny."
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/shared/01.po b/source/cs/helpcontent2/source/text/shared/01.po
index bc971e2dbfc..3579651dbd0 100644
--- a/source/cs/helpcontent2/source/text/shared/01.po
+++ b/source/cs/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-09 16:34+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/cs/>\n"
@@ -25801,32 +25801,14 @@ msgctxt ""
msgid "Add"
msgstr "Přidat"
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Vytvoří nový styl čáry s aktuálním nastavením.</ahelp>"
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr "Název"
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
-msgstr "<ahelp hid=\".\">Zadejte název.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
+msgstr ""
#. 6Yvch
#: 05200200.xhp
@@ -27259,14 +27241,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr "<ahelp hid=\".uno:FillShadow\">Přidá k vybranému objektu stín. Pokud již objekt stín má, odstraní se stín. Pokud na tuto ikonu klepnete, když není vybrán žádný objekt, přidá se stín dalšímu objektu, který nakreslíte.</ahelp>"
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Ikonka</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
+msgstr ""
#. 6XJUi
#: 05210600.xhp
@@ -47275,14 +47257,14 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr "Elektronické podpisy v exportu do PDF"
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
-msgstr "<bookmark_value>export do PDF;elektronické podpisy</bookmark_value><bookmark_value>export do PDF;podepsat dokument PDF</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
+msgstr ""
#. ChX9A
#: ref_pdf_export_digital_signature.xhp
@@ -47464,24 +47446,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr "<ahelp hid=\".\">Tato tři pole umožňují volitelně zadat další informace o elektronickém podpisu pro PDF (kde, kým a proč byl použit). Vloží se do odpovídajících polí PDF a budou dostupné pro kohokoliv, kdo si bude PDF prohlížet. Každé z těchto tří polí může zůstat prázdné.</ahelp>"
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr "Autorita časových razítek"
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr "<ahelp hid=\".\">Umožňuje volitelně vybrat adresu URL autority časových razítek (TSA).</ahelp>"
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47491,15 +47455,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr "Během podepisování PDF se pomocí autority časových razítek získá elektronicky podepsané časové razítko, které se vloží do podpisu. Takové razítko (RFC 3161) umožní komukoliv, kdo si bude PDF prohlížet, ověřit, kdy byl dokument podepsán."
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr "Seznam, z něhož se adresy URL autorit časových razítek vybírají, lze spravovat v <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Předvolby</emph></caseinline><defaultinline><emph>Nástroje - Možnosti</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Zabezpečení - Autority časových razítek</emph>."
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49561,6 +49516,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Podepsaný podpisový řádek</alt></image>"
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/shared/02.po b/source/cs/helpcontent2/source/text/shared/02.po
index 8c5b357a2d0..078b5a09d7a 100644
--- a/source/cs/helpcontent2/source/text/shared/02.po
+++ b/source/cs/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-02 14:07+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/cs/>\n"
@@ -8809,14 +8809,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr "<ahelp hid=\".\">Pokud vytvoříte <link href=\"text/shared/02/01170203.xhp\" name=\"podformulář\">podformulář</link>, zadejte datové pole hlavního formuláře, které slouží k synchronizaci mezi hlavním a podřízeným formulářem.</ahelp> Pro zadání více hodnota stiskněte klávesy Shift+Enter po každé hodnotě."
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
-msgstr "Podformulář je založen na <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> dotazu; přesněji řečeno na <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parametrickém dotazu\">Parametrickém dotazu</link>. Pokud zadáte do <emph>Propojit hlavní pole</emph> název pole, načtou se data obsažená v tomto poli hlavního formuláře do proměnné, kterou musíte zadat do <emph>Propojit závislá pole</emph>. V odpovídajícím SQL dotazu se tato proměnná porovná s údaji v tabulce, na kterou odkazuje podformulář. Volitelně také můžete zadat do <emph>Propojit hlavní pole</emph> název sloupce."
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgstr ""
#. KAQ4c
#: 01170203.xhp
@@ -10528,14 +10528,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr "Každá aplikace $[officename] má vlastní okno <emph>Styly</emph>. Tudíž existují zvláštní okna pro <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">textové dokumenty</link></caseinline><defaultinline>textové dokumenty</defaultinline></switchinline>, <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">sešity</link></caseinline><defaultinline>sešity</defaultinline></switchinline> a <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">prezentace/kresby</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">prezentace/kresby</link></caseinline><defaultinline>prezentace/kresby</defaultinline></switchinline>."
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -11761,14 +11761,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr "Ikona <emph>Styl šipky</emph> se zobrazuje pouze, pokud vytvoříte kresbu. Více informací najdete v části <link href=\"text/shared/01/05200300.xhp\" name=\"Styly čar\"><emph>Styly čar</emph></link>"
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Ikonka</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -17026,14 +17026,14 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "Spustit SQL příkaz přímo"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
-msgstr "Opětovným klepnutím na ikonu se vrátíte do normálního režimu, kde se změny v <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Návrh nového dotazu\"><emph>Návrhu nového dotazu</emph></link> sjednotí se změnami v SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgstr ""
#. tTG7m
#: 14040000.xhp
@@ -17053,14 +17053,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Funkce\">Funkce</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Zobrazí v dolní části režimu návrhu v okně <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Návrh dotazu\"><emph>Návrh dotazu</emph></link> řádek <emph>Funkce</emph>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgstr ""
#. iGFfH
#: 14040000.xhp
@@ -17098,14 +17098,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Název tabulky\">Název tabulky</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
-msgstr "<ahelp hid=\".\">Zobrazí v dolní části pohledu návrhu v okně <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Návrh dotazu\"><emph>Návrh dotazu</emph></link> řádek <emph>Tabulka</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgstr ""
#. t48DA
#: 14050000.xhp
@@ -17143,14 +17143,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Zobrazí v dolní části pohledu návrhu v okně <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Návrh dotazu\"><emph>Návrh dotazu</emph></link> řádek <emph>Alias</emph>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgstr ""
#. CcbaZ
#: 14060000.xhp
@@ -17197,14 +17197,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Jedinečné hodnoty\">Jedinečné hodnoty</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
-msgstr "<ahelp hid=\".uno:DBDistinctValues\">Rozšíří vytvořený výběrový <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL dotaz\"><emph>SQL dotaz</emph></link> o parametr <emph>DISTINCT</emph> pro aktuální sloupec.</ahelp> Následkem toho se opakující hodnoty zobrazí jen jednou."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgstr ""
#. EXAFG
#: 14070000.xhp
@@ -19240,14 +19240,41 @@ msgctxt ""
msgid "Limit"
msgstr "Limita"
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
-msgstr "<ahelp hid=\".\">Rozšíří vytvořený příkaz <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL dotaz\">SQL dotazu</link> pro výběr o klauzuli LIMIT X.</ahelp> Ta omezí výsledek dotazu na prvních X záznamů."
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
+msgstr ""
#. Ae3Qb
#: paintbrush.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/explorer/database.po b/source/cs/helpcontent2/source/text/shared/explorer/database.po
index fbd21b0a5d6..f98f60d368e 100644
--- a/source/cs/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/cs/helpcontent2/source/text/shared/explorer/database.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-02 14:07+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/cs/>\n"
@@ -16,2220 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1553926381.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr "Návrh dotazu"
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr "<bookmark_value>pohledy; vytváření databázových pohledů</bookmark_value><bookmark_value>dotazy; vytváření v režimu návrhu</bookmark_value><bookmark_value>navrhování; dotazy</bookmark_value><bookmark_value>režim návrhu; dotazy/pohledy</bookmark_value><bookmark_value>spojování; tabulky</bookmark_value><bookmark_value>tabulky v databázích; spojování pro dotazy</bookmark_value><bookmark_value>dotazy; spojování tabulek</bookmark_value><bookmark_value>tabulky v databázích; relace</bookmark_value><bookmark_value>relace; spojování tabulek</bookmark_value><bookmark_value>dotazy; odstranění odkazu na tabulku</bookmark_value><bookmark_value>kritéria dotazu</bookmark_value><bookmark_value>dotazy; určování podmínek filtru</bookmark_value><bookmark_value>podmínky filtru;v dotazech</bookmark_value><bookmark_value>parametry; dotazy</bookmark_value><bookmark_value>dotazy; parametrické dotazy</bookmark_value><bookmark_value>SQL; dotazy</bookmark_value><bookmark_value>nativní SQL</bookmark_value>"
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Návrh dotazu\">Návrh dotazu</link>"
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr "<ahelp hid=\".\"><emph>Režim návrhu dotazu</emph> umožňuje vytvořit a upravit databázový dotaz.</ahelp>"
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr "Většina databází používá dotazy k filtrování a řazení tabulek. Pohledy nabízejí stejné funkce jako dotazy, ale na straně serveru. Pokud databázový server podporuje pohledy, je možné je použít k filtrování záznamů na serveru a zrychlení zobrazení."
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr "Zvolte příkaz <emph>Vytvořit pohled</emph> na kartě <emph>Tabulky</emph> v databázovém dokumentu. Zobrazí se okno <emph>Návrh pohledu</emph>, které je podobné zde popsanému oknu <emph>Návrh dotazu</emph>."
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr "Rozvržení okna Návrh dotazu se ukládá s vytvořeným dotazem, ale nelze je uložit s vytvářeným pohledem."
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr "Režim návrhu"
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr "Chcete-li vytvořit dotaz, klepněte v databázovém dokumentu na ikonu <emph>Dotazy</emph> a poté klepněte na <emph>Vytvořit dotaz v režimu návrhu</emph>."
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr "V dolní části režimu návrhu <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"definujete\">definujete</link> dotaz. Pro definici dotazu vyberte <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"názvy databázových polí\">názvy databázových polí</link>, které má dotaz obsahovat, a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"kritéria\">kritéria</link> pro zobrazení polí. Chcete-li přeuspořádat sloupce v dolní části režimu návrhu, přetáhněte záhlaví sloupce na nové místo nebo vyberte sloupec a stiskněte <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+kurzorové klávesy."
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr "V horní části návrhu jsou zobrazeny <link href=\"text/shared/main0214.xhp\" name=\"ikony\">ikony</link> lišty <emph>Návrh dotazu</emph> a lišty <emph>Návrh</emph>."
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr "Pokud chcete dotaz ověřit, poklepejte na název dotazu v databázovém dokumentu. Výsledek dotazu se zobrazí v tabulce podobné zobrazení zdroje dat. Poznámka: zobrazená tabulka je pouze dočasná."
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr "Klávesy v režimu návrhu dotazu"
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr "Klávesa"
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "Funkce"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr "F4"
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr "Náhled"
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr "F5"
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr "Spustit dotaz"
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr "F7"
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr "Přidat tabulku nebo dotaz"
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr "Procházet"
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr "Když poprvé otevřete návrh dotazu, zobrazí se dialogové okno, ve kterém musíte nejprve vybrat tabulku nebo dotaz, který bude základem pro váš nový dotaz."
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Poklepáním na pole je přidáte do dotazu. Přetáhnutím určíte relace.</ahelp>"
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr "Při vytváření dotazu není možné vybrané tabulky měnit."
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr "Odstranění tabulek"
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr "Chcete-li odstranit tabulku z návrhu, klepněte pravým tlačítkem na horní okraj tabulky. Z místní nabídky zvolte příkaz <emph>Odstranit</emph>. Další možností je klepnout na tabulku a stisknout klávesu Delete."
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr "Posunutí tabulky a změna velikosti tabulky"
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr "Tabulky je možné podle potřeby uspořádat a změnit jejich velikost. Jestliže chcete tabulku posunout, přetáhněte její horní okraj na požadovanou pozici. Okno tabulky zvětšíte nebo zmenšíte tak, že umístíte kurzor myši na jeho ohraničení nebo roh a tažením myši jej upravíte na požadovanou velikost."
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr "Relace mezi tabulkami"
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr "Pokud existují mezi názvem pole v jedné tabulce a názvem pole v druhé tabulce datové relace, je možné v dotazu tyto relace použít."
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr "Příklad: máte sešit pro zboží (identifikované číslem) a sešit pro zákazníky, ve kterém pomocí odpovídajících čísel zboží zaznamenáváte všechno zboží, které si zákazník objedná. Mezi těmito dvěma datovými poli \"číslo zboží\" tedy existuje relace. Pokud chcete vytvořit dotaz, který vrací všechno zboží, které si zákazník objednal, musíte získat data z obou sešitů. Musíte tedy $[officename] sdělit, jaká existuje relace mezi daty v těchto dvou sešitech."
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr "To zajistíte tak, že klepnete na název pole v tabulce (např. pole \"Zboží-Číslo\" v tabulce Zákazníci), podržíte tlačítko myši a přetáhnete název pole na název pole v druhé tabulce (\"Zboží-Číslo\" v tabulce Zboží). Když uvolníte tlačítko myši, zobrazí se čára spojující obě pole. Do výsledného SQL dotazu se vloží odpovídající podmínka, že obsah polí musí být roven."
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr "Vytvoření dotazu, který je založen na několika sešitech, je možné jen pokud používáte $[officename] jako rozhraní k relační databázi ."
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr "V dotazu není možné přistupovat k tabulkám z jiných databází. Dotazy nad několika tabulkami lze vytvořit jen v jedné databázi."
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr "Specifikování typu relace"
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr "Pokud poklepete na čáru spojující dvě propojená pole nebo zvolíte příkaz <emph>Vložit - Nová relace</emph>, je možné určit druh propojení v dialogovém okně <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relace\"><emph>Relace</emph></link>."
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Upravit vlastnosti relace.</ahelp> Případně je možné pomocí klávesy Tab vybrat relaci, poté stisknutím Shift+F10 zobrazit místní nabídku a zvolit příkaz <emph>Upravit</emph>. Některé databáze podporují jen některé druhy relací."
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr "Odstranění relací"
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr "Chcete-li odstranit relaci mezi dvěma tabulkami, klepněte na spojnici a poté stiskněte klávesu Delete."
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr "Případně je možné odstranit odpovídající záznamy v poli <emph>Použitá pole</emph> v dialogovém okně <emph>Relace</emph> nebo pomocí klávesy Tab vybrat relaci (zobrazí se zvětšeně), poté stisknutím Shift+F10 zobrazit místní nabídku a zvolit příkaz <emph>Odstranit</emph>."
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr "Definování dotazu"
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Vyberte podmínky pro definici dotazu.</ahelp> Každý sloupec představuje jedno datové pole. Podmínky v jednom řádku se spojí booleovským AND."
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr "Určení názvů polí"
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr "Nejprve vyberte všechny názvy polí, která chcete přidat do dotazu. To je možné udělat buď přetažením, nebo poklepáním na název pole v okně tabulky. Pokud chcete použít přetažení, přetáhněte název pole do spodní části okna návrhu. Tak je možné určit, do kterého sloupce chcete pole přidat. Pokud na název pole poklepete, bude přidán do následujícího volného sloupce."
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr "Odstranění názvů polí"
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr "Chcete-li odstranit z dotazu název pole, klepněte na záhlaví pole a v místní nabídce zvolte <emph>Odstranit</emph>."
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr "Uložení dotazu"
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr "Pomocí ikony <emph>Uložit</emph> na Standardní liště dotaz uložíte. Zobrazí se dialog, ve kterém zadáte název dotazu. Pokud databáze podporuje schémata, je možné také zadat název schématu."
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr "Schéma"
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Zadejte název schématu, které se přiřadí dotazu nebo pohledu.</ahelp>"
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr "Název dotazu nebo název pohledu"
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">Zadejte název dotazu nebo pohledu.</ahelp>"
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr "Filtrování dat"
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr "Chcete-li filtrovat data pro dotaz, nastavte požadovaná kritéria v dolní části okna návrhu dotazu. K dispozici jsou následující možnosti:"
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr "Pole"
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Zadejte název datového pole, na které se odkazujete v dotazu. Všechna nastavení v řádcích nastavení filtru se vztahují k tomuto poli.</ahelp> Pokud aktivujete buňku klepnutím myši, uvidíte tlačítko šipky, které vám umožňuje vybrat pole. Volba \"Název tabulky.*\" vybere všechna datová pole dané tabulky s tím, že zadaná kritéria budou použita pro všechna pole tabulky."
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr "Alias"
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Zadejte alias datového pole. V dotazu se místo skutečného názvu pole použije tento alias. To umožňuje používat uživatelem definované popisky sloupců.</ahelp> Např. pokud se datové pole jmenuje DČ a místo tohoto názvu chcete v dotazu zobrazit ČísloDílu, zadejte jako alias ČísloDílu."
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr "V SQL příkazu jsou aliasy definovány následovně:"
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr "SELECT sloupec AS alias FROM tabulka."
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr "Například:"
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr "SELECT \"DČ\" AS \"ČísloDílu\" FROM \"Díly\""
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr "Tabulka"
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">Databázová tabulka, ve které se nachází vybrané datové pole.</ahelp> Pokud aktivujete buňku klepnutím myši, zobrazí se šipka, která vám umožní vybrat jinou tabulku ze současného dotazu."
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr "Řadit"
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">V této buňce je možné zvolit řazení: vzestupně, sestupně a neseřazeno.</ahelp> Textová pole se řadí abecedně (A až Z) a číselná pole číselně (0 až 9). U většiny databází může administrátor nastavit možnosti řazení."
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr "Viditelné"
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">Pokud zaškrtnete vlastnost datového pole <emph>Viditelné</emph>, zobrazí se dané pole v dotazu.</ahelp> Pokud pole používáte jen pro zadání podmínky nebo pro výpočet, nemusíte jej zobrazovat."
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr "Kritérium"
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Určuje první <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"kritéria \">kritérium</link>, podle kterého se filtruje obsah datového pole.</ahelp>"
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr "Nebo"
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr "Do každého řádku s tímto názvem je možné zadat další kritérium pro filtrování. Více kritérií v jednom sloupci bude interpretováno jako boolean OR."
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr "Pro vložení filtru založeného na funkci můžete také použít místní nabídku záhlaví řádků v dolní části okna návrhu dotazu:"
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "Funkce"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Vyberte funkci, která se spustí v dotazu.</ahelp> Výběr dostupných funkcí závisí na databázi."
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr "Pokud pracujete s vestavěnou databází HSQL, v seznamu <emph>Funkce</emph> najdete následující možnosti:"
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr "Možnost"
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr "Význam"
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr "Bez funkce"
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr "Nebude spuštěna žádná funkce."
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr "Průměr"
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr "Vypočítá aritmetický průměr pole."
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr "Počet"
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr "Zjistí počet záznamů v databázi. Prázdná pole se buď počítají (a) nebo nepočítají (b)."
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr "a) COUNT(*): Zadáte-li jako argument funkce hvězdičku, spočítá funkce všechny záznamy v tabulce."
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr "b) COUNT(sloupec): Předávání názvu pole jako argumentu počítá pouze záznamy, ve kterých zadané pole obsahuje hodnotu. Záznamy, ve kterých má pole hodnotu Null (tj. Neobsahuje žádnou textovou nebo číselnou hodnotu), nebudou započítány."
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr "Maximum"
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr "Určuje nejvyšší hodnotu záznamu pro toto pole."
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr "Minimum"
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr "Určuje nejnižší hodnotu záznamu pro toto pole."
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr "Součet"
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr "Vypočítá součet hodnot záznamů pro přidružená pole."
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr "Seskupit"
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr "Seskupí data dotazu podle vybraného pole. Funkce se spouští podle určených skupin. V SQL tato volba odpovídá klauzuli GROUP BY. Pokud přidáte kritérium, zobrazí se tato položka v části SQL HAVING."
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr "Funkce je možné zadat také přímo do SQL dotazu. Syntaxe je:"
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr "SELECT FUNKCE(sloupec) FROM tabulka."
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr "Funkci pro výpočet součtu je například možné volat ve výrazu SQL následujícím způsobem:"
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr "SELECT SUM(\"Cena\") FROM \"Výrobek\"."
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr "Kromě funkce <emph>Seskupit</emph> jsou výše zmíněné funkce tzv. agregační funkce. Jsou to funkce, které počítají data pro vytváření souhrnů z výsledků. Také mohou být k dispozici další funkce, které nejsou vypsány v seznamu. To závisí na použitém databázovém systému a na aktuální funkci ovladače, který se používá pro připojení k databázovému enginu."
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr "Chcete-li použít funkce, které nejsou v seznamu, musíte je ručně zadat do <emph>Pole</emph>."
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr "Také volání funkce je možné přiřadit alias. Pokud nechcete v záhlaví sloupce zobrazit řetězec dotazu, zadejte požadovaný název do <emph>Alias</emph>."
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr "Odpovídající funkce v příkazu SQL je:"
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr "SELECT FUNKCE() AS alias FROM tabulka"
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "Příklad:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr "SELECT COUNT(*) AS počet FROM \"Položka\"."
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr "Spustíte-li tuto funkci, není již možné vložit do dotazu další sloupce jinak, než jako argument ve funkci \"Group\"."
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "<emph>Příklady</emph>"
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr "V následujícím příkladu je dotaz spuštěn nad dvěma tabulkami: tabulkou Položka s polem Položka_č a tabulkou Dodavatelé s polem Název_dodavatele. Obě tabulky mají navíc společný název pole Dodavatel_č."
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr "K vytvoření dotazu obsahujícího všechny dodavatele, kteří dodávají více než tři položky, je nutné provést kroky uvedené dále."
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "Do návrhu dotazu vložte tabulky Položka a Dodavatelé."
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr "Spojte pole Dodavatel_č obou tabulek, pokud dosud relace tohoto typu neexistuje."
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr "Poklepejte na pole \"Zboží_č\" v tabulce \"Zboží\". Zobrazte si pomocí místní nabídky řádek <emph>Funkce</emph> a zvolte funkci Počet."
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "Zadejte hodnotu >3 jako kritérium a zrušte zaškrtnutí políčka v poli Viditelné."
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "V tabulce Dodavatelé poklepejte na pole Název_dodavatele a vyberte funkci Seskupit."
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr "Spusťte dotaz."
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr "Existuje-li v tabulce Položka pole cena (jako jednotlivá cena výrobku) a pole Dodavatel_č (jako dodavatel daného výrobku), potom je možné zadáním následujícího dotazu obdržet průměrnou cenu za položku dodávanou dodavatelem:"
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr "Do návrhu dotazu vložte tabulku Položka."
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr "Poklepejte na pole Cena a Dodavatel_č."
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr "Pro pole Cena povolte řádek <emph>Funkce</emph> a zvolte funkci Průměr."
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr "Možné je také zadat text Average do řádku pro zástupný název (alias)."
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr "Pro pole Dodavatel_č vyberte funkci Group."
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr "Spusťte dotaz."
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr "K dispozici jsou následují příkazy a symboly místní nabídky:"
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "Funkce"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Zobrazí nebo skryje řádek pro výběr funkcí.</ahelp>"
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr "Název tabulky"
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Zobrazí nebo skryje řádek s názvem tabulky.</ahelp>"
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr "Alias"
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Zobrazí nebo skryje řádek s aliasem.</ahelp>"
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr "Jedinečné hodnoty"
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Zobrazí pouze jedinečné hodnoty z dotazu.</ahelp> To se týká vícenásobných záznamů, které v daných polích obsahují opakovaně stejná data. Je-li příkaz <emph>Jedinečné hodnoty</emph> aktivní, měl by být z těchto záznamů zobrazen pouze jediný (DISTINCT). V opačném případě uvidíte všechny záznamy splňující kritéria dotazu (ALL)."
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr "Příklad: pokud se v databázi adres několikrát objevuje \"Novák\", po zvolení příkazu <emph>Jedinečné hodnoty</emph> se v dotazu \"Novák\" zobrazí jen jednou."
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr "Pokud dotaz obsahuje několik polí, musí být jedinečná kombinace hodnot ze všech polí. Příklad: v adresáři máte jednou \"Nováka v Brně\" a dvakrát \"Nováka v Praze\". S příkazem <emph>Jedinečné hodnoty</emph> použije dotaz pole \"příjmení\" a \"město\" a ve výsledku dotazu zobrazí jednou \"Nováka v Brně\" a jednou \"Nováka v Praze\"."
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr "V SQL odpovídá tento příkaz predikátu DISTINCT."
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr "Limit"
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Umožní omezit maximální počet záznamů, které dotaz vrátí.</ahelp>"
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr "Pokud je zadán <emph>Limit</emph>, získáte nejvýše tolik řádků, kolik udává stanovený počet. Jinak se zobrazí všechny záznamy odpovídající kritériím dotazu."
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr "Formulování podmínek filtru"
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr "Při vytváření podmínek filtru máte k dispozici různé operátory a příkazy. Kromě relačních operátorů jsou k dispozici také příkazy specifické pro SQL, které kontrolují obsah databázových polí. Pokud použijete příkazy v syntaxi $[officename], $[officename] je pomocí interního syntaktického analyzátoru automaticky převede převede na odpovídají syntaxi SQL. Možné je také přímo zadat SQL příkaz a tím se použití interního analyzátoru vyhnout. Následující tabulka uvádí přehled operátorů a příkazů:"
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr "Operátor"
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "Význam"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "Případy, kdy je podmínka splněna"
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr "se rovná"
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr "Obsah pole se shoduje se zadaným výrazem."
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr "Operátor = se v polích dotazu nezobrazí. Zadáte-li hodnotu bez operátoru, bude automaticky použit operátor =."
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr "není rovno"
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr "Obsah pole se neshoduje se zadaným výrazem."
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr "je větší než"
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr "Obsah pole je větší než zadaný výraz."
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr "je menší než"
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr "Obsah pole je menší než zadaný výraz."
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr "je větší nebo se rovná"
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr "Obsah pole je větší nebo roven zadanému výrazu."
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr "je menší nebo se rovná"
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr "Obsah pole je menší nebo roven zadanému výrazu."
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr "Příkaz $[officename]"
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr "SQL příkaz"
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "Význam"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "Případy, kdy je podmínka splněna"
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr "nezadáno"
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr "... pole neobsahuje žádná data. U polí typu Ano/Ne, která mají tři možné stavy, vyhodnocuje tento příkaz automaticky neurčitý stav (ani Ano, ani Ne)."
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr "není prázdné"
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr "... pole není prázdné, tj. obsahuje data."
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr "zástupný znak (*) pro libovolný počet znaků"
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr "zástupný znak (?) pro jediný znak"
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr "<bookmark_value>zástupné znaky; v SQL dotazech</bookmark_value>"
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr "zástupný znak (%) pro libovolný počet znaků"
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr "zástupný znak (_) pro jediný znak"
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr "je prvkem"
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr "... Datové pole obsahuje zadaný výraz. Zástupný znak (*) označuje, zda výraz x leží na začátku (x*), na konci (*x) nebo uprostřed obsahu pole (*x*). Jako zástupný znak v SQL dotazu je možné zadat buď znak z SQL '%' nebo v rozhraní %PRODUCTNAME zástupný znak známý ze souborového systému (*)."
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr "Zástupné znaky (*) nebo (%) nahrazují libovolný počet znaků. Znak otazníku (?) v rozhraní $[officename] nebo podtržítka (_) v SQL dotazu představuje právě jeden znak."
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr "není prvkem"
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr "... pole neobsahuje data odpovídající zadanému výrazu."
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr "patří do intervalu [x,y]"
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr "... pole obsahuje hodnotu, která se nachází mezi dvěma hodnotami x a y."
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr "nepatří do intervalu [x,y]"
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr "... pole obsahuje hodnotu, která se nenachází mezi dvěma hodnotami x a y."
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr "Jako oddělovač jednotlivých hodnot je v seznamu vždy používán středník."
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr "obsahuje a, b, c…"
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr "... pole obsahuje jeden ze zadaných výrazů a, b, c,… Je možné zadat libovolný počet výrazů. Výsledek dotazu je určen booleovským operátorem OR. Výrazy a, b, c… mohou být buď čísla, nebo znaky."
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr "neobsahuje a, b, c…"
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr "... pole neobsahuje žádný ze zadaných výrazů a, b, c,..."
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr "má hodnotu Pravda"
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr "Pole má hodnotu Pravda."
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr "má hodnotu Nepravda"
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr "... pole má hodnotu Nepravda."
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "Příklady"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr "Vrátí pole, která obsahují výraz \"Polsko\"."
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr "Vrátí data, která jsou starší než 10. ledna 2001."
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr "Vrátí záznamy s poli, která obsahují např. výraz \"give\" nebo \"gave\"."
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr "Vrátí záznamy s poli, která obsahují například výraz \"Suchdol\"."
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr "Vrátí záznamy s poli, jejichž obsah se nachází mezi hodnotami 10 a 20. (Pole mohou být buď textová, nebo číselná.)"
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr "Vrátí záznamy s poli, která mají libovolnou z hodnot 1, 3, 5, 7. Pokud pole obsahuje číslo položky, je například možné vytvořit dotaz, který vrátí položku s daným číslem."
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr "Vrátí záznamy, které neobsahují výraz \"Novák\"."
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr "Escape sekvence <emph>Like</emph>: {escape 'escape-character'}"
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr "Příklad: select * from Zboží where NázevZboží like 'Tužka *%' {escape '*'}"
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr "Tento příklad zobrazí všechny záznamy, kde název zboží začíná 'Tužka *'. To znamená, že je možné hledat také znaky, které se jinak identifikují jako zástupné znaky, např. *, ?, _, % nebo tečku."
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr "Escape sekvence <emph>Outer Join</emph>: {oj outer-join}"
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "Příklad: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr "Dotazy na textová pole"
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr "Jestliže chcete filtrovat obsah textových polí, musíte uzavřít výraz do jednoduchých uvozovek. Rozdíl mezi velkými a malými znaky závisí na použité databázi. U LIKE podle definice závisí na velikosti znaků (ale některé databáze nejsou tak striktní)."
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr "Dotazy na datová pole"
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr "<emph>Datová pole</emph> se kvůli zřetelné identifikaci označují jako #Date#. V podmínkách použité konstanty (literály) data, času nebo data/času mohou mít escape syntaxi SQL nebo výchozí syntaxi SQL2."
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr "Prvek datového typu"
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr "Escape syntaxe SQL č. 1 - může být zastaralá"
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr "Escape syntaxe SQL č. 2"
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr "Syntaxe SQL2"
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "Datum"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr "Čas"
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr "Datum a čas"
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr "Příklad: select {d '1999-12-31'} from svět.roky"
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr "Příklad: select * from mojetabulka where roky='1999-12-31'"
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr "Všechny výrazy (literály) data musí být uzavřeny v jednoduchých uvozovkách. (Podrobnosti naleznete v dokumentaci k databázi a konektoru, které používáte.)"
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr "Dotazy na pole s hodnotami Yes/No (Ano/Ne)"
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr "Chcete-li filtrovat pole typu Ano/Ne, použijte pro tabulky dBASE následující syntaxi:"
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr "Stav"
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr "Kritérium dotazu"
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "Příklad"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "Ano"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr "pro tabulky ve formátu dBASE: není rovno žádné zadané hodnotě"
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr "=1 vrátí všechny záznamy, kde má pole Ano/Ne stav Ano nebo Zapnuto (zobrazeno černě),"
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "Ne"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr "=0 vrátí všechny záznamy, kde má pole Ano/Ne stav Ne nebo Vypnuto (neoznačeno)."
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr "Null"
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr "IS NULL"
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr "IS NULL vrátí všechny záznamy, kde pole Ano/Ne není ve stavu ani Ano ani Ne (označeno šedě)."
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr "Tato syntaxe závisí na použitém databázovém systému. Poznámka: pole Ano/Ne se mohou chovat různě (mohou nabývat dvou stavů místo tří)."
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr "Parametrické dotazy"
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr "Parametrické dotazy umožňují uživateli při vykonávání zadat vstupní hodnoty. Tyto hodnoty jsou použity v rámci kritérií pro výběr záznamů, které se mají zobrazit. Každé hodnotě odpovídá název parametru, který se zobrazí s výzvou pro zadání hodnoty při spuštění dotazu."
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr "Názvy parametrů jsou uvozeny dvojtečkou, a to v režimu návrhu i SQL. Tento zápis se použije, kdekoliv se má hodnota vyskytnout. Pokud se stejná hodnota objevuje v dotazu víckrát, použije se tentýž název parametru."
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr "V nejjednodušším případě, kdy uživatel vkládá hodnotu, které se mají záznamy rovnat, je název parametru s uvozující dvojtečkou zadán do řádku Kritérium. V <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">režimu SQL</link>to lze zapsat jako <item type=\"input\">WHERE \"Pole\" = :Nazev_parametru</item>"
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr "Názvy parametrů nesmí obsahovat některý ze znaků <item type=\"input\"><mezera>`!\"$%^*()+={}[]@'~#<>?/,</item>. Rovněž nemohou být stejné jako názvy polí nebo vyhrazená slova jazyka SQL. Mohou být stejné jako aliasy."
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr "Při výběru záznamů podle části obsahu textového pole je užitečné přidat skrytý sloupec s kritériem <item type=\"input\">\"LIKE '%' || :Cast_pole || '%'\"</item>. Tím vybereme záznamy s přesnou shodou. Požadujeme-li, aby při testování nezáleželo na velikosti písmen, řešením může být použití pole <item type=\"input\">LOWER (Nazev_pole)</item> a kritéria <item type=\"input\">LIKE LOWER ( '%' || :Cast_pole || '%' )</item>. Důležité jsou mezery v kritériu: jsou-li vynechány, syntaktický analyzátor SQL celé kritérium interpretuje jako řetězec, s nímž se má obsah shodovat. V <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">režimu SQL</link> lze toto zapsat jako <item type=\"input\">LOWER ( \"Nazev_pole\" ) LIKE LOWER ( '%' || :Cast_pole || '%' )</item>."
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr "Parametrické dotazy lze použít jako zdroj dat pro <link href=\"text/shared/02/01170203.xhp\" name=\"podformuláře\">podformuláře</link>, u nichž může uživatel omezit zobrazené záznamy."
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr "Vstup parametru"
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">V dialogovém okně <emph>Vstup parametru</emph> je uživatel požádán o zadání hodnot parametrů. Zadejte hodnotu pro každý parametr dotazu a potvrďte klepnutím na <emph>OK</emph> nebo stisknutím klávesy <emph>Enter</emph>.</ahelp>"
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr "Hodnoty zadané uživatelem mohou obsahovat jakékoliv znaky, které jsou povolené pro SQL příslušného kritéria; to může záviset na použitém databázovém systému."
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr "Je-li potřeba získat záznamy pomocí komplexnějších kritérií, je možné jako součást hodnoty použít zástupné znaky SQL \"%\" (libovolný řetězec) nebo \"_\" (libovolný jediný znak)."
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr "Režim SQL"
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr "SQL neboli Structured Query Language je jazyk, který popisuje příkazy sloužící k aktualizaci a správě relačních databází."
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr "V $[officename] nemusíte pro většinu znát SQL, jelikož nemusíte zadávat SQL příkazy. Když vytvoříte dotaz v režimu návrhu, $[officename] automaticky převede vaše instrukce do odpovídající syntaxe SQL. Pokud se tlačítkem <emph>Režim návrhu zap/vyp</emph> přepnete do režimu SQL, zobrazí se SQL příkazy pro vytvořený dotaz."
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr "Dotaz je možné také zadat přímo v SQL. Zvláštní syntaxe ovšem závisí na použitém databázovém systému."
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr "Pokud zadáváte SQL dotaz přímo, je možné použít specifické možnosti SQL, které nelze zadat v grafickém rozhraní v <emph>Návrhu dotazu</emph>. Tyto dotazy je nutno spouštět v nativním režimu SQL."
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr "Po klepnutí na ikonu <link href=\"text/shared/02/14030000.xhp\" name=\"Spustit SQL příkaz přímo\"><emph>Spustit SQL příkaz přímo</emph></link> v režimu SQL je možné zadat dotaz, který nezpracovává $[officename], ale posílá se přímo databázovému enginu."
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5488,14 +3274,14 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr "V tomto dialogu je možné zadávat pouze administrační příkazy, např. Grant, Create Table nebo Drop Table, ne příkazy pro filtrování. Příkazy, které je možné zadat, závisejí na zdroji dat, např. dBASE nepodporuje všechny vypsané SQL příkazy."
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "Pro spuštění SQL dotazu zobrazujícího údaje z databáze použijte <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Návrh dotazu\">Návrh dotazu</link>."
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgstr ""
#. Ck9G4
#: 11080000.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/guide.po b/source/cs/helpcontent2/source/text/shared/guide.po
index db3f3ab1ed1..cccd48c7281 100644
--- a/source/cs/helpcontent2/source/text/shared/guide.po
+++ b/source/cs/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-02 14:07+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/cs/>\n"
@@ -6523,14 +6523,14 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr "Klepnutím na ikonu <emph>Uložit</emph> nebo <emph>Uložit jako</emph> <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Ikona</alt></image> dotaz uložíte."
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Návrh dotazu\">Návrh dotazu</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 2ArGc
#: data_forms.xhp
@@ -7081,14 +7081,14 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr "Klepněte na <emph>Vytvořit nový dotaz v režimu návrhu</emph>."
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Otevře se okno <link href=\"text/shared/explorer/database/02010100.xhp\">Návrh dotazu</link>."
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
+msgstr ""
#. xGFGr
#: data_register.xhp
@@ -7747,14 +7747,14 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr "Zadejte podmínky filtru do jednoho či více polí. Pokud zadáte podmínky do několika polí, musí platit všechny zadané podmínky (booleovské AND)."
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
-msgstr "Více informací o zástupných znacích a operátorech naleznete v části <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Návrh dotazu\">Návrh dotazu</link>."
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgstr ""
#. cEDEo
#: data_search2.xhp
@@ -8107,14 +8107,14 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr "Klepněte na <emph>Vytvořit pohled na tabulku</emph>."
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Zobrazí se okno s režimem návrhu, které je stejné jako okno <link href=\"text/shared/explorer/database/02010100.xhp\">Návrh dotazu</link>."
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
+msgstr ""
#. bTx8G
#: data_view.xhp
@@ -21058,14 +21058,14 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr "<bookmark_value>změny; ochrana</bookmark_value><bookmark_value>ochrana; zaznamenané změny</bookmark_value><bookmark_value>záznamy; ochrana</bookmark_value><bookmark_value>recenze;ochrana záznamů</bookmark_value>"
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
-msgstr "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Zamknutí změn\">Zamknutí změn</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
+msgstr ""
#. jVeUw
#: redlining_protect.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/optionen.po b/source/cs/helpcontent2/source/text/shared/optionen.po
index 6547828fbf4..da2f14ee2f5 100644
--- a/source/cs/helpcontent2/source/text/shared/optionen.po
+++ b/source/cs/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-28 14:34+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedoptionen/cs/>\n"
@@ -62,14 +62,14 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr "Všechny provedené úpravy budou automaticky uloženy. Chcete-li rozbalit některou položku, poklepejte na její název nebo klepněte na znaménko plus vlevo od jejího názvu. Chcete-li položku zavřít, poklepejte znovu na její název nebo klepněte na znaménko minus vlevo od jejího názvu."
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
-msgstr "Uvidíte pouze položky platné pro aktuální dokument. Je-li aktuální dokument textový, uvidíte položku %PRODUCTNAME Writer. Analogicky pro všechny moduly %PRODUCTNAME. %PRODUCTNAME Impress a %PRODUCTNAME Draw jsou v tomto dialogovém okně považovány za jednu aplikaci. Společné položky jsou vždy viditelné."
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
+msgstr ""
#. uYcBu
#: 01000000.xhp
@@ -80,14 +80,14 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Označte položku, kterou chcete upravit.</ahelp>"
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
-msgstr "Upozornění pro uživatele macOS: Nápověda na několik místech zmiňuje cestu Nástroje - Možnosti. Nahraďte tuto cestu cestou %PRODUCTNAME - Předvolby z hlavní nabídky macOS. Obě položky nabídky otevřou dialog Možnosti."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
+msgstr ""
#. WS53M
#: 01000000.xhp
@@ -5246,42 +5246,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Otevře dialogové okno <emph>Cesta pro certifikáty</emph>.</ahelp>"
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr "Autority časových razítek"
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr "Umožňuje spravovat seznam adres URL autorit časových razítek (TSA). Autority časových razítek vydávají elektronicky podepsaná časová razítka (RFC 3161), která lze volitelně použít při podepisování exportovaných PDF."
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr "Autority časových razítek"
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Otevře dialogové okno <emph>Adresy URL autorit časových razítek</emph>.</ahelp>"
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7523,6 +7487,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Určuje barvu označení změněných řádků textu.</ahelp>"
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16748,41 +16874,41 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr "Zaškrtnutím povolíte odesílání informací o verzi %PRODUCTNAME, operačním systému a základním hardwaru. Tyto informace se použijí pro optimalizaci stahování."
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
-msgstr "Open CL"
+msgid "OpenCL"
+msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
-msgstr "<bookmark_value>Open CL;možnosti nastavení</bookmark_value><bookmark_value>možnosti nastavení;Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
+msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
-msgstr "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
-msgstr "Open CL je technologie urychlující výpočty v rozsáhlých sešitech."
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
+msgstr ""
#. ddvkj
#: opencl.xhp
diff --git a/source/cs/helpcontent2/source/text/simpress.po b/source/cs/helpcontent2/source/text/simpress.po
index 74111983d12..a7d5f720cef 100644
--- a/source/cs/helpcontent2/source/text/simpress.po
+++ b/source/cs/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-02 14:07+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1561034324.000000\n"
#. 2Va4w
@@ -601,15 +601,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Styl oblasti / výplň\">Styl oblasti / výplň</link>"
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Stín\">Stín</link>"
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1105,15 +1096,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "Zapíná a vypíná 3D efekty vybraných objektů."
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interakce\">Interakce</link>"
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/swriter/01.po b/source/cs/helpcontent2/source/text/swriter/01.po
index f2156025fe6..304fa3fdbda 100644
--- a/source/cs/helpcontent2/source/text/swriter/01.po
+++ b/source/cs/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-02 14:07+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/cs/>\n"
@@ -22777,14 +22777,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr "<link href=\"text/swriter/01/05150100.xhp\" name=\"Během psaní\">Během psaní</link>"
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
-msgstr "<ahelp hid=\".uno:OnlineAutoFormat\">Automaticky formátuje dokument, když píšete. Pro nastavení voleb formátování vyberte <emph>Nástroje - Nastavení automatických oprav</emph> a potom klepněte na kartu <emph>Možnosti</emph>.</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
+msgstr ""
#. Ddr5r
#: 05150100.xhp
diff --git a/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po b/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po
index d45168748a9..ba4b5516f34 100644
--- a/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-06 10:34+0000\n"
+"PO-Revision-Date: 2020-08-05 13:35+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1564947888.000000\n"
#. W5ukN
@@ -584,7 +584,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Freeze First Column"
-msgstr ""
+msgstr "Ukotvit první sloupec"
#. WDbnU
#: CalcCommands.xcu
@@ -594,7 +594,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Freeze First Row"
-msgstr ""
+msgstr "Ukotvit první řádek"
#. Qz2C5
#: CalcCommands.xcu
@@ -10624,7 +10624,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Table"
-msgstr ""
+msgstr "Smazat tabulku"
#. Lbfd9
#: DrawImpressCommands.xcu
@@ -20216,7 +20216,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Styles Preview"
-msgstr ""
+msgstr "Náhled stylů"
#. Zt2GN
#: GenericCommands.xcu
@@ -28216,7 +28216,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Styles Inspector"
-msgstr ""
+msgstr "Průzkumník stylů"
#. aCGNS
#: Sidebar.xcu
@@ -29876,7 +29876,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Column Break"
-msgstr "Vložit zalomení sloupec"
+msgstr "Vložit zalomení sloupce"
#. 4AobA
#: WriterCommands.xcu
diff --git a/source/cs/sc/messages.po b/source/cs/sc/messages.po
index c5386ebfafa..7061c549f47 100644
--- a/source/cs/sc/messages.po
+++ b/source/cs/sc/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-08-04 11:14+0000\n"
-"Last-Translator: raal <raal@post.cz>\n"
+"PO-Revision-Date: 2020-08-17 07:35+0000\n"
+"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_ui-master/scmessages/cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -218,7 +218,7 @@ msgstr "Vstup"
#: sc/inc/globstr.hrc:56
msgctxt "STR_UNDO_INSCOLBREAK"
msgid "Insert Column Break"
-msgstr "Vložit zalomení sloupec"
+msgstr "Vložit zalomení sloupce"
#. TW5af
#: sc/inc/globstr.hrc:57
@@ -2809,7 +2809,7 @@ msgstr "Sekundy"
#: sc/inc/globstr.hrc:480
msgctxt "STR_DPFIELD_GROUP_BY_MINUTES"
msgid "Minutes"
-msgstr "min"
+msgstr "Minuty"
#. vAPxh
#: sc/inc/globstr.hrc:481
diff --git a/source/cs/sfx2/messages.po b/source/cs/sfx2/messages.po
index d2095231730..5533cc3560f 100644
--- a/source/cs/sfx2/messages.po
+++ b/source/cs/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-22 11:13+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/cs/>\n"
@@ -928,8 +928,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "Filtr obrázku nebyl nalezen"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -945,43 +951,43 @@ msgstr ""
"\n"
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Neplatné heslo"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr "Klíč OpenPGP není důvěryhodný, je poškozený nebo se nezdařilo zašifrování. Zkuste to znovu."
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Nejméně $(MINLEN) znaků)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(Nejméně 1 znak)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(Heslo může zůstat prázdné)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "Tuto činnost nelze vykonat. Vyžadovaný programový modul %PRODUCTNAME není nainstalován."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -991,7 +997,7 @@ msgstr ""
"Přejete si ho doinstalovat nyní?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -1001,215 +1007,215 @@ msgstr ""
"Informace o objednávkách můžete najít na našich domovských stránkách."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Vítejte v %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "Přetáhněte sem dokument nebo vytvořte nový pomocí tlačítka na levé straně."
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr "Text"
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr "Regulární výraz"
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr "Předem definované"
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr "Neznámé"
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr "Název cíle"
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr "Typ"
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr "Obsah"
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr "Rozlišovat velikost písmen"
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr "Celá slova"
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr "Ano"
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr "Ne"
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr "Cíl"
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr "Načíst cíle"
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr "Uložit cíle"
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr "Jsou vyžadována všechna pole"
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr "Cíl s tímto názvem již existuje"
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr "Vybrali jste více cílů, ale najednou lze upravovat pouze jeden."
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr "Opravdu si přejete najednou smazat $(TARGETSCOUNT) cílů?"
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr "Cíl nastaven (*.json)"
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr "Upravit cíl"
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr "Během přidávání nového cíle došlo k chybě. Tuto událost můžete nahlásit."
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr "Pro redakční úpravu je vyžadován modul Draw. Ujistěte se, že je LibreOffice Draw nainstalován a že funguje správně."
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Aktuální verze"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Exportovat"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Vložit"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "V~ložit"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr "<Všechny obrázky>"
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Uložit kopii"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Porovnat s"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "Sloučit s"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "Dokument %PRODUCTNAME"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " R: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1219,31 +1225,31 @@ msgstr ""
"Hodnota bude uložena jako text."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Styl již existuje. Přepsat?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "O~bnovit"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Název se již používá."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Tento styl neexistuje."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1253,7 +1259,7 @@ msgstr ""
"vznikly by totiž rekurzivní odkazy."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1263,7 +1269,7 @@ msgstr ""
"Zadejte jiný název."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1275,73 +1281,73 @@ msgstr ""
"Opravdu si přejete tyto styly smazat?\n"
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Použité styly: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Navigátor"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Neplatné potvrzení hesla"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Odeslat"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Písmo"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Zobrazit komentář k verzi"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(název nenastaven)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Hierarchicky"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "Opravdu chcete přerušit nahrávání? Veškeré doposud zaznamenané kroky budou ztraceny."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Zrušit nahrávání"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "Šablony jsou inicializovány pro první použití."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1351,7 +1357,7 @@ msgstr ""
"Vyberte tiskárnu a akci opakujte."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1361,19 +1367,19 @@ msgstr ""
"Zkontrolujte nastavení tiskárny."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Tiskárna je zaneprázdněna"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (jen pro čtení)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1385,7 +1391,7 @@ msgstr ""
"v aktivním dokumentu?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1397,7 +1403,7 @@ msgstr ""
"v aktivním dokumentu?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1409,7 +1415,7 @@ msgstr ""
"v aktivním dokumentu?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1419,7 +1425,7 @@ msgstr ""
"se právě provádí tisková úloha."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1430,7 +1436,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1442,19 +1448,19 @@ msgstr ""
"Kód chyby je $1"
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr "Chyba při odesílání zprávy"
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "Dokument nemohl být otevřen pro úpravy, pravděpodobně kvůli chybějícím právům. Přejete si jej použít pouze jako šablonu pro vytvoření nového dokumentu?\""
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1464,471 +1470,471 @@ msgstr ""
"Přejete si upravit kopii dokumentu?"
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr "Můžete se také pokusit uzamčení ignorovat a otevřít soubor pro úpravy."
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "Otevřít ~kopii"
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr "~Otevřít"
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (opravený dokument)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "Tento dokument není na serveru rezervován."
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr "Pomozte nám %PRODUCTNAME vylepšit!"
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr "Zapojte se"
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr "Vaše finanční příspěvky pomáhají naší celosvětové komunitě."
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr "Přispět"
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr "Poprvé jste spustili %PRODUCTVERSION verze %PRODUCTNAME. Chcete se dozvědět, co je v této verzi nového?"
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr "Poznámky k vydání"
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Tento dokument je otevřen v režimu jen pro čtení."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr "Tento soubor PDF je otevřen v režim jen pro čtení, aby jej bylo možné podepsat."
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "Popisek klasifikace tohoto dokumentu je %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "Aby bylo možné vložit obsah schránky, musí být tento dokument klasifikován."
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "Tento dokument má nižší stupeň klasifikace než obsah schránky."
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "Úroveň"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "Národní bezpečnost:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Kontrola vývozu:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Rezervovat"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Upravit dokument"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Podepsat dokument"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr "Dokončit podepisování"
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "Tento dokument má neplatný podpis."
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "Podpis byl platný, ale dokument se změnil"
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "Podpis je v pořádku, ale certifikát nelze ověřit."
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "Podpis je v pořádku, ale dokument je podepsán pouze částečně."
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr "Certifikát nelze ověřit a dokument je podepsán pouze částečně."
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "Tento dokument je elektronicky podepsán platným podpisem."
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "Zobrazit podpisy"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Zavřít panel"
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Uchytit"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Uvolnit"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Další možnosti"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Zavřít kartu postranní lišty"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "Nastavení postranní lišty"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Přizpůsobení"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Obnovit výchozí"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "Zavřít postranní lištu"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr "Alizarin"
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "Včelí úl"
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Modrá křivka"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "Blueprint plánu"
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "Jasně modrá"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr "Červená"
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "DNA"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Ohnisko"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "Lesní zátiší"
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "Impress"
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "Inspirace"
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "Světla"
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "Svěží zelená"
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "Metropolis"
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "Půlnoční modř"
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "Příroda"
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "Tužka"
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "Klavír"
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "Portfolio"
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "Pokrok"
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "Západ slunce"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Starožitnost"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "Svěží"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "Životopis"
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "Stručný životopis"
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "Výchozí"
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "Moderní"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "Moderní obchodní dopis bezpatkový"
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "Moderní obchodní dopis patkový"
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "Vizitky s logem"
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "Jednoduchý"
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "Podnikové procesy (BPMN)"
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Odstranit"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Vymazat vše"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Délka hesla"
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "Zadané heslo způsobuje problémy s interoperabilitou. Zadejte heslo kratší než 52 bajtů nebo delší než 55 bajtů."
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr "%{key}+kliknutí otevře hypertextový odkaz: %{link}"
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr "Kliknutím otevřete hypertextový odkaz: %{link}"
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(použity ve stylech: %STYLELIST)"
diff --git a/source/cs/starmath/messages.po b/source/cs/starmath/messages.po
index cd8fce2516f..b204119acce 100644
--- a/source/cs/starmath/messages.po
+++ b/source/cs/starmath/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:20+0200\n"
-"PO-Revision-Date: 2020-06-30 19:04+0000\n"
+"PO-Revision-Date: 2020-08-05 13:35+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_ui-master/starmathmessages/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1559835236.000000\n"
#. GrDhX
@@ -764,7 +764,7 @@ msgstr "Není nadmnožinou nebo rovno"
#: starmath/inc/strings.hrc:81
msgctxt "RID_FUNCX_HELP"
msgid "General function"
-msgstr ""
+msgstr "Obecná funkce"
#. AcgYW
#: starmath/inc/strings.hrc:82
@@ -914,25 +914,25 @@ msgstr "Argument hyperbolického kotangens"
#: starmath/inc/strings.hrc:106
msgctxt "RID_OPERX_HELP"
msgid "General operator"
-msgstr ""
+msgstr "Obecný operátor"
#. EZ2X2
#: starmath/inc/strings.hrc:107
msgctxt "RID_OPER_FROMX_HELP"
msgid "General operator Subscript Bottom"
-msgstr ""
+msgstr "Obecný operátor s indexem dole"
#. HaUqv
#: starmath/inc/strings.hrc:108
msgctxt "RID_OPER_TOX_HELP"
msgid "General operator Superscript Top"
-msgstr ""
+msgstr "Obecný operátor s indexem nahoře"
#. Pch4L
#: starmath/inc/strings.hrc:109
msgctxt "RID_OPER_FROMTOX_HELP"
msgid "General operator Sup/Sub script"
-msgstr ""
+msgstr "Obecný operátor s indexem nahoře a dole"
#. 4eGMf
#: starmath/inc/strings.hrc:110
@@ -1742,13 +1742,13 @@ msgstr "Nabla"
#: starmath/inc/strings.hrc:244
msgctxt "RID_LAPLACE_HELP"
msgid "Laplace transform"
-msgstr ""
+msgstr "Laplaceova transformace"
#. ajf9X
#: starmath/inc/strings.hrc:245
msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
-msgstr ""
+msgstr "Fourierova transformace"
#. aQpTD
#: starmath/inc/strings.hrc:246
diff --git a/source/cs/svx/messages.po b/source/cs/svx/messages.po
index 5fc49e319f9..96416e160bf 100644
--- a/source/cs/svx/messages.po
+++ b/source/cs/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-06 10:34+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/cs/>\n"
@@ -5311,1195 +5311,1227 @@ msgid "All formats"
msgstr "Všechny formáty"
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr "Krátká konkávní"
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Čtverec 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr "Krátká šipka"
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr "Kótovací čára"
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Dvojitá šipka"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr "Trojúhelník"
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr "Konkávní"
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr "Dlouhá šipka"
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr "Kótovací čára s obrysem šipky"
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Kruh"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Čtverec"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Šipka"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr "Poloviční kruh"
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "Prázdný trojúhelník"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "Prázdný kosočtverec"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Kosočtverec"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Prázdný kruh"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Prázdný čtverec 45"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "Prázdný čtverec"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr "Nevyplněný poloviční kruh"
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr "Kótovací čára se šipkou"
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr "Krátký obrys šipky"
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr "Obrys šipky"
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr "Dolní polovina šipky"
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr "Horní polovina šipky"
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr "Obrácená šipka"
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr "CF jeden"
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr "CF pouze jeden"
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr "CF více"
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr "CF více a jeden"
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr "CF žádný a jeden"
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr "CF žádný a více"
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Průhlednost"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr "Zelená 1 (hlavní barva %PRODUCTNAME)"
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "Výrazná zelená"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "Výrazná modrá"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "Výrazná oranžová"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Purpurová"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "Výrazná purpurová"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "Výrazná žlutá"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Galerie motivů vzhledu"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Úspěšně obnoveno"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "Obnoven původní dokument"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Obnovení selhalo"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "Probíhá obnova"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Zatím neobnovováno"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION zahájil obnovu vašich dokumentů. V závislosti na velikosti dokumentů může tato operace trvat i delší dobu."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "Obnova vašich dokumentů byla dokončena. Kliknutím na tlačítko 'Dokončit' dokumenty zobrazíte."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~Dokončit"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Poslední vlastní hodnota"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Export obrázku"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "Uložit jako obrázek"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Vložit objekty"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "Otočit 3D objekt"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Vytvořit plastický objekt"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Vytvořit rotační objekt"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Rozdělit 3D objekt"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[vše]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Grafický filtr"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Nový motiv vzhledu"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3D efekty"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Animace"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Odrážky"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Kancelář"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Značky"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Vývojové diagramy"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Emotikony"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Obrázky"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Pozadí"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Domovská stránka"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Interakce"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Mapy"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Lidé"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Povrchy"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Počítače"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Diagramy"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Životní prostředí"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Finance"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Doprava"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Textové obrazce"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Zvuky"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Symboly"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "Můj motiv vzhledu"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Šipky"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Bubliny"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Klávesnice"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Čas"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Prezentace"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Kalendář"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Navigace"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Komunikace"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Finance"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Počítače"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Podnebí"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Škola a univerzita"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Řešení problému"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Ozdoby na obrazovku"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Tisk vybraných částí"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "Chcete vytisknout pouze výběr nebo celý dokument?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~Vše"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "Vý~běr"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Vytlačený severozápadně"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Vytlačený severně"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Vytlačený severovýchodně"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Vytlačený západně"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Vytlačený vzad"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Vytlačený východně"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Vytlačený jihozápadně"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Vytlačený jižně"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Vytlačený jihovýchodně"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 cm"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 cm"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2,5 cm"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 cm"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~cm"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 palců"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0,~5 palce"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 palec"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 palce"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 palce"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Bez výplně"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "Průhledné"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Výchozí"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Ohraničení"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Styl ohraničení"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "Další číslování..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "Další odrážky..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "Podle autora"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Stránky"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Odstranit formátování"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Další styly..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Další možnosti..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Název písma"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "Název písma. Aktuální písmo není dostupné a bude nahrazeno."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "vlastní"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "Barvy dokumentu"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Barva dokumentu"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Plastičnost"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Zapnout/Vypnout plastičnost"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Naklonit dolů"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Naklonit nahoru"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Naklonit doleva"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Naklonit doprava"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Změnit hloubku vytlačení"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Změnit orientaci"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Změnit typ projekce"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Změnit osvětlení"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Změnit jas"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Změnit povrch"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Změnit barvu vytlačení"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Oblíbený"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Písmomalba"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Nastavit tvar písmomalby"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Nastavit stejnou velikost písmen u písmomalby"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Nastavit zarovnání písmomalby"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Nastavit mezery mezi znaky u písmomalby"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "s"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Styl"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "a"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Ovládání rohu"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Výběr bodu v rohu."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Nahoře vlevo"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Nahoře uprostřed"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Nahoře vpravo"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Vlevo uprostřed"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Na střed"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Vpravo uprostřed"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Dole vlevo"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Dole uprostřed"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Dole vpravo"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Ovládání obrysu"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Zde můžete upravit obrys."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Výběr speciálního znaku"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "V této oblasti vyberte speciální znaky."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Kód znaku "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Pole '#' nemůže být prázdné. Zadejte nějakou hodnotu."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formuláře"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Není zvoleno žádné kontrolní pole"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Vlastnosti: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Vlastnosti formuláře"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Navigátor formulářem"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formulář"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formulář"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Skrytý ovládací prvek"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Ovládací prvek"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Záznam"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "z"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Výběr polí:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Při zápisu dat do databáze došlo k chybě"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Syntaktická chyba v dotazu"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Zamýšlíte smazat 1 záznam."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# záznamů bude smazáno."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6509,331 +6541,331 @@ msgstr ""
"Chcete opravdu pokračovat?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Lišta navigace"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Sloupec"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Nastavit vlastnosti '#'"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Vložit do kontejneru"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Smazat #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Smazat # objekty"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Nahradit část kontejneru"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Nahradit ovládací prvky"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Tlačítko"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Tlačítko volby"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Zaškrtávací pole"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Popisek"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Seskupení"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Textové pole"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Formátované pole"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Seznam"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Pole se seznamem"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Obrázkové tlačítko"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Ovládací pole obrázku"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Výběr souboru"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Pole pro datum"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Pole pro čas"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Číselné pole"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Měnové pole"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Pole vzorku"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Prvek tabulky "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Posuvník"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Rolovací tlačítko"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Lišta navigace"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Vícenásobný výběr"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "Žádné ovládací datové prvky v současném formuláři!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Datum)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Čas)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Navigátor filtru"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Filtr pro"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Nebo"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "Platné vázané ovládací prvky, které mohou být použity v tabulkovém pohledu, v současném formuláři neexistují."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AutomatickéPole>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Syntaktická chyba v SQL příkazu"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Hodnota #1 nemůže být použita s LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE nemůže být použito s tímto polem."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Zadaná hodnota není platné datum. Zadejte datum v platném formátu. (Např. MM/DD/YY.)"
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Pole nemůže být porovnáno s celým číslem."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Databáze neobsahuje tabulku \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Databáze neobsahuje tabulku ani dotaz \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Databáze již obsahuje tabulku nebo pohled \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Databáze již obsahuje dotaz \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Sloupec \"#1\" je neznámý v tabulce \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Pole nemůže být porovnáno s číslem v pohyblivé řádové čárce."
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Zadané kritérium nemůže být porovnáno s tímto polem."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Datový navigátor"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (jen pro čtení)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Soubor již existuje. Přepsat?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "název #object# "
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6843,7 +6875,7 @@ msgstr ""
"Opravdu si přejete tento model smazat?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6853,7 +6885,7 @@ msgstr ""
"Opravdu si přejete tuto instanci smazat?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6863,13 +6895,13 @@ msgstr ""
"Opravdu si přejete tento prvek smazat?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Opravdu si přejete smazat atribut '$ATTRIBUTENAME'?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6881,7 +6913,7 @@ msgstr ""
"Opravdu si přejete toto odeslání smazat?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6893,994 +6925,994 @@ msgstr ""
"Opravdu si přejete tuto vazbu smazat?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Název '%1' není v XML platný, zadejte jiný název."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Prefix '%1' není v XML platný, zadejte jiný prefix."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Název '%1' již existuje. Zadejte jiný název."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Vyplňte název."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Put"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Nic"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Instance"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Dokument"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Vazba: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Odkaz: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Akce: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Metoda: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Nahradit: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Přidat element"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Upravit prvek"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Smazat prvek"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Přidat atribut"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Upravit atribut"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Smazat atribut"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Přidat vazbu"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Upravit vazbu"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Smazat vazbu"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Přidat odeslání"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Upravit odeslání"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Smazat odeslání"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Prvek"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Atribut"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Vazba"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Vazební výraz"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Opravdu si přejete zahodit data pro obnovu dokumentů %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Vlevo"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Vpravo"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Na střed"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Desetinný"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Režim vkládání. Kliknutím se přepnete do režimu přepisování."
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Režim přepisování. Kliknutím se přepnete do režimu vkládání."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Přepis"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Vložit"
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Elektronický podpis: Podpis dokumentu je v pořádku."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Elektronický podpis: Podpis dokumentu je v pořádku, ale certifikát nelze ověřit."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr "Elektronický podpis: Podpis dokumentu neodpovídá obsahu dokumentu. Doporučujeme vám tomuto dokumentu nedůvěřovat."
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Elektronický podpis: Dokument není podepsán."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Elektronický podpis: Podpis a certifikát dokumentu jsou v pořádku, ale některé části dokumentu nejsou podepsané."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Dokument byl změněn. Kliknutím dokument uložíte."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "Dokument nebyl od posledního uložení změněn."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Načítání dokumentu..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "Přizpůsobit snímek aktuálnímu oknu."
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "Nelze načíst všechny obrázky SmartArt. K tomuto problému nedojde při uložení dokumentu v Microsoft Office 2010 nebo novější verzi."
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Míra přiblížení. Kliknutím pravým tlačítkem míru přiblížení změníte, kliknutím levým otevřete dialogové okno Přiblížení."
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Přiblížit"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Oddálit"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25 %"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50 %"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75 %"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100 %"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150 %"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200 %"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Celá stránka"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Šířka stránky"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Optimální zobrazení"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Včetně stylů"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "~Styly odstavce"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "~Styly buňky"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "Hledat formátování"
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "Nahradit formátováním"
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "Dosažen konec dokumentu"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "Dosažen konec dokumentu, pokračuje se od začátku"
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "Dosažen konec listu"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Hledané klíčové slovo nenalezeno"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "Prvek pro navigaci nenalezen"
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "Dosažen začátek dokumentu"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "Dosažen začátek dokumentu, pokračuje se od konce"
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr "Dosažena první připomínka, pokračuje se od poslední"
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr "Dosažena poslední připomínka, pokračuje se od první"
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Barevná paleta"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "Náhrada barev"
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "3D efekty"
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Neplatné heslo"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Hesla se liší"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Malé kulaté odrážky"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Velké kulaté odrážky"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Kosočtvercové odrážky"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Velké čtvercové odrážky"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Vyplněná šipka vpravo"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Odrážky, šipka vpravo"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "Odrážky, křížek"
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "Odrážky, zaškrtnutí"
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Čísla 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Čísla 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Čísla (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Velká římská čísla I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Velká písmena A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Malá písmena a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Malá písmena (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Malá římská čísla i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Čísla, čísla, malá písmena, malé kulaté odrážky"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Čísla, malá písmena, malé kulaté odrážky"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Čísla, malá písmena, malá římská čísla, velká písmena, malé kulaté odrážky"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Čísla"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Velká římská čísla, velká písmena, malá římská čísla, malá písmena, malé kulaté odrážky"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Velká písmena, velká římská čísla, malá písmena, malá římská čísla, malé odrážky"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Čísla, všechny podúrovně"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Šipka vpravo, šipka vpravo, kosočtvercová odrážka, malá kulatá odrážka"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Soubor ZIP nelze vytvořit."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Styly návrhu tabulky"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Vrátit akce: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Vrátit akce: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Opakovat akce: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Opakovat akce: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Najít"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Rozlišovat velikost"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Zobrazený řetězec"
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) x $(HEIGHT) při $(DPI) DPI"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) KiB"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "Obrázek GIF"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "Obrázek JPEG"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "Obrázek PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "Obrázek TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "Obrázek WMF"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "Obrázek MET"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "Obrázek PCT"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "Obrázek SVG"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "Obrázek BMP"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Neznámý"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Přepnout"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Režim obrázku"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Červená"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Zelená"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Modrá"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Jas"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Kontrast"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gama"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Průhlednost"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Oříznout"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Výchozí orientace"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Shora dolů"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Zdola nahoru"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Skládaný"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Levý okraj:"
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Horní okraj:"
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Pravý okraj:"
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Spodní okraj:"
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Popis stránky: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Velká písmena"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Malá písmena"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Velká římská"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Malá římská"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabská"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Žádné"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Na šířku"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Na výšku"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Vlevo"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Vpravo"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Vše"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Zrcadlit"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Datum: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Text: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Pozadí znaku"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Barevná paleta"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr "Čísla snímků:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7890,1916 +7922,1916 @@ msgstr ""
"Přejete si místo něj uložit změněnou verzi?"
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Základní latinka"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latin-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Rozšířená latinka A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Rozšířená latinka B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Rozšíření IPA"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Znaky pro změnu výslovnosti"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Kombinující diakritické znaky"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Základní řecké"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Řecké symboly a koptské"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Cyrilice"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Arménské"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Základní hebrejské"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Rozšířené hebrejské"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Základní arabské"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Rozšířené arabské"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Dévanágarí"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengálské"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhí"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gudžarátské"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Urijské"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamilské"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugské"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannadské"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malajálamské"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thajské"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Laoské"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Základní gruzínské"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Rozšířené gruzínské"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul džamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Dodatečná rozšířená latinka"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Rozšířené řecké"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Obecná interpunkce"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Horní a dolní indexy"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Symboly měn"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Kombinující diakritické symboly"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Symboly podobné písmenům"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Číselné tvary"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Šipky"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Matematické operátory"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Různé technické symboly"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Řídicí obrázky"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Optické rozpoznávání znaků"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Uzavřené alfanumerické znaky"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Kresba rámečků"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Blokové prvky"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Geometrické tvary"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Různé symboly"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Symboly Dingbat"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "Symboly a interpunkce CJK"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Džamo kompatibilní s hangul"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "Různé CJK"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Uzavřené znaky a měsíce CJK"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "Kompatibilní CJK"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "Unifikované ideogramy CJK"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "Rozšíření A unifikovaných ideogramů CJK"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Místo pro vlastní znaky"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "Kompatibilní ideogramy CJK"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Tvary zápisu abecedy"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Tvary zápisu arabštiny A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Kombinující poloviční znaky"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "Kompatibilní tvary CJK"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Varianty malých tvarů"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Tvary zápisu arabštiny B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Tvary s poloviční a plnou šířkou"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Speciální"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Slabičné Yi"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Základní znaky Yi"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Staroitalské"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gótské"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Byzantské hudební symboly"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Hudební symboly"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Matematické alfanumerické symboly"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "Rozšíření B unifikovaných ideogramů CJK"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Rozšíření C unifikovaných ideogramů CJK"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "Rozšíření D unifikovaných ideogramů CJK"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "Dodatečné kompatibilní ideogramy CJK"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Značky"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Doplňková cyrilice"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Výběry variant znaků"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Doplňkové místo pro vlastní znaky A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Doplňkové místo pro vlastní znaky B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Khmerské symboly"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Fonetická rozšíření"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Různé symboly a šipky"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Šesticípé symboly Yijing"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Lineární B slabičné"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Lineární B ideogramy"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Egejské číslice"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugaritské"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shawova abeceda"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanské"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhálské"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetské"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Barmské"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmerské"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogam"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runy"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Syrské"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Tána"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etiopské"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Čerokézské"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Kanadské domorodé slabičné"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolské"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Různé matematické symboly A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Doplňkové šipky A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Braillovy vzory"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Doplňkové šipky B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Různé matematické symboly B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "Doplňkové základní znaky CJK"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Základní znaky Kangxi"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Ideografické popisné znaky"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalské"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunóo"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Rozšířené bopomofo"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Hláskosloví Katakana"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Tahy CJK"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Kyperské slabičné"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Taixuanjing symboly"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Doplňkové výběry variant znaků"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Starořecká hudební notace"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Starořecké číslice"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Arabské doplňky"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Buginské"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Doplňkové kombinující diakritické znaky"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Koptské"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Rozšířené etiopské"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Doplňkové etiopské"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Doplňkové gruzínské"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Hlaholice"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharóšthí"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Tonální modifikátory"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Nové Tai Lue"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Staroperské"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Fonetická rozšíření, doplněk"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Doplňková interpunkce"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Svislé tvary"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balijské"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Rozšířená latinka C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Rozšířená latinka D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Fénické"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Klínové písmo"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Čísla a interpunkce klínového písma"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Čínské číslice"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sundanské"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepča"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Rozšířená cyrilice A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Rozšířená cyrilice B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Čamské"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Starověké symboly"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Disk z Faistu"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lykijské"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Kárské"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lýdské"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Kostky na mahjong"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Dominové kostky"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samaritánské"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Rozšířené kanadské domorodé slabičné"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Védská rozšíření"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Běžné indické číselné tvary"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Rozšířené dévanágarí"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Rozšířené hangul džamo A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javánské"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Rozšířené barmské A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Rozšířené hangul džamo B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Říšské aramejské"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Starojihoarabské"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestické"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Parthské psané"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Pahlavské psané"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Staroturecké"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Číselné symboly rumi"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Egyptské hieroglyfy"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Doplňkové uzavřené alfanumerické"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Doplňkové uzavřené ideografické"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandejské"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batacké"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Rozšířené etiopské A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Bráhmí"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Doplňkové bamum"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Doplňkové kana"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Hrací karty"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Různé symboly a piktogramy"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Emotikony"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Dopravní a mapové symboly"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Alchymistické symboly"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Rozšířené arabské A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Arabské matematické symboly abecedy"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Čakma"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Rozšířené manipurské"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Meroitické psací"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Meroitické hieroglyfy"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Šáradá"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Doplňkové sundanské"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Bassa Vah"
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Kavkazskoalbánské"
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Koptské číslice"
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Rozšířené kombinující diakritické znaky"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Duployého"
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Elbasanské"
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Rozšířené geometrické tvary"
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Khudawadi"
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Rozšířená latinka E"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Lineární A"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Mahájánské"
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Manichejské"
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modi"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Rozšířené barmské B"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Nabatejské"
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Staroseveroarabské"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Staropermské"
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Ornamentální symboly"
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Palmýrské"
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "Žalmové pahlaví"
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Značky těsnopisného formátu"
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Sinhálské archaické číslice"
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Doplňkové šipky C"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahomské"
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Anatolské hieroglyfy"
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Doplňkové čerokézské"
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "Rozšíření E unifikovaných ideogramů CJK"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Raně dynastické klínové písmo"
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Hatranské"
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multanské"
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Staromaďarské"
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Doplňkové symboly a piktogramy"
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Znakopis Suttonové"
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Adlam"
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Rozšířená cyrilice C"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Doplňková hlaholice"
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Ideografické symboly a interpunkce"
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Doplňkové mongolské"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Newa"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Osedžijské"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Tangutské"
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Součásti tangutského"
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "Rozšíření F unifikovaných ideogramů CJK"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Rozšířená kana A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Masaramovo Gondi"
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Nushu"
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Sojombo"
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Doplňkové syrské"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "Čtvercové Zanabazar"
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "Šachové symboly"
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "Dogarské"
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "Gunjalské gondi"
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "Hanifovo rohingské"
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Indická čísla siyaq"
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "Makasarština"
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Mayské číslice"
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "Medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "Starosogdské"
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "Sogdské"
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr "Značky formátu egyptských hieroglyfů"
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr "Elamské"
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr "Nandinagari"
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr "Nyiakeng Puachue Hmong"
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr "Osmanská čísla siyaq"
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr "Rozšíření malé kany"
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr "Rozšířené symboly a piktogramy A"
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr "Doplňkové tamilské"
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr "Wancho"
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr "Chórezmské"
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr "Rozšíření G unifikovaných ideogramů CJK"
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr "Dhives akuru"
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr "Malé kitanské písmo"
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr "Doplňkové lisu"
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr "Symboly pro dřívější počítače"
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr "Doplňkové tangutské"
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr "Jezídské"
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "Zleva doprava (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "Zprava doleva (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Použít nastavení nadřazeného objektu"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "Zleva doprava (vodorovně)"
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "Zprava doleva (vodorovně)"
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "Zprava doleva (svisle)"
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "Zleva doprava (svisle)"
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "Zdola nahoru, zleva doprava (svisle)"
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Písmomalba"
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10585,244 +10617,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Čára úhlopříčky z levého dolního do pravého horního rohu"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Žádné"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "Odrážka"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Obrázek"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "Odkaz na obrázek"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, …"
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, …"
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, …"
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr "1., 2., 3., ..."
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr "Jedna, dva, tři, ..."
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr "První, druhý, třetí, ..."
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr "*, †, ‡, §, **, ††, ..."
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Přirozené číslování"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (bulharské)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (bulharské)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (bulharské)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (bulharské)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (ruské)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (ruské)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (ruské)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (ruské)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (srbské)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (srbské)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (srbské)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (srbské)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (velká řecká písmena)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (malá řecká písmena)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א...י, יא...כ, ..."
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א...ת, אא...תת, ..."
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١, ٢, ٣, ٤, ... (arabské)"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱, ۲, ۳, ۴, ... (perské)"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16060,7 +16093,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/cs/sw/messages.po b/source/cs/sw/messages.po
index bfff3bef479..55a6de54b4a 100644
--- a/source/cs/sw/messages.po
+++ b/source/cs/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2020-06-22 03:26+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/cs/>\n"
@@ -575,7 +575,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Číslované odstavce"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -583,1301 +583,1337 @@ msgstr "Číslované odstavce"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10955,127 +10991,127 @@ msgid "Width:"
msgstr "Šířka:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Rozestupy:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Šířka a rozestupy"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "S_tyl:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "Šířk_a:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "_Výška:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "_Umístění:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Nahoře"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Uprostřed"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Dole"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_Barva:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Oddělovací čára"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Sloupce:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Rovnoměrně rozdělit _obsah mezi všechny sloupce"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Výběr"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Aktuální oblast"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Vybrané oblasti"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Rámec"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Styl stránky: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "_Použít na:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "Smě_r textu:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Nastavení"
@@ -12807,67 +12843,67 @@ msgid "Space to text"
msgstr "Vzdálenost k te_xtu"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Oblast poznámek pod čarou"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_Umístění"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "_Styl"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "_Tloušťka"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_Barva"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_Délka"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "Vzdálenost _k obsahu poznámek pod čarou"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Vlevo"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Uprostřed"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Vpravo"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "Oddělovací čára"
@@ -19102,7 +19138,7 @@ msgid "_More Options"
msgstr "_Další možnosti"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Další možnosti"
@@ -21284,43 +21320,43 @@ msgid "Remaining space:"
msgstr "Zbývající místo:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Šířka sloupce 2"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Šířka sloupce 3"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Šířka sloupce 4"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Šířka sloupce 5"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Šířka sloupce 6"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Šířka sloupce 1"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Šířka sloupce"
diff --git a/source/cs/vcl/messages.po b/source/cs/vcl/messages.po
index 87226277eca..43927f63207 100644
--- a/source/cs/vcl/messages.po
+++ b/source/cs/vcl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-27 13:25+0200\n"
-"PO-Revision-Date: 2020-07-22 11:13+0000\n"
+"PO-Revision-Date: 2020-08-05 13:34+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_ui-master/vclmessages/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1558934371.000000\n"
#. k5jTM
@@ -2083,7 +2083,7 @@ msgstr "Zahrnout:"
#: vcl/uiconfig/ui/printdialog.ui:580
msgctxt "printdialog|liststore3"
msgid "Odd and Even Pages"
-msgstr ""
+msgstr "Liché a sudé stránky"
#. 49y67
#: vcl/uiconfig/ui/printdialog.ui:581
diff --git a/source/cy/chart2/messages.po b/source/cy/chart2/messages.po
index 8c5bdd95e65..43e6f450068 100644
--- a/source/cy/chart2/messages.po
+++ b/source/cy/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-23 01:46+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/cy/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1552902755.000000\n"
#. NCRDD
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Cyfeiriad Testun"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "_Cynllun"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Syml"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Realistig"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Cyfaddasu"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "_Cynllun"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_Cysgodi"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "­Borderi _gwrthrychau"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "­_Ymylon crwn"
diff --git a/source/cy/cui/messages.po b/source/cy/cui/messages.po
index cfe24c68a58..9485155a1a0 100644
--- a/source/cy/cui/messages.po
+++ b/source/cy/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-08-04 11:13+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-06 19:23+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/cy/>\n"
"Language: cy\n"
@@ -4341,45 +4341,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "_Testun yn unig"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr "Ychwanegion"
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr "Label Cynnydd"
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr "ProgressLabel"
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr "Mae'r label hwn yn dangos cynnydd y gweithrediadau fel llwytho estyniadau, heb eu darganfod, ac ati."
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr "searchEntry"
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr "Dewislen Gêr"
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr "Yn cynnwys gorchmynion i addasu gosodiadau'r rhestr ychwanegiadau fel math didoli neu fath gweld."
@@ -12846,7 +12888,7 @@ msgstr "cyfeiriad e-bost"
#: cui/uiconfig/ui/optuserpage.ui:424
msgctxt "extended tip | email"
msgid "Type your email address."
-msgstr ""
+msgstr "Teipiwch eich cyfeiriad e-bost."
#. eygE2
#: cui/uiconfig/ui/optuserpage.ui:441
@@ -15058,7 +15100,7 @@ msgstr "_Lliw:"
#: cui/uiconfig/ui/shadowtabpage.ui:185
msgctxt "shadowtabpage|FT_SHADOW_BLUR"
msgid "_Blur:"
-msgstr ""
+msgstr "_Aneglurder:"
#. DMAGP
#: cui/uiconfig/ui/shadowtabpage.ui:199
diff --git a/source/cy/dbaccess/messages.po b/source/cy/dbaccess/messages.po
index 72369e1b8bc..bf631f729ef 100644
--- a/source/cy/dbaccess/messages.po
+++ b/source/cy/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: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-08-04 11:14+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/cy/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565695943.000000\n"
#. BiN6g
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Tasgau"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Disgrifiad"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Rhagolwg"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"Hoffech chi gau pob dogfen?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "Enw ~ffurflen"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Enw ~adroddiad"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "~Enw ffolder"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "Mae'r ddogfen yn cynnwys ffurflenni neu adroddiadau gyda macros wedi eu mewnosod."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"Sylwch na fydd modd mewnosod y macros i ddogfen y gronfa ddata nes i hyn gael ei gyflawni. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Cronfa ddata wedi ei fewnosod"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "Nid oes modd dewis categorïau gwahanol."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "Wedi canfod math o wrthrych nad yw'n cael ei gynnal ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Priodweddau Uwch"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Gosodiadau Ychwanegol"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Gosodiadau'r cysylltiad"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "~Enw'r Tabl"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "Enw'r ~ymholiad"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Ailenwi fel"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Mewnoli fel"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Hoffech chi ddileu'r data hwn?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Gwall wrth osod meini prawf trefnu"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Gwall wrth osod meini prawf hidlo"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Colli'r cysylltiad"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Ymholiadau"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Tablau"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Cadarnhau Dileu"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Hoffech chi ddileu'r tabl '%1'?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "Mae'r cysylltiad â'r gronfa ddata wedi ei golli. Hoffech chi ailgysylltu?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Canfod rhybuddion"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "Wrth adfer y tablau, cafwyd rhybuddion gan gysylltiad y gronfa ddata."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "Cysylltu â \"$name$\" ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Llwytho ymholiad $name$ ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Llwytho tabl $name$ ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Methu canfod fformat tabl."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "Methu creu cysylltiad â'r ffynhonnell data \"$name$\"."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Mewnosod/tynnu allwedd gynradd"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Iawn"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Na"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<dim>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Enw Maes"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Math o Faes"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Disgrifiad"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Disgrifiad Colofn"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Priodweddau Maes"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Newid cell"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Dileu rhes"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Newid math maes"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Mewnosod rhes"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Mewnosod rhes newydd"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~Gwerth rhagosodedig"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"Os nad yw'r maes i gael gwerth rhagosodedig, dewiswch linyn gwag."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"Pan fyddwch yn rhoi data i'r tabl, bydd y llinyn hwn yn cael ei ddefnyddio ar gyfer pob cofnod newydd yn y maes dewiswyd. Dylai, felly, gyd-fynd â fformat cell sydd angen ei osod islaw."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Rhowch hyd y testun mwyaf sy'n cael ei ganiatáu."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Rhowch fformat rhif."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"Bydd y gwerth yn cael ei gywiro'n awtomatig pan fydd yn mynd tu hwnt i'r hiraf ar gyfer y gronfa ddata hon."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Enwi'r nifer o leoedd degol sy'n cael eu caniatáu yn y maes."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Dyma le rydych yn gweld sut fydd eich data'n cael ei ddangos yn ei fformat presennol (defnyddiwch y botwm ar y dde i newid y fformat)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Dyma'r lle i bennu fformat allwn y data."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"Nid oes modd rhoi data mewn meysydd o'r math yma. Bydd gwerth cynhenid yn cael ei osod yn awtomatig i bob cofnod newydd (o ganlyniad i gynyddiad y cofnod blaenorol)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "Methu cadw'r tabl oherwydd i enw'r golofn \"$column$\" gael ei neilltuo ddwywaith."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "Mae'r golofn \"$column$\" yn perthyn i'r allwedd gynradd. Os fydd y golofn yn cael ei ddileu, bydd yr allwedd gynradd yn cael ei ddileu hefyd. Ydych chi wir eisiau parhau?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Yr Allwedd Gynradd Effeithiwyd"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Colofn"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "Parhau beth bynnag?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "Methu cadw'r tabl oherwydd anawsterau cysylltu â'r tabl."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "Methu addasu hidl y tabl gan fod y ffynhonnell data wedi ei ddileu."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"Hoffech chi gadw'r newidiadau?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Dim allwedd gynradd"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"A ddylid creu allwedd gynradd?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "Methu newid colofn \"$column$\". A ddylid dileu'r golofn ac ategu fformat newydd?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Gwall wrth gadw cynllun y tabl"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "Methu dileu colofn $column$."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"Bydd y datganiad yn cael ei drosglwyddo ar ei union i'r gronfa ddata wedi i'r tabl gael ei greu."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"Nid yw modd cynllun tabl ar gael o'r ffynhonnell data."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "newid enw maes"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "newid math o faes"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "newid disgrifiad maes"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "newid priodoleddau maes"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "Mae angen cyfrinair i gysylltu â'r ffynhonnell data \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"yn bodoli. Dylai gael ei greu?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "Methu creu cyfeiriadur $name$."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Mae'r ffeil yn bodoli eisoes. Trosysgrifo?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Ffolder"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Priodweddau cronfa ddata"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Priodweddau Ffynhonnell Data: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "Dewis 'Cysylltu i gronfa ddata presennol' i gysylltu â chronfa ddata presennol yn lle hynny."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Methu llwytho llyfrgell #lib# neu mae wedi ei lygru. Nid yw'r dewis ffynhonnell data ODBC ar gael."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"Mae gennych hawl i newid y gosodiadau, ond mwy na thebyg, ni fydd modd i chi gysylltu â'r gronfa ddata."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Dim}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "Rhaid gosod #1."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "Rhaid i #1 a #2 fod yn wahanol."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "Methu defnyddio cardiau gwyllt megis ?,* yn #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Cysylltiad Prawf"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Gwnaed cysylltiad yn llwyddiannus."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Nid oedd modd creu cysylltiad llwyddiannus."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "Llwythwyd y gyrrwr JDBC yn llwyddiannus."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "Methu llwytho gyrrwr JDBC."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "Ffeil MS Access"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "Ffeil MS Access 2007"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Cronfa Ddata Firebird"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "System"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Gwall wrth greu"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "Digwyddodd gwall annisgwyl. Methu cyflawni'r weithred."
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Nid oedd modd agor dogfen \"$file$\"."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "Nid oes modd dileu'r tabl am nad yw'r cysylltiad cronfa ddata'n cynnal hynny."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "P~opeth"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Dadwneud:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Ail-wneud:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "Methu canfod math golofn gyfatebol ar gyfer colofn '#1'."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Nid yw ffeil \"$file$\" yn bodoli."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "Cafwyd rhybudd wrth gysylltu â ffynhonnell y data. Cliciwch \"$buttontext$\" i'w gweld."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "Mae adroddiad, \"$file$\", angen y nodwedd Report Builder."
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "Methu cysylltu â rheolwr gyrrwr SDBC (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "Heb adnabod y gyrrwr ar gyfer yr URL #connurl#."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "Wedi cysylltu'n llwyddiannus, ond nid oes manylion am gronfeydd data ar gael."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Pob tabl"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Pob golwg"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Pob tabl a golwg"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Enw tabl"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Mewnosod data"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Dileu data"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Newid data"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Newid strwythur"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Darllen data"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Newid cyfeiriadau"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Gollwng strwythur"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Llwybr i ffeiliau dBASE"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Llwybr i ffeiliau testun"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Llwybr i'r ddogfen taenlen"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Enw ffynhonnell data ODBC ar eich system"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "Llwybr i ddogfen Writer"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Enw'r gronfa ddata MySQL"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Enw'r gronfa ddata Oracle"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Ffeil cronfa ddata Microsoft Access"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "Does dim angen rhagor o osodiadau. I wirio bod y cysylltiad yn gweithio, cliciwch ar y botwm '%test'."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "URL y ffynhonnell data (e.e. host=$host:$port dbname=$database)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "Enw ~gwesteiwr"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Enw proffil ~Gwe-lywiwr"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Enw proffil ~Thunderbird"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Ychwanegu Tablau"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Ychwanegu Tabl neu Ymholiad"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Gosod colofnau"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Fformatio math"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"Mae'r enw canlynol eisoes yn cael ei ddefnyddio:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Neilltuo colofnau"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Nôl"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "N~esaf>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "~Creu"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Copïo tabl"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Copïo tabl"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "Nid yw'r enw hwn yn ddilys yn y gronfa ddata bresennol."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Dewiswch y dewis 'Atodi data' ar y dudalen gyntaf i atodi data i'r tabl presennol."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Newidiwch enw'r tabl. Mae'n rhy hir."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Dewin Cronfa Ddata"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Dewis cronfa ddata"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Gosod cysylltiad dBASE"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Gosod cysylltiad i ffeiliau testun"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Gosod cysylltiad Microsoft Access"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Gosod cysylltiad LDAP"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Gosod cysylltiad ADO"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Gosod cysylltiad JDBC"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Gosod cysylltiad i gronfa ddata Oracle"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Gosod cysylltiad MySQL"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Gosod cysylltiad ODBC"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Creu cysylltiaid Dogfen Writer neu Daenlen"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Gosod dilysiad defnyddiwr"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Gosod data gweinydd MySQL"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Cadw a pharhau"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Cronfa Ddata Newydd"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Creu cysylltiad i gronfa ddata MySQL drwy JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"Cysylltwch â'ch gweinyddwr system os ydych yn ansicr am y gosodiadau canlynol."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "~Dosbarth gyrrwr MySQL JDBC:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Rhagosodedig: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Creu cysylltiad i ffeiliau dBASE"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Dewis y ffolder lle mae ffeiliau dBASE wedi eu cadw."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Gosod cysylltiad i ffeiliau testun"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Dewis y ffolder lle mae'r ffeiliau CSV (Comma Separated Values) wedi eu cadw. Bydd Base %PRODUCTNAME yn agor y ffeiliau ym modd darllen yn unig."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Llwybr i ffeiliau testun"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Creu cysylltiad i gronfa ddata Microsoft Access"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Dewiswch ffeil Microsoft Access hoffech chi gael mynediad ato."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Creu cysylltiad i gronfa ddata ADO"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"Cysylltwch â'ch gweinyddwr system os ydych yn ansicr am y gosodiadau canlynol."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Creu cysylltiad i gronfa ddata ODBC"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"Cysylltwch â'ch gweinyddwr system os ydych yn ansicr am y gosodiadau canlynol."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Creu cysylltiad i gronfa ddata JDBC"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"Cysylltwch â'ch gweinyddwr system os ydych yn ansicr am y gosodiadau canlynol."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Creu cysylltiad i gronfa ddata Oracle"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Rhagosodedig: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "~Dosbarth gyrrwr Oracle JDBC"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"Cysylltwch â'ch gweinyddwr system os ydych yn ansicr am y gosodiadau canlynol."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Creu cysylltiad i daenlenni"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
".Bydd %PRODUCTNAME yn agor y ffeil ym modd darllen yn unig."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~Lleoliad ac enw ffeil"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Gorchymyn wedi ei weithredu'n llwyddiannus."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "Mae'r cysylltiad i'r gronfa ddata wedi ei golli. Bydd y deialog yn cau."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Trefn didoli"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Maes mynegai"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Esgyn"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Disgyn"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Ydych chi wir am ddileu mynegai '$name$'?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "mynegai"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "Rhaid i'r mynegai gynnwys o leiaf un maes."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Mae yna fynegai arall o'r enw \"$name$\"."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "Yn niffiniad y mynegai, ni fydd tabl colofn yn cael digwydd nwy nag unwaith. Er hynny, rydych wedi rhoi colofn \"$name$\" ddwywaith."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "Nid oedd modd trosi'r cofnod i werth dilys ar gyfer paramedr\"$name$\""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "Statws SQL"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Cod gwall"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "Rheswm aml ar gyfer y gwall hwn yw gosodiadau set nodau anghywir ar gyfer iaith eich cronfa ddata. Gwiriwch y gosodiadau drwy ddewis Golygu - Cronfa Ddata - Priodweddau."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Gwall"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Rhybudd"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Gwybodaeth"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Manylion"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Ydych chi wir eisiau dileu'r defnyddiwr?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "Nid yw'r gronfa ddata'n cynnal gweinyddiaeth defnyddiwr."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Nid yw'r cyfrineiriau'n cydweddu. Rhowch y cyfrinair eto."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Sylwch na fydd rhai mathau o gronfeydd data'n cynnal y math yma o uniad."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Cynnwys dim ond cofnodion y mae eu cynnwys yn y meysydd cydberthynol y ddau dabl yn cyfateb."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Yn cynnwys POB cofnod o dabl '%1' a dim ond cofnodion o dabl '%2' lle mae gwerthoedd mewn meysydd cydberthynol yn cydweddu."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Yn cynnwys POB cofnod o '%1' ac o '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Mae'n cynnwys cynnyrch Cartesaidd POB cofnod o '%1' ac o '%2'."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "Nid yw'r gronfa ddata'n cynnal golwg tabl."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "Nid yw'r gronfa ddata cyrchfan yn cynnal allweddi cynradd."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "heb ganfod disgrifiwr mynediad i ddata, neu dim disgrifiwr mynediad i ddata sy'n darparu'r wybodaeth angenrheidiol"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Dim ond tablau ac ymholiadau sy'n cael eu cynnal ar hyn o bryd."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "Rhaid i ffynhonnell canlyniadau'r ffynhonnell gynnal nodau tudalen."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Math colofn ffynhonnell heb ei gynnal ($type$) ar safle colofn $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Nifer anghyfreithlon o baramedrau ymgychwyn."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Digwyddodd gwall wrth ymgychwyn."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Gosodiadau heb eu cynnal yn nisgrifiad ffynhonnell y copi: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "Er mwyn copïo ymholiad, rhaid i'ch cysylltiad allu darparu ymholiadau."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "Mae'r triniwr rhyngweithiad yma'n annilys."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Mae'r gydberthynas yn bodoli. Hoffech chi ei olygu?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Golygu..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Creu..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - Base %PRODUCTNAME: Cynllun cydberthynol"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "Nid yw'r gronfa ddata'n cynnal cydberthynas."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Wrth ddileu'r tabl hwn bydd holl gydberthynas gyfatebol yn cael ei ddileu hefyd. Parhau?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4536,7 +4530,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "Marcio'r tablau ddylai fod yn weladwy ar gyfer rhaglenni."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Tablau a Hidl Tabl"
@@ -4565,6 +4559,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "Ychwanegu Tabl neu Ymholiad"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/cy/desktop/messages.po b/source/cy/desktop/messages.po
index 2c9f5ad9467..cf6332409b5 100644
--- a/source/cy/desktop/messages.po
+++ b/source/cy/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-26 08:22+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/cy/>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Estyniad"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "Cydran Llyfrgell Dynamig UNO"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "Cydran Java UNO"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "Cydran Python UNO"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "Cydrannau UNO"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "Math Llyfrgell RDB UNO"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "Math Llyfrgell Java UNO"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "Llyfrgell %MACROLANG"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Cymorth"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "Nid oes modd gosod yr estyniad oherwydd:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "Nid oedd modd gosod yr estyniad am i wall ddigwydd yn y ffeiliau Cymorth:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Ychwanegu Estyniad(au)"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Tynnu"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~Galluogi"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Anablu"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Diweddariad..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Ychwanegu %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "Tynnu %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Galluogi %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Anablu %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Derbyn trwydded %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Gwall: Nid yw statws yr estyniad yn hysbys"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Cau"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Gadael"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"Mae diweddaru estyniadau yn gofyn am ganiatâd gweinyddwr. Cysylltwch â'ch gweinyddwr system i ddiweddaru'r estyniadau rhanedig canlynol:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "Nid oes modd galluogi'r estyniad gan nad yw'r dibyniaethau system canlynol wedi eu bodloni:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Mae'r estyniad wedi ei analluogi gan nad ydych wedi derbyn y drwydded eto.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Dangos y drwydded"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Cliciwch 'Diddymu' i atal y gosod."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "Mae gosod estyniadau wedi ei analluogi ar hyn o bryd. Cysylltwch a'ch gweinyddwr system am rhagor o wybodaeth."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "Mae tynnu estyniadau wedi ei analluogi ar hyn o bryd. Cysylltwch â'ch gweinyddwr system am rhagor o wybodaeth."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Cliciwch 'Diddymu' i atal tynnu'r estyniad."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Cliciwch 'Diddymu' i atal tynnu'r estyniad."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Cliciwch 'Diddymu' i atal galluogi'r estyniad."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Cliciwch 'Diddymu' i atal analluogi'r estyniad."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "Nid yw'r estyniad '%Name' yn gweithio ar y cyfrifiadur hwn."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Gosod estyniadau..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Cwblhawyd y gosod"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Dim gwallau."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Gwall wrth lwytho i lawr estyniad %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Neges gwall: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Gwall wrth osod estyniad %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "Gwrthodwyd cytundeb trwydded estyniad %NAME. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Ni fydd yr estyniad yn cael ei osod."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Anhysbys"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "Mae'r estyniad angen o leiaf cyfeirnod OpenOffice fersiwn %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "Nid yw'r estyniad yn cynnal fersiynau cyfeirio OpenOffice.org mwy na %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "Mae'r estyniad angen o leiaf %PRODUCTNAME fersiwn %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr "Nid yw'r estyniad yn cefnogi fersiynau o %PRODUCTNAME yn uwch na %VERSION"
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Cliciwch 'Diddymu' i atal y gosod."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Cliciwch 'Diddymu' i atal y gosod."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Cliciwch 'Diddymu' i atal y gosod."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Cliciwch 'Diddymu' i atal y gosod."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Cliciwch 'Diddymu' i atal y gosod."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Cliciwch 'Diddymu' i atal y gosod."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Nid oes diweddariadau newydd ar gael."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Dim diweddariadau gosodadwy ar gael. I weld pob diweddariad, marciwch y blwch ticio 'Dangos pob diweddariad'."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Digwyddodd gwall:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Gwall anhysbys."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "Dim disgrifiad o'r diweddariad ar gael."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "Nid oes modd gosod yr estyniad oherwydd:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Nid yw'r fersiwn angenrheidiol o %PRODUCTNAME yn gydnaws:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "Mae gennych %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "diweddaru drwy'r porwr"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Fersiwn"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Bydd y diweddariad yn cael ei hanwybyddu.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Methu cychwyn y rhaglen. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "Methu canfod cyfeiriadur ffurfweddu \"$1\"."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "Mae'r llwybr gosod yn annilys."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Ddigwyddodd gwall mewnol."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Mae'r ffeil ffurfweddiad \"$1\" wedi llygru."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Methu canfod ffeil ffurfweddiad \"$1\"."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "Nid yw'r ffeil ffurfweddiad \"$1\" yn cynnal y fersiwn cyfredol."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Nid oes modd adnabod iaith rhyngwyneb y defnyddiwr."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "Ni fu'n bosibl cwblhau godod gan ddefnyddiwr. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Nid yw'r gwasanaeth ffurfweddu ar gael."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Cychwyn y rhaglen osod i drwsio'r gosodiad o'r CD neu ffolder sy'n cynnwys y pecynnau gosod."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "Digwyddodd gwall cyffredinol wrth gael mynediad i'ch ffurfweddiad canolog. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Cysylltwch â'ch gweinyddwr system."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Digwyddodd y gwall mewnol canlynol: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "Rhaid ailgychwyn %PRODUCTNAME gyda llaw ar ôl gosod neu ddiweddaru."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"Ydych chi am barhau?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Mae argraffu wedi ei analluogi. Nid oes modd argraffu dogfennau."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "Nid yw'r rheolwr llwybr ar gael.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -737,7 +743,7 @@ msgstr ""
"\n"
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -747,61 +753,61 @@ msgstr ""
"\n"
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Cytundeb Trwydded Meddalwedd Estyniad $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Darllenwch yr holl Gytundeb Trwyddedu uchod. Derbyniwch y Cytundeb Trwydded drwy deipio \"iawn\" ar y consol ac yna pwyso'r bysell Return. Teipiwch \"na\" i wrthod ac atal gosod yr estyniad."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Rhowch \"iawn\" neu \"na\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "Nid oedd eich mewnbwn yn gywir. Rhowch \"iawn\" neu \"na\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "YES"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NO"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "methu cychwyn unopkg. Mae'r ffeil cloi yn awgrymu ei fod dal yn rhedeg. Os nad yw hyn yn berthnasol, dilëwch y ffeil cloi yn:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "GWALL: "
diff --git a/source/cy/framework/messages.po b/source/cy/framework/messages.po
index 132095953c0..f5676323391 100644
--- a/source/cy/framework/messages.po
+++ b/source/cy/framework/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-02-27 14:31+0100\n"
-"PO-Revision-Date: 2020-03-03 13:15+0000\n"
+"PO-Revision-Date: 2020-08-06 19:23+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://weblate.documentfoundation.org/projects/libo_ui-master/frameworkmessages/cy/>\n"
"Language: cy\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1507238754.000000\n"
#. 5dTDC
@@ -68,7 +68,7 @@ msgstr "~Docio Pob Bar Offer"
#: framework/inc/strings.hrc:33
msgctxt "STR_TOOLBAR_LOCK_TOOLBAR"
msgid "~Lock Toolbar Position"
-msgstr "C~lo Safle'r Bar Offer"
+msgstr "C~loi Safle'r Bar Offer"
#. a9XNN
#: framework/inc/strings.hrc:34
@@ -116,7 +116,7 @@ msgstr " (Modd Diogel)"
#: framework/inc/strings.hrc:41
msgctxt "STR_TOOLBAR_TITLE_ADDON"
msgid "Add-On %num%"
-msgstr "Ychwanegyn %num%"
+msgstr "%num% Ychwanegyn"
#. 5HFDW
#: framework/inc/strings.hrc:42
diff --git a/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po b/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
index 961f324be56..0e20f96ad08 100644
--- a/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-04 11:13+0000\n"
+"PO-Revision-Date: 2020-08-06 19:23+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/cy/>\n"
"Language: cy\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1565779480.000000\n"
#. W5ukN
@@ -29686,7 +29686,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Show outline content visibility button"
-msgstr ""
+msgstr "Dangos botwm gwelededd cynnwys amlinellol"
#. 9DzFr
#: WriterCommands.xcu
@@ -29696,7 +29696,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Show outline content visibility button"
-msgstr ""
+msgstr "Dangos botwm gwelededd cynnwys amlinellol"
#. QFi68
#: WriterCommands.xcu
@@ -34936,7 +34936,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Toggle Outline Content Visibility"
-msgstr ""
+msgstr "Toglo Gwelededd Cynnwys Amlinellol"
#. mByUW
#: WriterCommands.xcu
@@ -34946,7 +34946,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Fold or unfold outline content in document"
-msgstr ""
+msgstr "Plygu neu dad-blygu cynnwys amlinello yn y ddogfen"
#. joS9f
#: WriterFormWindowState.xcu
diff --git a/source/cy/sfx2/messages.po b/source/cy/sfx2/messages.po
index 743ce5aaf7b..4bf02215034 100644
--- a/source/cy/sfx2/messages.po
+++ b/source/cy/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-23 01:46+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/cy/>\n"
@@ -928,8 +928,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "Heb ganfod hidl delwedd"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -944,43 +950,43 @@ msgstr ""
"\n"
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Cyfrinair anghywir"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr "NId yw'r allwedd OpenPGP yn ddibynadwy, mae wedi ei ddifrodi neu wall amgryptio. Ceisiwch eto."
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Isafswm $(MINLEN) nod)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(Lleiafswm o 1 nod)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(Gall y cyfrinair fod yn wag)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "Methu gweithredu'r weithred. Nid yw'r modiwl rhaglen %PRODUCTNAME angenrheidiol ar gyfer y weithred wedi ei osod."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -990,7 +996,7 @@ msgstr ""
"Hoffech chi wneud hyn?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -1000,215 +1006,215 @@ msgstr ""
"Mae gwybodaeth am archebion i'w cael ar eich tudalen cartref."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Croeso i %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "Gollyngwch ddogfen yma neu ddewis ap o'r ochr chwith i greu un."
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr "Testun"
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr "Mynegiad _rheolaidd"
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr "Rhagddiffiniwyd"
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr "Anhysbys"
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr "Enw Targed"
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr "Math"
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr "Cynnwys"
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr "Sensitif i Faint"
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr "Geiriau Cyfan"
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr "Iawn"
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr "Na"
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr "Targed"
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr "Llwytho Targedau"
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr "Cadw Targedau"
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr "Mae angen pob maes"
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr "Mae targed eisoes gyda'r enw hwn"
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr "Rydych wedi dewis targedau lluosog, ond dim ond un targed y mae modd ei olygu ar unwaith."
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr "Ydych chi'n siŵr yr hoffech chi ddileu targedau $(TARGETSCOUNT) ar unwaith?"
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr "Set Targed (*.json)"
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr "Golygu Targed"
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr "Digwyddodd gwall wrth ychwanegu targed newydd. Rhowch wybod am y digwyddiad hwn."
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr "Mae angen modiwl Draw ar gyfer cudd nodau. Gwnewch yn siŵr fod LibreOffice Draw wedi 'i osod gennych ac yn gweithio'n iawn."
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Fersiwn presennol"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Allforio"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Mewnosod"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~Mewnosod"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr "<Pob delwedd>"
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Cadw Copi"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Cymharu â"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "Uno gyda"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "Dogfen %PRODUCTNAME"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1218,31 +1224,31 @@ msgstr ""
"Bydd y gwerth yn cael ei gadw fel testun."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Mae'r Arddull yn bodoli eisoes. Trosysgrifo?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Ailosod"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Mae'r enw'n cael ei ddefnyddio eisoes."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Nid yw'r Arddull yn bodoli."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1252,7 +1258,7 @@ msgstr ""
"gan y byddai'n arwain at gyfeiriad ailadroddus."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1262,7 +1268,7 @@ msgstr ""
"Dewiswch enw arall."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1273,73 +1279,73 @@ msgstr ""
"Os fyddwch yn ei ddileu bydd testun neu ddelweddau sy'n defnyddio'r arddulliau hyn yn mynd yn ól i'w harddulliau rhiant.\n"
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Arddulliau ar waith: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Llywiwr"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Cadarnhad cyfrinair gwallus"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Anfon"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Ffont"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Mewnosod Sylwadau'r Fersiwn"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(dim enw wedi ei osod)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Hierarchaidd"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "Ydych wir am diddymu'r recordio? Bydd unrhyw gamau wedi eu recordio hyd yma yn cael eu colli."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Diddymu Recordio"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "Mae'r templedi'n cael eu cychwyn ar gyfer defnydd cyntaf."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1349,7 +1355,7 @@ msgstr ""
"Dewiswch argraffydd a cheisiwch eto."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1359,19 +1365,19 @@ msgstr ""
"Gwiriwch ffurfweddiad eich argraffydd."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Argraffydd yn brysur"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (darllen yn unig)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1383,7 +1389,7 @@ msgstr ""
"yn y ddogfen bresennol?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1395,7 +1401,7 @@ msgstr ""
"yn y ddogfen bresennol?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1407,7 +1413,7 @@ msgstr ""
"yn y ddogfen bresennol?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1417,7 +1423,7 @@ msgstr ""
"argraffu'n digwydd."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1428,7 +1434,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1440,19 +1446,19 @@ msgstr ""
"Cod gwall yw $1"
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr "Gwall anfon e-bost"
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "Nid oes modd golygu'r ddogfen, efallai oherwydd hawl mynediad coll. Hoffech chi olygu copi o'r ddogfen?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1462,471 +1468,471 @@ msgstr ""
"Ydych chi eisiau golygu copi o'r ddogfen?"
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr "Gallwch hefyd geisio anwybyddu'r clo ac agor y ffeil i'w golygu."
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "Agor ~Copi"
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr "~Agor"
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (dogfen wedi ei thrwsio)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "Nid yw'r ddogfen wedi ei ryddhau o'r gweinydd."
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr "Cynorthwywch ni i wneud %PRODUCTNAME yn well byth!"
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr "Ymunwch"
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr "Mae eich rhoddion yn cynnal ein cymuned byd eang."
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr "Cyfrannu"
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr "Rydych yn rhedeg %PRODUCTVERSION o %PRODUCTNAME am y tro cyntaf. Hoffech chi wybod beth sy'n newydd?"
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr "Nodiadau Rhyddhau"
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Dogfen wedi ei hagor yn y modd darllen yn unig."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr "Mae'r PDF hwn ar agor yn y modd darllen yn unig er mwyn caniatau llofnodi'r ffeil gyfredol."
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "Label dosbarthiad y ddogfen yw %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "Rhaid i'r ddogfen gael dosbarthiad cyn fod modd gludo'r clipfwrdd."
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "Mae gan y ddogfen lefel dosbarthiad is na'r clipfwrdd."
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "Lefel"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "Diogelwch Gwladol:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Rheoli Allforio:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Gadael"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Golygu Dogfen"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Llofnodi Dogfen"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr "Gorffen Llofnodi"
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "Mae gan y ddogfen hon lofnod annilys."
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "Roedd y llofnod y ddilys, ond mae'r ddogfen wedi ei newid"
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "Mae'r llofnod yn iawn, ond nid oedd modd dilysu'r dystysgrif."
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "Mae'r llofnod yn iawn, ond dim ond yn rhannol mae'r ddogfen wedi ei llofnodi."
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr "Nid oedd modd dilysu'r dystysgrif a dim ond yn rhannol mae'r ddogfen wedi ei llofnodi."
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "Mae'r ddogfen wedi ei llofnodi'n ddigidol ac mae'r lofnod yn ddilys."
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "Dangos Llofnodion"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Cau'r Paen"
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Doc"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Dad-ddocio"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Rhagor o Ddewis"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Cau'r Bar Ochr"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "Gosodiadau'r Bar Ochr"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Cyfaddasu"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Adfer y Rhagosodiad"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "Cau'r Bar Ochr"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr "Alizarin"
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "Cwch Gwenyn"
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Cromlin Las"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "Cynlluniau Glasbrint"
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "Glas Llachar"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr "Coch Clasurol"
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "DNA"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Canolbwynt"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "Aderyn y Goedwig"
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "Argraff"
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "Ysbrydoliaeth"
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "Goleuadau"
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "Gwyrdd Dwfn"
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "Metropolis"
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "Glas y Nos"
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "Darlun o Natur"
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "Pensil"
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "Piano"
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "Portffolio"
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "Cynnydd"
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "Machlud Haul"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Hynafol"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "Llachar"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "CV"
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "Ail-ddechrau"
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "Rhagosodiad"
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "Modern"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "Llythyr busnes modern sans-serif"
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "Llythyr busnes modern serif"
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "Cerdyn busnes gyda logo"
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "Syml"
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Tynnu"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Clirio Pob Un"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Hyd cyfrinair"
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "Mae'r cyfrinair rydych wedi ei gynnig yn achosi anawsterau rhyngweithio. Rhowch gyfrinair sy'n llai na 52 did neu hirach na 55 did."
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr "%{key}-click i agor hyperddolen: % {link}"
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr "Cliciwch i agor hyperddolen:%{link}"
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(yn cael ei ddefnyddio gan: %STYLELIST)"
diff --git a/source/cy/svx/messages.po b/source/cy/svx/messages.po
index 5dd274b47bc..3aa1512ac09 100644
--- a/source/cy/svx/messages.po
+++ b/source/cy/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-04 11:14+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-06 19:23+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/cy/>\n"
"Language: cy\n"
@@ -5311,1195 +5311,1227 @@ msgid "All formats"
msgstr "Pob fformat"
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr "Ceugrwm byr"
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Sgwâr 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr "Saeth byr"
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr "Llinellau Dimensiwn"
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Saeth Ddwbl"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr "Triongl"
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr "Ceugrwm"
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr "Saeth fawr"
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr "Linell Dimensiwn"
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Cylch"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Sgwâr"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Saeth"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr "Hanner Cylch"
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "Triongl gwag"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "Diemwnt gwag"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Diemwnt"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Cylch gwag"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Sgwâr 45 gwag"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "Sgwâr gwag"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr "Hanner Cylch gwag"
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr "Saeth Llinell Dimensiwn"
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr "Llinell fer"
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr "Llinell"
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr "Hanner Saeth chwith"
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr "Hanner Saeth de"
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr "Saeth Gwrthdroi"
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr "CF Un"
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr "CF Dim ond Un"
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr "CF Llawer"
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr "CF Llawer Un"
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr "CF Dim Un"
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr "CF Dim Llawer"
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Tryloywder"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr "Gwyrdd 1 (Prif Liw %PRODUCTNAME)"
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "Arlliw Gwyrdd"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "Arlliw Glas"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "Arlliw Oren"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Porffor"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "Arlliw Porffor"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "Arlliw Melyn"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Oriel Themâu"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Adferwyd yn llwyddiannus"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "Adferwyd y ddogfen wreiddiol"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Methu adfer"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "Wrthi'n adfer"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Heb ei adfer eto"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "Bydd %PRODUCTNAME %PRODUCTVERSION yn cychwyn ceisio adfer eich dogfennau. Yn ddibynnol ar faint eich dogfennau gall y broses gymryd peth amser."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "Cwblhawyd adfer eich dogfennau. Cliciwch 'Gorffen' i weld eich dogfennau."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~Gorffen"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Gwerth Cyfaddas Diwethaf"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Allforio Delwedd"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "Cadw fel Delwedd"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Mewnosod gwrthrych(au)"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "Cylchdroi'r gwrthrych 3D"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Creu gwrthrych allwthiad"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Creu gwrthrych troi"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Hollti gwrthrych 3D"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[All]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Hidl graffigau"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Thema Newydd"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "Effeithiau 3D"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Animeiddiadau"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Bwledi"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Swyddfa"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Baneri"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Siartiau Llif"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Emoticons"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Delweddau"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Cefndiroedd"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Tudalen Cartref"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Rhyngweithiad"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Mapiau"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Pobl"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Arwynebau"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Cyfrifiaduron"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Diagramau"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Amgylchedd"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Cyllid"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Cludiant"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Siapiau Testun"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Seiniau"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Symbolau"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "Fy Thema"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Saethau"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Balwns"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Bysellfwrdd"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Amser"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Cyflwyniad"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Calendr"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Dewis"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Cyfathrebu"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Cyllid"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Cyfrifiaduron"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Hinsawdd"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Ysgol a Phrifysgol"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Datrys Problemau"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Ffa Sgrin"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Adran argraffu"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "Hoffech chi argraffu rhan neu'r ddogfen gyfan?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "P~opeth"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~Dewis"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Allwthiad Gogledd Orllewin"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Allwthiad Gogledd"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Allwthiad Gogledd Ddwyrain"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Allwthiad Gorllewin"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Allwthiad yn Ôl"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Allwthiad Dwyrain"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Allwthiad De Orllewin"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Allwthiad De"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Allwthiad De Ddwyrain"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 cm"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 cm"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 cm"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 cm"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~cm"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 modfedd"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.~5 modfedd"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 modfedd"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 modfedd"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 modfedd"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Dim Llanw"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "Tryloyw"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Rhagosodedig"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Borderi"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Arddull Border"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "Rhagor o Rifo..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "Rhagor o Fwledi..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "Gan yr awdur"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Tudalennau"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Clirio fformatio"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Rhagor o Arddulliau..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Rhagor o Ddewisiadau..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Enw Ffont"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "Enw Ffont. Nid yw'r ffont cyfredol ar gael a bydd yn cael ei newid."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "cyfaddas"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "Lliwiau dogfen"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Lliw Dogfen"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Allwthiad"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Gosod Allwthiad Ymlaen/Diffodd"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Gogwyddo i Lawr"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Gogwyddo i Fyny"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Gogwyddo i'r Chwith"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Gogwyddo i'r Dde"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Newid Dyfnder Allwthiad"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Newid Cyfeiriadedd"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Newid Math o Dafluniad"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Newid Goleuo"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Newid Disgleirdeb"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Newid Gwyneb Allwthiad"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Newid Lliw Allwthiad"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Ffefryn"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Gosod Siâp Fontwork"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Gosod Llythrennau Fontwork yr Un Uchder"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Gosod Aliniad Fontwork"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Gosod Bylchu Nod Fontwork"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "gyda"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Arddull"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "a"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Rheoli cornel"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Dewis pwynt cornel."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Brig chwith"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Brig canol"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Brig de"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Canol chwith"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Canol"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Canol de"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Gwaelod chwith"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Gwaelod canol"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Gwaelod de"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Rheoli amlinell"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Dyma lle mae rheoli'r amlinell."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Dewis nod arbennig"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Dewis nodau arbennig yma."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Cod nodau "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Angen mewnbwn ym maes '#'. Rhowch werth."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Ffurflenni"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Heb ddewis rheolydd"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Priodweddau: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Priodweddau Ffurflen"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Llywiwr Ffurflen"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Ffurflen"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr "Cudd"
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Ffurflen"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Rheolaeth Gudd"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Rheolaeth"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Cofnod"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "o"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Ychwanegu maes:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Gwall wrth ysgrifennu data i'r gronfa ddata"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Gwall cystrawen ym mynegiant yr ymholiad"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Eich bwriad yw dileu 1 cofnod."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# cofnod i'w dileu."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6509,331 +6541,331 @@ msgstr ""
"Parhau beth bynnag?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Bar llywio"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Col"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Gosod priodwedd '#'"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Mewnosod i gynhwysydd"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Dileu #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Dileu # gwrthrychau"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Newid elfen cynhwysydd"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Newid Rheolaeth"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Botwm"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Botwm Dewis"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Blwch Ticio"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Maes label"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Blwch Grŵp"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Blwch Testun"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Maes wedi ei Fformatio"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Blwch Rhestr"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Blwch Cyfun"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Botwm Delwedd"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Rheolaeth Delwedd"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Dewis Ffeil"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Maes Dyddiad"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Maes Amser"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Maes Rhifol"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Maes Arian"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Maes Patrwm"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Rheolaeth Tabl "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Bar sgrolio"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Botwm Troi"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Bar Dewis"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Amladran"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "Dim rheolyddion data yn y ffurflen bresennol!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Dyddiad)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Amser)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Llywiwr hidl"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Hidlo am"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Neu"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "Nid oes rheolyddion dilysu i'w defnyddio mewn tabl yn bodoli yn y ffurflen bresennol."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AwtoFaes>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Gwall cystrawen yn natganiad SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Nid oes modd defnyddio gwerth #1 gyda LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "Methu defnyddio LIKE gyda'r maes hwn."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Nid yw'r gwerth rhoddwyd yn ddyddiad dilys. Rhowch ddyddiad mewn fformat dilys, ee MM/DD/BB."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Methu cymharu'r maes gyda chyfanrif."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Nid yw'r gronfa ddata yn cynnwys tabl o'r enw \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Nid yw'r gronfa ddata yn cynnwys tabl nac ymholiad o'r enw \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Mae'r gronfa ddata yn cynnwys tabl neu olwg o'r enw \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Mae'r gronfa ddata eisoes yn cynnwys ymholiad o'r enw \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Mae'r golofn \"#1\" yn anhysbys yn nhabl \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Methu cymharu'r maes gyda rhif pwynt arnofio."
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Methu cymharu'r meini prawf osodwyd gyda'r maes."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Llywiwr y Data"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (darllen yn unig)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Mae'r ffeil yn bodoli eisoes. Trosysgrifo?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "label #object#"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6843,7 +6875,7 @@ msgstr ""
"Hoffech chi ddileu'r model?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6853,7 +6885,7 @@ msgstr ""
"Hoffech chi ddileu'r model?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6863,13 +6895,13 @@ msgstr ""
"Hoffech chi ddileu'r model?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Ydych chi wir am ddileu'r priodoledd '$ATTRIBUTENAME'?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6881,7 +6913,7 @@ msgstr ""
"Ydych chi wir am ddileu'r argymhelliad?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6893,994 +6925,994 @@ msgstr ""
"Ydych chi wir am ddileu'r argymhelliad?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Nid yw'r enw '%1' yn ddilys ar gyfer XML. Rhowch enw arall."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Nid yw rhagddodiad '%1' yn ddilys ar gyfer XML. Rhowch ragddodiad arall."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Mae'r enw '%1' yn bodoli eisoes. Rhowch enw newydd."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Rhaid cynnig enw i'r argymhelliad."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Cofnod"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Gosod"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Estyn"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Dim"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Enghraifft"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Dogfen"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Rhwymiad: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Cyfeirnod: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Gweithred: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Dull: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Newid: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Ychwanegu Elfen"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Golygu Elfen"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Dileu Elfen"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Ychwanegu Priodoledd"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Golygu Priodoledd"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Dileu Priodoledd"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Ychwanegu Rhwymiad"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Golygu Rhwymiad"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Dileu Argymhelliad"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Ychwanegu Argymhelliad"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Golygu Argymhelliad"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Dileu Argymhelliad"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Elfen"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Priodoledd"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Rhwymiad"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Mynegiant rhwymo"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Ydych chi'n siŵr eich bod am ddiddymu adfer dogfen %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Chwith"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "De"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Canol"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Degol"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Modd mewnosod. Cliciwch i newid i'r modd trosysgrifo."
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Modd trosysgrifo. Cliciwch i newid i'r modd mewnosod."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Trosysgrifo"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Mewnosod"
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Llofnod Digidol: Mae llofnod y ddogfen yn Iawn."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Llofnod Digidol: Mae llofnod y ddogfen yn iawn, ond nid oedd modd dilysu'r tystysgrifau."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr "Llofnod Digidol: Nid yw llofnod y ddogfen yn cyd-fynd â chynnwys y ddogfen. Rydym yn argymell yn gryf i chi beidio ag ymddiried yn y ddogfen hon."
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Llofnod Digidol: Nid yw'r ddogfen wedi ei llofnodi."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Llofnod Digidol: Mae llofnod y ddogfen a'r dystysgrif yn iawn ond nid oedd pob rhan o'r ddogfen wedi ei lofnodi."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Mae'r ddogfen wedi ei haddasu. Cliciwch i gadw'r ddogfen."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "Nid yw'r ddogfen wedi ei haddasu ers ei chadw diwethaf."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Llwytho dogfen..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "Addasu'r sleid i'r ffenestr gyfredol."
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "Methu llwytho'r holl SmartArts. Bydd cadw yn Microsoft Office 2010 neu hwyrach yn osgoi'r mater yma."
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Lefel chwyddo. Rhowch glic de i newid lefel y chwyddo neu glicio i agor y deialog Chwyddo."
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Chwyddo i Mewn"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Chwyddo Allan"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Tudalen Gyfan"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Lled Tudalen"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Golwg Orau"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Cynnwys Arddulliau"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Arddulliau ~Paragraff"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Arddulliau ~Celloedd"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "Chwilio am fformatio"
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "Amnewid gyda fformatio"
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "Wedi cyrraedd diwedd y ddogfen"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "Wedi cyrraedd diwedd y ddogfen, yn parhau o'r cychwyn"
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "Wedi cyrraedd diwedd y ddalen"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Heb ganfod yr allwedd chwilio"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "Heb ganfod Elfen Llywio"
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "Wedi cyrraedd dechrau'r ddogfen"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "Wedi cyrraedd diwedd y ddogfen, yn parhau o'r diwedd"
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr "Wedi cyrraedd yr atgoffwr cyntaf, parhau o'r diwethaf"
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr "Wedi cyrraedd yr atgoffwr diwethaf, yn parhau o'r cyntaf"
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Palet Lliw"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "Newidydd Lliw"
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "Effeithiau 3D"
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Cyfrinair annilys"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Nid yw'r cyfrineiriau'n cydweddu"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Bwledi crwn bach solet"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Bwledi crwn mawr solet"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Bwledi diemwnt solet"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Bwledi sgwâr mawr solet"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Bwledi saeth pwyntio i'r dde llawn"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Bwledi saeth pwyntio i'r dde"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "Bwledi marc croes"
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "Bwledi marc siec"
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Rhif 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Rhif 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Rhif (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Rhif Rhufeinig mawr I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Llythrennau mawr A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Llythrennau bach a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Llythrennau bach (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Rhifau Rhufeinig bach i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Rhifol, rhifol, llythrennau bach, bwled gron fach solet"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Rhifol, llythrennau bach, bwled gron fach solet"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Rhifol, llythrennau bach, Rhufeinig bach, llythrennau mawr, bwled gron fach solet"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Rhifol"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Rhufeinig mawr, llythrennau mawr, Rhufeinig bach, llythrennau bach, bwled gron fach solet"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Llythrennau mawr, Rhufeinig mawr, llythrennau bach, Rhufeinig bach, bwled gron fach solet"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Rhifol gyda phob is lefel"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Bwled pwyntio i'r dde, bwled saeth pwyntio i'r dde, bwled diemwnt solet, bwled gron fechan solet"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Methu creu'r ffeil zip."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Ardduliau Cynllunio Tabl"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Gweithredoedd i'w dadwneud: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Gweithredoedd i'w dadwneud: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Gweithredoedd i'w hail-wneud: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Gweithredoedd i'w hail-wneud: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Canfod"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Cydweddu Maint"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Dangosydd a Fformatiwyd"
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) x $(HEIGHT) yn $(DPI) DPI"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) kiB"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "Delwedd Gif"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "Delwedd Jpeg"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "Delwedd PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "Delwedd TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "Delwedd WMF"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "Delwedd MET"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "Delwedd PCT"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "Delwedd SVG"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "Delwedd BMP"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Anhysbys"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Newid"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Modd Delwedd"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Coch"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Gwyrdd"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Glas"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Disgleirdeb"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Cyferbyniad"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gama"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Tryloywder"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Tocio"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Cyfeiriadedd rhagosodedig"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "O'r brig i'r gwaelod"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Gwaelod i'r Brig"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Staciwyd"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Ymyl chwith: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Ymyl uchaf: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Ymyl de: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Ymyl gwaelod: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Disgrifiad Tudalen: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Prif Lythrennau"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Llythyren is"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Lythyren uwch Rhufeinig"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Llythyren is Rhufeinig"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabeg"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Dim"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Tirlun"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Portread"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Chwith"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "De"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Popeth"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Drychu"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Awdur: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Dyddiad: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Testun: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Cefndir nod"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Palet Lliw"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr "Rhifau sleidiau:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7890,1916 +7922,1916 @@ msgstr ""
"Hoffech chi gadw'r fersiwn newydd y ei lle ?"
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Lladin Sylfaenol"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latin-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Latin Extended-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Latin Extended-B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Estyniad IPA"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Llythrennau Addasydd Bylchu"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Marciau Deiacritig Cyfunol"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Groeg Sylfaenol"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Symbolau Groegaidd a Choptig"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Syrilig"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armeneg"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Hebraeg Sylfaenol"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebraeg Estynedig"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Arabeg Sylfaenol"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabeg Estynedig"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengali"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Odia"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malayalam"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thai"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Lao"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Georgaidd Sylfaenol"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Georgaidd Estynedig"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Lladin Estynedig Ychwanegol"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Groeg Estynedig"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Atalnodi cyffredinol"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Uwch ac Is Sgriptiau"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Symbolau Arian"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Symbolau Deicritig Cyfunol"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Symbolau Llythrennog"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Ffurfiau Rhif"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Saethau"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Gweithredydd Mathemategol"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Technegol Amrywiol"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Lluniau'r Rheolydd"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Adnabod Nodau Optegol (OCR)"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Alffaniwmerig Amgaeedig"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Llunio Blychau"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Elfennau Bloc"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Siapiau Geometrig"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Symbolau Amrywiol"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbatiau"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "Symbolau ac Atalnodi CJK"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangul Cydweddu Jamo"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK Amrywiol"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Llythrennau CJK Amgaeedig a Misoedd"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "Cydnawsedd CJK"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "Ideograffau Unedig CJK"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "Ideograffau Unedig CJK Estyniad A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Ardal Defnydd Preifat"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "Ideograffau Cydweddu CJK"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Ffurfiau Cyflwyniad Alffabetig"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Cyflwyniad Arabeg Ffurfiau-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Cyfuno Hanner Marciau"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "Ffurfiau Cydnawsedd CJK"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Amrywiolyn Ffurf Bychan"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Cyflwyniad Arabeg Ffurfiau-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Ffurfiau Hanner Lled a Lled Llawn"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Arbenigol"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Sillafau Yi"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Cysefin Yi"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Hen Italig"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gotheg"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Symbolau Cerddoriaeth Bysantaidd"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Symbolau Cerddoriaeth"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Symbolau Alffaniwmerig Mathamategol"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "Ideograffau Unedig CJK Estyniad B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Ideograffau Unedig CJK Estyniad C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "Ideograffau Unedig CJK Estyniad D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "Ideograffau Cydweddus CJK Atodol"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Tagiau"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Atodiad Cyrilig"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Dewiswyr Amrywiad"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Defnydd Preifat Atodol, Ardal-A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Defnydd Preifat Atodol, Ardal-B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Symbolau Khmer"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Estyniadau Ffoneteg"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Symbolau a Saethau Amrywiol"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Symbolau Hecsagram Yijing"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Syllwyddor Llinellog B"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Ideogramau Llinellog B"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Rhifau Ageaidd"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugaritig"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shafiaidd"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanya"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhala"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetaidd"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Myanmar"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runic"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Syriac"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Ethioptig"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokee"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Sillafyddion Cynfrodorol Canada"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongoleg"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Mathemategol Amrywiol Symbolau-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Saethau-A Ychwanegol"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Patrymau Braille"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Saethau-B Ychwanegol"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Mathemategol Amrywiol Symbolau-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK Radical Ychwanegol"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Radical Kangxi"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Nodau Disgrifiadol Ideograffig"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo Estynedig"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Katakana Phoneteg"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Strociau CJK"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Cyllwyddor Cypriaidd"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Symbolau Tai Xuan Jing"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Dewiswyr Amrywiad Atodol"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Nodiant Cerddorol Groegaidd Hynafol"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Rhifau Groegaidd Hynafol"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Arabeg Atodol"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Bugineg"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Atodiad Cyfuno Marciau Deiacritig"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Copteg"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Ethiopeg Estynedig"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Ethiopeg Atodol"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Beorgiaidd Atodol"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagolitig"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharoshthi"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Llythrennau Ton Newidiol"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "New Tai Lue"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Persiaidd Hynafol"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Estyniadau Ffonetig Atodol"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Atalnodi Atodol"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Ffurfiau Fertigol"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balineg"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Lladin Estynedig-C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Lladin Estynedig-D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Pheneciaidd"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Cuneiform"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Rhifau ac Atalnodi Cuneiform"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Rhifau Ffon Cyfrif"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sudanaidd"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Cyrillig Estynedig-A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Cyrillig Estynedig-B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Cham"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Symbolau Hynafol"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Disg Phaisatos"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lyciaidd"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Canariaidd"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lydiaidd"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Teiliau Mahjong"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Teiliau Domino"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samaritaidd"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Syllafwyddor Cynfrodorol Canada Estynedig"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Estyniadau Verdig"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Ffurf Rhifau Cyffredin Indig"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari Estynedig"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Jamo Estynedig-A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javaneaidd"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmar Estynedig-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Jamo Estynedig-B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Arameaidd Ymerodrol"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "De Arabaidd Hynafol"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Afestanaidd"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Parinthaidd Ysgrifol"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Pahlafaidd Ysgrifol"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Twrceg Hynafol"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Symbolau Rhifol Rumi"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Hieroglyphau Eifftaidd"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Affaniwmerig Caëedig Atodol"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Ideograffig Caëedig Atodol"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandaic"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batak"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Ethiopaidd Estynedig-A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brahmi"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Bamum Atodol"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Kana Atodol"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Cardiau Chwarae"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Symbolau a Phictograffau Amrywiol"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Emoticons"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Symbolau Trafnidiaeth a Mapiau"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Symbolau Alcemegol"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Arabeg Estynedig-A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Symbolau Gwyddor Mathamategol Arabaidd"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Estyniadau Meetei Mayek"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Meroitig Rhedol"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Hieroglyphau Meroitig"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Cursive"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Sudaneg Atodol"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Bassa Vah"
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Albanieg Cawcsasaidd"
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Rhifau Epact Copteg"
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Cyfuno Marciau Deiacritig Estynedig"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Duployan"
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Elbasan"
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Siapiau Geometrig Estynedig"
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Khudawadi"
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Lladin Estynedig-E"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Linear A"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Manichaean"
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modi"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Myanmar Estynedig-B"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Nabataean"
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Arabaidd Hynafol Gogleddol"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Hen Bermic"
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Dingbatiau Addurniadol"
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Palmyrene"
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "Psalter Pahlavi"
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Rheoli Fformat Llawfer"
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Hen Rifau Sinhala"
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Saethau Atodol - C"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahom"
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Hieroglyffau Anatolia"
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Cherokee Ychwanegol"
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "Ideograffau Unedig CJK Estyniad E"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Cwnifform Llinachyddol Cynnar"
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Hatran"
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multani"
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Hen Hwngareg"
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Symbolau a Phictograffau Ychwanegol"
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Ysgrif Arwydd Sutton"
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Adlam"
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Cyrillig Estynedig-C"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Atodiad Glagolitig"
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Symbolau ac Atalnodi Ideograffeg"
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Atodiad Mongoleg"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Newa"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Osage"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Tangut"
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Cydrannau Tangut"
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "Ideograffau Unedig CJK Estyniad F"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Kana Estynedig-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Masaram Gondi"
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Nushu"
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Soyombo"
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Atodiad Syriag"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "Sgwâr Zanabazar"
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "Symbolau Gwyddbwyll"
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "Dogra"
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "Gunjala Gondi"
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "Hanifi Rohingya"
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Rhifau Siyaq Indig"
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "Makasar"
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Rhifau Mayan"
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "Medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "Hen Sogdieg"
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "Sogdieg"
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr "Rheolaethau Fformat Hieroglyph Eifftaidd"
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr "Elymaig"
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr "Nandinagari"
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr "Nyiakeng Puachue Hmong"
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr "Rhifau Siyaq Otomanaidd"
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr "Estyniad Kana Bach"
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr "Symbolau a Pictograffau Estynedig-A"
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr "Atodiad Tamil"
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr "Wancho"
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr "Chorasmian"
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr "Estyniad G Ideograffau Unedig CJK"
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr "Dhives Akuru"
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr "Sgript bach Khitan"
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr "Lisu Ychwanegol"
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr "Symbolau ar gyfer Cyfrifiadura'r Gorffennol"
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr "Tangut Ychwanegol"
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr "Yezidi"
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "Chwith i'r dde (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "De i'r chwith (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Defnyddio gosodiadau gwrthrych uwcholyn"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "Chwith i dde (llorweddol)"
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "De i chwith (llorweddol)"
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "De i chwith (fertigol)"
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "Chwith i'r dde (fertigol)"
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "Gwaelod i'r brig, chwith i'r dde (fertigol)"
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Fontwork"
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr "Llofnodwyd yn ddigidol gan:"
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr "Dyddiad: %1"
@@ -10585,244 +10617,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Llinell border croesgornel o'r gwaelod chwith i'r dde brig"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Dim"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "Bwledi"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Graffeg"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "Graffigau cysylltiedig"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr "1af, 2il, 3ydd, ..."
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr "Un, Dau, Tri, ..."
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr "Cyntaf, Ail, Trydydd, ..."
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr "*, †, ‡, §, **, ††, ..."
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Rhifo Cynhenid"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (Bwlgaraidd)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (Bwlgaraidd)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (Bwlgaraidd)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (Bwlgaraidd)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (Rwsiaidd)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (Rwsiaidd)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (Rwsiaidd)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (Rwsiaidd)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (Serbaidd)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (Serbaidd)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (Serbaidd)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (Serbaidd)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (Nodau Mawr Groeg)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (Nodau Bach Groeg)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א...י, יא...כ, ..."
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א...ת, אא...תת, ..."
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١, ٢, ٣, ٤, ... (Arabeg)"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱, ۲, ۳, ۴, ... (Farsi)"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16060,7 +16093,7 @@ msgid "Properties"
msgstr "Priodweddau"
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr "Gwerthoedd"
@@ -16177,31 +16210,31 @@ msgstr "Gofod enw"
#: svx/uiconfig/ui/navigationbar.ui:128
msgctxt "navigationbar|first"
msgid "First"
-msgstr ""
+msgstr "Cyntaf"
#. mX6CE
#: svx/uiconfig/ui/navigationbar.ui:149
msgctxt "navigationbar|prev"
msgid "Previous"
-msgstr ""
+msgstr "Blaenorol"
#. ggpok
#: svx/uiconfig/ui/navigationbar.ui:170
msgctxt "navigationbar|next"
msgid "Next"
-msgstr ""
+msgstr "Nesaf"
#. E3c7E
#: svx/uiconfig/ui/navigationbar.ui:190
msgctxt "navigationbar|last"
msgid "Last"
-msgstr ""
+msgstr "Olaf"
#. GbURX
#: svx/uiconfig/ui/navigationbar.ui:210
msgctxt "navigationbar|new"
msgid "New"
-msgstr ""
+msgstr "Newydd"
#. Z8rca
#: svx/uiconfig/ui/optgridpage.ui:74
diff --git a/source/cy/sw/messages.po b/source/cy/sw/messages.po
index d4857db69d8..f9104e848a4 100644
--- a/source/cy/sw/messages.po
+++ b/source/cy/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
-"PO-Revision-Date: 2020-08-04 11:14+0000\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
+"PO-Revision-Date: 2020-08-06 19:23+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/cy/>\n"
"Language: cy\n"
@@ -575,7 +575,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Paragraffau Rhifedig"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -583,1301 +583,1337 @@ msgstr "Paragraffau Rhifedig"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
-msgstr ""
+msgstr "Border Gwaelod"
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
-msgstr ""
+msgstr "Categori"
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
-msgstr ""
+msgstr "Cell"
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10948,127 +10984,127 @@ msgid "Width:"
msgstr "Lled:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Bylchu:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Lled a Bylchu"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "Ar_ddull:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_Lled:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "_Uchder:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "_Safle:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Brig"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Canoli"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Gwaelod"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_Lliw:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Llinell Ymwahanydd"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Colofnau:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Dosbarthu'r cynnwys yn gyson _i bob colofn"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Dewis"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Dewis presennol"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Adran dewiswyd"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Ffrâm"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Arddull Tudalen: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "_Gosod i:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "_Cyfeiriad testun:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Gosodiadau"
@@ -12800,67 +12836,67 @@ msgid "Space to text"
msgstr "Bwlch i destun"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Ardal Troednodyn"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_Safle"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "_Arddull"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "_Trwch"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_Lliw"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_Hyd"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "_Bylchu i gynnwys troednodyn"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Chwith"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Canoli"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "De"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "Llinell Ymwahanydd"
@@ -19095,7 +19131,7 @@ msgid "_More Options"
msgstr "_Rhagor o Ddewis"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Rhagor o Ddewis"
@@ -21277,43 +21313,43 @@ msgid "Remaining space:"
msgstr "Bwlch ar ôl:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Lled Colofn 2"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Lled Colofn 3"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Lled Colofn 4"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Lled Colofn 5"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Lled Colofn 6"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Lled Colofn 1"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Lled Colofn"
diff --git a/source/da/chart2/messages.po b/source/da/chart2/messages.po
index f079d509c7f..062ec6ab323 100644
--- a/source/da/chart2/messages.po
+++ b/source/da/chart2/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-14 12:34+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-05 13:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/da/>\n"
"Language: da\n"
@@ -1812,7 +1812,7 @@ msgstr "Titler"
#: chart2/uiconfig/ui/sidebarelements.ui:104
msgctxt "sidebarelements|checkbutton_legend"
msgid "Show legend"
-msgstr ""
+msgstr "Vis forklaring"
#. XxG3r
#: chart2/uiconfig/ui/sidebarelements.ui:108
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Tekstretning"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "Skema"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Simpel"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Realistisk"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Tilpasset"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "Skema"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "Skygge"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "Objektrammer"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "Afrundede hjørner"
diff --git a/source/da/cui/messages.po b/source/da/cui/messages.po
index 952ac13ac4a..9aa2ecb4a55 100644
--- a/source/da/cui/messages.po
+++ b/source/da/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-08-03 16:28+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-09 12:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/da/>\n"
"Language: da\n"
@@ -2660,7 +2660,7 @@ msgstr "Vælg “Hierarkisk” på sidepanelet Typografier for at se sammenhæng
#: cui/inc/tipoftheday.hrc:140
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 ""
+msgstr "Du kan bruge typografier til at gøre tabellerne i dit dokument konsistente. Vælg en fra de foruddefinerede typografier (F11) eller via Tabel ▸ AutoFormat."
#. UuBRE
#: cui/inc/tipoftheday.hrc:141
@@ -2733,7 +2733,7 @@ msgstr "Writer lader nummerere dine fodnoter efter side, kapitel eller dokument:
#: cui/inc/tipoftheday.hrc:152
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 ""
+msgstr "Dit Writer-dokument åbnes ikke igen med tekstmarkøren i den samme redigeringsposition, som det var, da du gemte det? Tilføj for- eller efternavn i Funktioner▸ Indstillinger ▸% PRODUCTNAME ▸ Brugerdata ▸ Fornavn/efternavn."
#. udDRb
#: cui/inc/tipoftheday.hrc:153
@@ -2807,7 +2807,7 @@ msgstr "Få %PRODUCTNAME-dokumentation og gratis bruger-guidebøger på:"
#: cui/inc/tipoftheday.hrc:164
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 ""
+msgstr "Vil du fjerne alle <> på en gang og beholde teksten indeni? Rediger ▸ Søg og erstat: Søg = [<>], Erstat = tom og marker \"Regulære udtryk\" under Andre instillinger."
#. e3dfT
#. local help missing
@@ -3047,7 +3047,7 @@ msgstr "Far ikke vild i store dokumenter. Brug Navigator (F5) til at finde vej g
#: cui/inc/tipoftheday.hrc:202
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 ""
+msgstr "Rediger ▸ Søg og erstat lader dig indsætte specialtgn direkte: højreklik på input-felter eller tryk på Skift+%MOD1+S."
#. vNBR3
#: cui/inc/tipoftheday.hrc:203
@@ -3059,7 +3059,7 @@ msgstr "Brug for tilpasset indhold i metadata-egenskaber? Filer ▸ Egenskaber
#: cui/inc/tipoftheday.hrc:204
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 ""
+msgstr "Vil du se, men ikke udskrive, et objekt i Draw? Træk det til et lag, hvor flaget \"Kan udskrives\" ikke er sat (højreklik på fanebladet og \"Mocificer lag\"."
#. CGQaY
#: cui/inc/tipoftheday.hrc:205
@@ -3096,7 +3096,7 @@ msgstr "Dialogenen Kapitelnummerering lader dig indsætte tekst, der skal vises
#: cui/inc/tipoftheday.hrc:210
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 ""
+msgstr "Transponer en Writer-tabel? Kopier og sæt ind i Calc, transponer med Kopier/Indsæt speciel og derefter Kopier/Indsæt speciel ▸ Formateret tekst i Writer."
#. DKBCg
#: cui/inc/tipoftheday.hrc:211
@@ -3311,7 +3311,7 @@ msgstr "Deaktiver Præsentation ▸ Indstillinger ▸ Præsentation altid øvers
#: cui/inc/tipoftheday.hrc:245
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 ""
+msgstr "Vil du finde ord med fed i et Writer-dokument? Rediger ▸ Søg og erstat ▸ Andre indstillinger ▸ Attributter ▸ Skriftvægt."
#. ppAeT
#. local help missing
@@ -3357,7 +3357,7 @@ msgstr "Vil du vise en skjult kolonne? Klik på en celle i kolonne B, tryk på
#: cui/inc/tipoftheday.hrc:252
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 ""
+msgstr "For at ændre sidetallet på en side i Writer går du til det første afsnits egenskaber og på fanebladet Tekstforløb markerer du Skift ▸ Indsæt og indtaster sidetallet."
#. AgQyA
#: cui/inc/tipoftheday.hrc:253
@@ -4123,37 +4123,37 @@ msgstr "Om %PRODUCTNAME"
#: cui/uiconfig/ui/aboutdialog.ui:109
msgctxt "aboutdialog|lbVersion"
msgid "Version:"
-msgstr ""
+msgstr "Version:"
#. W6gkc
#: cui/uiconfig/ui/aboutdialog.ui:123
msgctxt "aboutdialog|lbBuild"
msgid "Build:"
-msgstr ""
+msgstr "Build:"
#. J78bj
#: cui/uiconfig/ui/aboutdialog.ui:136
msgctxt "aboutdialog|lbEnvironment"
msgid "Environment:"
-msgstr ""
+msgstr "Miljø:"
#. c2sEB
#: cui/uiconfig/ui/aboutdialog.ui:189
msgctxt "aboutdialog|lbExtra"
msgid "Misc:"
-msgstr ""
+msgstr "Diverse:"
#. FwVyQ
#: cui/uiconfig/ui/aboutdialog.ui:218
msgctxt "aboutdialog|lbLocale"
msgid "Locale:"
-msgstr ""
+msgstr "Landestandard:"
#. SFbP2
#: cui/uiconfig/ui/aboutdialog.ui:243
msgctxt "aboutdialog|lbUI"
msgid "User Interface:"
-msgstr ""
+msgstr "Brugergrænseflade:"
#. KFo3i
#: cui/uiconfig/ui/aboutdialog.ui:277
@@ -4165,13 +4165,13 @@ msgstr "%PRODUCTNAME er en moderne og letanvendelig open source kontorpakke til
#: cui/uiconfig/ui/aboutdialog.ui:316
msgctxt "aboutdialog|credits"
msgid "Credits"
-msgstr ""
+msgstr "Bidragsydere"
#. VkRAv
#: cui/uiconfig/ui/aboutdialog.ui:332
msgctxt "aboutdialog|website"
msgid "Website"
-msgstr ""
+msgstr "Websted"
#. i4Jo2
#: cui/uiconfig/ui/aboutdialog.ui:348
@@ -4183,13 +4183,13 @@ msgstr ""
#: cui/uiconfig/ui/aboutdialog.ui:376
msgctxt "aboutdialog|lbVersionInfo"
msgid "Version Information"
-msgstr ""
+msgstr "Versionsinformation"
#. jZvGC
#: cui/uiconfig/ui/aboutdialog.ui:393
msgctxt "aboutdialog|btnCopyVersionTooltip"
msgid "Copy all version information in English"
-msgstr ""
+msgstr "Kopier alle engelske versionsoplysninger"
#. MP3WF
#: cui/uiconfig/ui/accelconfigpage.ui:132
@@ -4341,45 +4341,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "_Kun tekst"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr "Søgeterm"
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
@@ -8889,7 +8931,7 @@ msgstr "Tekst:"
#: cui/uiconfig/ui/hyperlinkinternetpage.ui:210
msgctxt "hyperlinkinternetpage|protocol_label"
msgid "Proto_col:"
-msgstr ""
+msgstr "Protokol:"
#. MoZP7
#: cui/uiconfig/ui/hyperlinkinternetpage.ui:231
@@ -12402,7 +12444,7 @@ msgstr ""
#: cui/uiconfig/ui/optsavepage.ui:341
msgctxt "optsavepage|odfwarning_label"
msgid "Not using ODF 1.3 Extended may cause information to be lost."
-msgstr ""
+msgstr "Hvis du ikke bruger ODF 1.3 Extended, kan oplysninger gå tabt."
#. 6Tfns
#: cui/uiconfig/ui/optsavepage.ui:371
@@ -12426,19 +12468,19 @@ msgstr "1.2 Udvidet (kompabilitetstilstand)"
#: cui/uiconfig/ui/optsavepage.ui:374
msgctxt "optsavepage|odfversion"
msgid "1.2 Extended"
-msgstr ""
+msgstr "1.2 Extended"
#. vLmeZ
#: cui/uiconfig/ui/optsavepage.ui:375
msgctxt "optsavepage|odfversion"
msgid "1.3"
-msgstr ""
+msgstr "1.3"
#. e6EP2
#: cui/uiconfig/ui/optsavepage.ui:376
msgctxt "optsavepage|odfversion"
msgid "1.3 Extended (recommended)"
-msgstr ""
+msgstr "1.3 Extended (anbefalet)"
#. w2urA
#: cui/uiconfig/ui/optsavepage.ui:380
@@ -13152,7 +13194,7 @@ msgstr "Mus"
#: cui/uiconfig/ui/optviewpage.ui:154
msgctxt "optviewpage|label13"
msgid "Menu icons:"
-msgstr ""
+msgstr "Menuikoner:"
#. XKRM7
#: cui/uiconfig/ui/optviewpage.ui:170
@@ -13380,7 +13422,7 @@ msgstr "Kræver genstart. Aktivering af dette kan afsløre driverfejl"
#: cui/uiconfig/ui/optviewpage.ui:546
msgctxt "optviewpage|forceskiaraster"
msgid "Force Skia software rendering"
-msgstr ""
+msgstr "Gennemtving rendering af Skia-software"
#. DTMxy
#: cui/uiconfig/ui/optviewpage.ui:550
diff --git a/source/da/dbaccess/messages.po b/source/da/dbaccess/messages.po
index c5476177825..15e154e472b 100644
--- a/source/da/dbaccess/messages.po
+++ b/source/da/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: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-01-22 12:08+0000\n"
"Last-Translator: Leif Lodahl <leiflodahl@gmail.com>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/da/>\n"
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Opgaver"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Beskrivelse"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Forhåndsvisning"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"Vil du lukke alle dokumenter nu?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "Formular~navn"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "~Navn på rapport"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "~Mappenavn"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "Dokumentet indeholder formularer eller rapporter med indlejrede makroer."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"Bemærk, at det ikke vil være muligt at indlejre makroer i selve databasedokumentet før denne migrering er gennemført. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Indlejret database"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "Du kan ikke markere forskellige kategorier."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "Fundet objekttype, som ikke er understøttet: ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Avancerede egenskaber"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Yderligere indstillinger"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Forbindelsesindstillinger"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Tabelnavn"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "Navn på forespørgsel"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Omdøb til"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Indsæt som"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Skal de markerede data slettes?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Fejl ved bestemmelse af sorteringskriterierne"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Fejl ved bestemmelse af filtreringskriterierne"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Forbindelsen blev afbrudt"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Forespørgsler"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Tabeller"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Bekræft sletning"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Skal tabellen '%1' slettes?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "Forbindelsen til databasen er tabt. Skal den genoprettes?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Advarsler foreligger"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "Ved modtagelse af tabellerne blev der modtaget advarsler fra databaseforbindelsen."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "Opretter forbindelse til \"$name$\" ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Indlæser forespørgslen $name$ ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Indlæser tabellen $name$ ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Det var ikke muligt at finde noget tabelformat."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "Der kunne ikke oprettes forbindelse til datakilden \"$name$\"."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Ukendt;Tekst;Tal;Dato/Klokkeslæt;Dato;Klokkeslæt;Ja/Nej;Valuta;Notat;Tæller;Billede;Tekst (fix);Decimal;Binært felt (fix);Binært felt;Stort heltal;Dobbelt;Decimal;Rationelt tal;Heltal;Lille heltal;Miniheltal;SQL Null;Objekt;Distinkt;Struktur;Felt;BLOB;CLOB;REF;ANDET;Bit (fix)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Indsæt/fjern primærnøgle"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Ja"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Nej"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<ingen>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Feltnavn"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Felttype"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Beskrivelse"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Kolonnebeskrivelse"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Feltegenskaber"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Modificer celle"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Slet række"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Modificer felttype"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Indsæt række"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Indsæt ny række"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~Standardværdi"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"Vælg den tomme streng, hvis feltet ikke skal have en standardværdi."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"Når du senere indtaster data i tabellen, anvendes denne streng til det aktuelle felt i alle nye dataposter. Den bør derfor svare til den celleformatering, der indtastes senere."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Indtast den maksimalt tilladte tekstlængde."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Definer her, hvilken type tallet skal have."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"Hvis værdien er større end den maksimale værdi for denne database, korrigeres den i overensstemmelse dermed."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Angiv hvor mange decimaler, som tal i dette felt skal indeholde."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Her ser du, hvordan dataene i den aktuelle kolonne ville komme til at se ud med det aktuelle format - som du kan ændre med knappen ved siden af."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "På denne måde kan du definere, hvordan dataene i tabellen skal formateres ved udskrivningen."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"Du kan ikke indtaste data direkte i feltet, men alle nye dataposter får automatisk en ny værdi (som fremkommer ved at lægge 1 til værdien for den senest tilføjede datapost)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "Tabellen kan ikke gemmes, da kolonnenavnet \"$column$\" findes to gange."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "Kolonnerne \"$column$\" hører til primærnøglen. Hvis denne kolonne slettes, slettes også primærnøglen. Er du sikker på, at du vil fortsætte?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Primærnøgle berørt"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Kolonne"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "Vil du fortsætte alligevel?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "Tabellen kunne ikke gemmes, da der ikke kunne oprettes forbindelse til databasen."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "Tabelfiltret kunne ikke tilpasses, da datakilden blev slettet."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"Vil du gemme ændringerne nu?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Ingen primærnøgle"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"Vil du oprette en primærnøgle nu?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "Kolonnen \"$column$\" kunne ikke ændres. Skal den i stedet slettes og det nye format vedhæftes?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Fejl under lagring af tabeldesignet"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "Kolonnen $column$ kunne ikke slettes."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"Denne sætning bliver automatisk overført til databasen, når tabellen bliver oprettet."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"Tabeldesign er ikke muligt for denne datakilde."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "skift feltnavn"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "skift felttype"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "skift feltbeskrivelse"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "skift feltattribut"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "Forbindelsen til datakilden \"$name$\" kræver en adgangskode."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"findes ikke. Skal det oprettes?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "Kataloget $name$ kunne ikke oprettes."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Filen findes allerede. Skal den overskrives?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Mappe"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Databaseegenskaber"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Datakildeegenskaber: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "Vælg 'Forbind til en eksisterende database' for at oprette forbindelse til en eksisterende database i stedet."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Programbiblioteket #lib# kunne ikke indlæses eller er beskadiget. Den valgte ODBC-datakilde er ikke tilgængelig."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"Du kan ændre indstillingerne, men kan sandsynligvis ikke oprette forbindelse til databasen."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Intet}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{mellemrum}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 skal være angivet."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 og #2 skal være forskellige."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "Jokertegn som *,? er ikke tilladt i #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Forbindelsestest"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Forbindelsen blev etableret."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Forbindelsen kunne ikke etableres."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "JDBC-driveren blev indlæst."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "JDBC-driveren kunne ikke indlæses."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS Access-fil"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007-fil"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Firebird Database"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "System"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Fejl under oprettelsen"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "Der er sket en fejl. Handlingen kunne ikke udføres."
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Dokumentet \"$file$\" kunne ikke åbnes."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "Tabellen kan ikke slettes, da databaseforbindelsen ikke understøtter den."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~Alle"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Fortryd:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Gendan:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "Der kunne ikke findes en tilsvarende kolonnetype '#1'."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Filen \"$file$\" findes ikke."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "Advarsler forekom under etablering af forbindelse til datakilden. Tryk \"$buttontext$\" for at vise dem."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "Rapporten \"$file$\" kræver udvidelsen rapportgenerator."
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "Det var ikke muligt at oprette en forbindelse til SDBC driver håndteringen (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "Der er ikke registeret en driver for URL'en #connurl#!"
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "Forbindelsen er blevet oprettet; men det var ikke muligt at hente informationer om tabeller i databasen."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Alle tabeller"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Alle tabelvisninger"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Alle tabeller og tabelvisninger"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Tabelnavn"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Indsæt data"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Slet data"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Modificer data"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Modificer struktur"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Læs data"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Modificer referencer"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Slet struktur"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Sti til dBASE-filerne"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Sti til tekstfilerne"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Sti til regnearkdokumentet"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Navnet på ODBC-datakilden på dit system"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "Sti til Writer-dokumentet"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Navnet på MySQL-databasen"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Navnet på Oracle-databasen"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Microsoft Access-databasefil"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "Der er ikke behov for yderligere indstillinger. For at bekræfte at forbindelsen virker, klik på '%test'-knappen."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "Datakilde URL (for eksempel: host=$host:$port dbname=$database)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "~Værtscomputerens navn"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "~Mozilla-profilnavn"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "~Thunderbird-profilnavn"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Tilføj tabeller"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Tilføj tabel eller forespørgsel"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Anvend kolonner"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Typeformatering"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"Følgende navne er allerede i brug:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Tildel kolonner"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Tilbage"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~Næste>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "~Opret"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Kopier tabel"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Kopier tabel"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "Dette tabelnavn er ikke gyldigt i den aktuelle database."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Vælg indstillingen 'Tilføj data' på den første side for at føje data til en eksisterende tabel."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Ret tabelnavnet. Det er for langt."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Databaseguide"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Vælg database"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Opret dBASE-forbindelse"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Opret en forbindelse til tekstfiler"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Opret Microsoft Access-forbindelse"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Opret LDAP-forbindelse"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Opret ADO-forbindelse"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Opret JDBC-forbindelse"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Opret Oracle-databaseforbindelse"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Opret MySQL-forbindelse"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Opret ODBC-forbindelse"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Sæt Writer-dokument eller regnearksforbindelsen op"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Opsæt brugergodkendelse"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Opsætning af MySQL server data"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Gem og fortsæt"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Ny database"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Opsæt forbindelse til en MySQL-database ved brug af JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"Kontakt din systemadministrator, hvis du er usikker på de følgende indstillinger."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC-~driverklasse:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Standard: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Opret en forbindelse til dBASE-filer"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Vælg mappen, hvor dBASE-filerne er lagret."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Opret en forbindelse til tekstfiler"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Vælg mappen, hvor CSV-tekstfilerne (Comma Separated Values) er lagret. %PRODUCTNAME Base vil åbne disse filer i skrivebeskyttet tilstand."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Sti til tekstfilerne"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Opret en forbindelse til en Microsoft Access-database"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Vælg Microsoft Access-filen, som du vil tilgå."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Opret en forbindelse til en ADO-database"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"Kontakt din systemadministrator, hvis du er usikker på de følgende indstillinger."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Opret en forbindelse til en ODBC-database"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"Kontakt din systemadministrator, hvis du er usikker på de følgende indstillinger."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Opret en forbindelse til en JDBC-database"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"Kontakt din systemadministrator, hvis du er usikker på de følgende indstillinger."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Opret en forbindelse til en Oracle-database"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Standard: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle JDBC-driverklasse"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"Kontakt din systemadministrator, hvis du er usikker på de følgende indstillinger."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Opret en forbindelse til regneark"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"%PRODUCTNAME vil åbne denne fil i skrivebeskyttet tilstand."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~Placering og filnavn"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Kommando gennemført."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "Forbindelsen til databasen blev tabt. Denne dialog lukkes."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Sorteringsrækkefølge"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Indeksfelt"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Stigende"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Faldende"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Er du sikker på, at du vil slette indekset '$name$'?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "indeks"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "Indekset skal mindst indeholde ét felt."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Der findes allerede et andet indeks ved navn \"$name$\"."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "I en indeksdefinition må hver tabelkolonne højst forekomme en gang, men du har brugt kolonnen \"$name$\" to gange."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "Indtastningen kunne ikke konverteres til en gyldig værdi for parameteren \"$name$\""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "SQL-status"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Fejlkode"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "En hyppig årsag til denne fejl er en upassende indstilling af tegnsæt for databasens sprog. Kontroller indstillingen ved at vælge Rediger - Database - Egenskaber."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Fejl"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Advarsel"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Information"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Detaljer"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Er du sikker på, at du vil slette brugeren?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "Databasen understøtter ikke brugeradministration."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Adgangskoderne stemmer ikke overens. Prøv igen."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Bemærk at nogle databaser ikke understøtter denne join-type."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Indeholder kun de dataposter, hvor indholdet i de kædede felter i de to tabeller er ens."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Indeholder ALLE dataposter fra '%1' og kun de dataposter fra '%2', hvor indholdet i de relaterede felter i de to tabeller er ens."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Indeholder ALLE dataposter fra '%1' og '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Indeholder det kartesiske produkt af ALLE dataposter fra '%1' og fra '%2'."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "Mål-databasen understøtter ikke visninger."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "Mål-databasen understøtter ikke primærnøgler."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "Ingen data access descriptor fundet, eller ingen data access descriptor i stand til at forsyne de nødvendige informationer"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Kun tabeller og forespørgsler er understøttet i øjeblikket."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "Kopikildens resultatsæt skal understøtte bogmærker."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Ikke understøttet kolonnetype ($type$) for kilden ved kolonneplacering $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Ugyldigt antal initialiseringsparametre."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "En fejl opstod under initialisering."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Ikke understøttet indstilling i kopikildens deskriptor: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "For at kopiere en forespørgsel, skal din forbindelse være i stand til give forespørgsler."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "Den givet Interaktion håndtering er ugyldig."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Denne relation findes allerede. Vil du redigere den eller oprette en ny?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Rediger..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Opret..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: Relationsdesign"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "Databasen understøtter ikke relationer!"
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Hvis du sletter denne tabel, slettes også alle tilhørende relationer. Vil du fortsætte?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4536,7 +4530,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "Angiv de tabeller, der skal være synlige for programmerne."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Tabeller og tabelfilter"
@@ -4565,6 +4559,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "Tilføj tabel eller forespørgsel"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/da/desktop/messages.po b/source/da/desktop/messages.po
index cc483cf1ec4..554c080e37c 100644
--- a/source/da/desktop/messages.po
+++ b/source/da/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-14 12:34+0000\n"
"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/da/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1536169854.000000\n"
#. v2iwK
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Udvidelse"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO Dynamic Library-komponent"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO Java-komponent"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO Python-komponent"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO komponenter"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB-typebibliotek"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO Java-typebibliotek"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG Bibliotek"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Hjælp"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "Udvidelsen kan ikke installeres fordi:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "Udvidelsen vil ikke blive installeret, fordi en fejl opstod i hjælpefilerne:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Tilføj udvidelse(r)"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Fjern"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "Akti~ver"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Deaktiver"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Opdater..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Tilføjer %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "Fjerner %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Aktiverer %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Deaktiverer %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Accepter licens for %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Fejl: Status for denne udvidelse er ukendt"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Luk"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Afslut"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"Opdatering af delte udvidelser kræver administratorrettigheder. Kontakt din systemadministrator for at opdatere følgende delte udvidelser:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "Udvidelsen kan ikke aktiveres, da følgende systemafhængigheder ikke er opfyldt:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Udvidelsen er deaktiveret fordi du endnu ikke har accepteret licensen.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Vis licens"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Klik 'Annuller' for at afbryde installationen."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "Installation af udvidelser er for nærværende slået fra. Kontakt venligst din systemadministrator for yderligere information."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "Fjernelse af udvidelser er for nærværende slået fra. Kontakt venligst din systemadministrator for yderligere information."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Klik 'Annuller' for at beholde udvidelsen."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Klik 'Annuller' for at fortryde."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Klik 'Annuller' for at standse aktiveringen."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Klik 'Annuller' for at standse deaktiveringen."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "Udvidelsen '%Name' virker ikke på denne computer."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Installerer udvidelser..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Installationen er færdig"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Ingen fejl."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Fejl mens udvidelsen %NAME blev hentet. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Fejlmeddelelsen er: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Fejl under installering af udvidelsen %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "Licensaftalen for udvidelsen %NAME blev afvist. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Udvidelsen vil ikke blive installeret."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Ukendt"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "Udvidelsen kræver mindst OpenOffice.org referenceversion %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "Udvidelsen understøtter ikke OpenOffice.org referenceversioner større end %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "Udvidelsen kræver mindst %PRODUCTNAME version %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr "Udvidelse understøtter ikke% PRODUCTNAME-versioner større end %VERSION"
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Klik på 'Annuller' for at standse installationen."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Klik på 'Annuller' for at stoppe installationen."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Klik på 'Annuller' for at stoppe installationen."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Klik på 'Annuller' for at stoppe installationen."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Klik på 'Annuller' for at stoppe installationen."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Klik på 'Annuller' for at stoppe installationen."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Ingen nye opdateringer er tilgængelige."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Der er ingen tilgængelige opdateringer. For at se ignorerede eller deaktiverede opdateringer, skal du markere feltet 'Vis alle opdateringer'."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "En fejl opstod:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Ukendt fejl."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "Der findes ingen yderligere detaljer for denne opdatering."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "Udvidelse kan ikke opdateres fordi:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Den nødvendige %PRODUCTNAME version passer ikke:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "Du har %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "browserbaseret opdatering"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Version"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Denne opdatering vil blive ignoreret.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Programmet kan ikke startes. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "Konfigurationskataloget \"$1\" blev ikke fundet."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "Installationsstien er ugyldig."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Der er opstået en intern fejl."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Konfigurationsfilen \"$1\" indeholder fejl."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Konfigurationsfilen \"$1\" blev ikke fundet."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "Konfigurationsfilen \"$1\" understøtter ikke den nuværende version."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Brugergrænsefladens sprog kunne ikke bestemmes."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "Brugerinstallationen kunne ikke gennemføres. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Konfigurationsmanageren kan ikke oprettes."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Du skal starte installationsprogrammet fra cd'en eller fra den mappe, hvor installationspakkerne findes, for at reparere installationen."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "Der opstod et generelt problem under adgangen til din centrale konfiguration. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Kontakt venligst din systemadministrator."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Følgende interne fejl opstod: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "%PRODUCTNAME skal desværre genstartes manuelt en gang efter installation eller opdatering."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"Er du sikker på, du vil fortsætte?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Udskrivning er deaktiveret. Ingen dokumenter kan udskrives."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "Stifinderen er ikke tilgængelig.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -737,7 +743,7 @@ msgstr ""
"\n"
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -747,61 +753,61 @@ msgstr ""
"\n"
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Udvidelsens licensaftale for $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Læs den fuldstændige licensaftale vist ovenfor. Accepter licensaftalen ved at skrive \"ja\" i konsollen og så trykke på Enter-tasten. Skriv \"nej\" for at afvise og stoppe opsætning af udvidelsen."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Indtast \"Ja\" eller \"Nej\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "Din indtastning var ikke korrekt. Indtast \"Ja\" eller \"Nej\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "JA"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "J"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NEJ"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg kan ikke startes. Låsefilen indikerer at unopkg allerede kører. Hvis dette ikke er tilfældet, kan du evt. slette låsefilen her:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "FEJL: "
diff --git a/source/da/extensions/messages.po b/source/da/extensions/messages.po
index 51d2f58fdeb..862ae734fca 100644
--- a/source/da/extensions/messages.po
+++ b/source/da/extensions/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-05-19 12:41+0200\n"
-"PO-Revision-Date: 2020-07-07 13:20+0000\n"
+"PO-Revision-Date: 2020-08-09 12:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/extensionsmessages/da/>\n"
"Language: da\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1555775202.000000\n"
#. cBx8W
@@ -3497,13 +3497,13 @@ msgstr "Indgang"
#: extensions/uiconfig/sbibliography/ui/combobox.ui:16
msgctxt "combobox|TBC_FT_SOURCE"
msgid "Table"
-msgstr ""
+msgstr "Tabel"
#. HWJFh
#: extensions/uiconfig/sbibliography/ui/editbox.ui:14
msgctxt "editbox|TBC_FT_QUERY"
msgid "Search Key"
-msgstr ""
+msgstr "Søge-nøgle"
#. CPjNs
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:34
diff --git a/source/da/extras/source/gallery/share.po b/source/da/extras/source/gallery/share.po
index 1c7f7dcf707..bbbcc13dd1e 100644
--- a/source/da/extras/source/gallery/share.po
+++ b/source/da/extras/source/gallery/share.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-06-22 17:23+0200\n"
-"PO-Revision-Date: 2018-03-05 22:05+0000\n"
-"Last-Translator: scootergrisen <scootergrisen@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2020-08-07 21:35+0000\n"
+"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
+"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/extrassourcegalleryshare/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1520287545.000000\n"
#. oG3Mq
@@ -41,7 +41,7 @@ msgctxt ""
"bpmn\n"
"LngText.text"
msgid "BPMN"
-msgstr ""
+msgstr "BPMN"
#. arWXh
#: gallery_names.ulf
@@ -59,7 +59,7 @@ msgctxt ""
"flowchart\n"
"LngText.text"
msgid "Flow chart"
-msgstr ""
+msgstr "Rutediagram"
#. YSm8F
#: gallery_names.ulf
@@ -68,7 +68,7 @@ msgctxt ""
"icons\n"
"LngText.text"
msgid "Icons"
-msgstr ""
+msgstr "Ikoner"
#. PCCbZ
#: gallery_names.ulf
@@ -77,7 +77,7 @@ msgctxt ""
"network\n"
"LngText.text"
msgid "Network"
-msgstr ""
+msgstr "Netværk"
#. YAZe6
#: gallery_names.ulf
@@ -86,7 +86,7 @@ msgctxt ""
"shapes\n"
"LngText.text"
msgid "Shapes"
-msgstr ""
+msgstr "Figurer"
#. FVHrw
#: gallery_names.ulf
diff --git a/source/da/filter/messages.po b/source/da/filter/messages.po
index 185d936d7fa..aba98f5a4ae 100644
--- a/source/da/filter/messages.po
+++ b/source/da/filter/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-04-27 15:54+0200\n"
-"PO-Revision-Date: 2020-07-19 09:13+0000\n"
+"PO-Revision-Date: 2020-08-09 12:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/filtermessages/da/>\n"
"Language: da\n"
@@ -511,7 +511,6 @@ msgstr "Danner en ISO 19005-2-kompatibel PDF-fil, der er velegnet til bevarelse
#. jfwKw
#: filter/uiconfig/ui/pdfgeneralpage.ui:651
-#, fuzzy
msgctxt "pdfgeneralpage|pdfaversion"
msgid "PDF/A _version:"
msgstr "PDF/A _version:"
diff --git a/source/da/formula/messages.po b/source/da/formula/messages.po
index 084db7fb737..f5732457401 100644
--- a/source/da/formula/messages.po
+++ b/source/da/formula/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-04-29 22:17+0200\n"
-"PO-Revision-Date: 2019-04-20 15:47+0000\n"
-"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
+"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
+"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/formulamessages/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1555775236.000000\n"
#. YfKFn
@@ -2511,13 +2511,13 @@ msgstr "FOURIER"
#: formula/inc/core_resource.hrc:2712
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RAND.NV"
-msgstr ""
+msgstr "SLUMP.NV"
#. uYSAT
#: formula/inc/core_resource.hrc:2713
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RANDBETWEEN.NV"
-msgstr ""
+msgstr "SLUMPMELLEM.NV"
#. iySox
#: formula/inc/strings.hrc:25
diff --git a/source/da/helpcontent2/source/text/sbasic/python.po b/source/da/helpcontent2/source/text/sbasic/python.po
index 608bed83a6f..b284f7bb33f 100644
--- a/source/da/helpcontent2/source/text/sbasic/python.po
+++ b/source/da/helpcontent2/source/text/sbasic/python.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-02 14:37+0200\n"
-"PO-Revision-Date: 2020-06-29 11:28+0000\n"
-"Last-Translator: David Lamhauge <davidlamhauge@gmail.com>\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
+"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicpython/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1562822762.000000\n"
#. naSFZ
@@ -3047,7 +3047,7 @@ msgctxt ""
"N0339\n"
"help.text"
msgid "<bookmark_value>Session;UserName</bookmark_value> <bookmark_value>Session;SharedScripts</bookmark_value> <bookmark_value>Session;SharedPythonScripts</bookmark_value> <bookmark_value>Session;UserProfile</bookmark_value> <bookmark_value>Session;UserScripts</bookmark_value> <bookmark_value>Session;UserPythonScripts</bookmark_value> <bookmark_value>API;PathSubstitution</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Session;Brugernavn</bookmark_value> <bookmark_value>Session;DelteSkripts</bookmark_value> <bookmark_value>Session;DeltePythonSkripts</bookmark_value> <bookmark_value>Session;Brugerprofil</bookmark_value> <bookmark_value>Session;BrugerSkripts</bookmark_value> <bookmark_value>Session;BrugerPythonSkripts</bookmark_value> <bookmark_value>API;StiErstatning</bookmark_value>"
#. EvmoA
#: python_session.xhp
diff --git a/source/da/helpcontent2/source/text/sbasic/shared.po b/source/da/helpcontent2/source/text/sbasic/shared.po
index 9d326630190..a19cc12d4e1 100644
--- a/source/da/helpcontent2/source/text/sbasic/shared.po
+++ b/source/da/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-18 19:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/da/>\n"
@@ -8161,14 +8161,14 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialogtitel\")"
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
-msgstr "Print-udtryk"
+msgid "Print# Statement"
+msgstr ""
#. addUg
#: 03010103.xhp
@@ -8179,23 +8179,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr "<bookmark_value>Udskrivningsudtryk</bookmark_value> <bookmark_value>Udskrivningsudtryk; Tabulatorfunktion</bookmark_value> <bookmark_value>Udskrivningsudtryk; Spc-funktion</bookmark_value> <bookmark_value>Spc-funktion; i udskrivningsudtryk</bookmark_value> <bookmark_value>Tabulatorfunktion; i Udskrivningsudtryk</bookmark_value>"
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "Udskriver de angivne strenge eller numeriske udtryk til en dialog eller en fil."
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9745,14 +9754,14 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>Reset-sætning</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">Reset-udtryk</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
+msgstr ""
#. iLCKn
#: 03020104.xhp
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "Lukker alle åbne filer og skriver indholdet af alle filbuffere til harddisken."
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Syntaks:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "Eksempel:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10024,50 +10024,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "Læser data fra en åben sekventiel fil."
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "Syntaks:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parametre:"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber:</emph> Nummeret på den fil, som indeholder dataene, som du vil læse. Filen skal være åbnet med Open-sætningen ved at bruge nøgleordet INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>var:</emph> En numerisk- eller strengvariabel, som du tildeler værdierne, der læses fra den åbne fil."
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "Hvis slutningen på filen nås under læsningen af et dataelement, opstår der en fejl og processen afbrydes."
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "Eksempel:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,14 +10114,14 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr "REM Læs datafil ved hjælp af Input"
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
-msgstr "Line Input #-udtryk"
+msgid "Line Input# Statement"
+msgstr ""
#. CCEuD
#: 03020203.xhp
@@ -10150,68 +10132,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>Linje-indlæsningsfunktion</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input #-udtryk</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
+msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "Læser strenge fra en sekventiel fil til en variabel."
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Syntaks:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "Line Input #FileNumber As Integer, Var As String"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parametre:"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber:</emph> Nummeret på den fil, som indeholder dataene, som du vil læse. Filen skal være åbnet i forvejen med Open-sætningen ved brug af nøgleordet INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>var:</emph> Navnet på variablen som gemmer resultatet."
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10222,41 +10186,14 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "Med sætningen <emph>Line Input#</emph> kan du læse strenge fra en åben fil til en variabel. Strengvariable bliver læst linje for linje indtil det første retur (ASCII=13) eller linjeskift (ASCII=10). Linjeafslutningsmærker bliver ikke inkluderet i den resulterende streng."
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "Eksempel:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNumber, \"Dette er en linje tekst\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNumber, \"Dette er en anden tekstlinje\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
-msgstr "Put-udtryk"
+msgid "Put# Statement"
+msgstr ""
#. psWQE
#: 03020204.xhp
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>Put-sætning</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,14 +10222,14 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "Skriver en datapost til en relativ fil eller en sekvens af bytes til en binær fil."
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "Se også sætningen:<link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link>"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. 9HgEG
#: 03020204.xhp
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "For binære filer (binær adgang) placeringen på den byte i filen hvor du vil begynde at skrive."
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,68 +10321,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>Write-sætning</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write-udtryk</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
+msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "Skriver data til en sekventiel fil."
-
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Syntaks:"
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "Write [#Filnavn], [Udtryksliste]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parametre:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>FileName:</emph> Ethvert numerisk udtryk, som indeholder det filnummer, der blev sat med Open-sætningen for den pågældende fil."
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>Udtryksliste:</emph> Variable eller udtryk, som du vil indtaste i en fil, adskilt af kommaer."
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr "Tal med decimalskilletegn er konverteret i henhold til lokalitetsindstillingerne."
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "Eksempel:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,14 +10942,14 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>FileNumber:</emph> Datakanalnummeret brugt i Open-sætningen."
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
-msgstr "Seek-udtryk"
+msgid "Seek# Statement"
+msgstr ""
#. vLW2K
#: 03020305.xhp
@@ -11041,14 +10960,14 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>Seek-sætning</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek-udtryk</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
+msgstr ""
#. RBPKW
#: 03020305.xhp
@@ -11077,59 +10996,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "For alle andre filer sætter Seek-sætningen den byteposition, hvor den næste operation skal forekomme."
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "Se også:<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "Syntaks:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "Seek[#FileNumber], Position (As Long)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parametre:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>FileNumber: </emph>Nummeret på den datakanal, der er brugt i Open-sætningen."
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>Position:</emph> Placering for næste skrivning eller læsning. Placeringen kan være et tal mellem 1 og 2.147.483.647. I henhold til filtypen vil placeringen indikere nummeret på dataposten (filer i tilstanden Random) eller bytepositionen (filer i tilstanden Binary, Output, Append eller Input). Den første byte i en fil er placering 1, den anden byte er placering 2 og så videre."
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39392,13 +39311,13 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -41255,13 +41174,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/da/helpcontent2/source/text/scalc.po b/source/da/helpcontent2/source/text/scalc.po
index a79233e87c5..7835f812d17 100644
--- a/source/da/helpcontent2/source/text/scalc.po
+++ b/source/da/helpcontent2/source/text/scalc.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-08-02 13:35+0000\n"
-"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
+"PO-Revision-Date: 2020-08-17 10:45+0000\n"
+"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -293,7 +293,7 @@ msgctxt ""
"par_id3153896\n"
"help.text"
msgid "<ahelp hid=\".\">The <emph>Insert</emph> menu contains commands for inserting new elements, such as images, text boxes, object, media, cell names and much more into the current sheet.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Menuen <emph>Indsæt</emph> indeholder kommandoer til indsættelse af nye elementer, såsom billeder, tekstfelter, medier, cellenavne og meget andet på det aktuelle ark.</ahelp>"
#. ZmgWG
#: main0104.xhp
@@ -347,7 +347,7 @@ msgctxt ""
"hd_id761577295440343\n"
"help.text"
msgid "Date"
-msgstr ""
+msgstr "Dato"
#. kzxk7
#: main0104.xhp
@@ -356,7 +356,7 @@ msgctxt ""
"par_id11577295470732\n"
"help.text"
msgid "Inserts the current date in the cell."
-msgstr ""
+msgstr "Indsætter den aktuelle dato i cellen."
#. hvV2C
#: main0104.xhp
@@ -365,7 +365,7 @@ msgctxt ""
"hd_id131577295445736\n"
"help.text"
msgid "Time"
-msgstr ""
+msgstr "Klokkeslæt"
#. jTQVa
#: main0104.xhp
@@ -374,7 +374,7 @@ msgctxt ""
"par_id91577295463980\n"
"help.text"
msgid "Inserts the current time in the cell."
-msgstr ""
+msgstr "Indsætter det aktuelle klokkeslæt i cellen."
#. CzRJY
#: main0104.xhp
@@ -383,7 +383,7 @@ msgctxt ""
"hd_id621577296064493\n"
"help.text"
msgid "Field"
-msgstr ""
+msgstr "Felt"
#. 3EmAu
#: main0104.xhp
@@ -392,7 +392,7 @@ msgctxt ""
"par_id391577296078546\n"
"help.text"
msgid "Opens a submenu for selecting the date, sheet name or document title in the cell."
-msgstr ""
+msgstr "Åbner en undermenu til valg af dato, arknavn eller dokumenttitel i cellen."
#. JP4tR
#: main0105.xhp
@@ -518,7 +518,7 @@ msgctxt ""
"par_id3150440\n"
"help.text"
msgid "<ahelp hid=\".\">The <emph>Tools</emph> menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Menuen <emph>funktioner</emph> indeholder kommandoer til stavekontrol, til at spore arkreferencer, til at finde fejl og til at definere scenarier.</ahelp>"
#. NkvRH
#: main0106.xhp
@@ -1283,7 +1283,7 @@ msgctxt ""
"par_id3148663\n"
"help.text"
msgid "<ahelp hid=\"HID_SC_WIN_PREVIEW\">The <emph>Print Preview</emph> bar is displayed when you choose <emph>File - Print Preview</emph>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_SC_WIN_PREVIEW\">Linjen <emph>Vis udskrift</emph> vises, når du vælger <emph>Filer - Vis udskrift</emph>.</ahelp>"
#. FEZVG
#: main0210.xhp
diff --git a/source/da/helpcontent2/source/text/scalc/02.po b/source/da/helpcontent2/source/text/scalc/02.po
index 00ec4fffb75..642522737a4 100644
--- a/source/da/helpcontent2/source/text/scalc/02.po
+++ b/source/da/helpcontent2/source/text/scalc/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-06-29 13:08+0200\n"
-"PO-Revision-Date: 2020-07-16 09:10+0000\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc02/da/>\n"
"Language: da\n"
@@ -518,7 +518,7 @@ msgctxt ""
"par_id991592658144387\n"
"help.text"
msgid "When the selected range has one row, the function result is placed in the first available cell on the right of the selected range."
-msgstr ""
+msgstr "Når det valgte interval har en række, placeres funktionsresultatet i den første tilgængelige celle til højre for det valgte interval."
#. NYGR7
#: 06040000.xhp
diff --git a/source/da/helpcontent2/source/text/scalc/04.po b/source/da/helpcontent2/source/text/scalc/04.po
index 0b091a45ee3..48d94dc7070 100644
--- a/source/da/helpcontent2/source/text/scalc/04.po
+++ b/source/da/helpcontent2/source/text/scalc/04.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-02-17 12:22+0100\n"
-"PO-Revision-Date: 2020-07-18 19:34+0000\n"
-"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
+"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc04/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -1418,7 +1418,7 @@ msgctxt ""
"hd_id3153577\n"
"help.text"
msgid "<keycode>Tab</keycode>"
-msgstr ""
+msgstr "<keycode>Tab-stop</keycode>"
#. EyvCk
#: 01020000.xhp
@@ -1436,7 +1436,7 @@ msgctxt ""
"hd_id3154266\n"
"help.text"
msgid "<keycode>Shift+Tab</keycode>"
-msgstr ""
+msgstr "<keycode>Skift+Tabulator</keycode>"
#. ESR2E
#: 01020000.xhp
@@ -1562,7 +1562,7 @@ msgctxt ""
"hd_id3155584\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Option</keycode></caseinline><defaultinline><keycode>Alt</keycode></defaultinline></switchinline> and the underlined character in the label \"Row Fields\""
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Alternativ</keycode></caseinline><defaultinline><keycode>Alt</keycode></defaultinline></switchinline> og det understregede tegn på etikketen \"Rækkefelter\""
#. cSthX
#: 01020000.xhp
diff --git a/source/da/helpcontent2/source/text/scalc/guide.po b/source/da/helpcontent2/source/text/scalc/guide.po
index a110d089855..0ea3ff12428 100644
--- a/source/da/helpcontent2/source/text/scalc/guide.po
+++ b/source/da/helpcontent2/source/text/scalc/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-08-02 13:34+0000\n"
+"PO-Revision-Date: 2020-08-14 09:56+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/da/>\n"
"Language: da\n"
@@ -9159,6 +9159,8 @@ msgctxt ""
"help.text"
msgid "The formula <literal>=SUM(A1:A2)</literal>, returns 101 instead of 201 because the conversion does not occur in a range, only for single scalar values. Here, '1e2 is treated as string which is ignored for the SUM function."
msgstr ""
+"Formlen <literal>=SUM(A1:A2)</literal> returnerer 101 i stedet for 201, fordi konverteringen ikke sker i et område, men kun for enkelt-skalare værdier. \n"
+"Her behandles '1e2 som en streng, der ignoreres af SUM funKtionen."
#. hoF73
#: numbers_text.xhp
@@ -11930,7 +11932,7 @@ msgctxt ""
"hd_id211585178799496\n"
"help.text"
msgid "Subtotal outline"
-msgstr ""
+msgstr "Subtotal-disposition "
#. 35yNv
#: subtotaltool.xhp
diff --git a/source/da/helpcontent2/source/text/sdatabase.po b/source/da/helpcontent2/source/text/sdatabase.po
index 533aada5057..77c091b0f41 100644
--- a/source/da/helpcontent2/source/text/sdatabase.po
+++ b/source/da/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-14 18:34+0000\n"
"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textsdatabase/da/>\n"
@@ -159,13 +159,13 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr ""
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 3JCfK
@@ -177,13 +177,13 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr ""
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
msgstr ""
#. ASeVi
@@ -195,13 +195,13 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr ""
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
msgstr ""
#. JTXBF
@@ -213,13 +213,13 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr ""
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
msgstr ""
#. FWCVa
@@ -294,13 +294,13 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -321,13 +321,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -366,6 +366,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/sdraw/01.po b/source/da/helpcontent2/source/text/sdraw/01.po
index 85ea32c7c02..5c85d61928c 100644
--- a/source/da/helpcontent2/source/text/sdraw/01.po
+++ b/source/da/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-14 18:34+0000\n"
"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw01/da/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560800715.000000\n"
#. ybhKD
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Indtast et navn til de nye lag.</ahelp>"
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/shared.po b/source/da/helpcontent2/source/text/shared.po
index 10a09a3a4b6..958fdbf05d2 100644
--- a/source/da/helpcontent2/source/text/shared.po
+++ b/source/da/helpcontent2/source/text/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-27 13:24+0200\n"
-"PO-Revision-Date: 2020-07-28 14:35+0000\n"
+"PO-Revision-Date: 2020-08-14 10:49+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textshared/da/>\n"
"Language: da\n"
@@ -2318,7 +2318,7 @@ msgctxt ""
"hd_id3147572\n"
"help.text"
msgid "Sentence case"
-msgstr ""
+msgstr "Almindelig skrivemåde"
#. v3Cr9
#: submenu_text.xhp
diff --git a/source/da/helpcontent2/source/text/shared/00.po b/source/da/helpcontent2/source/text/shared/00.po
index 4ba027266a1..609431e58c2 100644
--- a/source/da/helpcontent2/source/text/shared/00.po
+++ b/source/da/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-29 20:35+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/da/>\n"
"Language: da\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr "Luk dialogen Indstillinger og kassér alle ændringer."
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
@@ -1328,7 +1346,7 @@ msgctxt ""
"par_idN106CD\n"
"help.text"
msgid "Millimeter"
-msgstr "Millimeter"
+msgstr "millimeter"
#. dHEGA
#: 00000003.xhp
@@ -1346,7 +1364,7 @@ msgctxt ""
"par_idN106DA\n"
"help.text"
msgid "Centimeter"
-msgstr "Centimeter"
+msgstr "centimeter"
#. ytSGu
#: 00000003.xhp
@@ -1382,7 +1400,7 @@ msgctxt ""
"par_idN106F4\n"
"help.text"
msgid "Pica"
-msgstr "Pica"
+msgstr "pica"
#. ouWA2
#: 00000003.xhp
@@ -2057,7 +2075,7 @@ msgctxt ""
"hd_id3146907\n"
"help.text"
msgid "Complex Text Layout (CTL)"
-msgstr "Complex Text Layout (CTL)"
+msgstr "Komplekst Tekstlayout (CTL)"
#. 9cDpb
#: 00000005.xhp
@@ -3470,7 +3488,7 @@ msgctxt ""
"par_id3154071\n"
"help.text"
msgid "Millimeter"
-msgstr "Millimeter"
+msgstr "millimeter"
#. LaPMA
#: 00000020.xhp
@@ -3497,7 +3515,7 @@ msgctxt ""
"par_id3156293\n"
"help.text"
msgid "Centimeter"
-msgstr "Centimeter"
+msgstr "centimeter"
#. NvHmA
#: 00000020.xhp
@@ -3551,7 +3569,7 @@ msgctxt ""
"par_id3156422\n"
"help.text"
msgid "Pica"
-msgstr "Pica"
+msgstr "pica"
#. CwWvH
#: 00000020.xhp
diff --git a/source/da/helpcontent2/source/text/shared/01.po b/source/da/helpcontent2/source/text/shared/01.po
index d57242235c3..7b67efbda6b 100644
--- a/source/da/helpcontent2/source/text/shared/01.po
+++ b/source/da/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-08-02 13:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/da/>\n"
@@ -25803,32 +25803,14 @@ msgctxt ""
msgid "Add"
msgstr "Tilføj"
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Opretter en ny stregtype med de nuværende indstillinger.</ahelp>"
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr "Navn"
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
-msgstr "<ahelp hid=\".\">Indtast et navn.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
+msgstr ""
#. 6Yvch
#: 05200200.xhp
@@ -27261,14 +27243,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr "<ahelp hid=\".uno:FillShadow\">Føjer en skygge til det valgte objekt. Hvis objektet allerede har en skygge, fjernes den. Hvis du klikker på dette ikon, når der ikke er valgt et objekt, bliver skyggen føjet til det næste objekt, som du tegner.</ahelp>"
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Ikon</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
+msgstr ""
#. 6XJUi
#: 05210600.xhp
@@ -47280,14 +47262,14 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr "PDF Eksporter digital underskrift"
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
-msgstr "<bookmark_value>PDF eksport;digital underskrift</bookmark_value><bookmark_value>PDF eksport;underskrive PDF dokument</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
+msgstr ""
#. ChX9A
#: ref_pdf_export_digital_signature.xhp
@@ -47469,24 +47451,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr "<ahelp hid=\".\">Disse tre felter lader dig eventuelt indskrive yderligere oplysninger om den digitale underskrift, der skal anvendes til PDFen (Hvor, af hvem og hvorfor den blev lavet). Den vil blive indleret i de rette PDF-felter og vil være synlig for enhver, der ser PDFen. Hvert eller alle af de tre felter kan stå tomt.</ahelp>"
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr "Tidsstempel-myndighed"
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr "<ahelp hid=\".\">Lader dig eventuelt vælge URL til en tidsstempel-myndighed (TRA).</ahelp>"
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47496,15 +47460,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr "Under underskrivelsen af PDFen vil TSAen blive brugt til at opnå et digitalt underskrevet tidsstempel, som så indlejres i signaturen. Dette (RFC 3161) tidsstempel vil tillade enhver, der ser PDFen at verificere tidspunktet, dokumentet blev underskrevet."
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr "Listen over URLer til TSAer, som kan vælges vedligeholdes under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Indstillinger</emph> </caseinline><defaultinline><emph>funktioner - Indstillinger</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Sikkerhed - TSAer</emph>."
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49566,6 +49521,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/shared/02.po b/source/da/helpcontent2/source/text/shared/02.po
index ff8fa832b2f..c56182e20a3 100644
--- a/source/da/helpcontent2/source/text/shared/02.po
+++ b/source/da/helpcontent2/source/text/shared/02.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-06-16 20:22+0000\n"
-"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-17 10:45+0000\n"
+"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -554,7 +554,7 @@ msgctxt ""
"par_idN10E95\n"
"help.text"
msgid "<link href=\"text/sdraw/01/3dsettings_toolbar.xhp\">Extrusion On/Off</link>"
-msgstr ""
+msgstr "<link href=\"text/sdraw/01/3dsettings_toolbar.xhp\">Ekstrudering til/fra</link>"
#. qDJzn
#: 01140000.xhp
@@ -2777,7 +2777,7 @@ msgctxt ""
"par_id3156422\n"
"help.text"
msgid "As with list boxes or combo boxes, you can open or close the list with a mouse click at the arrow on the right end of the field. However, the input here can be entered either in the opened list or in the top text field. An exception is the properties that expect a list representation, for example, the property \"List Entries\", which can be set for the control fields <emph>List Box</emph> and <emph>Combo Box</emph>. Here, you can only edit the entries when the field is opened."
-msgstr "Som med rullelister eller kombinationsfelter kan du åbne eller lukke listen med et museklik ved pilen på den højre ende af feltet. Dog kan input her indtastes enten i den åbnede liste eller i det øverste tekstfelt. En undtagelse er de egenskaber, som forventer en listerepræsentation, for eksempel egenskaben <emph>Listeelementer</emph>, som kan være indstillet til kontrolelementetfelterne <emph>Rulleliste</emph> og <emph>Kombinationsfelt</emph>. Her kan du kun redigere elementerne, når feltet er åbnet."
+msgstr "Som med rullelister eller kombinationsfelter kan du åbne eller lukke listen med et museklik ved pilen på den højre ende af feltet. Dog kan input her indtastes enten i den åbnede liste eller i det øverste tekstfelt. En undtagelse er de egenskaber, som forventer en listerepræsentation, for eksempel egenskaben \"Listeelementer\", som kan være indstillet til kontrolelementfelterne <emph>Rulleliste</emph> og <emph>Kombinationsfelt</emph>. Her kan du kun redigere elementerne, når feltet er åbnet."
#. RBV9J
#: 01170101.xhp
@@ -3434,7 +3434,7 @@ msgctxt ""
"par_id3154254\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies whether a check box can also represent ZERO values of a linked database apart from the TRUE and FALSE values.</ahelp> This function is only available if the database accepts three states: <emph>TRUE</emph>, <emph>FALSE</emph> and <emph>ZERO</emph>."
-msgstr "<ahelp hid=\".\">Specificerer, om et afkrydsningsfelt også kan repræsentere NULL-værdier fra en kædet database udover værdierne SAND og FALSK.</ahelp> Denne funktion er kun tilgængelig, hvis databasen accepterer tre tilstande: <emph>SAND</emph>, <emph>FALSK</emph> og <emph>NULL</emph>. "
+msgstr "<ahelp hid=\".\">Specificerer, om et afkrydsningsfelt også kan repræsentere NULL-værdier fra en kædet database udover værdierne SAND og FALSK.</ahelp> Denne funktion er kun tilgængelig, hvis databasen accepterer tre tilstande: <emph>SAND</emph>, <emph>FALSK</emph> og <emph>NULL</emph>."
#. 7r799
#: 01170101.xhp
@@ -4622,7 +4622,7 @@ msgctxt ""
"par_id3148877\n"
"help.text"
msgid "<ahelp hid=\".\">Specify the maximum value of a scrollbar control.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Angiver et rullelinje-kontrolelements maksimale værdi.</ahelp>"
#. WhdNX
#: 01170101.xhp
@@ -8809,14 +8809,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr ""
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
-msgstr "Underformularen er baseret på en <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> forespørgsel; specifikt en <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Forespørgsel</link>. Hvis et feltnavn indtastes i feltet <emph>Kæd overordnede felter</emph>, bliver data, der er indeholdt i feltet i hovedformularen, læst til en variabel, som du skal indtaste i <emph>Kæd underordnede felter</emph>. I en passende SQL-sætning bliver denne variabel sammenlignet med data fra den tabel, som underformularen henviser til. Alternativt kan du indtaste kolonnens navn i feltet <emph>Kæd overordnede felter</emph>."
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgstr ""
#. KAQ4c
#: 01170203.xhp
@@ -10528,14 +10528,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr "Hvert $[officename]-program har sit eget <emph>Typografier og formatering</emph>s-vindue. Således er der særlige vinduer til <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">tekstdokumenter</link></caseinline><defaultinline>tekstdokumenter</defaultinline></switchinline>, til<switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">regneark</link></caseinline><defaultinline>regneark</defaultinline></switchinline>og til<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">præsentationer/tegninger</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">præsentationer/tegninger</link></caseinline><defaultinline>præsentationer/tegninger</defaultinline></switchinline>."
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Ikon</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -11761,14 +11761,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr "Ikonet <emph>Piletyper</emph> vises kun, når du opretter en tegning med tegnefunktionerne. Se sektionen <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Stregtyper</emph></link> i Hjælp for mere information."
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Ikon</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -11966,7 +11966,7 @@ msgctxt ""
"par_id3149999\n"
"help.text"
msgid "<ahelp hid=\".\">Moves the selected paragraph up one level in the numbering or bullets hierarchy.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Flytter det valgte afsnit et niveau op i nummer- eller tegn-hierarkiet.</ahelp>"
#. XEERq
#: 06060000.xhp
@@ -13730,7 +13730,7 @@ msgctxt ""
"par_id3154380\n"
"help.text"
msgid "<variable id=\"selektionsortieren\">Data of the currently selected field are always sorted. A field is always selected as soon as you place the cursor in the field. To sort within tables, you can also click the corresponding column header.</variable>"
-msgstr ""
+msgstr "a<variable id=\"selektionsortieren\">Et aktuelt valgt felts data er altid sorteret. Et felt er altid valgt, så snart du sætter markøren i feltet. For at sortere inde i tabeller kan du også klikke på den relevante kolonneoverskrift.</variable>"
#. WrDm4
#: 12010000.xhp
@@ -14612,7 +14612,7 @@ msgctxt ""
"par_id3150476\n"
"help.text"
msgid "<ahelp hid=\".\">Updates the contents of the existing database fields by the marked records.</ahelp> The <emph>Data to Fields </emph>icon is only available if the current document is a text document."
-msgstr ""
+msgstr "<ahelp hid=\".\">Opdaterer indholdet af de eksisterende databasefelter med de markerede poster</ahelp> Ikonet <emph>Data til felter</emph> er kun til tilgændeligt, hvis det aktuelle dokument er et tekstdokument."
#. eZES8
#: 12080000.xhp
@@ -17026,14 +17026,14 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "Udfør SQL-kommando direkte"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
-msgstr "Klik på ikonet igen for at vende tilbage til normal tilstand, hvor ændringer i <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>Ny(t) forespørgselsdesign</emph></link> synkroniseres med de tilladte ændringer gennem SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgstr ""
#. tTG7m
#: 14040000.xhp
@@ -17053,14 +17053,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Funktioner\">Funktioner</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Viser rækken <emph>Funktion</emph> i den nederste del af designvisningen i vinduet <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Forespørgselsdesign</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgstr ""
#. iGFfH
#: 14040000.xhp
@@ -17098,14 +17098,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Tabelnavn\">Tabelnavn</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
-msgstr "<ahelp hid=\".\">Viser rækken <emph>Tabel</emph> i den nederste del af <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Forespørgselsdesignet</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgstr ""
#. t48DA
#: 14050000.xhp
@@ -17143,14 +17143,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Viser rækken <emph>Alias</emph> i den nederste del af <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Forespørgselsdesign</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgstr ""
#. CcbaZ
#: 14060000.xhp
@@ -17197,14 +17197,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Entydige værdier\">Entydige værdier</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
-msgstr "<ahelp hid=\".uno:DBDistinctValues\">Udvider den oprettede select-sætning i <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL-forespørgsel</emph></link> i den aktuelle kolonne med parameteren <emph>DISTINCT</emph>.</ahelp> Konsekvensen er, at identiske værdier, som optræder flere gange i tabellen, kun oplistes en gang."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgstr ""
#. EXAFG
#: 14070000.xhp
@@ -19240,14 +19240,41 @@ msgctxt ""
msgid "Limit"
msgstr "Grænseværdi"
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
-msgstr "<ahelp hid=\".\">Udvider den opbyggede select sætning i <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL forespørgsel</link> med en LIMIT X begrænsning</ahelp>. Dette kan bruges til at begrænse din SQL forespørgsel til resultater, der falder inden for de første X antal hits."
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
+msgstr ""
#. Ae3Qb
#: paintbrush.xhp
diff --git a/source/da/helpcontent2/source/text/shared/06.po b/source/da/helpcontent2/source/text/shared/06.po
index e329d5e0bae..515236d647f 100644
--- a/source/da/helpcontent2/source/text/shared/06.po
+++ b/source/da/helpcontent2/source/text/shared/06.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-06-02 13:53+0200\n"
-"PO-Revision-Date: 2020-07-14 18:34+0000\n"
-"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
+"PO-Revision-Date: 2020-08-17 10:45+0000\n"
+"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textshared06/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgctxt ""
"par_id19921\n"
"help.text"
msgid "<image id=\"img_id22170\" src=\"media/screenshots/writerperfect/ui/exportepub/EpubDialog.png\"><alt id=\"alt_id59843\">EPUB dialog box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id22170\" src=\"media/screenshots/writerperfect/ui/exportepub/EpubDialog.png\"><alt id=\"alt_id59843\">dialogfeltet EPUB</alt></image>"
#. cEcCB
#: optionen_screenshots.xhp
@@ -275,7 +275,7 @@ msgctxt ""
"par_id531589156232176\n"
"help.text"
msgid "<image id=\"img_id090120160131201466\" src=\"media/screenshots/cui/ui/pageformatpage/PageFormatPage.png\"><alt id=\"alt_id090120160131201466\">Page format tab page</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id090120160131201466\" src=\"media/screenshots/cui/ui/pageformatpage/PageFormatPage.png\"><alt id=\"alt_id090120160131201466\"> Fanebladet Sideformat</alt></image>"
#. agtWk
#: simpress_screenshots.xhp
diff --git a/source/da/helpcontent2/source/text/shared/explorer/database.po b/source/da/helpcontent2/source/text/shared/explorer/database.po
index 17f8d28f53d..e16002306ec 100644
--- a/source/da/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/da/helpcontent2/source/text/shared/explorer/database.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-07 10:54+0000\n"
"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/da/>\n"
@@ -16,2220 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1561921679.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr "Forespørgselsdesign"
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr "<bookmark_value>visninger; oprette databasevisninger (Base)</bookmark_value> <bookmark_value>forespørgsler; oprette i designvisning (Base)</bookmark_value> <bookmark_value>designe; forespørgsler (Base)</bookmark_value> <bookmark_value>designvisning; forespørgsler/visninger (Base)</bookmark_value> <bookmark_value>joine;tabeller i databaser</bookmark_value> <bookmark_value>tabeller i databaser; joine til forespørgsler (Base)</bookmark_value> <bookmark_value>forespørgsler; joine tabeller (Base)</bookmark_value> <bookmark_value>tabeller i databaser; relationer (Base)</bookmark_value> <bookmark_value>relationer; joine tabeller (Base)</bookmark_value> <bookmark_value>forespørgsler; slette tabelreferencer (Base)</bookmark_value> <bookmark_value>kriterier for forespørgseldesign (Base)</bookmark_value> <bookmark_value>forespørgsler; formulere filterbetingelser (Base)</bookmark_value> <bookmark_value>filterbetingelser;i forespørgsler (Base)</bookmark_value> <bookmark_value>parametre; forespørgsler (Base)</bookmark_value> <bookmark_value>forespørgsler; parameterforespørgsler (Base)</bookmark_value> <bookmark_value>SQL; forespørgsler (Base)</bookmark_value> <bookmark_value>indbygget SQL (Base)</bookmark_value>"
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Forespørgselsdesign\">Forespørgselsdesign</link>"
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr "<ahelp hid=\".\"><emph>Forespørgselsdesignvisning</emph> giver dig mulighed for at oprette og redigere en databaseforespørgsel.</ahelp>"
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr "De fleste databaser bruger forespørgsler til at filtrere eller sortere databasetabellerne, når data skal vises. Visninger (views) tilbyder den samme funktionalitet som forespørgsler, men på serverens side. Hvis din database er på en server, som understøtter visninger, kan du bruge visninger til at filtrere dataposterne på serveren. Det vil normalt forbedre svartiden."
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr "Ved at vælge <emph>Opret visning</emph> fra fanen<emph>Tabeller</emph> i et database dokument, ser du vinduet <emph>Designvisning</emph> som gør det samme som vinduet <emph>Forespørgselsdesign</emph> som beskrives her."
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr "Vinduet Forespørgselsdesign layout bliver gemt med en oprettet forespørgsel, men kan ikke lagres med en oprettet visning."
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr "Designvisningen"
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr "For at oprette en forespørgsel klikker du på ikonet <emph>Forespørgsler</emph> i et databasedokument, og dernæst på <emph>Opret forespørgsel i designvisning</emph>."
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr "I den nederste rude i Designvisningen kan du <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">definere</link> forespørgslen. For at definere en forespørgsel angiver du de af databasens <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">feltnavne</link>, som skal indgå, samt <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">kriterier</link> for visning af felterne. For at omarrangere kolonnerne i den nederste rude i Designvisningen trækker du en kolonneoverskrift til en ny placering, eller vælg kolonnen og tryk på <switchinline select=\"sys\"><caseinline select=\"MAC\">Kommando</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+piletast."
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr "Øverst i forespørgslens Designvisningsvindue, vises <link href=\"text/shared/main0214.xhp\" name=\"icons\">ikonerne</link> for værktøjslinjerne <emph>Forespørgselsdesign</emph> og <emph>Design</emph>."
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr "Hvis du vil teste en forespørgsel, dobbeltklikker du på forespørgslens navn i databasedokumentet. Forespørgslens resultat vises i en tabel, der ligner datakildevisningen. Bemærk: Den viste tabel er kun midlertidig."
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr "Taster i forespørgselsdesignvisning"
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr "Nøgle"
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "Funktion"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr "F4"
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr "Forhåndsvisning"
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr "F5"
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr "Udfør forespørgsel"
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr "F7"
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr "Tilføj tabel eller forespørgsel"
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr "Gennemse"
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr "Når du åbner forespørgselsdesignet for første gang, ser du en dialogboks, hvor du først skal vælge den tabel eller forespørgsel, som vil danne grundlag for din nye forespørgsel."
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Tilføj felter til forespørgslen ved at dobbeltklikke på dem. Træk og slip for at angive relationer.</ahelp>"
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr "Mens du designer en forespørgsel, kan du ikke modificere de valgte tabeller."
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr "Fjerne tabeller"
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr "For at fjerne tabellen fra designvisning, klik på den øverste kant af tabelvinduet og vis genvejsmenuen. Du kan bruge kommandoen <emph>Slet</emph> for at fjerne tabellen fra designvisningen. En anden mulighed er at trykke på Delete-tasten."
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr "Flytte tabel og rette tabellens størrelse"
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr "Du kan ændre størrelsen og arrangere tabellerne efter hvad du selv synes. For at flytte tabeller, træk den øverste kant til den ønskede position. Forstør eller formindsk størrelsen tabellen vises i ved at placering markøren på en kant eller et hjørne og trækker tabellen indtil den har den ønskede størrelse."
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr "Tabelrelationer"
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr "Hvis der er datarelationer mellem et feltnavn i en tabel og et feltnavn i en anden tabel, kan du bruge disse relationer til din forespørgsel."
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr "Hvis du for eksempel har et regneark til artikler, der er identificeret med artikelnumre, og et regneark til kunder, hvor du noterer alle artikler som en kunde bestiller ved bruge de tilsvarende artikelnumre, så er der et forhold mellem de to \"artikelnummer\" datafelter. Hvis du nu vil oprette en forespørgsel som returnerer alle artikle,r som en kunde har bestilt, skal du hente data fra to regneark. For at gøre dette, skal du fortælle $[officename], hvilken sammenhæng, der findes mellem data i de to regneark."
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr "For at gøre dette, klikker du på et feltnavn i en tabel (for eksempel, feltnavnet \"Elementnummer\" fra Kundetabellen), holder museknappen nede og trækker så feltnavnet over i feltnavnet i den anden tabel (\"Elementnummer\" fra Elementtabellen). Når du slipper museknappen, vil en linje forbinde de to felter i de to vinduer. Den tilsvarende betingelse, at indholdet af de to feltnavne skal være identiske, indtastes i den resulterende SQL-forespørgsel."
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr "Oprettelsen af en forespørgsel som er baseret på flere relaterede ark er kun mulig hvis du bruger $[officename] som grænsefladen til en relationsdatabase."
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr "Du kan ikke få adgang til tabeller fra forskellige databaser i en forespørgsel. Forespørgsler som involverer flere tabeller kan kun være oprettet indenfor en database."
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr "Specificering af relationstypen"
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr "Hvis du dobbeltklikker på linjen, der forbinder to linkede felter, eller benytter menukommandoen <emph>Indsæt - Ny relation</emph>, kan du angive typen af kæde i dialogen <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relationer</emph></link>."
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Rediger joinegenskaber.</ahelp> Alternativt kan du trykke tabulator, indtil linjen er valgt, trykke Skift+F10 for at vise genvejsmenuen og der vælge kommandoen <emph>Rediger</emph> der. Visse databaser understøtter kun en del af de mulige typer af join."
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr "Slette relationer"
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr "For at slette en relation mellem to tabeller, klik på forbindelseslinjen og tryk derefter på Delete-tasten."
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr "Alternativt, slet de tilsvarende punkter i <emph>Involverede felter</emph> i dialogen <emph>Relationer</emph>. Eller tryk på tabulatortasten indtil den forbindende vektor bliver vist fremhævet, tryk så Skift+F10 for at åbne genvejsmenuen og vælg kommandoen <emph>Slet</emph>."
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr "Definering af forespørglen"
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Marker betingelser for at angive forespørgslen.</ahelp> Hver kolonne i designtabellen accepterer et datafelt for forespørgslen. Betingelserne i en række er kædet med et logisk AND."
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr "Specificering af feltnavne"
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr "Først markerer du alle feltnavne i tabellerne, som du vil føje til forespørgslen. Du kan gøre dette enten ved at trække og slippe eller ved at dobbeltklikke på et feltnavn i tabelvinduet. Med træk-og-slip metoden bruger du musen til at trække et feltnavn fra tabelvinduet ind i det nederste område i vinduet Forespørgselsdesign. Imens kan du bestemme, hvilken kolonne du vil tilføje feltet til. Feltnavnet kan også markeres ved at dobbeltklikke. Det vil så blive tilføjet næste ledige kolonne i vinduet Forespørgselsdesign."
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr "Slette feltnavne"
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr "For at fjerne et feltnavn fra forespørgslen, klikker du på kolonneoverskriften for feltet og vælger kommandoen <emph>Slet</emph> på genvejsmenuen for kolonnen."
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr "Lagring af forespørgslen"
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr "Brug ikonet <emph>Gem</emph> på Standardværktøjslinjen for at gemme forespørgslen. Der kommer en dialog, som beder dig indtaste et navn til forespørgslen. Hvis databasen understøtter skemaer, kan du også indtaste et skemanavn."
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr "Skema"
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Indtast navnet på det skema der er tildelt til forespørgslen eller tabelvisningen.</ahelp>"
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr "Forespørgselsnavn eller tabelvisningsnavn"
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">Indtast navnet på forespørgslen eller tabelvisningen.</ahelp>"
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr "Filtrere data"
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr "For at filtrere data til forespørgslen indsætter du de ønskede kriterier i den nederste del af designvinduet. Følgende linjer er tilgængelige:"
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr "Felt"
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Indtast navnet på det datafelt, som du refererede til i forespørgslen. Alle indstillinger i rækker med filterindstillinger henviser til dette felt.</ahelp> Hvis du aktiverer en celle med et museklik, vil du se en pileknap, som lader dig vælge et felt. \"Tabelnavn.*\"-indstillingen markerer alle datafelter, så de specificerede kriterier gælder alle tabelfelter."
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr "Alias"
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Angiver et alias. Dette alias vil være stå i forespørgslen i stedet for feltnavnet. Dette gør det muligt at anvende brugerdefinerede kolonneetiketter.</ahelp> For eksempel, hvis datafeltet har navnet VrNr, og du hellere vil have, at Varenummer vises i forespørgslen, indtaster du Varenummer som alias."
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr "I et SQL-udtryk defineres aliaser på denne måde:"
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr "SELECT kolonne AS alias FROM tabel."
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr "For eksempel:"
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr "SELECT \"VrNr\" AS \"Varenummer\" FROM \"dele\""
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr "Tabel"
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">Den databasetabel, der svarer til det markerede datafelt står her.</ahelp> Hvis du aktiverer en celle med et museklik, vises en pil, som lader dig vælge en anden tabel fra den aktuelle forespørgsel."
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr "Sortere"
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">Hvis du klikker på denne celle, kan du vælge en sorteringsindstilling: stigende, faldende og ikke sorteret.</ahelp> Tekstfelter bliver sorteret alfabetisk og numeriske felter numerisk. I de fleste databaser kan administratorer indstille sorteringen på databaseniveau."
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr "Synlig"
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">Hvis du markerer egenskaben <emph>Synlig</emph> for et datafelt, bliver feltet synligt i forespørgslen</ahelp>. Hvis du kun bruger et datafelt til at formulere en betingelse eller udføre en beregning, har du ikke nødvendigvis brug for at feltet vises."
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr "Kriterier"
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specificerer det første <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">kriterie</link>, indholdet i datafeltet bliver filtreret efter .</ahelp>"
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr "eller"
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr "Her kan du indtaste endnu et kriterium til filtrering i hver linje. Flere kriterier i en kolonne vil blive fortolket som boolsk OR (eller)."
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr "Du kan også bruge linjoverskrifternes genvejsmenu nederst i vinduet forespørgselsdesign til at indsætte et filter på basis af en funktion:"
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "Funktioner"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Vælg en funktion, du vil køre i forespørgslen.</ahelp> Hvilke funktioner, du kan køre her, afhænger af databasemotoren."
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr "Hvis du arbejder med den indbyggede HSQL-database, vil rullelisten i rækken <emph>Funktion</emph> give dig mulighed for at vælge følgende indstillinger:"
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr "Indstilling"
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr "Effekt"
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr "Ingen funktion"
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr "Ingen funktion vil blive udført."
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr "Middel"
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr "Beregner den aritmetiske middelværdi af et felt."
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr "Tæl"
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr "Bestemmer antallet af dataposter i tabellen. Tomme felter kan enten tælles (a) eller udelukkes (b)."
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr "A) COUNT(*): Overføres en stjerne som argument tæller alle dataposter i tabellen."
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr "b) TÆL (kolonne): Brug af et feltnavn som argument tæller udelukkende de poster, hvor det specificerede felt indeholder en værdi. Poster, hvor feltet har en Nul-værdi (dvs. ikke indeholder tekst- eller numeriske værdier) vil ikke blive talt."
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr "Maksimum"
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr "Bestemmer den højeste værdi af en post i feltet."
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr "Minimum"
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr "Bestemmer den laveste værdi af en post i feltet."
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr "Sum"
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr "Beregner summen af værdierne af posterne i de tilknyttede felter."
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr "Gruppe"
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr "Grupperer forespørgselsdata efter det valgte feltnavn. Funktioner bliver udført i henhold til den angivne gruppe. I SQL svarer denne indstilling til GROUP BY- sætningen. Hvis et kriterie tilføjes, vises det i undersætningen SQL HAVING."
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr "Du kan også indtaste funktionskald direkte i SQL-sætningen. Syntaksen er:"
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr "SELECT FUNCTION(kolonne) FROM tabel."
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr "For eksempel, funktionskaldet i SQL til at beregne en sum er:"
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr "SELECT SUM(\"Pris\") FROM \"Artikel\"."
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr "Bortset fra <emph>Gruppe</emph>-funktionen, er de ovennævnte funktioner såkaldte sammensatte funktioner. Det er funktioner, der beregner data for at oprette sammenfatninger af resultaterne. Yderligere funktioner som ikke er på rullelisten kan også være mulige. De afhænger af den specifikke databasemotor, der bruges, og af de aktuelle funktioner, som stilles til rådighed af den databasedriver, der bruges til forbindelse med databasemotoren."
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr "For at benytte andre funktioner der ikke er i rullelisten, skal du indtaste dem under <emph>Felt</emph>."
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr "Du kan også tildele aliaser til funktionskald. Hvis forespørgslen ikke skal vises i kolonneoverskriften, indtaster du det ønskede navn under <emph>Alias</emph>."
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr "Den tilsvarende funktion i en SQL-sætning er:"
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr "SELECT FUNCTION() AS aliasnavn FROM tabel"
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "Eksempel:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr "SELECT COUNT(*) AS Antal FROM \"Element\""
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr "Hvis du kører denne funktion, kan du ikke indsætte yderligere kolonner for forespørgslen på andre måder end som et argument i en \"Gruppe\" funktion."
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "<emph>Eksempler</emph>"
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr "I det følgende eksempel, køres en forespørgsel gennem to tabeller: en \"Element\" tabel med feltet \"Vare_Nr\" og en \"Leverandør\" tabel med feltet \"Leverandør_Navn\". Begge tabeller har et fælles feltnavn \"Leverandør_Nr.\""
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr "Det følgende trin er nødvendigt for at oprette en forespørgsel der indeholder alle leverandører der leverer mere end tre elementer."
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "Indsæt \"Element\" og \"Leverandør\" tabellerne i forespørgselsdesignet."
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr "Sammenkæd feltet \"Leverandør_Nr\" i de to tabeller hvis der ikke allerede er en relation af denne type."
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr "Dobbeltklik på \"Vare_Nr\" feltet fra tabellen \"Element\". Vis linjen <emph>Funktion</emph> ved at bruge genvejsmenuen og vælg funktionen Tæl."
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "Indtast >3 som et kriterium og deaktiver det synlige felt."
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "Dobbeltklik på feltet \"Leverandør_Navn\" i tabellen \"Leverandør\" og vælge funktionen Gruppe."
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr "Kør forespørgslen."
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr "Hvis felterne \"Pris\" (den individuelle pris på en artikel) og \"Leverandør_Nr\" (leverandøren af denne artikel) findes i tabellen \"Element\", kan du få gennemsnitsprisen på et element som en leverandør giver med følgende forespørgsel:"
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr "Indsæt tabellen \"Element\" i forespørgselsdesignet."
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr "Dobbeltklik på felterne \"Pris\" og \"Leverandør_Nr\"."
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr "Aktiver linjen <emph>Funktion</emph> og marker Middelfunktionen fra feltet \"Pris\"."
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr "Du kan også indtaste \"Middel\" i linjen til aliasnavnet (uden anførselstegn)."
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr "Vælg Gruppering for feltet \"Leverandør_Nr\"."
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr "Kør forespørgslen."
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr "De følgende menukommandoer og symboler er tilgængelige i en genvejsmenu:"
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "Funktioner"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Viser eller skjuler en række til markering af funktioner.</ahelp>"
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr "Tabelnavn"
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Viser eller skjuler rækken for tabelnavnet.</ahelp>"
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr "Aliasnavn"
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Viser eller skjuler rækken for aliasnavnet.</ahelp>"
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr "Entydige værdier"
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Henter kun entydige værdier fra forespørgslen.</ahelp> Dette gælder for flere dataposter, der kan indeholde data, som fremtræder flere gange i de valgte felter. Hvis kommandoen <emph>Entydige værdier</emph> er aktiv, vil du kun se én datapost i forespørgslen (DISTINCT). Ellers vil du se alle dataposter svarende til forespørgslens kriterium (ALL)."
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr "For eksempel, hvis navnet \"Smith\" forekommer adskillige gange i din adressedatabase, kan du vælge kommandoen <emph>Entydige værdier</emph> for at angive i forespørgslen, at navnet \"Smith\" kun skal forekomme én gang."
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr "For en forespørgsel, som involverer adskillige felter, skal kombinationen af værdier fra alle felter være unikke, så resultatet kan være skabt fra en bestemt datapost. For eksempel kan du have \"Smith i Chicago\" én gang i din adressebog og \"Smith i London\" to gange. Med kommandoen <emph>Entydige værdier</emph>, vil forespørgslen bruge de to felter \"efternavn\" og \"by\" og returnere forespørgselsresultat \"Smith i Chicago\" én gang og \"Smith i London\" én gang."
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr "I SQL svarer denne kommando svarer til prædikatet DISTINCT."
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr "Grænseværdi"
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Giver dig mulighed for at begrænse det maksimale antal poster, der returneres af en forespørgsel.</ahelp>"
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr "Hvis en <emph>Begrænsning</emph> er tilføjet, vil du få lige så mange rækker som tallet angiver. Ellers vil du se så mange rækker som forespørgselskriterierne angiver."
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr "Formulerer filteregenskaber"
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr "Når du formulerer filteregenskaber, er forskellige operatorer og kommandoer tilgængelige for dig. Bortset fra de relationelle operatorer, er der SQL-specifikke kommandoer der forespørger i indholdet af databasefelter. Hvis du bruger disse kommandoer i $[officename] syntaksen, konverterer $[officename] automatisk disse til den tilsvarende SQL-syntaks. Du kan også indtaste SQL-kommandoen direkte og overskrive den interne oversætter. De følgende tabeller giver et overblik over disse operatorer og kommandoer:"
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr "Operator"
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "Betydning"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "Betingelse er tilfredsstillet hvis..."
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr "lig med"
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr "... indholdet af feltet er identisk med den viste udtryk."
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr "Operatoren = bliver ikke vist i forespørgselsfelterne. Hvis du indtaster en værdi uden operator, vil operatoren = automatisk blive benyttet."
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr "forskellig fra"
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr "... indholdet af feltet svarer ikke til det angivne udtryk."
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr "større end"
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr "... indholdet af feltet er større end det angivne udtryk."
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr "mindre end"
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr "... indholdet af feltet er mindre end det angivne udtryk."
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr "større end eller lig med"
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr "... indholdet af feltet er større end eller lig med det angivne udtryk."
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr "mindre end eller lig med"
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr "... indholdet af feltet er mindre end eller lig med det angivne udtryk."
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr "$[officename] kommando"
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr "SQL-kommando"
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "Betydning"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "Betingelse er tilfredsstillet hvis..."
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr "er null"
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr "... Feltværdien er tom. For Ja/Nej felter med tre tilstande, forespørger denne kommando automatisk den ubestemte tilstand (hverken Ja eller Nej)."
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr "er ikke tom"
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr "...feltet er ikke tomt, f.eks. fordi det indeholder data."
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr "pladsholder (*) for ethvert antal tegn"
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr "pladsholder (?) for præcis ét tegn)"
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr "<bookmark_value>pladsholdere; i SQL Forespørgsler</bookmark_value>"
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr "pladsholder (%) for ethvert antal tegn"
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr "pladsholder (_) til præcis ét tegn)"
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr "er et element i"
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr "... datafeltet indeholder det viste udtryk. Pladsholderen (*) viser, om udtrykket X forekommer i begyndelsen af (X*), ved slutningen af (*X) eller inde i feltindholdet (*X*). I SQL-forespørgsler kan du som pladsholdere indtaste enten SQL-tegnet % eller den kendte (*) filsystempladsholder i %PRODUCTNAME-grænsefladen."
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr "Pladsholderne (*) eller (%) står for et vilkårligt antal tegn. Spørgsmålstegnet (?) i $[officename]-grænsefladen eller understregningstegnet (_) i SQL-forespørgsler bruges til at repræsentere præcis ét tegn."
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr "Er ikke et element i"
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr "... feltet indeholder ikke data med det angivne udtryk."
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr "falder indenfor intervallet [X,Y]"
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr "... feltet indeholder en dataværdi der ligger mellem de to værdier x og y."
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr "Falder ikke indenfor intervallet [X,Y]"
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr "... feltet indeholder en dataværdi, der ikke ligger mellem de to værdier x og y."
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr "Bemærk at semikoloner bruges som separatorer i alle værdi-lister!"
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr "indeholder A, B, C, ...."
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr "... feltnavnet indeholder et af de angivne udtryk a, b, c, ... Et vilkårligt antal udtryk kan angives, og resultatet af forespørgslen afgøres af en boolsk ELLER-operator. Udtrykkene a, b, c, ... kan enten være tal eller tegn."
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr "indeholder ikke A, B, C..."
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr "... feltet indeholder ikke et af de angivne udtryk a, b, c, ..."
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr "har værdien Sand"
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr "... feltnavnet har værdien Sand."
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr "har værdien falsk"
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr "... feltdata-værdien er sat til falsk."
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "Eksempler"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr "returnerer feltnavne med feltindholdet \"Fr.\""
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr "returnerer datoer som forekom før 10. januar 2001"
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr "returnerer poster med feltindhold som \"give\" og \"gave\"."
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr "returnerer poster med feltindhold som \"Sun\"."
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr "returnerer poster med feltindhold mellem værdierne 10 og 20. (Felterne kan enten være tekstfelter eller talfelter)."
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr "returnerer poster med værdierne 1, 3, 5 eller 7. Hvis feltnavnet indeholder et varenummer, for eksempel, kan du lave en forespørgsel som returnerer den vare, som har det angivne nummer."
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr "returnerer poster som ikke indeholder \"Smith\"."
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr "<emph>Som</emph> Escape sekvens: {escape 'escape-tegn'}"
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr "Eksempel: select * from Element where ElementNavn like '*%' {escape '*'}"
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr "Dette eksempel vil give dig alle elementerne hvor navnet begynder med tegnet '*'. Dette betyder at du også kan søge efter tegn som ellers ville fortolkes som pladsholdere, såsom *, ?, _, % eller punktum."
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr "<emph>Outer Join</emph> Escape sekvens: {oj outer-join}"
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "Eksempel: select Artikel.* from {oj element LEFT OUTER JOIN ordrer ON element.nr=ordrer.ANR}"
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr "Forespørge på tekstfelter"
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr "For at søge på indholdet af et tekstfelt skal du sætte udtrykket mellem enkelte citationstegn. Om der skelnes mellem store og små bogstaver afhænger af den database, der benyttes. LIKE skelner per definition mellem store og små bogstaver (selv om visse databaser ikke fortolker dette strengt)."
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr "Forespørge på datofelter"
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr "<emph>Datofelter</emph> er repræsenteret som #Dato# for klart at identificere dem som datoer. Dato, tid og dato/tid konstantværdier, der anvendes i betingelser, kan være i enten SQL escape syntaks eller i standard SQL2 syntaks."
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr "Dato Type Element"
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr "SQL escape syntaks #1 - kan være forældet"
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr "SQL escape syntaks #2"
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr "SQL2 syntaks"
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "Dato"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr "Tid"
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr "Dato klokkeslæt"
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr "Eksempel: select {d '1999-12-31'} from verden.år"
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr "Eksempel: select * from mytable where years='1999-12-31'"
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr "Alle datoudtryk (datokonstantværdier) skal sættes i enkelte citationstegn. (Se yderligere detaljer i manualerne til den bestemte database og den bestemte databasekobling, du bruger)."
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr "Spørge på Ja/Nej felter"
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr "For at spørge på Ja/Nej felter benyttes følgende syntaks for dBASE tabeller:"
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr "Status"
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr "Forespørgsels kriterium"
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "Eksempel"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "Ja"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr "For dBASE tabeller: forskellig fra hvilken som helst givet værdi"
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr "=1 returnerer alle dataposter hvor Ja/Nej-feltet har status \"Ja\" eller \"Aktiveret\" (udvalgte i sort),"
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "Nej"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr "=0 returnerer alle dataposter for hvilken Ja/Nej-feltet der har status \"Nej\" eller \"Deaktiver\" (ingen valg)."
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr "Null"
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr "IS NULL"
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr "IS NULL returnerer alle dataposter for hvilken Ja/Nej-feltet har ingen af tilstandene Ja eller Nej (valgt i grå)."
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr "Syntaksen afhænger af databasen der benyttes. Bemærk også at Ja/Nej felter kan være defineret forskelligt (kun 2 udtryk i stedet for 3)."
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr "Parameterforespørgsel"
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr "Parameterforespørgsler lader brugeren indtaste værdier i kørselstiden. Disse værdier bruges i kriterierne til at vælge de dataposter, der skal vises. Hver af disse værdier har tilknyttet et parameternavn, som bruges kalde brugeren, mens forespørgslen køres."
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr "Parameternavne indledes med et kolon i både Design- og SQL-visninger af en forespørgsel. De kan bruges når som helst der kan optræde en værdi. Hvis den samme værdi skal optræde mere end en gang i forespørgsel, skal du bruge det samme parameternavn."
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr "I det enkleste tilfælde, hvor brugeren indtaster en værdi, der matches efter sammenfald, indtastes parameternavnet med sit indledende kolon simpelthen i rækken Kriterie. I <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL-tilstand</link> skal det indtastes som <item type=\"input\"> WHERE \"Field\" = :Parameternavn</item>"
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr "Parameternavne må ikke indeholde nogen af tegnene <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. De må ikke være feltnavne eller SQL-reserverede ord. De kan hedde det samme som aliasser."
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr "Et nyttig redskab til at markere dataposter baseret på dele af et tekstfelts indhold er at tilføje en skjult kolonne med kriteriet<item type=\"input\">\"LIKE '%' || :Del_af_felt || '%'\"</item>. Dette vil markere dataposter med en nøjagtigt overensstemmelse. Hvis der ønskes en versal-ufølsom test, er en løsningat bruge <item type=\"input\">LOWER (Field_Name)</item> som felt og<item type=\"input\">LIKE LOWER ( '%' || :Del_af_felt || '%' )</item> som kriterie. Bemærk, at mellemrummene i kriteriet er vigtige; hvis de udelades, fortolker SQL-parseren hele kriteriet som en streng, der skal matches. I <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL-tilstand</link> skulle dette indtastes som<item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr "Parameterforespørgsler kan bruges som datakilde til <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">underformularer</link> for at tillade brugeren at begrænse de viste dataposter."
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr "Parameterindtastning"
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Dialogen <emph>Parameterindtastning</emph>beder brugeren om at indtaste parameterværdierne. Indtast en værdi for hvert forespørgselsparameter og bekræft ved at klikke på <emph>OK</emph> eller trykke på<emph>Enter</emph>-tasten.</ahelp>"
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr "De værdier, der er indtastet af brugeren, kan bestå af vilkårlige tegn, som er tilladt i SQL for det relevante kriterie; dette kan afhænge på det underliggende databasesystem."
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr "Brugeren kan bruge SQL-jokertegn \"%\" (vilkårlig streng) eller \"_\" (vilkårligt enkelttegn) som en del af værdien for at hente dataposter med mere komplekse kriterier."
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr "SQL-tilstand"
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr "SQL står for \"Structured Query Language\" og beskriver instruktioner til opdatering og administration af relationsdatabaser."
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr "I $[officename] behøver du ingen viden om SQL for de fleste forespørgsler, eftersom du ikke behøver at skrive SQL-koden. Hvis du opretter en forespørgsel i forespørgselsdesigneren, konverterer $[officename] automatisk dine instruktioner til den tilsvarende SQL-syntaks. Hvis du, ved hjælp af knappen <emph>Slå designvisning til/fra</emph>, skifter til SQL-visning, kan du se SQL-kommandoerne for en forespørgsel, som allerede er lavet."
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr "Du kan formulere din forespørgsel direkte i SQL-kode. Bemærk dog, at den særlige syntaks afhænger af det databasesystem, du bruger."
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr "Hvis du indtaster SQL-koden manuelt, kan du oprette SQL-specifikke forespørgsler, som ikke understøttes af den grafiske grænseflade i <emph>Forespørgselsdesign</emph>. Disse forespørgsler skal udføres i den rene SQL-tilstand."
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr "Ved at klikke på ikonet <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Udfør SQL-kommando direkte</emph></link> i SQL-visning kan du formulere en forespørgsel, som ikke behandles af $[officename] og sende den direkte til databasemotoren.."
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5488,14 +3274,14 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr "Du kan kun indtaste administrationskommandoer i denne dialog, såsom Grant, Create Table, eller Drop Table, og ikke filterkommandoer. Kommandoerne, som du kan indtaste, afhænger af datakilden, for eksempel kan dBASE kun udføre nogle af SQL-kommandoerne der er nævnt her."
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "For at afvikle en SQL-forespørgsel til filtrering af data i databasen, brug <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Forespørgselsdesign</link>."
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgstr ""
#. Ck9G4
#: 11080000.xhp
diff --git a/source/da/helpcontent2/source/text/shared/guide.po b/source/da/helpcontent2/source/text/shared/guide.po
index 8edb704c340..f86d1e431a2 100644
--- a/source/da/helpcontent2/source/text/shared/guide.po
+++ b/source/da/helpcontent2/source/text/shared/guide.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-08 12:12+0000\n"
-"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
+"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -410,7 +410,7 @@ msgctxt ""
"par_id3150771\n"
"help.text"
msgid "Click the Start button on the Windows taskbar. Choose <emph>Settings</emph>."
-msgstr ""
+msgstr "Klik på knappen Start på Windows' opgavelinje. Vælg <emph>Indstillinger</emph>."
#. u7g6Z
#: activex.xhp
@@ -419,7 +419,7 @@ msgctxt ""
"par_idN106E8\n"
"help.text"
msgid "In Settings, click <emph>Apps</emph>."
-msgstr ""
+msgstr "I Indstillinger klikker du på <emph>Apps</emph>."
#. 3UNE4
#: activex.xhp
@@ -428,7 +428,7 @@ msgctxt ""
"par_id3156155\n"
"help.text"
msgid "In the <emph>Apps & features</emph> list, click %PRODUCTNAME, then click <emph>Change</emph>."
-msgstr ""
+msgstr "På listen <emph>Apps og funktionaliteter</emph> klikker du på %PRODUCTNAME og så på<emph>Skift/emph>."
#. CaXPY
#: activex.xhp
@@ -6523,14 +6523,14 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr "Klik på ikonet <emph>Gem</emph> eller <emph>Gem som</emph> <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Ikon</alt></image> for at gemme forespørgslen."
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Forespørgselsdesign\">Forespørgselsdesign</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 2ArGc
#: data_forms.xhp
@@ -7081,14 +7081,14 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr "Klik <emph>Opret forespørgsel i designvisning</emph>."
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Du ser <link href=\"text/shared/explorer/database/02010100.xhp\">Forespørgseldesignvinduet</link>."
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
+msgstr ""
#. xGFGr
#: data_register.xhp
@@ -7747,14 +7747,14 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr "Indtast filterbetingelserne i et eller flere felter. Bemærk at hvis du indtaster filteregenskaberne i flere felter, vil betingelserne blive samlet af et logisk OG."
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
-msgstr "Mere information om jokertegn og operatorer kan findes i <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Forespørgselsdesign</link>."
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgstr ""
#. cEDEo
#: data_search2.xhp
@@ -8107,14 +8107,14 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr "Klik på <emph>Opret tabelvisning</emph>."
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Du ser vinduet Visningsdesign, som næsten ligner <link href=\"text/shared/explorer/database/02010100.xhp\">Forespørgselsdesignvinduet</link>."
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
+msgstr ""
#. bTx8G
#: data_view.xhp
@@ -21058,14 +21058,14 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr "<bookmark_value>ændringer; beskytte</bookmark_value><bookmark_value>beskytte; registrerede ændringer</bookmark_value><bookmark_value>dataposter; beskytte</bookmark_value><bookmark_value>korrekturfunktion;beskytte dataposter</bookmark_value>"
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
-msgstr "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Beskytte ændringer</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
+msgstr ""
#. jVeUw
#: redlining_protect.xhp
diff --git a/source/da/helpcontent2/source/text/shared/optionen.po b/source/da/helpcontent2/source/text/shared/optionen.po
index ef5b21a0e95..06cab8dc0b4 100644
--- a/source/da/helpcontent2/source/text/shared/optionen.po
+++ b/source/da/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-21 00:35+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedoptionen/da/>\n"
"Language: da\n"
@@ -61,14 +61,14 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr "Alle dine indstillinger bliver automatisk gemt. For at åbne et element skal du enten dobbeltklikke på dette element eller klikke på plustegnet. For at folde elementet sammen skal du klikke på minustegnet eller dobbeltklikke på elementet."
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
-msgstr "Du ser kun elementer, som passer til det aktuelle dokument. Hvis det aktuelle dokument er et tekstdokument, vil du se %PRODUCTNAME Writer elementerne, og så videre for alle moduler af %PRODUCTNAME. %PRODUCTNAME Impress og %PRODUCTNAME Draw betragtes som det samme i denne dialog. De fælles elementer er altid synlige."
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
+msgstr ""
#. uYcBu
#: 01000000.xhp
@@ -79,14 +79,14 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Marker et element for at redigere.</ahelp>"
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
-msgstr "Note til Mac OS X-brugere: Hjælpen nævner menustien Funktioner - Indstillinger adskillige steder. Erstat denne sti med %PRODUCTNAME - Indstillinger i din Mac OS X hovedmenu. Begge menuer åbner dialogboksen Indstillinger."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
+msgstr ""
#. WS53M
#: 01000000.xhp
@@ -5245,42 +5245,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Åbner dialogen <emph>Certifikatsti</emph>.</ahelp>"
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr "TSA'er"
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr "Tillader dig at have en liste af Time Stamping Authority (TSA) URL'er. TSA'er giver digitalt signerede tidsstempler (RFC 3161) som kan bruges ved signeret PDF-eksport."
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr "TSA'er"
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Åbner dialogen <emph>URL'er for tidsstempelautoriteter</emph>.</ahelp>"
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -5837,7 +5801,7 @@ msgctxt ""
"par_id3149418\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddenparafield\">If you have inserted text using the <emph>Hidden Paragraph</emph> field, specifies whether to display the hidden paragraph.</ahelp> This option has the same function as the menu commands <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/03140000.xhp\" name=\"View - Hidden Paragraphs\">View - Hidden Paragraphs</link></caseinline><defaultinline>View - Hidden Paragraphs</defaultinline></switchinline> available in open text documents."
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddenparafield\">Hvis du har indsat tekst med feltet <emph>Skjult afsnit</emph>, specifies whether to display the hidden paragraph.</ahelp> This option has the same function as the menu commands <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/03140000.xhp\" name=\"View - Hidden Paragraphs\">View - Hidden Paragraphs</link></caseinline><defaultinline>View - Hidden Paragraphs</defaultinline></switchinline> available in open text documents."
#. 5TDVz
#: 01040200.xhp
@@ -7522,6 +7486,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Angiver farven for fremhævning af ændrede linjer i teksten.</ahelp>"
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16747,41 +16873,41 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr ""
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
-msgstr "Open CL"
+msgid "OpenCL"
+msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
-msgstr "<bookmark_value>Open CL;indstillingsvalg</bookmark_value><bookmark_value>indstillingsvalg;Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
+msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
-msgstr "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
-msgstr "OpenCL er en teknologi til at sætte hastigheden op for beregninger i store regneark."
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
+msgstr ""
#. ddvkj
#: opencl.xhp
diff --git a/source/da/helpcontent2/source/text/simpress.po b/source/da/helpcontent2/source/text/simpress.po
index c40f116fe27..9f0ce8c2fee 100644
--- a/source/da/helpcontent2/source/text/simpress.po
+++ b/source/da/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-08 12:12+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress/da/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562177500.000000\n"
#. 2Va4w
@@ -601,15 +601,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Fladestil/-fyld\">Fladestil/-fyld</link>"
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Skygge\">Skygge</link>"
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1105,15 +1096,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "Slår 3D-effekterne til og fra for de valgte objekter."
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaktion\">Interaktion</link>"
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/simpress/02.po b/source/da/helpcontent2/source/text/simpress/02.po
index 06522825167..39d2395198d 100644
--- a/source/da/helpcontent2/source/text/simpress/02.po
+++ b/source/da/helpcontent2/source/text/simpress/02.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-06-22 17:23+0200\n"
-"PO-Revision-Date: 2020-02-17 11:31+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
+"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress02/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1561276105.000000\n"
#. AiACn
@@ -770,7 +770,7 @@ msgctxt ""
"par_id3154018\n"
"help.text"
msgid "Transformations (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Transformationer (% PRODUCTNAME kun Draw)"
#. xeiRd
#: 10030000.xhp
@@ -5000,7 +5000,7 @@ msgctxt ""
"par_id3154702\n"
"help.text"
msgid "<image src=\"cmd/sc_outlinecollapseall.png\" id=\"img_id3155336\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155336\">Icon First Level</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/sc_outlinecollapseall.png\" id=\"img_id3155336\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155336\">Ikon første niveau</alt></image>"
#. cx5A2
#: 11060000.xhp
@@ -5054,7 +5054,7 @@ msgctxt ""
"par_id3155333\n"
"help.text"
msgid "<image src=\"cmd/sc_outlineexpandall.png\" id=\"img_id3154705\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154705\">Icon All Levels</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/sc_outlineexpandall.png\" id=\"img_id3154705\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154705\">Ikon alle niveauer</alt></image>"
#. Y9hBE
#: 11070000.xhp
diff --git a/source/da/helpcontent2/source/text/simpress/04.po b/source/da/helpcontent2/source/text/simpress/04.po
index d0f30f74997..5a566a14874 100644
--- a/source/da/helpcontent2/source/text/simpress/04.po
+++ b/source/da/helpcontent2/source/text/simpress/04.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-03-13 12:06+0100\n"
-"PO-Revision-Date: 2019-07-03 18:17+0000\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress04/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1562177864.000000\n"
#. mYCYv
@@ -374,7 +374,7 @@ msgctxt ""
"hd_id3155848\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Page Down"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Page Down"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Alternativ</caseinline><defaultinline>Alt</defaultinline></switchinline>+PageDown"
#. E8DmS
#: 01020000.xhp
diff --git a/source/da/helpcontent2/source/text/smath/01.po b/source/da/helpcontent2/source/text/smath/01.po
index ba8ffa6d237..6297fccc1db 100644
--- a/source/da/helpcontent2/source/text/smath/01.po
+++ b/source/da/helpcontent2/source/text/smath/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-02 14:37+0200\n"
-"PO-Revision-Date: 2020-07-29 20:34+0000\n"
+"PO-Revision-Date: 2020-08-17 10:45+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textsmath01/da/>\n"
"Language: da\n"
@@ -3389,7 +3389,7 @@ msgctxt ""
"par_idN10253\n"
"help.text"
msgid "<image id=\"img_id3149561\" src=\"media/helpimg/starmath/al21808.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149561\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149561\" src=\"media/helpimg/starmath/al21808.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149561\">Icon</alt></image>"
#. BqAqN
#: 03090500.xhp
@@ -3416,7 +3416,7 @@ msgctxt ""
"par_idN1028E\n"
"help.text"
msgid "<image id=\"img_id3147733\" src=\"media/helpimg/starmath/al21809.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147733\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147733\" src=\"media/helpimg/starmath/al21809.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147733\">Icon</alt></image>"
#. ochKP
#: 03090500.xhp
@@ -7432,7 +7432,7 @@ msgctxt ""
"par_id3147073\n"
"help.text"
msgid "<image id=\"Graphic9\" src=\"media/helpimg/starmath/un21207.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"Graphic9\" src=\"media/helpimg/starmath/un21207.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon</alt></image>"
#. VE3wD
#: 03091501.xhp
@@ -9270,7 +9270,7 @@ msgctxt ""
"par_id3145083\n"
"help.text"
msgid "<image id=\"img_id3166470\" src=\"media/helpimg/starmath/fo21607.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166470\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3166470\" src=\"media/helpimg/starmath/fo21607.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166470\">Icon</alt></image>"
#. ba5G4
#: 03091505.xhp
@@ -9819,7 +9819,7 @@ msgctxt ""
"par_id3161252\n"
"help.text"
msgid "<image id=\"img_id3161259\" src=\"media/helpimg/starmath/at21716.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3161259\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3161259\" src=\"media/helpimg/starmath/at21716.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3161259\">Icon</alt></image>"
#. rY2pH
#: 03091506.xhp
@@ -10602,7 +10602,7 @@ msgctxt ""
"par_id3182083\n"
"help.text"
msgid "<image id=\"img_id3182090\" src=\"media/helpimg/starmath/al21809.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3182090\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3182090\" src=\"media/helpimg/starmath/al21809.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3182090\">kon</alt></image>"
#. st5dU
#: 03091508.xhp
diff --git a/source/da/helpcontent2/source/text/swriter/00.po b/source/da/helpcontent2/source/text/swriter/00.po
index c630eb1f420..7a7208592f6 100644
--- a/source/da/helpcontent2/source/text/swriter/00.po
+++ b/source/da/helpcontent2/source/text/swriter/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-08 12:12+0000\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/da/>\n"
"Language: da\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1562179572.000000\n"
#. E9tti
@@ -653,7 +653,7 @@ msgctxt ""
"par_id3150564\n"
"help.text"
msgid "<variable id=\"feldbefehlautor\">Choose <menuitem>Insert - Field - First Author</menuitem></variable>"
-msgstr "<variable id=\"feldbefehlautor\">Vælg <menuitem>Indsæt - Felt - Førsteforfatter</menuitem></variable> "
+msgstr "<variable id=\"feldbefehlautor\">Vælg <menuitem>Indsæt - Felt - Førsteforfatter</menuitem></variable>"
#. UEyYF
#: 00000404.xhp
diff --git a/source/da/helpcontent2/source/text/swriter/01.po b/source/da/helpcontent2/source/text/swriter/01.po
index 8cc6788bffc..ca828cf24f4 100644
--- a/source/da/helpcontent2/source/text/swriter/01.po
+++ b/source/da/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-15 13:17+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/da/>\n"
"Language: da\n"
@@ -8609,7 +8609,7 @@ msgctxt ""
"par_id3150696\n"
"help.text"
msgid "In an HTML document, two additional fields are available for the \"Set variable\" field type: HTML_ON and HTML_OFF. The text that you type in the <emph>Value </emph>box is converted to an opening HTML <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tag\">tag</link> (<Value>) or to a closing HTML (</Value>) tag when the file is saved as an HTML document, depending on the option that you select."
-msgstr "I et HTML-dokument er to ekstra felter tilgængelige for felttypen:\"Definer variabel\": HTML_ON og HTML_OFF. Teksten, som du indtaster i feltet <emph>Værdi</emph>, bliver konverteret til et åbnende HTML <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tag\">-mærke</link> (<Værdi>) eller til et lukkende HTML (</Værdi>) mærke når filen er gemt som et HTML-dokument, afhængigt af indstillingen som du vælger."
+msgstr "I et HTML-dokument er to ekstra felter tilgængelige for felttypen:\"Definer variabel\": HTML_ON og HTML_OFF. Teksten, som du indtaster i feltet <emph>Værdi</emph>, bliver konverteret til et åbnings HTML<link href=\"text/shared/00/00000002.xhp#tags\" name=\"tag\">-mærke</link> (<Værdi>) eller til et luknings HTML(</Værdi>) -mærke, når filen er gemt som et HTML-dokument, afhængigt af den indstilling, som du vælger."
#. BFvdg
#: 04090005.xhp
@@ -15116,7 +15116,7 @@ msgctxt ""
"bm_id2502212\n"
"help.text"
msgid "<bookmark_value>text flow;at breaks</bookmark_value><bookmark_value>paragraphs;keeping together at breaks</bookmark_value><bookmark_value>protecting;text flow</bookmark_value><bookmark_value>widows</bookmark_value><bookmark_value>orphans</bookmark_value><bookmark_value>block protect, see also widows or orphans</bookmark_value>"
-msgstr "<bookmark_value>tekstforløb;ved skift</bookmark_value><bookmark_value>afsnit;beholde sammen ved skift</bookmark_value><bookmark_value>horeunger</bookmark_value><bookmark_value>franske horeunger</bookmark_value><bookmark_value>beskytte blokke, se også horeunger eller franske horeunger</bookmark_value>"
+msgstr "<bookmark_value>tekstforløb;ved skift</bookmark_value><bookmark_value>afsnit;holde sammen ved skift</bookmark_value><bookmark_value>beskytte;tekstforløb</bookmark_value><bookmark_value>horeunger</bookmark_value><bookmark_value>franske horeunger</bookmark_value><bookmark_value>beskytte blokke, se også horeunger eller franske horeunger</bookmark_value>"
#. a6Fwg
#: 05030200.xhp
@@ -22777,14 +22777,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">Under skrivning</link>"
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
-msgstr "<ahelp hid=\".uno:OnlineAutoFormat\">Formaterer automatisk dokumentet, mens du skriver. For at sætte formateringsindstillingerne skal du vælge <emph>Funktioner </emph> - <emph> Autokorrektur - Autokorrekturindstillinger</emph> og så klikke på fanebladet <emph>Indstillinger</emph>.</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
+msgstr ""
#. Ddr5r
#: 05150100.xhp
diff --git a/source/da/helpcontent2/source/text/swriter/guide.po b/source/da/helpcontent2/source/text/swriter/guide.po
index 898d7e21c82..89337dbfc7c 100644
--- a/source/da/helpcontent2/source/text/swriter/guide.po
+++ b/source/da/helpcontent2/source/text/swriter/guide.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-18 19:34+0000\n"
-"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
+"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1562961482.000000\n"
#. XAt2Y
@@ -365,7 +365,9 @@ msgctxt ""
"bm_id3147407\n"
"help.text"
msgid "<bookmark_value>numbering; lists, while typing</bookmark_value> <bookmark_value>bullet lists;creating while typing</bookmark_value> <bookmark_value>lists;automatic numbering</bookmark_value> <bookmark_value>numbers;lists</bookmark_value> <bookmark_value>automatic bullets/numbers; AutoCorrect function</bookmark_value> <bookmark_value>bullets; using automatically</bookmark_value> <bookmark_value>paragraphs; automatic numbering</bookmark_value>"
-msgstr "<bookmark_value>nummerering; lister, mens du skriver</bookmark_value><bookmark_value>punktopstillinger;oprette under skrivning</bookmark_value><bookmark_value>lister;automatisk nummerering</bookmark_value><bookmark_value>tal;lister</bookmark_value><bookmark_value>automatisk nummerering; funktionen Autokorrektur</bookmark_value><bookmark_value>punkttegn; anvende automatisk</bookmark_value><bookmark_value>automatiske punkttegn</bookmark_value><bookmark_value>afsnit; automatisk nummerering</bookmark_value>"
+msgstr ""
+"<bookmark_value>nummerering; lister, mens du skriver</bookmark_value> <bookmark_value>punktlister;oprette under skrivning</bookmark_value> <bookmark_value>lister;automatisk nummerering</bookmark_value> <bookmark_value>tal;lister</bookmark_value> <bookmark_value>automatiske punkter/tal; funktionen Autokorrektur</bookmark_value> <bookmark_value>punkttegn; anvende automatisk</bookmark_value> <bookmark_value>\n"
+"afsnit; automatisk nummerering</bookmark_value>"
#. 73YY6
#: auto_numbering.xhp
@@ -1643,7 +1645,7 @@ msgctxt ""
"par_id3153896\n"
"help.text"
msgid "Select the object for which you want to define a border."
-msgstr ""
+msgstr "Vælg det objekt, du vil definere en grænse til."
#. hqKL6
#: border_object.xhp
diff --git a/source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po
index fddfa48c73d..b5e58bdf694 100644
--- a/source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-03-31 10:35+0200\n"
-"PO-Revision-Date: 2020-01-22 12:04+0000\n"
-"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
+"PO-Revision-Date: 2020-08-07 21:34+0000\n"
+"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/instsetoo_nativeinc_openofficewindowsmsi_languages/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1565035354.000000\n"
#. tBfTE
@@ -3119,7 +3119,7 @@ msgctxt ""
"OOO_CONTROL_323\n"
"LngText.text"
msgid "The following applications are using files that need to be updated by this setup. You can let Installation Wizard close them and attempt to restart them, or reboot the system later to complete the setup."
-msgstr ""
+msgstr "Følgende applikationer bruger filer, der skal opdateres med denne opsætning. Du kan lade installationsguiden lukke dem og forsøge at genstarte dem eller genstarte systemet senere for at fuldføre opsætningen."
#. qDAnG
#: Control.ulf
@@ -3164,7 +3164,7 @@ msgctxt ""
"OOO_CONTROL_328\n"
"LngText.text"
msgid "The [ProductName] Help must be installed in the same directory as the program."
-msgstr ""
+msgstr "Hjælpen til [Produktnavn] skal installeres i det samme bibliotek som programmet."
#. jeyr7
#: CustomAc.ulf
@@ -4613,7 +4613,7 @@ msgctxt ""
"OOO_RADIOBUTTON_11\n"
"LngText.text"
msgid "&Do not close applications. A reboot will be required to complete the setup."
-msgstr ""
+msgstr "& Luk ikke programmer. Der kræves en genstart for at fuldføre opsætningen."
#. 94ZFb
#: UIText.ulf
diff --git a/source/da/officecfg/registry/data/org/openoffice/Office.po b/source/da/officecfg/registry/data/org/openoffice/Office.po
index 17b350f96e8..6ec61b74e5d 100644
--- a/source/da/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/da/officecfg/registry/data/org/openoffice/Office.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-03-08 23:16+0000\n"
-"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
+"PO-Revision-Date: 2020-08-07 21:35+0000\n"
+"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1547493343.000000\n"
#. HhMVS
@@ -1194,7 +1194,7 @@ msgctxt ""
"STR_IMAGE_RESOLUTION_1\n"
"value.text"
msgid "96;96 DPI (screen resolution)"
-msgstr ""
+msgstr "96; 96 DPI (skærmopløsning)"
#. RBDYm
#: PresentationMinimizer.xcu
@@ -1224,7 +1224,7 @@ msgctxt ""
"STR_IMAGE_RESOLUTION_4\n"
"value.text"
msgid "300;300 DPI (print resolution)"
-msgstr ""
+msgstr "300; 300 DPI (udskrivningsopløsning)"
#. 3XE9x
#: PresentationMinimizer.xcu
@@ -1234,7 +1234,7 @@ msgctxt ""
"STR_IMAGE_RESOLUTION_5\n"
"value.text"
msgid "600;600 DPI (print resolution)"
-msgstr ""
+msgstr "600; 600 DPI (udskrivningsopløsning)"
#. X8NuV
#: PresentationMinimizer.xcu
@@ -1634,7 +1634,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "E-mail (96 DPI): minimize document size for sharing"
-msgstr ""
+msgstr "E-mail (96 DPI): minimer dokumentstørrelsen til deling"
#. mzFCD
#: PresentationMinimizer.xcu
@@ -1644,7 +1644,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "Web (150 DPI): good for web pages and projectors"
-msgstr ""
+msgstr "Web (150 DPI): god til websider og projektorer"
#. wageX
#: PresentationMinimizer.xcu
@@ -1654,7 +1654,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "Print (300 DPI): excellent quality on most printers and screens"
-msgstr ""
+msgstr "Print (300 DPI): fremragende kvalitet på de fleste printere og skærme"
#. 5BgC2
#: PresentationMinimizer.xcu
@@ -1664,7 +1664,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "High fidelity: preserves quality of the original picture"
-msgstr ""
+msgstr "Høj kvalitet: bevarer det oprindelige billedes kvalitet"
#. Le7Xu
#: PresenterScreen.xcu
diff --git a/source/da/officecfg/registry/data/org/openoffice/Office/UI.po b/source/da/officecfg/registry/data/org/openoffice/Office/UI.po
index a3cc16d37a6..2d4776027b5 100644
--- a/source/da/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/da/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-09 15:34+0000\n"
-"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
+"PO-Revision-Date: 2020-08-07 21:35+0000\n"
+"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1565537469.000000\n"
#. W5ukN
@@ -4534,7 +4534,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Use Text Import Dialog"
-msgstr ""
+msgstr "Brug dialogen Importer tekst"
#. yombs
#: CalcCommands.xcu
@@ -4544,7 +4544,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Use text import dialog"
-msgstr ""
+msgstr "Brug dialogen Importer Tekst"
#. uoxAP
#: CalcCommands.xcu
@@ -15124,7 +15124,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Through White"
-msgstr ""
+msgstr "Gennem hvid"
#. mFSnT
#: Effects.xcu
@@ -16014,7 +16014,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Fontwork"
-msgstr ""
+msgstr "Indsæt Fontwork"
#. 5UN6F
#: GenericCommands.xcu
@@ -16034,7 +16034,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert Fontwork Text"
-msgstr ""
+msgstr "Indsæt Fontwork-tekst"
#. xaHfX
#: GenericCommands.xcu
@@ -18274,7 +18274,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Edit Macros..."
-msgstr ""
+msgstr "Rediger makroer..."
#. Ws9jQ
#: GenericCommands.xcu
@@ -23226,7 +23226,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Show Tip of the Day"
-msgstr ""
+msgstr "Vis Dagens tip"
#. 6VUAq
#: GenericCommands.xcu
@@ -23236,7 +23236,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Show the Tip of the Day dialog"
-msgstr ""
+msgstr "Vis dialogen Dagens tip"
#. GjCU6
#: GenericCommands.xcu
@@ -23856,7 +23856,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Find and Rep~lace..."
-msgstr ""
+msgstr "Søg og erstat"
#. B4Dm5
#: GenericCommands.xcu
@@ -25916,7 +25916,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert N~arrow No-break Space"
-msgstr ""
+msgstr "Indsæt Usynlig adskiller uden ombrydning"
#. txaEk
#: GenericCommands.xcu
@@ -28016,7 +28016,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Edit Mode"
-msgstr ""
+msgstr "Redigeringstilstand"
#. GZdEa
#: ReportCommands.xcu
@@ -28066,7 +28066,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Styles Inspector"
-msgstr ""
+msgstr "Typografiinspektør"
#. GEHrf
#: Sidebar.xcu
@@ -28286,7 +28286,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Glow"
-msgstr ""
+msgstr "Lys"
#. HhQ3u
#: Sidebar.xcu
@@ -28296,7 +28296,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Soft Edge"
-msgstr ""
+msgstr "Blød kant"
#. GBNW2
#: Sidebar.xcu
@@ -33586,7 +33586,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Show Whitespac~e"
-msgstr ""
+msgstr "Vis mellemrum"
#. RHnwE
#: WriterCommands.xcu
@@ -34886,7 +34886,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Protect Document"
-msgstr ""
+msgstr "Beskyt dokument"
#. ByLdE
#: WriterCommands.xcu
@@ -34896,7 +34896,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Protect Fields"
-msgstr ""
+msgstr "Beskyt felter"
#. zDPPk
#: WriterCommands.xcu
@@ -34906,7 +34906,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Protect fields in current document"
-msgstr ""
+msgstr "Beskyt felter i aktuelt dokument"
#. CdnED
#: WriterCommands.xcu
@@ -34916,7 +34916,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Protect Bookmarks"
-msgstr ""
+msgstr "Beskyt bogmærker"
#. WjWoa
#: WriterCommands.xcu
@@ -34926,7 +34926,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Protect bookmarks in current document"
-msgstr ""
+msgstr "Beskyt bogmærker i aktuelt dokument"
#. iQC5j
#: WriterCommands.xcu
diff --git a/source/da/sc/messages.po b/source/da/sc/messages.po
index 8d077814515..dd3c65c5614 100644
--- a/source/da/sc/messages.po
+++ b/source/da/sc/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-14 12:34+0000\n"
+"PO-Revision-Date: 2020-08-09 12:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/scmessages/da/>\n"
"Language: da\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1562523528.000000\n"
#. kBovX
@@ -2650,19 +2650,19 @@ msgstr "begynder med"
#: sc/inc/globstr.hrc:457
msgctxt "STR_COND_ENDS_WITH"
msgid "ends with"
-msgstr ""
+msgstr "ender med"
#. 96Aos
#: sc/inc/globstr.hrc:458
msgctxt "STR_COND_CONTAINS"
msgid "contains"
-msgstr ""
+msgstr "indeholder"
#. X5K9F
#: sc/inc/globstr.hrc:459
msgctxt "STR_COND_NOT_CONTAINS"
msgid "does not contain"
-msgstr ""
+msgstr "indeholder ikke"
#. GvCEB
#: sc/inc/globstr.hrc:460
@@ -19205,25 +19205,25 @@ msgstr "er ikke duplikat"
#: sc/uiconfig/scalc/ui/conditionalentry.ui:384
msgctxt "conditionalentry|typeis"
msgid "is in top N elements"
-msgstr ""
+msgstr "er i top N-elementer"
#. FGAML
#: sc/uiconfig/scalc/ui/conditionalentry.ui:385
msgctxt "conditionalentry|typeis"
msgid "is in bottom N elements"
-msgstr ""
+msgstr "er i bunden N elementer"
#. BCnE4
#: sc/uiconfig/scalc/ui/conditionalentry.ui:386
msgctxt "conditionalentry|typeis"
msgid "is in top N percent"
-msgstr ""
+msgstr "er i top N procent"
#. 2EFQe
#: sc/uiconfig/scalc/ui/conditionalentry.ui:387
msgctxt "conditionalentry|typeis"
msgid "is in bottom N percent"
-msgstr ""
+msgstr "er i bunden N procent"
#. mgJrq
#: sc/uiconfig/scalc/ui/conditionalentry.ui:388
@@ -19235,7 +19235,7 @@ msgstr "er over gennemsnittet"
#: sc/uiconfig/scalc/ui/conditionalentry.ui:389
msgctxt "conditionalentry|typeis"
msgid "is below average"
-msgstr ""
+msgstr "er under gennemsnittet"
#. hrCLZ
#: sc/uiconfig/scalc/ui/conditionalentry.ui:390
@@ -21011,7 +21011,7 @@ msgstr "Rediger indstilling"
#: sc/uiconfig/scalc/ui/dropmenu.ui:12
msgctxt "dropmenu|SCSTR_DRAGMODE"
msgid "Drag Mode"
-msgstr ""
+msgstr "Træk-tilstand"
#. MyYms
#: sc/uiconfig/scalc/ui/dropmenu.ui:22
@@ -26654,13 +26654,13 @@ msgstr "Dato "
#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:82
msgctxt "sidebarnumberformat|numberformatcombobox"
msgid "Time"
-msgstr ""
+msgstr "Tid"
#. EukSF
#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:83
msgctxt "sidebarnumberformat|numberformatcombobox"
msgid "Scientific"
-msgstr ""
+msgstr "Videnskabelig"
#. AQV5y
#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:84
diff --git a/source/da/sd/messages.po b/source/da/sd/messages.po
index f0e5c7ccf89..c8659025a7a 100644
--- a/source/da/sd/messages.po
+++ b/source/da/sd/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-14 12:34+0000\n"
+"PO-Revision-Date: 2020-08-09 12:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/sdmessages/da/>\n"
"Language: da\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1562822671.000000\n"
#. WDjkB
@@ -1929,7 +1929,7 @@ msgstr "Klik for at redigere dispositionstekstens format"
#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
-msgstr ""
+msgstr "Dobbeltklik for at redigere titeltekstens format"
#. eMDBG
#: sd/inc/strings.hrc:294
diff --git a/source/da/sfx2/messages.po b/source/da/sfx2/messages.po
index da02ad7cf5e..cf5cb537987 100644
--- a/source/da/sfx2/messages.po
+++ b/source/da/sfx2/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
-"PO-Revision-Date: 2020-07-18 07:05+0000\n"
-"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-09 12:35+0000\n"
+"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -928,8 +928,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "Billedfilter ikke fundet"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -944,43 +950,43 @@ msgstr ""
"Afslut ændringssporing?\n"
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Forkert adgangskode"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr "OpenPGP nøgle ikke betroet, beskadiget eller krypteringsfejl. Prøv venligst igen."
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Mindst $(MINLEN) tegn)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(Mindst 1 tegn)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(Adgangskoden kan være tom)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "Handlingen kunne ikke udføres. Det nødvendige %PRODUCTNAME-modul er ikke installeret i øjeblikket."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -990,7 +996,7 @@ msgstr ""
"Vil du installere det nu?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -1000,215 +1006,215 @@ msgstr ""
"Du kan finde oplysninger om ordremuligheder på vores hjemmeside."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Velkommen til %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "Drop et dokument her eller vælg en app til venstre for at oprette et."
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr "Tekst"
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr "Regulært udtryk"
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr "Foruddefineret"
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr "Ukendt"
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr "Målets navn"
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr "Indtast"
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr "Indhold"
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr "Følsom for STORE og små bogstaver"
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr "Hele ord"
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr "Ja"
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr "Nej"
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr "Mål"
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr "Indlæs mål"
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr "Gem mål"
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr "Alle felter er krævede"
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr "Der er allerede et mål med dette navn"
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr "Du har valgt flere mål, men der kan kun redigeres et mål af gangen."
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr "Er du sikker på at du vil slette $(TARGETSCOUNT) mål på en gang?"
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr "Målsæt (*.json)"
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr "Rediger mål"
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr "Der opstod en fejl ved tilføjelse af nyt mål. Rapporter venligst denne hændelse."
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr "Draw-modulet er nødvendigt til mskering. Sørg venligst for, at LibreOffice Draw er installeret og fungerer korrelt."
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Nuværende version"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Eksporter"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Indsæt"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~Indsæt"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr "<Alle billeder>"
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Gem en kopi"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Sammenlign med"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "Sammenflet med"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME-dokument"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " Å: %1 M: %2 D: %3 T: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1218,31 +1224,31 @@ msgstr ""
"Værdien bliver gemt som tekst."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Typografien findes allerede. Overskriv?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Nulstil"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Dette navn er allerede i brug."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Denne typografi findes ikke."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1252,7 +1258,7 @@ msgstr ""
"da den i så fald vil referere til sig selv."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1262,7 +1268,7 @@ msgstr ""
"Vælg venligst et andet navn."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1274,73 +1280,73 @@ msgstr ""
"Vil du stadig at slette disse typografier?\n"
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Typografier i brug: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Navigator"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Fejl ved bekræftelse af adgangskoden"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Send"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Skrifttype"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Vis versionskommentar"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(intet navn angivet)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Hierarkisk"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "Er du sikker på, at du vil annullere optagelsen? Alle trin optaget indtil nu vil gå tabt."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Annuller optagelse"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "Skabelonerne initialiseres nu til førstegangsbrug."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1350,7 +1356,7 @@ msgstr ""
"Vælg en printer og prøv igen."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1360,19 +1366,19 @@ msgstr ""
"Kontroller venligst din printerkonfiguration."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Printeren er optaget"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (skrivebeskyttet)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1384,7 +1390,7 @@ msgstr ""
"aktive dokument?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1396,7 +1402,7 @@ msgstr ""
"i det aktive dokument?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1408,7 +1414,7 @@ msgstr ""
"aktive dokument?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1418,7 +1424,7 @@ msgstr ""
"da et udskriftsjob stadig er i gang."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1429,7 +1435,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1441,19 +1447,19 @@ msgstr ""
"Fejlkoden er $1"
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr "Fejl ved afsendelse af meddelelsen."
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "Det er ikke muligt at åbne dokumentet til redigering, muligvis fordi du ingen adgangsrettigheder har. Ønsker du at redigere en kopi af dokumentet?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1463,471 +1469,471 @@ msgstr ""
"Vil du redigere en kopi af dokumentet?"
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr "Du kan også prøve at ignorere låsen og åbne filen til redigering."
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "Åbn ~kopi"
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr "~Åbn"
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (repareret dokument)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "Dokumentet er ikke tjekket ud på serveren."
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr "Hjælp os til at gøre %PRODUCTNAME endnu bedre!"
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr "Deltag"
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr "Din donation støtter vores verdensomspændende fællesskab."
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr "Donér"
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr "Du kører version %PRODUCTVERSION af %PRODUCTNAME for første gang. Vil du vide, hvad der er nyt?"
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr "Frigivelsesnoter"
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Dokument er åbnet i skrivebeskyttet tilstand."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr "Denne PDF er åben i læsetilstand for at kunne signere den eksisterende fil."
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "Klassificeringsmærket for dette dokument er %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "Dokumentet skal klassificeres før klippebordets indhold kan indsættes."
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "Dokumentet har en lavere klassificering end klippebordet."
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "Niveau"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "Nationens sikkerhed:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Eksportkontrol:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Tjek ud"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Rediger dokument"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Signer dokument"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "Dette dokument har en ugyldig signatur."
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "Signaturen er gyldig, men dokumentet er blevet ændret"
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "Signaturen er i orden, men certifikatet kunne ikke valideres."
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "Signaturen er ok, men dokumentet er kun delvist signeret."
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr "Certifikatet kunne ikke valideres, og dokumentet er kun delvist signeret."
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "Dokumentet er digitalt signeret og signaturen er gyldig."
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "Vis signaturer"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Luk panel"
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Fastgør"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Frigør"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Flere indstillinger"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Luk sidepanel"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "Indstillinger for sidepanel"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Tilpasning"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Genskab standard"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "Luk sidepanel"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr "Alizarin"
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "Bikube"
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Blå kurve"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "Blåtryk planer"
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "Klar blå"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr "Klassisk rød"
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "DNA"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Fokus"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "Skovfugl"
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "Impress"
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "Inspiration"
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "Lys"
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "Frodig grøn"
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "Storby"
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "Midnatsblå"
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "Natur Illustration"
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "Blyant"
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "Klaver"
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "Portefølje"
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "Fremgang"
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "Solnedgang"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Vintage"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "Vivid"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "CV"
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "Sammendrag"
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "Standard"
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "Moderne"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "Moderne forretningsbrev sans-serif"
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "Moderne forretningsbrev serif"
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "Visitkort med logo"
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "Enkel"
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Fjern"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Tøm alt"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Kodeordslængde"
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "Det kodeord, du har har indtastet giver interoperabilitets-problemer. Indtast venligst et kodeord, som er kortere end 52 bytes eller længere end 55 bytes."
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr "%{key}-klik for at åbne hyperlink: %{link}"
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr "Klik for at åbne hyperlink: %{link}"
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(bruges af: %STYLELIST)"
@@ -2974,19 +2980,19 @@ msgstr "Søg kun i titler"
#: sfx2/uiconfig/ui/helpwindow.ui:72
msgctxt "helpwindow|backward|tooltip_text"
msgid "Previous Page"
-msgstr ""
+msgstr "Forrige side"
#. Gv3uP
#: sfx2/uiconfig/ui/helpwindow.ui:84
msgctxt "helpwindow|forward|tooltip_text"
msgid "Next Page"
-msgstr ""
+msgstr "Næste side"
#. uaBtK
#: sfx2/uiconfig/ui/helpwindow.ui:96
msgctxt "helpwindow|start|tooltip_text"
msgid "First Page"
-msgstr ""
+msgstr "Første side"
#. TizVY
#: sfx2/uiconfig/ui/helpwindow.ui:118
@@ -3952,13 +3958,13 @@ msgstr "Fyld formattilstand"
#: sfx2/uiconfig/ui/templatepanel.ui:147
msgctxt "templatepanel|STR_STYLE_NEW_STYLE_FROM_SELECTION"
msgid "New Style from Selection"
-msgstr ""
+msgstr "Ny typografi fra markering"
#. tAdD9
#: sfx2/uiconfig/ui/templatepanel.ui:160
msgctxt "templatepanel|STR_STYLE_NEW_STYLE_ACTION"
msgid "Styles actions"
-msgstr ""
+msgstr "Typografi-handlinger"
#. Xk5tD
#: sfx2/uiconfig/ui/templatepanel.ui:173
@@ -3970,7 +3976,7 @@ msgstr "Opdater typografier"
#: sfx2/uiconfig/ui/templatepanel.ui:230 sfx2/uiconfig/ui/templatepanel.ui:276
msgctxt "templatepanel|STR_STYLE_ELEMTLIST"
msgid "Style List"
-msgstr ""
+msgstr "Typografi-liste"
#. FHud7
#: sfx2/uiconfig/ui/templatepanel.ui:290
diff --git a/source/da/starmath/messages.po b/source/da/starmath/messages.po
index 7bec633b2a8..01120302240 100644
--- a/source/da/starmath/messages.po
+++ b/source/da/starmath/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:20+0200\n"
-"PO-Revision-Date: 2020-08-03 16:28+0000\n"
-"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
+"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/starmathmessages/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -2180,7 +2180,7 @@ msgstr "gul"
#: starmath/inc/strings.hrc:319
msgctxt "STR_RGB"
msgid "rgb"
-msgstr ""
+msgstr "rgb"
#. CCpNs
#: starmath/inc/strings.hrc:320
diff --git a/source/da/svl/messages.po b/source/da/svl/messages.po
index 20d0fa1260d..cb59e97a873 100644
--- a/source/da/svl/messages.po
+++ b/source/da/svl/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-02-17 12:22+0100\n"
-"PO-Revision-Date: 2018-02-27 14:32+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2020-08-09 12:35+0000\n"
+"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
+"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/svlmessages/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1519741975.000000\n"
#. PDMJD
@@ -27,4 +27,4 @@ msgstr "Arbejdsplads"
#: include/svl/svl.hrc:27
msgctxt "STR_FILECTRL_BUTTONTEXT"
msgid "Browse..."
-msgstr ""
+msgstr "Gennemse..."
diff --git a/source/da/svtools/messages.po b/source/da/svtools/messages.po
index b23a7adc04c..12cc83385bf 100644
--- a/source/da/svtools/messages.po
+++ b/source/da/svtools/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-09 15:35+0000\n"
-"Last-Translator: David Lamhauge <davidlamhauge@gmail.com>\n"
+"PO-Revision-Date: 2020-08-09 12:35+0000\n"
+"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1560617130.000000\n"
#. fLdeV
@@ -4439,7 +4439,7 @@ msgstr "Nenets"
#: svtools/inc/langtab.hrc:353
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Aka (Central African Republic)"
-msgstr ""
+msgstr "Aka (Centralafrikanske Republik)"
#. oBDBe
#: svtools/inc/langtab.hrc:354
@@ -4517,13 +4517,13 @@ msgstr "Tsaangi"
#: svtools/inc/langtab.hrc:366
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yaka (Congo)"
-msgstr ""
+msgstr "Yaka (Congo)"
#. JuMFF
#: svtools/inc/langtab.hrc:367
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yaka (Democratic Republic of the Congo)"
-msgstr ""
+msgstr "Yaka (Den Demokratiske Republik Congo)"
#. NDjGL
#: svtools/inc/langtab.hrc:368
@@ -5255,7 +5255,7 @@ msgstr "%PRODUCTNAME kræver et Java-afviklingsmiljø (JRE) for at udføre denne
#: svtools/uiconfig/ui/linewindow.ui:17
msgctxt "linewindow|none_line_button"
msgid "None"
-msgstr ""
+msgstr "Ingen"
#. LwyoW
#: svtools/uiconfig/ui/placeedit.ui:18
diff --git a/source/da/svx/messages.po b/source/da/svx/messages.po
index d3928cc9ed3..f82307cf30e 100644
--- a/source/da/svx/messages.po
+++ b/source/da/svx/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-04 11:14+0000\n"
-"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
+"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -2945,25 +2945,25 @@ msgstr "Beskær"
#: include/svx/strings.hrc:515
msgctxt "SIP_SA_GLOW_RADIUS"
msgid "Radius of glow effect"
-msgstr ""
+msgstr "Lyseffektens radius"
#. 3hvai
#: include/svx/strings.hrc:516
msgctxt "SIP_SA_GLOW_COLOR"
msgid "Color of glow effect"
-msgstr ""
+msgstr "Lyseffektens farve"
#. eCSE2
#: include/svx/strings.hrc:517
msgctxt "SIP_SA_GLOW_TRANSPARENCY"
msgid "Transparency of glow effect"
-msgstr ""
+msgstr "Lyseffektens transparens"
#. 8qNHk
#: include/svx/strings.hrc:518
msgctxt "SIP_SA_SOFTEDGE_RADIUS"
msgid "Radius of soft edge effect"
-msgstr ""
+msgstr "Den bløde kants radius"
#. nVcjU
#: include/svx/strings.hrc:519
@@ -4522,97 +4522,97 @@ msgstr "Mahogni"
#: include/svx/strings.hrc:797
msgctxt "RID_SVXSTR_HATCH0"
msgid "Black 0 Degrees"
-msgstr ""
+msgstr "Sort 0 grader"
#. BUCv6
#: include/svx/strings.hrc:798
msgctxt "RID_SVXSTR_HATCH1"
msgid "Black 90 Degrees"
-msgstr ""
+msgstr "Sort 90 grader"
#. gyzNu
#: include/svx/strings.hrc:799
msgctxt "RID_SVXSTR_HATCH2"
msgid "Black 180 Degrees Crossed"
-msgstr ""
+msgstr "Sort 180 grader krydset"
#. KYmyj
#: include/svx/strings.hrc:800
msgctxt "RID_SVXSTR_HATCH3"
msgid "Blue 45 Degrees"
-msgstr ""
+msgstr "Blå 45 grader"
#. 2qkyC
#: include/svx/strings.hrc:801
msgctxt "RID_SVXSTR_HATCH4"
msgid "Blue -45 Degrees"
-msgstr ""
+msgstr "Blå -45 grader"
#. GFqzJ
#: include/svx/strings.hrc:802
msgctxt "RID_SVXSTR_HATCH5"
msgid "Blue 45 Degrees Crossed"
-msgstr ""
+msgstr "Blå 45 grader krydset"
#. wRXH2
#: include/svx/strings.hrc:803
msgctxt "RID_SVXSTR_HATCH6"
msgid "Green 30 Degrees"
-msgstr ""
+msgstr "Grøn 30 grader"
#. JAkb9
#: include/svx/strings.hrc:804
msgctxt "RID_SVXSTR_HATCH7"
msgid "Green 60 Degrees"
-msgstr ""
+msgstr "Grøn 60 grader"
#. DnKyA
#: include/svx/strings.hrc:805
msgctxt "RID_SVXSTR_HATCH8"
msgid "Green 90 Degrees Triple"
-msgstr ""
+msgstr "Grøn 90 grad trippel"
#. oTAUx
#: include/svx/strings.hrc:806
msgctxt "RID_SVXSTR_HATCH9"
msgid "Red 45 Degrees"
-msgstr ""
+msgstr "Rød 45 grader"
#. xcHED
#: include/svx/strings.hrc:807
msgctxt "RID_SVXSTR_HATCH10"
msgid "Red 90 Degrees Crossed"
-msgstr ""
+msgstr "Rød 90 grader krydser"
#. UZM2R
#: include/svx/strings.hrc:808
msgctxt "RID_SVXSTR_HATCH11"
msgid "Red -45 Degrees Triple"
-msgstr ""
+msgstr "Rød -45 grader trippel"
#. TypfV
#: include/svx/strings.hrc:809
msgctxt "RID_SVXSTR_HATCH12"
msgid "Yellow 45 Degrees"
-msgstr ""
+msgstr "Gul 45 grader"
#. eRFD8
#: include/svx/strings.hrc:810
msgctxt "RID_SVXSTR_HATCH13"
msgid "Yellow 45 Degrees Crossed"
-msgstr ""
+msgstr "Gul 45 grader krydset"
#. JhXx3
#: include/svx/strings.hrc:811
msgctxt "RID_SVXSTR_HATCH14"
msgid "Yellow 45 Degrees Triple"
-msgstr ""
+msgstr "Gul 45 grader trippel"
#. 78jyB
#: include/svx/strings.hrc:812
msgctxt "RID_SVXSTR_HATCH15"
msgid "Hatching"
-msgstr ""
+msgstr "Skravering"
#. FJati
#: include/svx/strings.hrc:813
@@ -4750,19 +4750,19 @@ msgstr "Bitmap"
#: include/svx/strings.hrc:835
msgctxt "RID_SVXSTR_BMP79"
msgid "Invoice Paper"
-msgstr ""
+msgstr " Fakturapapir"
#. x5eiA
#: include/svx/strings.hrc:836
msgctxt "RID_SVXSTR_BMP80"
msgid "Concrete"
-msgstr ""
+msgstr "Beton"
#. RxiMA
#: include/svx/strings.hrc:837
msgctxt "RID_SVXSTR_BMP81"
msgid "Brick Wall"
-msgstr ""
+msgstr "Murstensvæg"
#. WNEfT
#: include/svx/strings.hrc:838
@@ -4786,49 +4786,49 @@ msgstr ""
#: include/svx/strings.hrc:841
msgctxt "RID_SVXSTR_BMP85"
msgid "Ice light"
-msgstr ""
+msgstr "Islys"
#. YGtzc
#: include/svx/strings.hrc:842
msgctxt "RID_SVXSTR_BMP86"
msgid "Marble"
-msgstr ""
+msgstr "Marmor"
#. Rzgwp
#: include/svx/strings.hrc:843
msgctxt "RID_SVXSTR_BMP87"
msgid "Sand light"
-msgstr ""
+msgstr "Lyst sand"
#. cK72d
#: include/svx/strings.hrc:844
msgctxt "RID_SVXSTR_BMP88"
msgid "Stone"
-msgstr ""
+msgstr "Sten"
#. TnkWd
#: include/svx/strings.hrc:845
msgctxt "RID_SVXSTR_BMP89"
msgid "White Diffusion"
-msgstr ""
+msgstr "Hvid diffusion"
#. kksvW
#: include/svx/strings.hrc:846
msgctxt "RID_SVXSTR_BMP90"
msgid "Surface"
-msgstr ""
+msgstr "Oveflade"
#. BQj9p
#: include/svx/strings.hrc:847
msgctxt "RID_SVXSTR_BMP91"
msgid "Cardboard"
-msgstr ""
+msgstr "Pap"
#. poA6e
#: include/svx/strings.hrc:848
msgctxt "RID_SVXSTR_BMP92"
msgid "Studio"
-msgstr ""
+msgstr "Studie"
#. YEbqw
#: include/svx/strings.hrc:849
@@ -5158,151 +5158,151 @@ msgstr "Diagonalt kryds"
#: include/svx/strings.hrc:903
msgctxt "RID_SVXSTR_BMP76"
msgid "Dashed Dotted"
-msgstr ""
+msgstr "Stiplet-prikket"
#. Rno6q
#: include/svx/strings.hrc:904
msgctxt "RID_SVXSTR_BMP77"
msgid "Dashed Dotted Upward Diagonal"
-msgstr ""
+msgstr "Stiplet-prikket diaginalt opad"
#. pFZkq
#: include/svx/strings.hrc:905
msgctxt "RID_SVXSTR_BMP78"
msgid "Solid Dotted"
-msgstr ""
+msgstr "Massivt prikket"
#. NA5sT
#: include/svx/strings.hrc:906
msgctxt "RID_SVXSTR_DASH0"
msgid "Dot"
-msgstr ""
+msgstr "Prik"
#. nCpL4
#: include/svx/strings.hrc:907
msgctxt "RID_SVXSTR_DASH1"
msgid "Long Dot"
-msgstr ""
+msgstr "Lang prik"
#. utrkH
#: include/svx/strings.hrc:908
msgctxt "RID_SVXSTR_DASH2"
msgid "Double Dot"
-msgstr ""
+msgstr "Dobbelt prik"
#. 2X7pw
#: include/svx/strings.hrc:909
msgctxt "RID_SVXSTR_DASH3"
msgid "Dash"
-msgstr ""
+msgstr "Streg"
#. A46B5
#: include/svx/strings.hrc:910
msgctxt "RID_SVXSTR_DASH4"
msgid "Long Dash"
-msgstr ""
+msgstr "Lang streg"
#. axE2r
#: include/svx/strings.hrc:911
msgctxt "RID_SVXSTR_DASH5"
msgid "Double Dash"
-msgstr ""
+msgstr "Dobbelt streg"
#. beDTh
#: include/svx/strings.hrc:912
msgctxt "RID_SVXSTR_DASH6"
msgid "Long Dash Dot"
-msgstr ""
+msgstr "Lang streg-prik"
#. gVPtU
#: include/svx/strings.hrc:913
msgctxt "RID_SVXSTR_DASH7"
msgid "Double Dash Dot"
-msgstr ""
+msgstr "Dobbeltstreg prik"
#. UFaLC
#: include/svx/strings.hrc:914
msgctxt "RID_SVXSTR_DASH8"
msgid "Double Dash Dot Dot"
-msgstr ""
+msgstr "Dobbelt streg prik-prik"
#. F9cPw
#: include/svx/strings.hrc:915
msgctxt "RID_SVXSTR_DASH9"
msgid "Ultrafine Dotted"
-msgstr ""
+msgstr "Ultrafint prikket"
#. s3rBZ
#: include/svx/strings.hrc:916
msgctxt "RID_SVXSTR_DASH10"
msgid "Fine Dotted"
-msgstr ""
+msgstr "Fint prikket"
#. w7W8j
#: include/svx/strings.hrc:917
msgctxt "RID_SVXSTR_DASH11"
msgid "Ultrafine Dashed"
-msgstr ""
+msgstr "Ultrafint streget"
#. xWgiA
#: include/svx/strings.hrc:918
msgctxt "RID_SVXSTR_DASH12"
msgid "Fine Dashed"
-msgstr ""
+msgstr "Fint streget"
#. u34Ff
#: include/svx/strings.hrc:919
msgctxt "RID_SVXSTR_DASH13"
msgid "Fine Dashed"
-msgstr ""
+msgstr "Fint streget"
#. hT4CE
#: include/svx/strings.hrc:920
msgctxt "RID_SVXSTR_DASH14"
msgid "Dashed"
-msgstr ""
+msgstr "Streget"
#. T7sVF
#: include/svx/strings.hrc:921
msgctxt "RID_SVXSTR_DASH15"
msgid "Line Style 9"
-msgstr ""
+msgstr "Linjetypografi 9"
#. evPXr
#: include/svx/strings.hrc:922
msgctxt "RID_SVXSTR_DASH16"
msgid "3 Dashes 3 Dots"
-msgstr ""
+msgstr "3 streger 3 prikker"
#. H7iUz
#: include/svx/strings.hrc:923
msgctxt "RID_SVXSTR_DASH17"
msgid "Ultrafine 2 Dots 3 Dashes"
-msgstr ""
+msgstr "Ultrafine 2 prikker 3 streger"
#. KpCzr
#: include/svx/strings.hrc:924
msgctxt "RID_SVXSTR_DASH18"
msgid "2 Dots 1 Dash"
-msgstr ""
+msgstr "2 prikker 1 streg"
#. zbWk3
#: include/svx/strings.hrc:925
msgctxt "RID_SVXSTR_DASH19"
msgid "Line with Fine Dots"
-msgstr ""
+msgstr "linje med fine prikker"
#. ibALA
#: include/svx/strings.hrc:926
msgctxt "RID_SVXSTR_DASH20"
msgid "Dashed"
-msgstr ""
+msgstr "Streget"
#. qEZc6
#: include/svx/strings.hrc:927
msgctxt "RID_SVXSTR_DASH21"
msgid "Line Style"
-msgstr ""
+msgstr "Linjetypografi"
#. iKAwD
#: include/svx/strings.hrc:928
@@ -5311,1195 +5311,1227 @@ msgid "All formats"
msgstr "Alle formater"
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
-msgstr ""
+msgstr "Kort konkav"
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Kvadrat 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
-msgstr ""
+msgstr "Kort pil"
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
-msgstr ""
+msgstr "Målelinjer"
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Dobbeltpil"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
-msgstr ""
+msgstr "Trekant"
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
-msgstr ""
+msgstr "Konkav"
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
-msgstr ""
+msgstr "Stor pil"
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
-msgstr ""
+msgstr "Målelinje"
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Cirkel"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Kvadrat"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Pil"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
-msgstr ""
+msgstr "Halvcirkel"
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "Trekant uden fyld"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "Ruder uden fyld"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Ruder"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Cirkel uden fyld"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Kvadrat 45 uden fyld"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "Kvadrat uden fyld"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
-msgstr ""
+msgstr "Tom halvcirkel"
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
-msgstr ""
+msgstr "Mplelinje pil"
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
-msgstr ""
+msgstr "Kort linje"
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
-msgstr ""
+msgstr "Linje"
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
-msgstr ""
+msgstr "Halv pil til venstre"
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
-msgstr ""
+msgstr "Halv pil til højre"
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
-msgstr ""
+msgstr "Omvendt pil"
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
-msgstr ""
+msgstr "Én til én"
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
-msgstr ""
+msgstr "Én til én og kun én"
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
-msgstr ""
+msgstr "Én til mange"
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
-msgstr ""
+msgstr "Mange til én"
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
-msgstr ""
+msgstr "Ingen til én"
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
-msgstr ""
+msgstr "Ingen til mange (relation)"
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Gennemsigtighed"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr "Grøn 1 (%PRODUCTNAME hovedfarve)"
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "Accent grave"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "Blå accent"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "Orange accent"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Lilla"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "Lilla accent"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "Gul accent"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Galleritema"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Gendannet"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "Originalt dokument gendannet"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Gendannelse fejlede"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "Gendannelse i gang"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Endnu ikke gendannet"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION er begyndt at gendanne dine dokumenter. Afhængigt af størrelsen af dokumenterne kan denne proces tage noget tid."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "Gendannelse af dine dokumenter er færdig. Klik på 'Udfør' for at se dine dokumenter."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~Udfør"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Sidste tilpassede værdi"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Billedeksport"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "Gem som billede"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Indsæt objekt(er)"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "Roter 3D-objekt"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Opret ekstruderingsobjekt"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Opret rotationslegeme"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Opdel 3D-rotationsobjekt"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Alle]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Grafikfilter"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Nyt tema"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3D-effekter"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Animationer"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Punkttegn"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Kontor"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Flag"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Rutediagrammer"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Smileys"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Billeder"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Baggrunde"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Hjemmeside"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Interaktion"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Kort"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Mennesker"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Overflader"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Computere"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Diagrammer"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Miljø"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Finans"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Transport"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Tekstfigurer"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Lyde"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Symboler"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "Eget tema"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Pile"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Talebobler"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Tastatur"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Tid"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Præsentation"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Kalender"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Navigation"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Kommunikation"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Finanser"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Computere"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Klima"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Skole og universitet"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Problemløsning"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Screen Beans"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Udskriver markeringen"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "Vil du udskrive det markerede eller hele dokumentet?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~Alt"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~Markering"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Ekstrudering mod nord-vest"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Ekstrudering mod nord"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Ekstrudering mod nord-øst"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Ekstrudering mod vest"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Ekstrudering baglæns"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Ekstrudering mod øst"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Ekstrudering mod syd-vest"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Ekstrudering mod syd"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Ekstrudering mod syd-øst"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 cm"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 cm"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2,5 cm"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 cm"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "~10 cm"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 tommer"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0,~5 tommer"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 tomme"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 tommer"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 tommer"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Ingen udfyldning"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "Transparent"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Standard"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Kanter"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Kanttype"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "Flere nummereringer..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "Flere punktopstillinger..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "Af forfatter"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Sider"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Ryd formatering"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Flere typografier..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Flere valgmuligheder..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Skrifttypenavn"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "Skrifttypenavn. Den aktuelle skrifttype er ikke tilgængelig og vil blive erstattet."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "brugertilpasset"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "Dokumentfarver"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Dokumentfarve"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Ekstrudering"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Anvend ekstrudering til/fra"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Tilt nedad"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Tilt opad"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Tilt til venstre"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Tilt til højre"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Skift ekstruderingsdybde"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Skift retning"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Skift projektionstype"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Skift belysning"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Skift lysstyrke"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Skift ekstruderingsoverflade"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Skift ekstruderingsfarve"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Foretrukken"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Anvend Fontwork-figur"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Anvend ens bogstavshøjde i Fontwork"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Anvend Fontwork-justering"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Anvend Fontwork-tegnafstand"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "med"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Typografi"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "og"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Hjørne-kontrol"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Valg af hjørnepunkt."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Øverst til venstre"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Øverst i midten"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Øverst til højre"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Venstre midte"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Midte"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Højre midte"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Nederst til venstre"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Nederst i midten"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Nederst til højre"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Konturkontrol"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Her kan du redigere konturen."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Specialtegnsudvalg"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Vælg specialtegn i dette område."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Tegnkode "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Indtastning kræves i feltet '#'. Indtast venligst en værdi."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formularer"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Intet kontrolelement markeret eller blandet markering"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Egenskaber: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Formularegenskaber"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Formularnavigator"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formular"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formular"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Skjult kontrolelement"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Kontrolelement"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Datapost"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "af"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Tilføj felt:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Fejl ved skrivning af data til databasen"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Syntaksfejl i forespørgseludtrykket"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Du vil slette 1 datapost."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# dataposter vil blive slette."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6509,331 +6541,331 @@ msgstr ""
"Vil du fortsætte alligevel?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Navigationslinje"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Kol"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Definer egenskab '#'"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Indsæt i container"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Slet #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Slet # objekter"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Erstat et containerelement"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Erstat kontrolelement"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Trykknap"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Alternativknap"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Afkrydsningsfelt"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Etiketfelt"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Gruppefelt"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Tekstfelt"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Formateret felt"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Rulleliste"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Kombinationsfelt"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Grafisk knap"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Grafisk kontrolelement"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Filvalg"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Datofelt"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Klokkeslætsfelt"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Numerisk felt"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Valutafelt"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Felt med mønster"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
-msgstr "Tabelkontrolelement"
+msgstr "Tabelkontrolelement "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Rullebjælke"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Rulleknap"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Navigationslinje"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Multimarkering"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "Der findes ingen datarelaterede kontrolelementer i den aktuelle formular!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr "(Dato)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr "(Klokkeslæt)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Filternavigator"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Filtrer efter"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Eller"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "Der findes ingen gyldigt bundne kontrolelementer i den aktuelle formular, som kan bruges til tabelvisningen!"
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AutoFelt>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Syntaksfejl i SQL-sætning"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Værdien #1 kan ikke anvendes sammen med LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE kan ikke bruges ved dette felt."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Den indtastede værdi er ikke en gyldig dato. Indtast en dato i et gyldigt format som for eksempel DD/MM/ÅÅ"
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Feltet kan ikke sammenlignes med et heltal."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Databasen indeholder ikke tabellen \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Databasen indeholder hverken en tabel eller en forespørgsel ved navn \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Databasen allerede indeholder en tabel eller en visning ved navn \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Databasen allerede indeholder en forespørgsel ved navn \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Kolonnen \"#1\" er ukendt i tabellen \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Feltet kan ikke sammenlignes med et kommatal."
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Det angivne kriterium kan ikke sammenlignes med dette felt."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Datanavigator"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr "(skrivebeskyttet)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Filen findes allerede. Skal den overskrives?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# etiket"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6843,7 +6875,7 @@ msgstr ""
"Er du sikker på, at du vil slette denne model?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6853,7 +6885,7 @@ msgstr ""
"Er du sikker på, at du vil slette denne forekomst?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6863,13 +6895,13 @@ msgstr ""
"Er du sikker på, at du vil slette dette element?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Er du sikker på, at du vil slette attributten '$ATTRIBUTENAME'?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6881,7 +6913,7 @@ msgstr ""
"Er du sikker på, at du vil slette denne indsendelse?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6893,994 +6925,994 @@ msgstr ""
"Er du sikker på, at du vil slette denne tilknytning?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Navnet '%1' er ikke gyldig i XML. Indtast et andet navn."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Præfikset '%1' er ikke gyldig i XML. Indtast et andet præfiks."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Navnet '%1' findes allerede. Indtast et nyt navn."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Indsendelsen skal have et navn."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Put"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Hent"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Ingen"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Forekomst"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Dokument"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Binding: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Henvisning: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Handling: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Metode: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Erstat: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Tilføj element"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Rediger element"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Slet element"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Tilføj attribut"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Rediger attribut"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Slet attribut"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Tilføj binding"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Rediger binding"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Slet binding"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Tilføj indsendelse"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Rediger indsendelse"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Slet indsendelse"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Element"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Egenskab"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Binding"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Bindingsudtryk"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Er du sikker på, du vil se bort fra %PRODUCTNAME-dokumentgendannelse?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Venstre"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Højre"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Centreret"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Decimal"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Indsættelsestilstand. Klik for at skifte til overskrivningstilstand."
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Overskrivningstilstand. Klik for at skifte til indsættelsestilstand."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Overskriv"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Insert"
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Digital signatur: Dokumentets signatur er OK."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Digital signatur: Dokumentets signatur er OK, men certifikaterne kunne ikke valideres."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr "Digital signatur: Dokumentsignaturen stemmer ikke overens med dokumentindholdet. Vi anbefaler dig kraftigt ikke at stole på dette dokument."
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Digital signatur: Dokumentet er ikke signeret."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Digital signatur: Dokumentets signatur og certifikatet er OK, men ikke alle dele af dokumentet er signeret."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Dokumentet er ændret. Klik for at gemme dokumentet."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "Dokumentet er ikke blevet ændret siden det sidst blev gemt."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Henter dokument..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "Tilpas dias til det aktuelle vindue."
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "Kunne ikke hente som SmartArts. Gemmer i Microsoft Office 2010 eller senere for at undgå dette problem."
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Zoom-faktor. Højreklik for at ændre faktor eller klik for at åbne zoom-dialogen."
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Zoom ind"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Zoom ud"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Hele siden"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Sidebredde"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Optimal visning"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Inklusive typografier"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "~Afsnitstypografier"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "~Celletypografier"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "Søg efter formatering"
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "Erstat med formatering"
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "Nåede slutningen af dokumentet"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "Nåede slutningen af dokumentet, fortsatte fra begyndelsen"
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "Nåede slutningen af arket"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Søgenøgle ikke fundet"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "Navigationselement ikke fundet"
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "Nåede slutningen af dokumentet"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "Nåede begyndelsen af dokumentet, fortsatte fra slutningen"
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
-msgstr ""
+msgstr "Nåede den første påmindelse og fortsatte fra den sidste"
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Farvepalet"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Forkert adgangskode"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Adgangskoder stemmer ikke overens"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Massive små cirkelformede punkttegn"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Massive store cirkelformede punkttegn"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Massive diamantformede punkttegn"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Massive store firkantede punkttegn"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Højrepil fyldt punkttegn"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Højrepil punkttegn"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "Afkrydsningspunkttegn"
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "Afkrydsningspunkttegn"
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Tal 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Tal 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Tal (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Store romertal I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Store bogstaver A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Små bogstaver a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Små bogstaver (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Små romertal i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Numerisk, små bogstaver, massive små cirkelformede punkttegn"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Numerisk, små bogstaver, massive små cirkelformede punkttegn"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Numerisk, små bogstaver, små romertal, store bogstaver, massive små cirkelformede punkttegn"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Numerisk"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Store romertal, store bogstaver, små romertal, små bogstaver, massive små cirkelformede punkttegn"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Store bogstaver, store romertal, små bogstaver, små romertal, massive små cirkelformede punkttegn"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numerisk med alle underniveauer"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Højrepegende punkttegn, højrepil punkttegn, massive diamantformede punkttegn, massive små cirkelformede punkttegn"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Zip-filen kunne ikke oprettes."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Tabeldesigntypografier"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Handlinger, der kan fortrydes: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Handlinger, der kan fortrydes: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Handlinger, der kan gendannes: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Handlinger, der kan gendannes: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Søg"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Forskel på STORE/små bogstaver"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Formateret visning"
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) x $(HEIGHT) ved $(DPI) DPI"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) kiB"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "GIF-billede"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "JPEG-billede"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "PNG-billede"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "TIFF-billede"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "WMF-billede"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "MET-billede"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "PCT-billede"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "SVG-billede"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "BMP-billede"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Ukendt"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Skift"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Billedtilstand"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Rød"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Grøn"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Blå"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Lysstyrke"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Kontrast"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Gennemsigtighed"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Beskær"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Standard skriveretning"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Fra øverst til nederst"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Fra nederst til øverst"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Stablet"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Venstre margen: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Topmargen: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Højre margen: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Bundmargen: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Sidebeskrivelse: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Store bogstaver"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Små bogstaver"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Romersk store"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Romersk små"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabisk"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Ingen"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Liggende"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Stående"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Venstre"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Højre"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Alle"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Spejlvendt"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Forfatter: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Dato: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Tekst: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Tegnbaggrund"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Farvepalet"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr "diasantal:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7890,1916 +7922,1916 @@ msgstr ""
"Vil du gemme den ændrede udgave i stedet?"
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Latin - standard"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latin-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Latin - udvidet-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Latin - udvidet-B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA-udvidelser"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Afstandsmodificerende bogstaver"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Kombinerende diakritiske tegn"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Græsk - standard"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Græske symboler og koptisk"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Kyrillisk"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armensk"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Hebraisk - standard"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebraisk - udvidet"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Arabisk - standard"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabisk - udvidet"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagarisk"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengalsk"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Odia"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamilsk"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malayisk"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thai"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Laotisk"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Georgisk - standard"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Georgisk - udvidet"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul jamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Latin - udvidede tilføjelser"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Græsk - udvidet"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Generel tegnsætning"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Hævet og sænket skrift"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Valutasymboler"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Kombinerende diakritiske symboler"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Bogstavlignende symboler"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Talformater"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Pile"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Matematiske operatorer"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Forskellige tekniske tegn"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Tastatursymboler"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Optisk tegngenkendelse (OCR)"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Tegn med bolle omkring"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Indramningssymboler"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Bloksymboler"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Geometriske figurer"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Forskellige symboler"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbats"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK-symboler og tegnsætning"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangul-kompatibel jamo"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "Forskellige CJK-tegn"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "CJK-tegn og -måneder med bolle omkring"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK-kompatibilitet"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "Samlede CJK-ideogrammer"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "Samlede CJK-ideogrammer udvidelse-A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Tegnsætspecifikke symboler"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK-kompatibilitetsideogrammer"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Alfabetiske præsentationsformer"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Arabiske præsentationsformer-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Kombinerende halvmærker"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK-kompatibilitetsformer"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Små formvarianter"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Arabiske præsentationsformer-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Halvbredde og fuldbredde formularer"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Specialtegn"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Yi-stavelser"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Yi-radikaler"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Gammel kursiv"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gotisk"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Byzantinske musikalske symboler"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Musikalske symboler"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Matematiske alfanumeriske symboler"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "Samlede CJK-ideogrammer udvidelse-B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Samlede CJK-ideogrammer udvidelse-C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "Samlede CJK-ideogrammer udvidelse-D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "CJK-kompatibelt ideogramsupplement"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Mærker"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Kyrillisk supplement"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Variationsvælgere"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Supplerende privat brug område-A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Supplerende privat brug område-B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Khmer-symboler"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Fonetiske udvidelser"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Forskellige symboler og pile"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Yijing Hexagram-symboler"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Linear B-stavelser"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Lineære B-ideogrammer"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Aegæiske tal"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugaritisk"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shaviansk"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmannisk"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhala"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetansk"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Myanmar"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runer"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Syrisk"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etiopisk"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokee"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Canadiske urindbyggerstavelser"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolsk"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Forskellige matematiske symboler-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Supplerende pile-A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Braille mønstre"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Supplerende pile-B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Forskellige matematiske symboler-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK Radical Supplement"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Kangxi radikaler"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Ideographic Description Characters"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo - udvidet"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Katakana fonetisk"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "CJK streger"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Cypriotiske stavelser"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Tai Xuan Jing-symboler"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Variationsvælgere supplement"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Oldgræsk musisk notation"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Oldgræske tal"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Arabisk supplement"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Buginese"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Supplement til kombination af diakritiske tegn"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Koptisk"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Etiopisk udvidet"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Etiopisk supplement"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Georgisk supplement"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagolitisk"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharoshthi"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Toneændringstegn"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Ny Tai Lue"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Oldpersisk"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Fonetiske udvidelser - supplement"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Supplerende tegnsætning"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Lodrette former"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balinesisk"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Latin - udvidet-C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Latin - udvidet-D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Fønikisk"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Kileskrift"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Kileskrift tal og tegnsætning"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Kinesisk stregtalsystem"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sundanesisk"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Kyrillisk udvidet-A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Kyrillisk udvidet-B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Cham"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Antikke symboler"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Festosdiskossen"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lycian"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Carian"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lydisk"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Mahjongbrikker"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Dominobrikker"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samaritansk"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Canadiske aboriginale stavelser, udvidet"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Vediske udvidelser"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Almindelige indiske talformer"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari udvidet"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Jamo udvidet-A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javanese"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmar udvidet-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Jamo udvidet-B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Historisk aramæisk"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Ældre sydarabisk"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestisk"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Inskriptionsparthiansk"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Inskriptionspahlavisk"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Oldtyrkisk"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Numeriske rumisymboler"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Egyptiske hieroglyffer"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Indrammet alfanumerisk supplement"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Indrammet ideografisk supplement"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandaic"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batak"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Etiopisk udvidet-A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brahmi"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Bamum supplement"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Kana supplement"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Spillekort"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Forskellige symboler og piktogrammer"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Smileys"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Transport- og kortsymboler"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Alkymisymboler"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Arabisk - udvidet-A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Arabiske matematiske alfabetiske symboler"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Meetei Mayek udvidelser"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Meroitisk kursiv"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Meroitiske hieroglyffer"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Sundanese supplement"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Bassa Vah"
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Kaukasisk albansk"
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Koptiske Epact-tal"
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Supplement til kombination af diakritiske tegn"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Duployé-stenografi"
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Elbasansk"
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Udvidede geometriske figurer"
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Khudawadi"
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Latin - udvidet-E"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Lineær A"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Manicheansk"
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modi"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Myanmar udvidet-B"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Nabateansk"
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Ældre nordarabisk"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Oldpermisk"
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Ornamentale dingbats"
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Palmyrensk"
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "Psalter Pahlavi"
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Forkortede formatteringskontroltegn"
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Gamle singalesiske taltegn"
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Supplerende pile-C"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahom"
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Anatolianske hieroglyffer"
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Cherokee supplement"
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "Samlede CJK-ideogrammer udvidelse-E"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Tidlig dynastisk kileskrift"
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Hatran"
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multani"
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Gammelungarsk"
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Supplerende symboler og pictogrammer"
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Sutton tegnsprogskrift"
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Adlam"
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Kyrillisk udvidet-C"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Glagolitisk supplement"
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Ideografiske symboler og punkttegn"
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Mongolsk supplement"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Newa"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "osage"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Tangut"
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Tangut komponenter"
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "Samlede CJK-ideogrammer udvidelse-F"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Kana udvidet-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Masaram Gondi"
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Nushu"
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Soyombo"
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Syrisk supplement"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "Zanabazar Square"
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "Skaksymboler"
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "Dogra"
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "Gunjala Gondi"
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "Hanifi Rohingya"
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Indiske Siyaq-tal"
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "makasar"
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Maya-tal"
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "Medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "Oldsogdisk"
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "sogdisk"
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr "Egyptiske Hieroglyf Format-kontroller"
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr "Elymaic"
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr "Nandinagari"
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr "Nyiakeng Puachue Hmong"
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr "Ottoman Siyaq tal"
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr "Lille Kana-udvidelse"
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr "Symboler og piktogrammer Udvidet-A"
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr "Tamil supplement"
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr "Wancho"
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr "Tangut supplement"
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "Venstre-mod-højre (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "Højre-mod-venstre (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Brug indstillinger fra det overordnede objekt"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "Venstre mod højre (vandret)"
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "Højre-til-til venstre (vandret)"
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "Højre-til-til venstre (lodret)"
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "Venstre-til-til højre (lodret)"
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "Nederst-til-øverst, venstre-til-højre (vandret)"
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10585,244 +10617,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Diagonal kantlinje fra venstre bund til højre top"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Ingen"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "Punkttegn"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Grafik"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "Kædet grafik"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr "1., 2., 3., ..."
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr "En, to, tre, ..."
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr "Første, Anden, Tredje, ..."
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr "*, †, ‡, §, **, ††, ..."
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Indbygget nummerering"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (bulgarsk)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (bulgarsk)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (bulgarsk)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (bulgarsk)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (russisk)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (russisk)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (russisk)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (russisk)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (serbisk)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (serbisk)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (serbisk)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (serbisk)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (Græske store bogstaver)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (Græske små bogstaver)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א...י, יא...כ, ..."
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א...ת, אא...תת, ..."
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١, ٢, ٣, ٤, ... (Arabisk)"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱, ۲, ۳, ۴, ... (Farsi)"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16060,7 +16093,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/da/sw/messages.po b/source/da/sw/messages.po
index b5a2a810aaa..b8adac28de8 100644
--- a/source/da/sw/messages.po
+++ b/source/da/sw/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
-"PO-Revision-Date: 2020-08-03 16:28+0000\n"
-"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
+"PO-Revision-Date: 2020-08-07 21:35+0000\n"
+"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -74,7 +74,7 @@ msgstr "Overskrifter er ikke i orden."
#: sw/inc/AccessibilityCheckStrings.hrc:25
msgctxt "STR_TEXT_FORMATTING_CONVEYS_MEANING"
msgid "The text formatting conveys additional meaning."
-msgstr ""
+msgstr "Tekstformateringen formidler yderligere betydning."
#. UWv4T
#: sw/inc/AccessibilityCheckStrings.hrc:27
@@ -575,7 +575,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Nummererede afsnit"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -583,1301 +583,1337 @@ msgstr "Nummererede afsnit"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
-msgstr ""
+msgstr "Tegnsombineringspræfix"
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
-msgstr ""
+msgstr "Skrifttypepunktdeling"
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
-msgstr ""
+msgstr "fyld bitmap logisk størrelse"
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
-msgstr ""
+msgstr "Fyls bitmap placering X-forskydning"
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
-msgstr ""
+msgstr "Afsnit venstre margen"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
-msgstr ""
+msgstr "Afsnit hold register aktiveret"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
-msgstr ""
+msgstr "Afsnit Tabulatorstop"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
-msgstr ""
+msgstr "Ruby justering"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -2336,7 +2372,7 @@ msgstr "Etiketter"
#: sw/inc/strings.hrc:64
msgctxt "STR_POOLCOLL_STANDARD"
msgid "Default Paragraph Style"
-msgstr ""
+msgstr "Standard Afsnitstypografi"
#. AGD4Q
#: sw/inc/strings.hrc:65
@@ -2606,7 +2642,7 @@ msgstr "Liste 1 Slut"
#: sw/inc/strings.hrc:109
msgctxt "STR_POOLCOLL_BULLET_NONUM1"
msgid "List 1 Cont."
-msgstr ""
+msgstr "Liste 1 fortsat"
#. 9ACKm
#: sw/inc/strings.hrc:110
@@ -2630,7 +2666,7 @@ msgstr "Liste 2 Slut"
#: sw/inc/strings.hrc:113
msgctxt "STR_POOLCOLL_BULLET_NONUM2"
msgid "List 2 Cont."
-msgstr ""
+msgstr "Liste 2 fortsat"
#. n97tD
#: sw/inc/strings.hrc:114
@@ -2654,7 +2690,7 @@ msgstr "Liste 3 slut"
#: sw/inc/strings.hrc:117
msgctxt "STR_POOLCOLL_BULLET_NONUM3"
msgid "List 3 Cont."
-msgstr ""
+msgstr "Liste 3 fortsat"
#. zFXDk
#: sw/inc/strings.hrc:118
@@ -2678,7 +2714,7 @@ msgstr "Liste 4 slut"
#: sw/inc/strings.hrc:121
msgctxt "STR_POOLCOLL_BULLET_NONUM4"
msgid "List 4 Cont."
-msgstr ""
+msgstr "Liste 4 forsat"
#. vGaiE
#: sw/inc/strings.hrc:122
@@ -2702,7 +2738,7 @@ msgstr "Liste 5 slut"
#: sw/inc/strings.hrc:125
msgctxt "STR_POOLCOLL_BULLET_NONUM5"
msgid "List 5 Cont."
-msgstr ""
+msgstr "Liste 5 fortsat"
#. DB3VN
#: sw/inc/strings.hrc:126
@@ -3057,7 +3093,7 @@ msgstr "Undertitel"
#: sw/inc/strings.hrc:185
msgctxt "STR_POOLCOLL_DOC_APPENDIX"
msgid "Appendix"
-msgstr ""
+msgstr "Vedhæft"
#. xiVb7
#: sw/inc/strings.hrc:186
@@ -3094,7 +3130,7 @@ msgstr "Listeoverskrift"
#: sw/inc/strings.hrc:192
msgctxt "STR_POOLPAGE_STANDARD"
msgid "Default Page Style"
-msgstr ""
+msgstr "Standard Sidetypografi"
#. JwhRA
#: sw/inc/strings.hrc:193
@@ -3251,7 +3287,7 @@ msgstr "2 kolonner med forskellig størrelse (venstre < højre)"
#: sw/inc/strings.hrc:224
msgctxt "STR_TABSTYLE_DEFAULT"
msgid "Default Table Style"
-msgstr ""
+msgstr "Standard Tabeltypografi"
#. fCbrD
#: sw/inc/strings.hrc:226
@@ -4205,7 +4241,7 @@ msgstr "Orddeling"
#: sw/inc/strings.hrc:393
msgctxt "STR_HYPH_MISSING"
msgid "Missing hyphenation data"
-msgstr ""
+msgstr "Manglende orddelingsdata"
#. TEP66
#: sw/inc/strings.hrc:394
@@ -5136,8 +5172,8 @@ msgstr "tabel: $1$2$3"
msgctxt "STR_CHAPTERS"
msgid "chapter"
msgid_plural "chapters"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "kapital"
+msgstr[1] "kapitler"
#. 2JCL2
#: sw/inc/strings.hrc:551
@@ -5545,7 +5581,7 @@ msgstr "Højre-mod-venstre script"
#: sw/inc/strings.hrc:623
msgctxt "STR_PRINTOPTUI_PRINTALLPAGES"
msgid "~All Pages"
-msgstr ""
+msgstr "Alle sider"
#. ZDRM2
#: sw/inc/strings.hrc:624
@@ -5647,19 +5683,19 @@ msgstr "Send disposition til ~udklipsholder"
#: sw/inc/strings.hrc:642
msgctxt "STR_OUTLINE_TRACKING"
msgid "Outline Tracking"
-msgstr ""
+msgstr "Dispositionssporing"
#. qzXwn
#: sw/inc/strings.hrc:643
msgctxt "STR_OUTLINE_TRACKING_DEFAULT"
msgid "Default"
-msgstr ""
+msgstr "Standard"
#. HGDgJ
#: sw/inc/strings.hrc:644
msgctxt "STR_OUTLINE_TRACKING_FOCUS"
msgid "Focus"
-msgstr ""
+msgstr "Fokus"
#. BYRpF
#: sw/inc/strings.hrc:645
@@ -9955,7 +9991,7 @@ msgstr "Tildel typografier"
#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:204
msgctxt "assignstylesdialog|left|tooltip_text"
msgid "Promote level"
-msgstr ""
+msgstr "Ryk et niveau op"
#. szu9U
#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:207
@@ -9967,7 +10003,7 @@ msgstr "Venstre"
#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:223
msgctxt "assignstylesdialog|right|tooltip_text"
msgid "Demote level"
-msgstr ""
+msgstr "Ryk et niveau ned"
#. 6aqvE
#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:226
@@ -10948,127 +10984,127 @@ msgid "Width:"
msgstr "Bredde:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Afstand:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Bredde og afstand"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "T_ypografi:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_Bredde:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "H_øjde:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "_Stilling:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Top"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Centreret"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Bund"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "Farve:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Skillelinje"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Kolonner:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Fordel indholdet jævnt over _alle spalter"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Markering"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Aktuel sektion"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Markeret sektion"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Ramme"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Sidetypografi: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "_Anvend på:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "_Tekstretning:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Indstillinger"
@@ -12635,121 +12671,121 @@ msgstr "Slet"
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:35
msgctxt "floatingnavigation|ST_TBL"
msgid "Table"
-msgstr ""
+msgstr "Tabel"
#. U7SsY
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:49
msgctxt "floatingnavigation|ST_FRM"
msgid "Text Frame"
-msgstr ""
+msgstr "Tekstramme"
#. EmyjV
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:63
msgctxt "floatingnavigation|ST_GRF"
msgid "Graphics"
-msgstr ""
+msgstr "Grafik"
#. EAAkn
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:77
msgctxt "floatingnavigation|ST_OLE"
msgid "OLE object"
-msgstr ""
+msgstr "OLE-objekt"
#. RQJCg
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:91
msgctxt "floatingnavigation|ST_PGE"
msgid "Page"
-msgstr ""
+msgstr "Side"
#. UDWkR
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:105
msgctxt "floatingnavigation|ST_OUTL"
msgid "Headings"
-msgstr ""
+msgstr "Overskrifter"
#. 3xmFf
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:119
msgctxt "floatingnavigation|ST_MARK"
msgid "Reminder"
-msgstr ""
+msgstr "Påmindelse"
#. bfbkE
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:133
msgctxt "floatingnavigation|ST_DRW"
msgid "Drawing"
-msgstr ""
+msgstr "Tegning"
#. SgcLi
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:147
msgctxt "floatingnavigation|ST_CTRL"
msgid "Control"
-msgstr ""
+msgstr "Kontrolelement"
#. zUBV8
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:161
msgctxt "floatingnavigation|STR_IMGBTN_PGE_UP"
msgid "Previous page"
-msgstr ""
+msgstr "Forrige side"
#. ASLap
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:188
msgctxt "floatingnavigation|ST_REG"
msgid "Section"
-msgstr ""
+msgstr "Sektion"
#. TAc6D
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:202
msgctxt "floatingnavigation|ST_BKM"
msgid "Bookmark"
-msgstr ""
+msgstr "Bogmærke"
#. RT9Gg
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:216
msgctxt "floatingnavigation|ST_SEL"
msgid "Selection"
-msgstr ""
+msgstr "Udvalg"
#. vcT7p
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:230
msgctxt "floatingnavigation|ST_FTN"
msgid "Footnote"
-msgstr ""
+msgstr "Fodnote"
#. C8bCp
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:244
msgctxt "floatingnavigation|ST_POSTIT"
msgid "Comment"
-msgstr ""
+msgstr "Kommentar"
#. AYXsF
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:258
msgctxt "floatingnavigation|ST_SRCH_REP"
msgid "Repeat search"
-msgstr ""
+msgstr "Gentag søgningen"
#. RAaAE
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:272
msgctxt "floatingnavigation|ST_INDEX_ENTRY"
msgid "Index entry"
-msgstr ""
+msgstr "Indekselement"
#. ptmd3
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:286
msgctxt "floatingnavigation|ST_TABLE_FORMULA"
msgid "Table formula"
-msgstr ""
+msgstr "Tabelformel"
#. 4FctR
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:300
msgctxt "floatingnavigation|ST_TABLE_FORMULA_ERROR"
msgid "Wrong table formula"
-msgstr ""
+msgstr "Forkert tabelformel"
#. fJmeT
#: sw/uiconfig/swriter/ui/floatingnavigation.ui:314
msgctxt "floatingnavigation|STR_IMGBTN_PGE_DOWN"
msgid "Next page"
-msgstr ""
+msgstr "Næste side"
#. b5iXT
#: sw/uiconfig/swriter/ui/floatingsync.ui:7
@@ -12800,67 +12836,67 @@ msgid "Space to text"
msgstr "Afstand til tekst"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Fodnoteområde"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_Placering"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "_Typografi"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "_Tykkelse"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_Farve"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_Længde"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "_Afstand til fodnoteindholdet"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Venstre"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Centreret"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Højre"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "Skillelinje"
@@ -14111,7 +14147,7 @@ msgstr "Indsætter et manuelt sideskift og flytter teksten til højre for markø
#: sw/uiconfig/swriter/ui/insertbreak.ui:171
msgctxt "insertbreak|styleft"
msgid "Page Style:"
-msgstr ""
+msgstr "Sidetypografi:"
#. BWnND
#: sw/uiconfig/swriter/ui/insertbreak.ui:188
@@ -14339,13 +14375,13 @@ msgstr "Indsæt fodnote/slutnote"
#: sw/uiconfig/swriter/ui/insertfootnote.ui:44
msgctxt "insertfootnote|prev"
msgid "Previous footnote/endnote"
-msgstr ""
+msgstr "Forrige fodnote / slutnote"
#. LhiEr
#: sw/uiconfig/swriter/ui/insertfootnote.ui:56
msgctxt "insertfootnote|next"
msgid "Next footnote/endnote"
-msgstr ""
+msgstr "Næste fodnote / slutnote"
#. HjJZd
#: sw/uiconfig/swriter/ui/insertfootnote.ui:150
@@ -14357,7 +14393,7 @@ msgstr "Automatisk"
#: sw/uiconfig/swriter/ui/insertfootnote.ui:168
msgctxt "insertfootnote|character"
msgid "Character:"
-msgstr ""
+msgstr "Tegn:"
#. BrqCB
#: sw/uiconfig/swriter/ui/insertfootnote.ui:200
@@ -15035,13 +15071,13 @@ msgstr "%PRODUCTNAME Writer"
#: sw/uiconfig/swriter/ui/mailmerge.ui:642
msgctxt "mailmerge|passwd-check"
msgid "Save with password"
-msgstr ""
+msgstr "Gem med adgangskode"
#. FFSYA
#: sw/uiconfig/swriter/ui/mailmerge.ui:659
msgctxt "mailmerge|passwd-label"
msgid "Password field:"
-msgstr ""
+msgstr "Adgangskodefelt:"
#. LDBbz
#: sw/uiconfig/swriter/ui/mailmerge.ui:721
@@ -15161,79 +15197,79 @@ msgstr "Dokumentplacering"
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:12
msgctxt "readonlymenu|STR_UPDATE"
msgid "_Update"
-msgstr ""
+msgstr "Opdater"
#. MUFyx
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:22
msgctxt "mastercontextmenu|STR_UPDATE_SEL"
msgid "Selection"
-msgstr ""
+msgstr "Udvalg"
#. Xv4Q8
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:30
msgctxt "mastercontextmenu|STR_UPDATE_INDEX"
msgid "Indexes"
-msgstr ""
+msgstr "Indekser"
#. NekK7
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:38
msgctxt "mastercontextmenu|STR_UPDATE_SEL"
msgid "Links"
-msgstr ""
+msgstr "Links"
#. RiguA
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:46
msgctxt "mastercontextmenu|STR_UPDATE_ALL"
msgid "All"
-msgstr ""
+msgstr "Alle"
#. kxEdV
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:58
msgctxt "mastercontextmenu|STR_EDIT_CONTENT"
msgid "Edit"
-msgstr ""
+msgstr "Rediger"
#. V4abB
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:66
msgctxt "mastercontextmenu|STR_EDIT_LINK"
msgid "Edit link"
-msgstr ""
+msgstr "Rediger link"
#. 4DrHX
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:74
msgctxt "readonlymenu|STR_EDIT_INSERT"
msgid "Insert"
-msgstr ""
+msgstr "Indsæt"
#. MCA6M
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:84
msgctxt "mastercontextmenu|STR_INDEX"
msgid "_Index"
-msgstr ""
+msgstr "_Index"
#. Eg3ib
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:92
msgctxt "mastercontextmenu|STR_FILE"
msgid "File"
-msgstr ""
+msgstr "Filer"
#. m6agV
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:100
msgctxt "mastercontextmenu|STR_NEW_FILE"
msgid "New Document"
-msgstr ""
+msgstr "Nyt dokument"
#. WCRAT
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:108
msgctxt "mastercontextmenu|STR_INSERT_TEXT"
msgid "Text"
-msgstr ""
+msgstr "Tekst"
#. diCCN
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:126
msgctxt "mastercontextmenu|STR_DELETE_ENTRY"
msgid "_Delete"
-msgstr ""
+msgstr "Slet"
#. Gnk7X
#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:8
@@ -16043,109 +16079,109 @@ msgstr "Status for overførsel"
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:26
msgctxt "navigatorcontextmenu|STR_SEND_OUTLINE_TO_CLIPBOARD_ENTRY"
msgid "Send Outline to Clipboard"
-msgstr ""
+msgstr "Send disposition til udklipsholder"
#. 7HC9V
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:34
msgctxt "navigatorcontextmenu|STR_GOTO"
msgid "Go to"
-msgstr ""
+msgstr "Gå til"
#. VCmAZ
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:49
msgctxt "navigatorcontextmenu|STR_SELECT"
msgid "Select"
-msgstr ""
+msgstr "Vælg"
#. dajzZ
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:57
msgctxt "navigatorcontextmenu|STR_DELETE"
msgid "Delete"
-msgstr ""
+msgstr "Slet"
#. CQSp3
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:66
msgctxt "navigatorcontextmenu|STR_PROMOTE_CHAPTER"
msgid "Promote Chapter"
-msgstr ""
+msgstr "Flyt kapitel frem"
#. ikRHB
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:75
msgctxt "navigatorcontextmenu|STR_DEMOTE_CHAPTER"
msgid "Demote Chapter"
-msgstr ""
+msgstr "Flyt kapitel tilbage"
#. MhtFa
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:84
msgctxt "navigatorcontextmenu|STR_PROMOTE_LEVEL"
msgid "Promote Level"
-msgstr ""
+msgstr "Flyt et niveau op"
#. dUM5D
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:93
msgctxt "navigatorcontextmenu|STR_DEMOTE_LEVEL"
msgid "Demote Level"
-msgstr ""
+msgstr "Flyt et niveau"
#. tukRq
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:102
msgctxt "navigatorcontextmenu|STR_REMOVE_INDEX"
msgid "_Remove Index"
-msgstr ""
+msgstr "Fjern indeks"
#. C4355
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:110
msgctxt "navigatorcontextmenu|STR_UPDATE"
msgid "_Update"
-msgstr ""
+msgstr "Opdater"
#. BtCca
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:118
msgctxt "navigatorcontextmenu|STR_EDIT_ENTRY"
msgid "Edit..."
-msgstr ""
+msgstr "Rediger..."
#. BYyhD
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:126
msgctxt "navigatorcontextmenu|STR_REMOVE_TBL_PROTECTION"
msgid "_Unprotect"
-msgstr ""
+msgstr "Fjern beskyttelse"
#. 6KWWG
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:134
msgctxt "navigatorcontextmenu|STR_READONLY_IDX"
msgid "Read-_only"
-msgstr ""
+msgstr "Skrivebeskyttet"
#. BUQRq
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:142
msgctxt "navigatorcontextmenu|STR_DELETE_ENTRY"
msgid "_Delete"
-msgstr ""
+msgstr "Slet"
#. CUqD5
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:151
msgctxt "navigatorcontextmenu|STR_RENAME"
msgid "_Rename..."
-msgstr ""
+msgstr "Omdøb"
#. U5nAb
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:159
msgctxt "navigatorcontextmenu|STR_POSTIT_SHOW"
msgid "Show All"
-msgstr ""
+msgstr "Vis alt"
#. E2wWp
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:167
msgctxt "navigatorcontextmenu|STR_POSTIT_HIDE"
msgid "Hide All"
-msgstr ""
+msgstr "Skjult alle"
#. aDRke
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:175
msgctxt "navigatorcontextmenu|STR_POSTIT_DELETE"
msgid "Delete All"
-msgstr ""
+msgstr "Slet alt"
#. QeLGW
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:189
@@ -16157,67 +16193,67 @@ msgstr ""
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:209
msgctxt "navigatorcontextmenu|STR_OUTLINE_TRACKING"
msgid "Outline Tracking"
-msgstr ""
+msgstr "Dispositionssporing"
#. cECoG
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:223
msgctxt "navigatorcontextmenu|STR_OUTLINE_LEVEL"
msgid "Outline Level"
-msgstr ""
+msgstr "Dispositionsniveau"
#. GyAcG
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:237
msgctxt "navigatorcontextmenu|STR_DRAGMODE"
msgid "Drag Mode"
-msgstr ""
+msgstr "Træktilstand"
#. Zehx2
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:251
msgctxt "navigatorcontextmenu|STR_DISPLAY"
msgid "Display"
-msgstr ""
+msgstr "Vis"
#. ba8wC
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:18
msgctxt "navigatorpanel|hyperlink"
msgid "Insert as Hyperlink"
-msgstr ""
+msgstr "Indsæt som hyperlink"
#. YFPAS
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:28
msgctxt "navigatorpanel|link"
msgid "Insert as Link"
-msgstr ""
+msgstr "Indsæt som link"
#. 97BBT
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:38
msgctxt "navigatorpanel|copy"
msgid "Insert as Copy"
-msgstr ""
+msgstr "Indsæt som kopi"
#. mBP9D
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:155
msgctxt "navigatorpanel|STR_INDEX"
msgid "_Index"
-msgstr ""
+msgstr "_Indeks"
#. NyHHE
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:163
msgctxt "navigatorpanel|STR_FILE"
msgid "File"
-msgstr ""
+msgstr "Filer"
#. NZZqB
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:171
msgctxt "navigatorpanel|STR_NEW_FILE"
msgid "New Document"
-msgstr ""
+msgstr "Nyt dokument"
#. FMVmv
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:179
msgctxt "navigatorpanel|STR_INSERT_TEXT"
msgid "Text"
-msgstr ""
+msgstr "Tekst"
#. xuEPo
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:259
@@ -16355,25 +16391,25 @@ msgstr "Flyt ned"
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:858
msgctxt "navigatorpanel|STR_UPDATE_SEL"
msgid "Selection"
-msgstr ""
+msgstr "Udvalg"
#. v2iCL
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:866
msgctxt "navigatorpanel|STR_UPDATE_INDEX"
msgid "Indexes"
-msgstr ""
+msgstr "Indekser"
#. fvFtM
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:874
msgctxt "navigatorpanel|STR_UPDATE_SEL"
msgid "Links"
-msgstr ""
+msgstr "Links"
#. Njw6i
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:882
msgctxt "navigatorpanel|STR_UPDATE_ALL"
msgid "All"
-msgstr ""
+msgstr "Alle"
#. mYVYE
#: sw/uiconfig/swriter/ui/newuserindexdialog.ui:8
@@ -18202,7 +18238,7 @@ msgstr "Hårde mellemrum"
#: sw/uiconfig/swriter/ui/optformataidspage.ui:96
msgctxt "optformataidspage|tabs"
msgid "Tabs"
-msgstr ""
+msgstr "Tabulatorer"
#. rBxLK
#: sw/uiconfig/swriter/ui/optformataidspage.ui:111
@@ -18220,7 +18256,7 @@ msgstr "Skjulte karakterer"
#: sw/uiconfig/swriter/ui/optformataidspage.ui:141
msgctxt "optformataidspage|bookmarks"
msgid "Bookmarks"
-msgstr ""
+msgstr "Bogmærker"
#. 3RWMe
#: sw/uiconfig/swriter/ui/optformataidspage.ui:214
@@ -18229,6 +18265,8 @@ msgid ""
"| indicates a point bookmark\n"
"[ ] indicate the start and end of a bookmark on a text range"
msgstr ""
+"| viser et bogmærkepunkt\n"
+"[ ] viser begyndelse og afslutning på et bogmærke til et tekstområde"
#. XzAvH
#: sw/uiconfig/swriter/ui/optformataidspage.ui:236
@@ -19093,7 +19131,7 @@ msgid "_More Options"
msgstr "_Flere valgmuligheder"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Flere valgmuligheder"
@@ -20426,7 +20464,7 @@ msgstr "Omdøb objekt: "
#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:106
msgctxt "renameobjectdialog|label2"
msgid "New name:"
-msgstr ""
+msgstr "Nyt navn:"
#. Yffi5
#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:136
@@ -20870,7 +20908,7 @@ msgstr "Angiv afstanden mellem billedet og den omliggende tekst"
#: sw/uiconfig/swriter/ui/sidebarwrap.ui:47
msgctxt "sidebarwrap|label2"
msgid "Wrap:"
-msgstr ""
+msgstr "Ombrydning:"
#. CeCh8
#: sw/uiconfig/swriter/ui/sidebarwrap.ui:73
@@ -21275,43 +21313,43 @@ msgid "Remaining space:"
msgstr "Ledig plads :"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Kolonne 2 bredde"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Kolonne 3 bredde"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Kolonne 4 bredde"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Kolonne 5 bredde"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Kolonne 6 bredde"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Kolonne 1 bredde"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Kolonnebredde"
@@ -22688,7 +22726,7 @@ msgstr "Sammensæt identiske emner"
#: sw/uiconfig/swriter/ui/tocindexpage.ui:878
msgctxt "tocindexpage|useff"
msgid "Combine identical entries with f. or _ff."
-msgstr ""
+msgstr "Sammenfat identiske indførsler med f. eller ff."
#. Uivc8
#: sw/uiconfig/swriter/ui/tocindexpage.ui:894
@@ -22977,54 +23015,54 @@ msgstr "Farve"
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:8
msgctxt "wordcount-mobile|WordCountDialog"
msgid "Word Count"
-msgstr ""
+msgstr "Ordtælling"
#. CivM9
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:81
msgctxt "wordcount-mobile|label9"
msgid "Selection"
-msgstr ""
+msgstr "Udvalg"
#. CNFqp
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:108
msgctxt "wordcount-mobile|label10"
msgid "Document"
-msgstr ""
+msgstr "Dokument"
#. RBG3u
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:134
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:326
msgctxt "wordcount-mobile|label1"
msgid "Words"
-msgstr ""
+msgstr "Ord"
#. sTP2G
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:158
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:620
msgctxt "wordcount-mobile|label2"
msgid "Characters including spaces"
-msgstr ""
+msgstr "Tegn inklusive mellemrum"
#. 9Wbgf
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:182
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:302
msgctxt "wordcount-mobile|label3"
msgid "Characters excluding spaces"
-msgstr ""
+msgstr "Tegn undtagen mellemrum"
#. wZHMX
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:206
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:278
msgctxt "wordcount-mobile|cjkcharsft"
msgid "Asian characters and Korean syllables"
-msgstr ""
+msgstr "Asiatiske tegn og koreanske stavelser"
#. mfBEG
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:230
#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:254
msgctxt "wordcount-mobile|standardizedpages"
msgid "Standardized pages"
-msgstr ""
+msgstr "Standardiserede sider"
#. bNHAL
#: sw/uiconfig/swriter/ui/wordcount.ui:8
diff --git a/source/da/vcl/messages.po b/source/da/vcl/messages.po
index ccc74bfdf4b..ae0a14e59a1 100644
--- a/source/da/vcl/messages.po
+++ b/source/da/vcl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-27 13:25+0200\n"
-"PO-Revision-Date: 2020-07-07 13:20+0000\n"
+"PO-Revision-Date: 2020-08-09 12:35+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_ui-master/vclmessages/da/>\n"
"Language: da\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1562421975.000000\n"
#. k5jTM
@@ -1289,7 +1289,7 @@ msgstr "tommer"
#: vcl/inc/units.hrc:42
msgctxt "SV_FUNIT_STRINGS"
msgid "′"
-msgstr ""
+msgstr "′"
#. RYzjD
#: vcl/inc/units.hrc:43
@@ -1489,7 +1489,7 @@ msgstr "Brøk-typografi:"
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:44
msgctxt "STR_FONT_FEATURE_ID_FRAC_PARAM_0"
msgid "None"
-msgstr ""
+msgstr "Ingen"
#. nfBTN
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:45
@@ -1981,7 +1981,7 @@ msgstr "Flere indstillinger..."
#: vcl/uiconfig/ui/printdialog.ui:113
msgctxt "printdialog|print"
msgid "_Print"
-msgstr ""
+msgstr "Udskriv"
#. M3L4L
#: vcl/uiconfig/ui/printdialog.ui:172
@@ -2023,7 +2023,7 @@ msgstr "Første side"
#: vcl/uiconfig/ui/printdialog.ui:299
msgctxt "printdialog|previewbox"
msgid "Pre_view"
-msgstr ""
+msgstr "Vis udskrift"
#. qgQDX
#: vcl/uiconfig/ui/printdialog.ui:399
@@ -2137,7 +2137,7 @@ msgstr "Antal kopier:"
#: vcl/uiconfig/ui/printdialog.ui:695
msgctxt "printdialog|cbPrintOrder"
msgid "Order:"
-msgstr ""
+msgstr "Rækkefølge"
#. vwjVt
#: vcl/uiconfig/ui/printdialog.ui:707
diff --git a/source/de/chart2/messages.po b/source/de/chart2/messages.po
index 126abd922fa..3f141ba94fb 100644
--- a/source/de/chart2/messages.po
+++ b/source/de/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-23 22:47+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/de/>\n"
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Textausrichtung"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "Sche_ma"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Einfach"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Realistisch"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Benutzerdefiniert"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "Sche_ma"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_Schattierung"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "_Objektumrandungen"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "_Kantenrundungen"
diff --git a/source/de/cui/messages.po b/source/de/cui/messages.po
index 75460fcc243..6f66c47f4d2 100644
--- a/source/de/cui/messages.po
+++ b/source/de/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: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-04 09:02+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/de/>\n"
@@ -4341,45 +4341,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "Nur _Text"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/de/dbaccess/messages.po b/source/de/dbaccess/messages.po
index 06b4eff8333..2de43fa45a5 100644
--- a/source/de/dbaccess/messages.po
+++ b/source/de/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: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-12 10:34+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/de/>\n"
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Aufgaben"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Beschreibung"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Vorschau"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"Möchten Sie jetzt alle Dokumente schließen?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "~Name des Formulars"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "~Name des Berichts"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "~Name des Ordners"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "Das Dokument enthält Formulare oder Berichte mit eingebetteten Makros."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"Beachten Sie, dass Sie Makros nicht direkt in das Datenbankdokument einbetten können, solange Sie diese Migration nicht durchgeführt haben. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Eingebettete Datenbank"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "Es können keine unterschiedlichen Kategorien ausgewählt werden."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "Nicht unterstützten Objekttyp gefunden ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Erweiterte Eigenschaften"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Erweiterte Einstellungen"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Verbindungs-Einstellungen"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Name der ~Tabelle"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "Name ~der Abfrage"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Umbenennen nach"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Einfügen als"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Sollen die ausgewählten Daten gelöscht werden?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Fehler beim Setzen der Sortier-Kriterien"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Fehler beim Setzen der Filter-Kriterien"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Verbindung verloren"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Abfragen"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Tabellen"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Löschen bestätigen"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Soll die Tabelle '%1' gelöscht werden?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "Die Verbindung zur Datenbank ist verloren gegangen! Soll Sie wieder hergestellt werden?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Warnungen aufgetreten"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "Beim Ermitteln der Tabellen wurden von der Datenbankverbindung Warnungen gemeldet."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "Verbindungsaufbau zu \"$name$\" …"
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Lade Abfrage $name$ …"
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Lade Tabelle $name$ …"
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Es konnte kein Tabellenformat gefunden werden."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "Die Verbindung zur Datenquelle \"$name$\" konnte nicht hergestellt werden."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Unbekannt;Text;Zahl;Datum/Zeit;Datum;Zeit;Ja/Nein;Währung;Memo;Zähler;Bild;Text (fix);Dezimal;Binärfeld (fix);Binärfeld;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Objekt;Distinct;Struktur;Feld;BLOB;CLOB;REF;OTHER;Bit (fix)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Primärschlüssel einfügen/entfernen"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Ja"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Nein"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<keiner>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Feldname"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Feldtyp"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Beschreibung"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Spaltenbeschreibung"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Feldeigenschaften"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Zelle ändern"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Zeile löschen"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Feldtyp ändern"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Zeile einfügen"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Neue Zeile einfügen"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~Defaultwert"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"Wählen Sie die leere Zeichenkette aus, wenn das Feld keinen solchen Standardwert haben soll."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"Wenn Sie später Daten in die Tabelle eingeben, wird in jedem neuen Datensatz diese Zeichenkette für das ausgewählte Feld verwendet. Sie sollte deshalb der weiter unten einzugebenden Zellenformatierung genügen."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Geben Sie die maximal zulässige Textlänge an."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Geben Sie das Zahlenformat ein."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"Wenn der Wert größer ist als der maximal für diese Datenbank zulässige, wird er entsprechend korrigiert."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Geben Sie an, wie viel Nachkommastellen die Zahlen in diesem Feld enthalten sollen."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Hier sehen Sie, wie die Daten mit dem aktuell eingestellten Format dargestellt würden (verwenden Sie die nebenstehenden Schaltfläche, um das Format zu ändern)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Hiermit können Sie festlegen, wie die Daten der Tabelle bei der Ausgabe formatiert werden sollen."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"Sie können in ihm dann keine Daten direkt eingeben. Stattdessen bekommt jeder neue Datensatz automatisch einen eigenen Wert zugewiesen (der sich durch Erhöhen aus dem des vorigen Datensatzes ergibt)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "Die Tabelle kann nicht gespeichert werden, da der Spaltenname \"$column$\" doppelt vergeben wurde."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "Die Spalte \"$column$\" gehört zum Primärschlüssel. Falls sie gelöscht wird, wird auch der Primärschlüssel gelöscht. Möchten Sie wirklich fortfahren?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Primärschlüssel betroffen"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Spalte"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "Möchten Sie trotzdem fortfahren?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "Die Tabelle konnte nicht gespeichert werden, da keine Verbindung zur Datenbank hergestellt werden konnte."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "Der Tabellenfilter konnte nicht angepasst werden, da die Datenquelle gelöscht wurde."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"Möchten Sie Ihre Änderungen jetzt speichern?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Kein Primärschlüssel"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"Soll jetzt ein Primärschlüssel erzeugt werden?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "Die Spalte \"$column$\" konnte nicht geändert werden. Soll sie statt dessen gelöscht und das neue Format angehängt werden?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Fehler beim Speichern des Tabellenentwurfes"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "Die Spalte $column$ konnte nicht gelöscht werden."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"Dieser Ausdruck wird beim Erzeugen der Tabelle direkt an die Datenbank übertragen."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"Der Tabellenentwurfmodus ist für diese Datenquelle nicht verfügbar."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "Feldnamen ändern"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "Feldtyp ändern"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "Feldbeschreibung ändern"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "Feldattribut ändern"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "Die Verbindung zur Datenquelle \"$name$\" erfordert die Eingabe eines Kennwortes."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"existiert nicht. Soll es angelegt werden?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "Das Verzeichnis $name$ konnte nicht angelegt werden."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Die Datei existiert bereits. Soll sie überschrieben werden?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Ordner"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Datenbank-Eigenschaften"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Datenquellen-Eigenschaften: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "Bitte verwenden Sie 'Verbindung zu einer bestehenden Datenbank herstellen', um stattdessen mit einer bestehenden Datenbank zu verbinden."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Die Programmbibliothek #lib# konnte nicht geladen werden oder ist defekt. Die ODBC-Datenquellen-Auswahl ist nicht verfügbar."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"Sie können die Einstellungen verändern, werden aber vermutlich keine Verbindung zu der Datenbank herstellen können."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Keiner}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Leerzeichen}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 muss angegeben sein."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 und #2 müssen unterschiedlich sein."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "Platzhalter wie ?,* sind in der #1 nicht möglich."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Verbindungstest"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Die Verbindung wurde erfolgreich hergestellt."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Es konnte keine Verbindung hergestellt werden."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "Der JDBC-Treiber wurde erfolgreich geladen."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "Der JDBC-Treiber konnte nicht geladen werden."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS Access Datei"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007 Datei"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Firebird Datenbank"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "System"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Fehler beim Erzeugen"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "Ein Fehler ist aufgetreten. Die Operation kann nicht ausgeführt werden."
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Das Dokument \"$file$\" konnte nicht geöffnet werden."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "Die Tabelle kann nicht gelöscht werden, da die Datenbankverbindung diese nicht unterstützt."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "A~lle"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Rückgängig:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Wiederherstellen:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "Für die Spalte '#1' konnte kein passender Spaltentyp gefunden werden."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Die Datei \"$file$\" existiert nicht."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "Beim Verbindungsaufbau sind Warnungen aufgetreten. Drücken Sie \"$buttontext$\", um sie anzuzeigen."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "Der Bericht \"$file$\" benötigt die Funktion Report Builder."
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "Es konnte keine Verbindung zum SDBC-Treiber-Manager (#servicename#) hergestellt werden."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "Es ist kein Treiber für die URL #connurl# registriert."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "Die Verbindung wurde erfolgreich hergestellt, aber es konnten keine Informationen über Tabellen in der Datenbank ermittelt werden."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Alle Tabellen"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Alle Tabellensichten"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Alle Tabellen und Tabellensichten"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Tabellename"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Daten einfügen"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Daten löschen"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Daten ändern"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Struktur ändern"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Daten lesen"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "References ändern"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Struktur löschen"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Pfad zu den dBASE Dateien"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Pfad zu den Textdateien"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Pfad zum Tabellendokument"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Name der ODBC Datenquelle auf Ihrem System"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "Pfad zum Writer-Dokument"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Name der MySQL Datenbank"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Name der Oracle Datenbank"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Microsoft Access Datenbankdatei"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "Es werden keine weiteren Einstellungen benötigt. Um die Verbindung zu prüfen, klicken Sie auf die Schaltfläche '%test'."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "Datenquelle URL (beispielsweise host=$Host:$Port dbname=$Datenbank)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "~Rechnername"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Name des ~Mozilla Benutzerprofils"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Name des ~Thunderbird Benutzerprofils"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Tabellen hinzufügen"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Tabelle oder Abfrage hinzufügen"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Spaltenübernahme"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Typformatierungen"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"Der folgende Name wird schon benutzt:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Spalten zuordnen"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Zurück"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~Weiter >"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "~Fertigstellen"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Tabelle kopieren"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Tabelle kopieren"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "In der aktuellen Datenbank ist dies kein gültiger Tabellenname."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Wählen Sie die Option 'Daten anhängen' auf der ersten Seite, um Daten an eine existierende Tabellen anzuhängen."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Bitte ändern Sie den Tabellenname. Er ist zu lang."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Datenbank-Assistent"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Datenbank auswählen"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Verbindung zu dBASE-Dateien einrichten"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Verbindung zu Textdateien einrichten"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Microsoft Access Verbindung einrichten"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "LDAP-Verbindung einrichten"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "ADO-Verbindung einrichten"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "JDBC-Verbindung einrichten"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Oracle Datenbankverbindung einrichten"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "MySQL Verbindung einrichten"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "ODBC-Verbindung einrichten"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Verbindung zum Writer-Dokument oder Tabellendokument einrichten"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Benutzer-Authentifizierung einrichten"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "MySQL Server-Daten einrichten"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Fertigstellen und fortfahren"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Neue Datenbank"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Verbindung zu einer MySQL-Datenbank per JDBC einrichten"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"Fragen Sie Ihren Systemadministrator, wenn Sie sich bei den folgenden Einstellungen unsicher sind."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC ~Treiberklasse:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Default: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Verbindung zu dBASE-Dateien einrichten"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Bitte wählen Sie den Ordner, in dem sich die dBASE- Dateien befinden."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Verbindung zu Textdateien einrichten"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Bitte wählen Sie den Ordner, in dem sich die im CSV-Format (Comma Separated Value) gespeicherten Dateien befinden. %PRODUCTNAME Base greift auf die Daten nur lesend zu."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Pfad zu den Textdateien"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Verbindung zu einer Microsoft Access Datenbank einrichten"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Bitte wählen Sie die Microsoft Access Datei aus, auf die Sie zugreifen möchten."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Verbindung zu einer ADO-Datenquelle einrichten"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"Fragen Sie Ihren Systemadministrator, wenn Sie sich bei den folgenden Einstellungen unsicher sind."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Verbindung zu einer ODBC-Datenquelle einrichten"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"Fragen Sie Ihren Systemadministrator, wenn Sie sich bei den folgenden Einstellungen unsicher sind."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Datenbankverbindung per JDBC einrichten"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"Fragen Sie Ihren Systemadministrator, wenn Sie sich bei den folgenden Einstellungen unsicher sind."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Verbindung zu einer Oracle-Datenbank einrichten"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Standard: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle JDBC ~Treiberklasse"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"Fragen Sie Ihren Systemadministrator, wenn Sie sich bei den folgenden Einstellungen unsicher sind."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Verbindung zu Tabellendokumenten einrichten"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"%PRODUCTNAME greift auf die Dateien nur lesend zu."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~Speicherort und Dateiname"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Befehl erfolgreich ausgeführt."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "Die Verbindung zur Datenbank wurde unterbrochen. Dieser Dialog wird geschlossen."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Sortierreihenfolge"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Indexfeld"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Aufsteigend"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Absteigend"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Möchten Sie den Index '$name$' wirklich löschen?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "Index"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "Der Index muss mindestens ein Feld enthalten."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Es gibt schon einen anderen Index namens \"$name$\"."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "In einer Index-Definition darf jede Tabellenspalte höchstens einmal vorkommen. Sie haben jedoch die Spalte \"$name$\" zweimal verwendet."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "Der Eintrag konnte nicht in einen gültigen Wert für die Spalte \"$name$\" umgewandelt werden"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "SQL-Status"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Fehlercode"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "Ein häufiger Grund für diesen Fehler ist eine ungeeignete Zeichensatz-Einstellung für die Sprache Ihrer Datenbank. Überprüfen Sie diese Einstellung unter »Bearbeiten – Datenbank – Eigenschaften…«."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Fehler"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Warnung"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Information"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Details"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Soll der Benutzer wirklich gelöscht werden?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "Die Datenbank unterstützt keine Benutzerverwaltung."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Die Kennwörter stimmen nicht überein. Bitte geben Sie diese noch einmal ein."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Bitte beachten Sie, dass einige Datenbanken eventuell diese Art der Verknüpfung nicht unterstützen."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Beinhaltet nur die Datensätze, bei denen die Inhalte der verknüpften Felder beider Tabellen gleich sind."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Beinhaltet ALLE Datensätze aus '%1' und nur die Datensätze aus '%2', bei denen die Inhalte der verknüpften Felder beider Tabellen gleich sind."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Beinhaltet ALLE Datensätze aus '%1' und aus '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Beinhaltet das kartesische Produkt ALLER Datensätze aus '%1' und '%2'."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "Die Zieldatenbank unterstützt keine Sichten."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "Die Zieldatenbank unterstützt keine Primärschlüssel."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "Kein DataAccess-Descriptor gefunden oder kein DataAccess-Descriptor verfügbar, der alle benötigten Informationen zur Verfügung stellen kann"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Zur Zeit werden nur Tabellen und Abfragen unterstützt."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "Das ResultSet der Quelle für die Kopieroperation muss Lesezeichen unterstützen."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Nicht unterstützter Spaltentyp ($type$) bei Quell-Spalte an Position $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Ungültige Anzahl von Initialisierungsparametern."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Während der Initialisierung ist ein Fehler aufgetreten."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Nicht unterstützte Einstellung im Descriptor der Kopier-Quelle: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "Um eine Abfrage zu kopieren, muss Ihre Quelle Abfragen zur Verfügung stellen können."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "Der angegebene Interaktions-Handler ist ungültig."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Diese Relation existiert bereits. Möchten Sie diese bearbeiten oder eine neue Relation erstellen?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Bearbeiten…"
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Erstellen…"
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " – %PRODUCTNAME Base: Beziehungsdesign"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "Die Datenbank unterstützt keine Relationen."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Wenn Sie diese Tabelle löschen werden alle zugehörigen Relationen ebenfalls gelöscht. Fortfahren?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4536,7 +4530,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "Markieren Sie diejenigen Tabellen, die für die Anwendungen sichtbar sein sollen."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Tabellen und Tabellenfilter"
@@ -4565,6 +4559,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "Tabelle oder Abfrage hinzufügen"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/de/desktop/messages.po b/source/de/desktop/messages.po
index 15b3569fe1e..577167de5d2 100644
--- a/source/de/desktop/messages.po
+++ b/source/de/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-23 22:47+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/de/>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Extension"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO Dynamic Library Komponente"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO Java Komponente"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO Python Komponente"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO Komponenten"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB Type Bibliothek"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO Java Type Bibliothek"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG Bibliothek"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Hilfe"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "Die Extension kann aus folgendem Grund nicht installiert werden:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "Die Extension wird nicht installiert, da ein Fehler in den Hilfe-Dateien auftrat:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Extension(s) hinzufügen"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Entfernen"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~Aktivieren"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Deaktivieren"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Update…"
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Füge %EXTENSION_NAME hinzu"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "Entferne %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Aktiviere %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Deaktiviere %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Lizenz für %EXTENSION_NAME akzeptieren"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Fehler: Der Status der Extension ist nicht bekannt"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Schließen"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Beenden"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"Um für alle Anwender installierte Extensions zu aktualisieren, werden Administratorrechte benötigt. Kontaktieren Sie ihren Administrator, um folgende Extensions zu aktualisieren:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "Die Erweiterung kann nicht aktiviert werden, da die folgenden Systemvoraussetzungen nicht erfüllt sind:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Die Extension ist deaktiviert, da die Lizenz noch nicht akzeptiert wurde.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Lizenz anzeigen"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Klicken Sie auf 'Abbrechen', um die Installation abzubrechen."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "Die Installation von Extensions ist derzeit deaktiviert. Bitte wenden Sie sich an Ihren Systemadministrator für weitere Informationen."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "Das Entfernen von Extensions ist derzeit deaktiviert. Bitte wenden Sie sich an Ihren Systemadministrator für weitere Informationen."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Klicken Sie auf 'Abbrechen', um das Entfernen abzubrechen."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Klicken Sie 'Abbrechen', um das Entfernen abzubrechen."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Klicken Sie 'Abbrechen', um die Aktivierung abzubrechen."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Klicken Sie 'Abbrechen', um die Deaktivierung abzubrechen."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "Die Extension '%Name' ist auf diesem Computer nicht lauffähig."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Installieren der Extensions…"
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Installation beendet"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Es sind keine Fehler aufgetreten."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Ein Fehler ist während des Herunterladens der Extension %NAME aufgetreten. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Die Fehlermeldung ist: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Ein Fehler ist während der Installation der Extension %NAME aufgetreten. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "Die Lizenzvereinbarung für Extension %NAME wurde abgelehnt. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Die Extension wird nicht installiert."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Unbekannt"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "Die Extension benötigt mindestens OpenOffice.org Referenzversion %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "Die Extension unterstützt nicht OpenOffice.org Referenzversionen größer als %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "Die Extension benötigt mindestens %PRODUCTNAME Version %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr "Die Extension unterstützt keine %PRODUCTNAME-Version größer als %VERSION"
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Klicken Sie auf 'Abbrechen', um die Installation abzubrechen."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Klicken Sie auf 'Abbrechen', um die Installation abzubrechen."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Klicken Sie auf 'Abbrechen', um die Installation abzubrechen."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Klicken Sie auf 'Abbrechen', um die Installation abzubrechen."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Klicken Sie auf 'Abbrechen', um die Installation abzubrechen."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Klicken Sie auf 'Abbrechen', um die Installation abzubrechen."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Es sind keine neuen Updates verfügbar."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Es sind keine installierbaren Updates verfügbar. Um ignorierte oder deaktivierte Updates angezeigt zu bekommen, wählen Sie 'Zeige alle Updates'."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Es ist ein Fehler aufgetreten:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Unbekannter Fehler."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "Es ist keine Beschreibung für diese Extension verfügbar."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "Die Extension kann aus folgendem Grund nicht aktualisiert werden:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Die benötigte %PRODUCTNAME-Version stimmt nicht überein:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "Sie haben %PRODUCTNAME %VERSION installiert"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "Browser-basiertes Update"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Version"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Dieses Update wird ausgelassen.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Die Anwendung kann nicht gestartet werden. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "Der Konfigurationspfad \"$1\" wurde nicht gefunden."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "Der Installationspfad ist ungültig."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Ein interner Fehler ist aufgetreten."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Die Konfigurationsdatei \"$1\" ist beschädigt."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Die Konfigurationsdatei \"$1\" wurde nicht gefunden."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "Die Konfigurationsdatei \"$1\" unterstützt nicht diese Version."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Die Sprache der Benutzeroberfläche kann nicht bestimmt werden."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "Die benutzerdefinierte Installation konnte nicht abgeschlossen werden."
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Der Konfigurations-Manager kann nicht erzeugt werden."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Um Ihre Installation zu reparieren, starten Sie die Setup-Anwendung von CD aus oder aus dem Verzeichnis, in dem sich die Installationspakete befinden."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "Ein genereller Fehler ist beim Zugriff auf die zentrale Konfiguration aufgetreten. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Bitte wenden Sie sich an Ihren Systemadministrator."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Folgender interner Fehler ist aufgetreten: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "%PRODUCTNAME muss leider nach einer Installation oder einem Update manuell neu gestartet werden."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"Möchten Sie wirklich fortfahren?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Das Drucken ist deaktiviert. Es können keine Dokumente gedruckt werden."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "Der Pfad-Manager ist nicht verfügbar.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -737,7 +743,7 @@ msgstr ""
"\n"
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -747,61 +753,61 @@ msgstr ""
"\n"
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Software-Lizenzvereinbarung für Extension $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Lesen Sie den gesamten obigen Lizenzvertrag. Akzeptieren Sie diesen Lizenzvertrag, indem Sie \"Ja\" auf der Konsole eingeben und abschließend die Eingabetaste drücken. Geben Sie \"Nein\" ein, um die Installation der Erweiterung abzubrechen."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[\"Ja\" oder \"Nein\" eingeben]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "Ihre Eingabe war nicht korrekt. Bitte geben Sie entweder \"Ja\" oder \"Nein\" ein:"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "JA"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "J"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NEIN"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg kann nicht gestartet werden. Die Lock-Datei zeigt an, dass unopkg bereits gestartet ist. Sollte das nicht zutreffen, löschen Sie die Lock-Datei:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "FEHLER: "
diff --git a/source/de/helpcontent2/source/text/sbasic/shared.po b/source/de/helpcontent2/source/text/sbasic/shared.po
index 8c0e2cc6f14..b056713d92c 100644
--- a/source/de/helpcontent2/source/text/sbasic/shared.po
+++ b/source/de/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-25 13:34+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/de/>\n"
@@ -8161,14 +8161,14 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialogtitel\")"
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
-msgstr "Anweisung Print"
+msgid "Print# Statement"
+msgstr ""
#. addUg
#: 03010103.xhp
@@ -8179,23 +8179,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr "<bookmark_value>Print (Anweisung)</bookmark_value><bookmark_value>Print (Anweisung); Tab (Funktion)</bookmark_value><bookmark_value>Print (Anweisung); Spc (Funktion)</bookmark_value><bookmark_value>Spc (Funktion); in Print (Anweisung)</bookmark_value><bookmark_value>Tab (Funktion); in Print (Anweisung)</bookmark_value>"
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "Gibt die angegebenen Zeichenketten oder numerischen Ausdrücke in einen Dialog oder eine Datei aus."
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9745,14 +9754,14 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>Reset (Anweisung)</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">Anweisung Reset</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
+msgstr ""
#. iLCKn
#: 03020104.xhp
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "Schließt alle geöffneten Dateien und schreibt den Inhalt aller Dateipuffer auf die Festplatte."
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Syntax:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "Beispiel:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10024,50 +10024,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "Erlaubt das Einlesen von Daten aus einer geöffneten sequentiellen Datei."
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "Syntax:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "Input #Dateinummer As Integer; Var1[, Var2[, Var3[, ...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parameter:"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>Dateinummer:</emph> Die Nummer der Datei mit den zu lesenden Daten. Die Datei muss zuvor mit einer Anweisung Open und dem Schlüsselwort INPUT geöffnet worden sein."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>Var:</emph> Eine numerische oder Zeichenkettenvariable, der Sie die aus der geöffneten Datei gelesenen Werte zuweisen."
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "Wird während des Lesens eines Datenelements das Ende der Datei erreicht, so wird der Lesevorgang abgebrochen, und es tritt ein Fehler auf."
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "Beispiel:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,14 +10114,14 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr "' Lese Datendatei mittels Input"
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
-msgstr "Anweisung Line Input #"
+msgid "Line Input# Statement"
+msgstr ""
#. CCEuD
#: 03020203.xhp
@@ -10150,68 +10132,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>Line Input (Anweisung)</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Anweisung Line Input #\">Anweisung Line Input #</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
+msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "Liest Zeichenketten aus einer sequenziellen Datei in eine Variable."
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Syntax:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "Line Input #Dateinummer As Integer, Var As String"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parameter:"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>Dateinummer:</emph> Nummer der Datei mit den zu lesenden Daten. Die Datei muss zuvor mit einer Anweisung Open und dem Schlüsselwort INPUT geöffnet worden sein."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>Var:</emph> Der Name der Variable, in der das Ergebnis gespeichert wird."
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10222,41 +10186,14 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "Mit Hilfe der Anweisung <emph>Line Input#</emph> können Sie Zeichenketten aus einer geöffneten Datei in eine Variable einlesen. String-Variablen werden bis zum ersten Carriage-Return (Asc=13) oder Line Feed (Asc=10), also zeilenweise gelesen, wobei die Zeilenendenmarken selbst nicht mit in die Zeichenkette übernommen werden."
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "Beispiel:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNumber, \"Das ist eine Zeile Text\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNumber, \"Das ist eine weitere Zeile Text\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
-msgstr "Anweisung Put"
+msgid "Put# Statement"
+msgstr ""
#. psWQE
#: 03020204.xhp
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>Put (Anweisung)</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,14 +10222,14 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "Schreibt einen Datensatz in eine relative Datei oder eine Folge von Bytes in eine binäre Datei."
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "Vergleichen Sie auch: Anweisung <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link>"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. 9HgEG
#: 03020204.xhp
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "Bei Binärdateien (Binärzugriff) ist Position die Byteposition für den Schreibbeginn in der Datei."
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,68 +10321,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>Write (Anweisung)</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Anweisung Write\">Anweisung Write</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
+msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "Schreibt Daten in eine sequenzielle Datei."
-
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Syntax:"
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "Write [#Dateiname], [Ausdrucksliste]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parameter:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>Dateiname:</emph> Ein beliebiger numerischer Ausdruck, der die von der Anweisung Open für die jeweilige Datei gesetzte Dateinummer enthält."
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>Ausdrucksliste:</emph> Durch Kommata getrennte in die Datei zu schreibende Variablen oder Ausdrücke."
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr "Zahlen mit Dezimaltrennzeichen werden gemäß dem eingestellten Gebietsschema konvertiert."
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "Beispiel:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,14 +10942,14 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>Dateinummer:</emph> Die in der Anweisung Open verwendete Datenkanalnummer."
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
-msgstr "Anweisung Seek"
+msgid "Seek# Statement"
+msgstr ""
#. vLW2K
#: 03020305.xhp
@@ -11041,14 +10960,14 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>Seek (Anweisung)</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Anweisung Seek\">Anweisung Seek</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
+msgstr ""
#. RBPKW
#: 03020305.xhp
@@ -11077,59 +10996,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "Für alle anderen Dateien legt die Anweisung Seek die Position des Bytes innerhalb der geöffneten Datei fest, an der der nächste Vorgang stattfinden soll."
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "Siehe auch: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "Syntax:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "Seek[#Dateinummer], Position (As Long)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parameter:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>Dateinumber: </emph>Die in der Anweisung Open verwendete Datenkanalnummer."
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>Position: </emph>Position für den nächsten Schreib- oder Lesevorgang. \"Position\" kann eine Zahl zwischen 1 und 2.147.483.647 sein. Je nach Dateityp kann die Position entweder die Satznummer (Dateien im Modus \"Random\") oder die Byteposition (Dateien im Modus Binary, Output, Append oder Input) darstellen. Das erste Byte in einer Datei hat Position 1, das zweite Byte Position 2 und so weiter."
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39391,13 +39310,13 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -41254,13 +41173,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/de/helpcontent2/source/text/scalc/01.po b/source/de/helpcontent2/source/text/scalc/01.po
index dec5bbfae04..90a4577af3e 100644
--- a/source/de/helpcontent2/source/text/scalc/01.po
+++ b/source/de/helpcontent2/source/text/scalc/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-29 20:34+0000\n"
+"PO-Revision-Date: 2020-08-12 11:35+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/de/>\n"
"Language: de\n"
@@ -6080,7 +6080,7 @@ msgctxt ""
"par_id961591171682507\n"
"help.text"
msgid "We recommend that you always specify the value that you require for ACCRINT’s <emph>Par</emph> argument, rather than allowing Calc to apply an arbitrary default. This will make your formula easier to understand and easier to maintain."
-msgstr ""
+msgstr "Es ist empfehlenswert, immer den Wert anzugeben, den Sie für das Argument <emph>Nennwert</emph> von AUFGELZINS benötigen, anstatt Calc zu erlauben, einen beliebigen Standardwert zu verwenden. Dadurch wird die Formel verständlicher und leichter zu pflegen."
#. Vobjm
#: 04060103.xhp
@@ -6143,7 +6143,7 @@ msgctxt ""
"par_id3147074\n"
"help.text"
msgid "ACCRINTM(Issue; Settlement; Rate [; Par [; Basis]])"
-msgstr ""
+msgstr "AUFGELZINSF(Ausgabe; Abrechnung; Zins [; Nennwert [; Basis]])"
#. pTobQ
#: 04060103.xhp
@@ -6233,7 +6233,7 @@ msgctxt ""
"par_id3145362\n"
"help.text"
msgid "RECEIVED(Settlement; Maturity; Investment; Discount [; Basis])"
-msgstr ""
+msgstr "AUSZAHLUNG(Abrechnung; Fälligkeit; Investition; Disagio [; Basis])"
#. oHAVz
#: 04060103.xhp
@@ -6350,7 +6350,7 @@ msgctxt ""
"par_id3150395\n"
"help.text"
msgid "PV(Rate; NPer; Pmt [; FV [; Type]])"
-msgstr ""
+msgstr "BW(Zins; ZZr; Zahlung [; ZW [; Typ]])"
#. JrCA6
#: 04060103.xhp
@@ -7025,7 +7025,7 @@ msgctxt ""
"par_id3149756\n"
"help.text"
msgid "DISC(Settlement; Maturity; Price; Redemption [; Basis])"
-msgstr ""
+msgstr "DISAGIO(Abrechnung; Fälligkeit; Kurs; Rückzahlung [; Basis])"
#. Uyj29
#: 04060103.xhp
@@ -7115,7 +7115,7 @@ msgctxt ""
"par_id3153373\n"
"help.text"
msgid "DURATION(Settlement; Maturity; Coupon; Yield; Frequency [; Basis])"
-msgstr ""
+msgstr "LAUFZEIT(Abrechnung; Fälligkeit; Kupon; Rendite; Häufigkeit [; Basis])"
#. JeeVp
#: 04060103.xhp
@@ -7178,7 +7178,7 @@ msgctxt ""
"par_id3154902\n"
"help.text"
msgid "<input>=DURATION(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</input> returns 4.2 years."
-msgstr ""
+msgstr "<input>=LAUFZEIT(\"01.01.2001\";\"01.01.2006\";0,08;0,09;2;3)</input> gibt 4,2 Jahre zurück."
#. TjeEJ
#: 04060103.xhp
@@ -7376,7 +7376,7 @@ msgctxt ""
"par_id3166452\n"
"help.text"
msgid "DDB(Cost; Salvage; Life; Period [; Factor])"
-msgstr ""
+msgstr "GDA(Anschaffungswert; Restwert; Nutzungsdauer; Zeitraum [; Faktor])"
#. VKnDB
#: 04060103.xhp
@@ -7484,7 +7484,7 @@ msgctxt ""
"par_id3153349\n"
"help.text"
msgid "DB(Cost; Salvage; Life; Period [; Month])"
-msgstr ""
+msgstr "GDA2(Anschaffungswert; Restwert; Nutzungsdauer; Zeitraum [; Monat])"
#. caSta
#: 04060103.xhp
@@ -7601,7 +7601,7 @@ msgctxt ""
"par_id3155427\n"
"help.text"
msgid "IRR(Values [; Guess])"
-msgstr ""
+msgstr "IKV(Werte [; Schätzwert])"
#. o9R77
#: 04060103.xhp
@@ -8357,7 +8357,7 @@ msgctxt ""
"par_id31531551\n"
"help.text"
msgid "IFERROR(Value; Alternate_value)"
-msgstr ""
+msgstr "WENNFEHLER(Wert; Alternativer Wert)"
#. wJRYc
#: 04060104.xhp
@@ -8906,7 +8906,7 @@ msgctxt ""
"par_id31537481\n"
"help.text"
msgid "IFNA(Value; Alternate_value)"
-msgstr ""
+msgstr "WENNNV(Wert; Alternativer Wert)"
#. 6oj7E
#: 04060104.xhp
@@ -9464,7 +9464,7 @@ msgctxt ""
"par_id3147355\n"
"help.text"
msgid "CELL(\"InfoType\" [; Reference])"
-msgstr ""
+msgstr "ZELLE(\"InfoTyp\" [; Bezug])"
#. wjBKt
#: 04060104.xhp
@@ -10094,7 +10094,7 @@ msgctxt ""
"par_id3159123\n"
"help.text"
msgid "AND(<embedvar href=\"text/scalc/01/ful_func.xhp#logical255_1\" markup=\"keep\"/>)"
-msgstr ""
+msgstr "UND(<embedvar href=\"text/scalc/01/ful_func.xhp#logical255_1\" markup=\"keep\"/>)"
#. 3exzA
#: 04060105.xhp
@@ -10211,7 +10211,7 @@ msgctxt ""
"par_id3154558\n"
"help.text"
msgid "IF(Test [; ThenValue [; OtherwiseValue]])"
-msgstr ""
+msgstr "WENN(Prüfung [; DannWert [; SonstWert]])"
#. JnjcT
#: 04060105.xhp
@@ -10346,7 +10346,7 @@ msgctxt ""
"par_id3150468\n"
"help.text"
msgid "OR(<embedvar href=\"text/scalc/01/ful_func.xhp#logical255_1\" markup=\"keep\"/>)"
-msgstr ""
+msgstr "ODER(<embedvar href=\"text/scalc/01/ful_func.xhp#logical255_1\" markup=\"keep\"/>)"
#. oFKWj
#: 04060105.xhp
@@ -10490,7 +10490,7 @@ msgctxt ""
"par_id3150469\n"
"help.text"
msgid "XOR(<embedvar href=\"text/scalc/01/ful_func.xhp#logical255_1\" markup=\"keep\"/>)"
-msgstr ""
+msgstr "XODER(<embedvar href=\"text/scalc/01/ful_func.xhp#logical255_1\" markup=\"keep\"/>)"
#. qpsgo
#: 04060105.xhp
@@ -11795,7 +11795,7 @@ msgctxt ""
"par_id3150592\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_EXP\">Returns <literal>e</literal> raised to the power of a number.</ahelp> The constant <literal>e</literal> has a value of approximately 2.71828182845904."
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_EXP\">Ergibt die Potenz von <literal>e</literal> mit der eingegebenen Zahl.</ahelp> Die Konstante <literal>e</literal> hat etwa den Wert 2,71828182845904."
#. KxMFL
#: 04060106.xhp
@@ -11822,7 +11822,7 @@ msgctxt ""
"par_id3156340\n"
"help.text"
msgid "<item type=\"input\">=EXP(1)</item> returns 2.71828182845904, the mathematical constant <literal>e</literal> to Calc's accuracy."
-msgstr ""
+msgstr "<item type=\"input\">=EXP(1)</item> ergibt 2,71828182845904, die mathematische Konstante <literal>e</literal> mit der Genauigkeit von Calc."
#. MSQJQ
#: 04060106.xhp
@@ -12101,7 +12101,7 @@ msgctxt ""
"par_id3154524\n"
"help.text"
msgid "GCD(<embedvar href=\"text/scalc/01/ful_func.xhp#integer255_1\" markup=\"keep\"/>)"
-msgstr ""
+msgstr "GGT(<embedvar href=\"text/scalc/01/ful_func.xhp#integer255_1\" markup=\"keep\"/>)"
#. EeAKi
#: 04060106.xhp
@@ -12155,7 +12155,7 @@ msgctxt ""
"par_id3156205\n"
"help.text"
msgid "GCD_EXCEL2003(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
-msgstr ""
+msgstr "GGT_EXCEL2003(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>"
#. wNE9S
#: 04060106.xhp
@@ -12200,7 +12200,7 @@ msgctxt ""
"par_id3147279\n"
"help.text"
msgid "LCM(<embedvar href=\"text/scalc/01/ful_func.xhp#integer255_1\" markup=\"keep\"/>)"
-msgstr ""
+msgstr "KGV(<embedvar href=\"text/scalc/01/ful_func.xhp#integer255_1\" markup=\"keep\"/>)"
#. gzLdr
#: 04060106.xhp
@@ -12209,7 +12209,7 @@ msgctxt ""
"par_id3154914\n"
"help.text"
msgid "If you enter the numbers 512; 1024 and 2000 as Integer 1;2 and 3, then 128000 will be returned."
-msgstr ""
+msgstr "Wenn Sie die Zahlen 512, 1024 und 2000 in die Textfelder Ganzzahl 1, 2 und 3 eingeben, wird 128000 als Ergebnis zurückgegeben."
#. 7vjBB
#: 04060106.xhp
@@ -12245,7 +12245,7 @@ msgctxt ""
"par_id3154395\n"
"help.text"
msgid "LCM_EXCEL2003(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
-msgstr ""
+msgstr "KGV_EXCEL2003(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
#. dNCeM
#: 04060106.xhp
@@ -12767,7 +12767,7 @@ msgctxt ""
"par_id3155660\n"
"help.text"
msgid "MULTINOMIAL(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
-msgstr ""
+msgstr "POLYNOMIAL(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
#. YLFwC
#: 04060106.xhp
@@ -12893,7 +12893,7 @@ msgctxt ""
"par_id3152708\n"
"help.text"
msgid "SERIESSUM(x;n;m;c) = c<sub>1</sub>x<sup>n</sup> + c<sub>2</sub>x<sup>n+m</sup> + c<sub>3</sub>x<sup>n+2m</sup> + ... + c<sub>i</sub>x<sup>n + (i-1)m</sup>."
-msgstr ""
+msgstr "POTENZREIHE(x;n;m;k)=k<sub>1</sub>x<sup>n</sup> + k<sub>2</sub>x<sup>n+m</sup> + k<sub>3</sub>x<sup>n+2m</sup> + … + k<sub>i</sub>x<sup>n + (i-1)m</sup>."
#. BM5eM
#: 04060106.xhp
@@ -12974,7 +12974,7 @@ msgctxt ""
"par_id3144446\n"
"help.text"
msgid "PRODUCT(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
-msgstr ""
+msgstr "PRODUKT(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
#. D5DEG
#: 04060106.xhp
@@ -13010,7 +13010,7 @@ msgctxt ""
"par_id3160368\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_QUADRATESUMME\">Calculates the sum of the squares of a set of numbers.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_QUADRATESUMME\">Berechnet die Summe der Quadrate einer Zahlenreihe.</ahelp>"
#. 2gNvN
#: 04060106.xhp
@@ -13019,7 +13019,7 @@ msgctxt ""
"par_id3160402\n"
"help.text"
msgid "SUMSQ(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
-msgstr ""
+msgstr "QUADRATSUMME(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
#. ANvo3
#: 04060106.xhp
@@ -13028,7 +13028,7 @@ msgctxt ""
"par_id3160449\n"
"help.text"
msgid "If you enter the numbers 2; 3 and 4 in the Number 1; 2 and 3 arguments, 29 is returned as the result."
-msgstr ""
+msgstr "Wenn Sie die Zahlen 2, 3 und 4 als Argumente für Zahl 1, 2 und 3 eingeben, wird 29 als Ergebnis zurückgegeben."
#. KGako
#: 04060106.xhp
@@ -13784,7 +13784,7 @@ msgctxt ""
"par_id3163625\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_SUMME\">Adds a set of numbers.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_SUMME\">Addiert eine Zahlenreihe.</ahelp>"
#. NavGZ
#: 04060106.xhp
@@ -13793,7 +13793,7 @@ msgctxt ""
"par_id3163656\n"
"help.text"
msgid "SUM(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
-msgstr ""
+msgstr "SUMME(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
#. fsBfG
#: 04060106.xhp
@@ -13973,7 +13973,7 @@ msgctxt ""
"par_id6670125\n"
"help.text"
msgid "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:B10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0."
-msgstr ""
+msgstr "<item type=\"input\">=SUMMEWENN(A1:A10;\">0\";B1:10)</item> – summiert nur Werte aus dem Bereich B1:B10, wenn die entsprechenden Werte im Bereich A1:A10 >0 sind."
#. G5vdm
#: 04060106.xhp
@@ -14927,7 +14927,7 @@ msgctxt ""
"bm_id3164669\n"
"help.text"
msgid "<bookmark_value>random numbers; between limits</bookmark_value><bookmark_value>RANDBETWEEN function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Zufallszahlen; in einem Intervall</bookmark_value><bookmark_value>ZUFALLSBEREICH (Funktion)</bookmark_value>"
#. vqzRX
#: 04060106.xhp
@@ -14999,7 +14999,7 @@ msgctxt ""
"bm_id461590241346526\n"
"help.text"
msgid "<bookmark_value>random numbers non-volatile; between limits</bookmark_value><bookmark_value>RANDBETWEEN.NV function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Zufallszahlen; nichtflüchtig, in einem Intervall</bookmark_value><bookmark_value>ZUFALLSBEREICH.NF (Funktion)</bookmark_value>"
#. cgHiZ
#: 04060106.xhp
@@ -15008,7 +15008,7 @@ msgctxt ""
"hd_id171590240366277\n"
"help.text"
msgid "RANDBETWEEN.NV"
-msgstr ""
+msgstr "ZUFALLSZAHLBEREICH.NF"
#. Akjyr
#: 04060106.xhp
@@ -15017,7 +15017,7 @@ msgctxt ""
"par_id391590240473510\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_RANDBETWEEN_NV\">Returns an non-volatile integer random number in a specified range.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_RANDBETWEEN_NV\">Ergibt eine nichtflüchtige ganze Zufallszahl aus einem festgelegten Bereich.</ahelp>"
#. GTDa4
#: 04060106.xhp
@@ -15026,7 +15026,7 @@ msgctxt ""
"par_id181590240522012\n"
"help.text"
msgid "RANDBETWEEN.NV(Bottom; Top)"
-msgstr ""
+msgstr "ZUFALLSZAHLBEREICH.NF(Kleinste_Zahl; Größte_Zahl)"
#. q82vw
#: 04060106.xhp
@@ -15035,7 +15035,7 @@ msgctxt ""
"par_id91590242400917\n"
"help.text"
msgid "Returns an non-volatile integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive). A non-volatile function is not recalculated at new input events or pressing <keycode>F9</keycode>. However, the function is recalculated when pressing <keycode>F9</keycode> with the cursor on the cell containing the function, when opening the file, and when <emph>Top</emph> or <emph>Bottom</emph> are recalculated."
-msgstr ""
+msgstr "Ergibt eine nichtflüchtige ganze Zufallszahl zwischen den ganzen Zahlen <emph>Kleinste_Zahl</emph> und <emph>Größte_Zahl</emph> (einschließlich beider). Eine nichtflüchtige Funktion wird bei neuen Eingabeereignissen oder Drücken von <keycode>F9</keycode> nicht neu berechnet. Die Funktion wird jedoch neu berechnet, wenn <keycode>F9</keycode> mit dem Cursor auf der Zelle, die die Funktion enthält, gedrückt wird, wenn die Datei geöffnet wird und wenn <emph>Größte_Zahl</emph> oder <emph>Kleinste_Zahl</emph> neu berechnet werden."
#. AngvN
#: 04060106.xhp
@@ -15044,7 +15044,7 @@ msgctxt ""
"par_id151590240999839\n"
"help.text"
msgid "<input>=RANDBETWEEN.NV(20;30)</input> returns a non-volatile integer between 20 and 30."
-msgstr ""
+msgstr "<input>=ZUFALLSBEREICH.NF(20;30)</input> ergibt eine nichtflüchtige ganze Zahl zwischen 20 und 30."
#. cAQDh
#: 04060106.xhp
@@ -15053,7 +15053,7 @@ msgctxt ""
"par_id1001590241005601\n"
"help.text"
msgid "<input>=RANDBETWEEN.NV(A1;30)</input> returns a non-volatile integer between the value of cell A1 and 30. The function is recalculated when the contents of cell A1 change."
-msgstr ""
+msgstr "<input>=ZUFALLSZAHLBEREICH.NF(A1;30)</input> gibt eine nichtflüchtige ganze Zahl zwischen dem Wert von Zelle A1 und 30 zurück. Die Funktion wird neu berechnet, wenn sich der Inhalt von Zelle A1 ändert."
#. odp65
#: 04060106.xhp
@@ -15062,7 +15062,7 @@ msgctxt ""
"bm_id3164800\n"
"help.text"
msgid "<bookmark_value>RAND function</bookmark_value><bookmark_value>random numbers;between 0 and 1</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ZUFALLSZAHL (Funktion)</bookmark_value><bookmark_value>Zufallszahlen; zwischen 0 und 1</bookmark_value>"
#. tTc7D
#: 04060106.xhp
@@ -15107,7 +15107,7 @@ msgctxt ""
"par_id9312417\n"
"help.text"
msgid "To generate random numbers which never recalculate, either:"
-msgstr ""
+msgstr "Um Zufallszahlen zu generieren, die nicht neu berechnet werden sollen:"
#. Ap4DT
#: 04060106.xhp
@@ -15116,7 +15116,7 @@ msgctxt ""
"par_id451590242105253\n"
"help.text"
msgid "Copy cells each containing =RAND(), and use <menuitem>Edit - Paste Special</menuitem> (with <emph>Paste All</emph> and <emph>Formulas</emph> not marked and <emph>Numbers</emph> marked)."
-msgstr ""
+msgstr "Kopieren Sie Zellen, in denen =ZUFALLSZAHL() enthalten ist, und verwenden <menuitem>Bearbeiten – Inhalte einfügen…</menuitem> (wobei im sich öffnenden Dialog <emph>Alles einfügen</emph> und <emph>Formeln</emph> nicht aktiviert sein dürfen und <emph>Zahlen</emph> aktiviert sein muss)."
#. zEFCC
#: 04060106.xhp
@@ -15125,7 +15125,7 @@ msgctxt ""
"par_id801590242114296\n"
"help.text"
msgid "Use the Fill Cell command with random numbers (<menuitem>Sheet - Fill Cells - Fill Random Numbers</menuitem>)."
-msgstr ""
+msgstr "Verwenden Sie den Befehl Zelle mit Zufallszahlen ausfüllen (wählen Sie <menuitem>Tabelle – Zellen ausfüllen – Mit Zufallszahlen…</menuitem>)."
#. o9wUN
#: 04060106.xhp
@@ -15134,7 +15134,7 @@ msgctxt ""
"par_id41590242118383\n"
"help.text"
msgid "Use the RAND.NV() function for non-volatile random numbers."
-msgstr ""
+msgstr "Verwenden Sie die Funktion ZUFALLSZAHL.NF() für nichtflüchtige Zufallszahlen."
#. BLkte
#: 04060106.xhp
@@ -15152,7 +15152,7 @@ msgctxt ""
"bm_id341590241488944\n"
"help.text"
msgid "<bookmark_value>random numbers non-volatile;between 0 and 1</bookmark_value><bookmark_value>RAND.NV function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Zufallszahlen; nichtflüchtig, zwischen 0 und 1</bookmark_value><bookmark_value>ZUFALLSZAHL.NV (Funktion)</bookmark_value>"
#. q9iLd
#: 04060106.xhp
@@ -15161,7 +15161,7 @@ msgctxt ""
"hd_id71590238179170\n"
"help.text"
msgid "RAND.NV"
-msgstr ""
+msgstr "ZUFALLSZAHL.NF"
#. Fc2hv
#: 04060106.xhp
@@ -15170,7 +15170,7 @@ msgctxt ""
"par_id101590238875834\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_RAND_NV\">Returns a non-volatile random number between 0 and 1.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_RAND_NV\">Ergibt eine nichtflüchtige Zufallszahl zwischen 0 bis 1.</ahelp>"
#. dchBL
#: 04060106.xhp
@@ -15179,7 +15179,7 @@ msgctxt ""
"par_id391590238945182\n"
"help.text"
msgid "RAND.NV()"
-msgstr ""
+msgstr "ZUFALLSZAHL.NF()"
#. QARNV
#: 04060106.xhp
@@ -15188,7 +15188,7 @@ msgctxt ""
"par_id271590239748534\n"
"help.text"
msgid "This function produces a non-volatile random number on input. A non-volatile function is not recalculated at new input events. The function does not recalculate when pressing <keycode>F9</keycode>, except when the cursor is on the cell containing the function. The function is recalculated when opening the file."
-msgstr ""
+msgstr "Diese Funktion erzeugt bei der Eingabe eine nichtflüchtige Zufallszahl. Eine nichtflüchtige Funktion wird bei neuen Eingabeereignissen nicht neu berechnet. Die Funktion wird beim Drücken von <keycode>F9</keycode> nicht neu berechnet, außer wenn sich der Cursor auf der Zelle befindet, die die Funktion enthält. Die Funktion wird beim Öffnen der Datei neu berechnet."
#. sCwno
#: 04060106.xhp
@@ -15197,7 +15197,7 @@ msgctxt ""
"par_id191590241215013\n"
"help.text"
msgid "<input>=RAND.NV()</input> returns a non-volatile random number between 0 and 1."
-msgstr ""
+msgstr "<input>ZUFALLSZAHL.NV()</input> gibt eine nichtflüchtige ganze Zufallszahl zwischen 0 und 1 zurück."
#. Zsp2R
#: 04060107.xhp
@@ -16187,7 +16187,7 @@ msgctxt ""
"par_id3150798\n"
"help.text"
msgid "MMULT(Array 1; Array 2)"
-msgstr ""
+msgstr "MMULT(Matrix 1; Matrix 1)"
#. DqghH
#: 04060107.xhp
@@ -16196,7 +16196,7 @@ msgctxt ""
"par_id3150812\n"
"help.text"
msgid "<emph>Array 1</emph> represents the first array used in the array product."
-msgstr ""
+msgstr "<emph>Matrix 1</emph> stellt die erste Matrix für die Bildung des Matrixprodukts dar."
#. FDfwg
#: 04060107.xhp
@@ -16205,7 +16205,7 @@ msgctxt ""
"par_id3152553\n"
"help.text"
msgid "<emph>Array 2</emph> represents the second array with the same number of rows."
-msgstr ""
+msgstr "<emph>Matrix 2</emph> stellt die zweite Matrix mit derselben Zeilenanzahl dar."
#. CuGxm
#: 04060107.xhp
@@ -16214,7 +16214,7 @@ msgctxt ""
"par_id3146826\n"
"help.text"
msgid "Select a square range. Choose the MMULT function. Select <emph>Array 1</emph>, then select <emph>Array 2</emph>. Using the <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. Click <emph>OK</emph>. The output array will appear in the first selected range."
-msgstr ""
+msgstr "Wählen Sie einen quadratischen Bereich aus. Rufen Sie die Funktion MMULT auf. Wählen Sie <emph>Matrix 1</emph> und anschließend <emph>Matrix 2</emph> aus. Bei Verwendung des <emph>Funktions-Assistenten</emph> aktivieren Sie das Markierfeld <emph>Matrix</emph>. Klicken Sie auf die Schaltfläche <emph>OK</emph>. Die Ausgabematrix wird im ersten ausgewählten Bereich angezeigt."
#. vPBWq
#: 04060107.xhp
@@ -16340,7 +16340,7 @@ msgctxt ""
"par_id3152839\n"
"help.text"
msgid "LINEST(data_Y [; data_X [; linearType [; stats]]])"
-msgstr ""
+msgstr "RGP(DatenY [; DatenX [; LinearerTyp [; Kenngrößen]]])"
#. M2QFp
#: 04060107.xhp
@@ -16808,7 +16808,7 @@ msgctxt ""
"par_id3163123\n"
"help.text"
msgid "LOGEST(DataY [; DataX [; FunctionType [; Stats]]])"
-msgstr ""
+msgstr "RKP(DatenY [; DatenX [; Funktionstyp [; Kenngrößen]]])"
#. 8jgzC
#: 04060107.xhp
@@ -16889,7 +16889,7 @@ msgctxt ""
"par_id3163347\n"
"help.text"
msgid "SUMPRODUCT(Array 1[; Array 2;][...;[Array 255]])"
-msgstr ""
+msgstr "SUMMENPRODUKT(Matrix 1 [; Matrix 2][; ... [; Matrix 255]])"
#. gGK9K
#: 04060107.xhp
@@ -16898,7 +16898,7 @@ msgctxt ""
"par_id3163362\n"
"help.text"
msgid "<emph>Array 1[; Array 2;][...;[Array 255]]</emph> represent arrays whose corresponding elements are to be multiplied."
-msgstr ""
+msgstr "<emph>Matrix 1 [; Matrix 2][; ... [; Matrix 255]]</emph> stellen Matrizen dar, deren entsprechende Elemente multipliziert werden sollen."
#. kCud6
#: 04060107.xhp
@@ -16907,7 +16907,7 @@ msgctxt ""
"par_idN11B19\n"
"help.text"
msgid "At least one array must be part of the argument list. If only one array is given, all array elements are summed. If more than one array is given, they must all be the same size."
-msgstr ""
+msgstr "Mindestens eine Matrix muss Teil der Argumentliste sein. Wenn nur eine Matrix angegeben wird, werden alle Matrixelemente summiert. Wenn mehr als eine Matrix angegeben ist, müssen alle dieselbe Größe haben."
#. DgsMB
#: 04060107.xhp
@@ -17150,7 +17150,7 @@ msgctxt ""
"par_id3166122\n"
"help.text"
msgid "TREND(DataY [; DataX [; NewDataX [; LinearType]]])"
-msgstr ""
+msgstr "TREND(DatenY [; DatenX [; NeueDatenX [; LinearerTyp]]])"
#. qeK4r
#: 04060107.xhp
@@ -17312,7 +17312,7 @@ msgctxt ""
"par_id3157874\n"
"help.text"
msgid "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions.</variable>"
-msgstr ""
+msgstr "<variable id=\"statistiktext\">Hier erhalten Sie die zu der Kategorie <emph>Statistik</emph> zur Verfügung stehenden Funktionen mit einem Beispiel dargestellt.</variable> Es handelt sich um die folgenden Funktionen:"
#. HiTED
#: 04060108.xhp
@@ -17501,7 +17501,7 @@ msgctxt ""
"par_id3154707\n"
"help.text"
msgid "ADDRESS(Row; Column [; Abs [; A1 [; \"Sheet\"]]])"
-msgstr ""
+msgstr "ADRESSE(Zeile; Spalte [; Bezug [; A1 [; \"Tabelle\"]]])"
#. FyoLc
#: 04060109.xhp
@@ -17717,7 +17717,7 @@ msgctxt ""
"par_id3148886\n"
"help.text"
msgid "DDE(\"Server\"; \"File\"; \"Range\" [; Mode])"
-msgstr ""
+msgstr "DDE(\"Server\"; \"Datei\"; \"Bereich\" [; Modus])"
#. qAN6x
#: 04060109.xhp
@@ -17942,7 +17942,7 @@ msgctxt ""
"par_id3149007\n"
"help.text"
msgid "INDEX(Reference [; Row [; Column [; Range]]])"
-msgstr ""
+msgstr "INDEX(Bezug [; Zeile [; Spalte [; Bereich]]])"
#. Btvgz
#: 04060109.xhp
@@ -18077,7 +18077,7 @@ msgctxt ""
"par_id3149824\n"
"help.text"
msgid "INDIRECT(Ref [; A1])"
-msgstr ""
+msgstr "INDIREKT(Bezug [; A1])"
#. cZG9F
#: 04060109.xhp
@@ -18158,7 +18158,7 @@ msgctxt ""
"par_id3149447\n"
"help.text"
msgid "COLUMN([Reference])"
-msgstr ""
+msgstr "SPALTE([Bezug])"
#. CAB6L
#: 04060109.xhp
@@ -18338,7 +18338,7 @@ msgctxt ""
"par_id3150156\n"
"help.text"
msgid "=VLOOKUP(SearchCriterion; Array; Index [; SortedRangeLookup])"
-msgstr ""
+msgstr "=SVERWEIS(Suchkriterium; Matrix; Index [; Sortiert])"
#. 7FsgG
#: 04060109.xhp
@@ -18374,7 +18374,7 @@ msgctxt ""
"par_id3151208\n"
"help.text"
msgid "<emph>SortedRangeLookup</emph> is an optional parameter that indicates whether the first column in the array contains range boundaries instead of plain values. In this mode, the lookup returns the value in the row with first column having value equal to or less than SearchCriterion. E.g., it could contain dates when some tax value had been changed, and so the values represent starting dates of a period when a specific tax value was effective. Thus, searching for a date that is absent in the first array column, but falls between some existing boundary dates, would give the lower of them, allowing to find out the data being effective to the searched date. Enter the Boolean value FALSE or zero if the first column is not a range boundary list. When this parameter is TRUE or not given, the first column in the array <emph>must be sorted in ascending order</emph>. Sorted columns can be searched much faster and the function always returns a value, even if the search value was not matched exactly, if it is greater than the lowest value of the sorted list. In unsorted lists, the search value must be matched exactly. Otherwise the function will return #N/A with message: <emph>Error: Value Not Available</emph>."
-msgstr ""
+msgstr "<emph>Sortiert</emph> ist ein optionaler Parameter, der anzeigt, ob die erste Spalte in der Matrix in aufsteigender Reihenfolge sortiert wird. In diesem Modus gibt die Suche den Wert in der Zeile mit der ersten Spalte zurück, deren Wert kleiner oder gleich Suckriterium ist. Zum Beispiel kann es Daten enthalten, an denen ein Steuerwert geändert wurde, und die Werte stellen daher Startdaten eines Zeitraums dar, in dem ein bestimmter Steuerwert wirksam war. Wenn Sie also nach einem Datum suchen, das in der ersten Matrixspalte fehlt, jedoch zwischen einigen vorhandenen Grenzdaten liegt, erhalten Sie das niedrigere Datum. Auf diese Weise können Sie feststellen, ob die Daten für das gesuchte Datum wirksam sind. Geben Sie den booleschen Wert FALSCH oder Null ein, wenn die erste Spalte nicht in aufsteigender Reihenfolge sortiert wird. Wenn dieser Parameter WAHR oder nicht angegeben ist, muss die erste Spalte der Matrik <emph>in aufsteigender Reihenfolge sortiert sein</emph>. Sortierte Spalten können viel schneller durchsucht werden, und die Funktion gibt immer einen Wert zurück, selbst dann, wenn für den Suchwert keine exakte Übereinstimmung gefunden wurde, wenn er zwischen dem niedrigsten und dem höchsten Wert der sortierten Liste liegt. In unsortierten Listen muss für den Suchwert eine exakte Übereinstimmung gefunden werden. Anderenfalls gibt die Funktion folgende Meldung zurück: <emph>Fehler: Wert nicht verfügbar</emph>."
#. fJQRf
#: 04060109.xhp
@@ -18446,7 +18446,7 @@ msgctxt ""
"par_id3153095\n"
"help.text"
msgid "SHEET([Reference])"
-msgstr ""
+msgstr "TABELLE([Bezug])"
#. 9yCD8
#: 04060109.xhp
@@ -18500,7 +18500,7 @@ msgctxt ""
"par_id3150777\n"
"help.text"
msgid "SHEETS([Reference])"
-msgstr ""
+msgstr "TABELLEN([Bezug])"
#. 5B3KF
#: 04060109.xhp
@@ -18554,7 +18554,7 @@ msgctxt ""
"par_id3159152\n"
"help.text"
msgid "MATCH(SearchCriterion; LookupArray [; Type])"
-msgstr ""
+msgstr "VERGLEICH(Suchkriterium; Suchmatrix [; Typ])"
#. BmVBr
#: 04060109.xhp
@@ -18644,7 +18644,7 @@ msgctxt ""
"par_id3159194\n"
"help.text"
msgid "OFFSET(Reference; Rows; Columns [; Height [; Width]])"
-msgstr ""
+msgstr "VERSCHIEBUNG(Bezug; Zeilen; Spalten [; Höhe [; Breite]])"
#. 3Q5gL
#: 04060109.xhp
@@ -18770,7 +18770,7 @@ msgctxt ""
"par_id3153740\n"
"help.text"
msgid "If <emph>Width</emph> or <emph>Height</emph> are given, the OFFSET function returns a cell range reference. If <emph>Reference</emph> is a single cell reference and both <emph>Width</emph> and <emph>Height</emph> are omitted, a single cell reference is returned."
-msgstr ""
+msgstr "Wenn <emph>Höhe</emph> oder <emph>Breite</emph> angegeben ist, gibt die Funktion VERSCHIEBUNG einen Bereich zurück und muss folglich als Matrix eingegeben werden. Wenn <emph>Bezug</emph> auf eine einzelne Zelle verweist und sowohl <emph>Höhe</emph> als auch <emph>Breite</emph> fehlen, wird ein Zellbezug zurückgegeben."
#. AFMxC
#: 04060109.xhp
@@ -18815,7 +18815,7 @@ msgctxt ""
"par_id3154104\n"
"help.text"
msgid "LOOKUP(SearchCriterion; SearchVector [; ResultVector])"
-msgstr ""
+msgstr "VERWEIS(Suchkriterium; Suchvektor [; Ergebnisvektor])"
#. QdiFz
#: 04060109.xhp
@@ -18887,7 +18887,7 @@ msgctxt ""
"par_id3149302\n"
"help.text"
msgid "STYLE(\"Style\" [; Time [; \"Style2\"]])"
-msgstr ""
+msgstr "VORLAGE(\"Vorlage\" [; Zeit [; \"Vorlage2\"]])"
#. Q8SMG
#: 04060109.xhp
@@ -19049,7 +19049,7 @@ msgctxt ""
"par_id3146070\n"
"help.text"
msgid "HLOOKUP(SearchCriterion; Array; Index [; SortedRangeLookup])"
-msgstr ""
+msgstr "WVERWEIS(Suchkriterium; Matrix; Index [; Sortiert])"
#. nhwwF
#: 04060109.xhp
@@ -19094,7 +19094,7 @@ msgctxt ""
"par_id3154916\n"
"help.text"
msgid "ROW([Reference])"
-msgstr ""
+msgstr "ZEILE([Bezug])"
#. mSqrb
#: 04060109.xhp
@@ -19292,7 +19292,7 @@ msgctxt ""
"par_idN1180E\n"
"help.text"
msgid "HYPERLINK(\"URL\" [; \"CellText\"])"
-msgstr ""
+msgstr "HYPERLINK(\"URL\" [; \"Zelltext\"])"
#. UbAEY
#: 04060109.xhp
@@ -19337,7 +19337,7 @@ msgctxt ""
"par_id0907200912224534\n"
"help.text"
msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\";12345)</item> displays the number 12345 and executes the hyperlink http://www.example.org when clicked."
-msgstr ""
+msgstr "<item type=\"input\">=HYPERLINK(\"http://www.beispiel.org\";12345)</item> zeigt die Zahl 12345 an und führt den Hyperlink http://www.beispiel.org aus, wenn auf diesen geklickt wird."
#. GFCwJ
#: 04060109.xhp
@@ -19418,7 +19418,7 @@ msgctxt ""
"par_id1665089\n"
"help.text"
msgid "GETPIVOTDATA(TargetField; pivot table[; Field 1; Item 1][; ... [Field 126; Item 126]])"
-msgstr ""
+msgstr "PIVOTDATENZUORDNEN(Zielfeld; Pivot-Tabelle [; Feld 1; Element 1][; ...][; Feld 126; Element 126])"
#. 3kCjF
#: 04060109.xhp
@@ -19427,7 +19427,7 @@ msgctxt ""
"par_id661585662472832\n"
"help.text"
msgid "or"
-msgstr ""
+msgstr "oder"
#. QnCVY
#: 04060109.xhp
@@ -19454,7 +19454,7 @@ msgctxt ""
"hd_id431585688827982\n"
"help.text"
msgid "First Syntax"
-msgstr ""
+msgstr "Erste Syntax"
#. xTLTZ
#: 04060109.xhp
@@ -19526,7 +19526,7 @@ msgctxt ""
"hd_id551585688835597\n"
"help.text"
msgid "Second Syntax"
-msgstr ""
+msgstr "Zweite Syntax"
#. KETgR
#: 04060109.xhp
@@ -19823,7 +19823,7 @@ msgctxt ""
"par_id3155743\n"
"help.text"
msgid "BASE(Number; Radix [; MinimumLength])"
-msgstr ""
+msgstr "BASIS(Zahl; Zahlenbasis [; Mindestlänge])"
#. iDR7A
#: 04060110.xhp
@@ -20111,7 +20111,7 @@ msgctxt ""
"par_id3155954\n"
"help.text"
msgid "CONCATENATE(<embedvar href=\"text/scalc/01/ful_func.xhp#string255_1\" markup=\"keep\"/>)"
-msgstr ""
+msgstr "VERKETTEN(<embedvar href=\"text/scalc/01/ful_func.xhp#string255_1\" markup=\"keep\"/>)"
#. GCUtY
#: 04060110.xhp
@@ -20120,7 +20120,7 @@ msgctxt ""
"par_id781585222554150\n"
"help.text"
msgid "<emph>String 1[; String 2][; … ;[String 255]]</emph> are strings or references to cells containing strings."
-msgstr ""
+msgstr "<emph>Zeichenkette 1 [; Zeichenkette 2 ][; … ][; Zeichenkette 255]</emph> sind Zeichenketten oder Verweise auf Zellen, die Zeichenketten enthalten."
#. 8Dfcz
#: 04060110.xhp
@@ -20264,7 +20264,7 @@ msgctxt ""
"par_id3154188\n"
"help.text"
msgid "DOLLAR(Value [; Decimals])"
-msgstr ""
+msgstr "EUR(Wert [; Dezimalstellen])"
#. WA6bA
#: 04060110.xhp
@@ -20399,7 +20399,7 @@ msgctxt ""
"par_id3083452\n"
"help.text"
msgid "FIND(\"FindText\"; \"Text\" [; Position])"
-msgstr ""
+msgstr "FINDEN(\"TextFinden\"; \"Text\" [; Position])"
#. 3HU9t
#: 04060110.xhp
@@ -20471,7 +20471,7 @@ msgctxt ""
"par_id3147567\n"
"help.text"
msgid "FIXED(Number; Decimals [; NoThousandsSeparators])"
-msgstr ""
+msgstr "FEST(Zahl; Dezimalstellen [; KeineTausendertrennzeichen])"
#. 5cYW8
#: 04060110.xhp
@@ -20615,7 +20615,7 @@ msgctxt ""
"par_id3146786\n"
"help.text"
msgid "LEFT(\"Text\" [; Number])"
-msgstr ""
+msgstr "LINKS(\"Text\" [; Zahl])"
#. PGbwK
#: 04060110.xhp
@@ -20660,7 +20660,7 @@ msgctxt ""
"hd_id2947083\n"
"help.text"
msgid "<variable id=\"leftbvar\"><link href=\"text/scalc/01/04060110.xhp#leftb\" name=\"LEFTB\">LEFTB</link></variable>"
-msgstr ""
+msgstr "<variable id=\"leftbvar\"><link href=\"text/scalc/01/04060110.xhp#leftb\" name=\"LEFTB\">LINKSB</link></variable>"
#. f3mWg
#: 04060110.xhp
@@ -20678,7 +20678,7 @@ msgctxt ""
"par_id2946786\n"
"help.text"
msgid "LEFTB(\"Text\" [; Number_bytes])"
-msgstr ""
+msgstr "LINKSB(\"Text\" [; Anzahl_Bytes])"
#. e6CdQ
#: 04060110.xhp
@@ -20822,7 +20822,7 @@ msgctxt ""
"hd_id2956110\n"
"help.text"
msgid "<variable id=\"lenbvar\"><link href=\"text/scalc/01/04060110.xhp#lenb\" name=\"LENB\">LENB</link></variable>"
-msgstr ""
+msgstr "<variable id=\"lenbvar\"><link href=\"text/scalc/01/04060110.xhp#lenb\" name=\"LENB\">LÄNGEB</link></variable>"
#. Cwz9S
#: 04060110.xhp
@@ -21038,7 +21038,7 @@ msgctxt ""
"hd_id2954589\n"
"help.text"
msgid "<variable id=\"midbvar\"><link href=\"text/scalc/01/04060110.xhp#midb\" name=\"MIDB\">MIDB</link></variable>"
-msgstr ""
+msgstr "<variable id=\"midbvar\"><link href=\"text/scalc/01/04060110.xhp#midb\" name=\"MIDB\">TEILB</link></variable>"
#. Qe8mw
#: 04060110.xhp
@@ -21236,7 +21236,7 @@ msgctxt ""
"par_id3155364\n"
"help.text"
msgid "<item type=\"input\">=PROPER(\"the document foundation\")</item> returns The Document Foundation."
-msgstr ""
+msgstr "<item type=\"input\">=GROSS2(\"the document foundation\")</item> gibt The Document Foundation zurück."
#. MeADa
#: 04060110.xhp
@@ -21434,7 +21434,7 @@ msgctxt ""
"par_id3154344\n"
"help.text"
msgid "RIGHT(\"Text\" [; Number])"
-msgstr ""
+msgstr "RECHTS(\"Text\" [; Zahl])"
#. dveYp
#: 04060110.xhp
@@ -21479,7 +21479,7 @@ msgctxt ""
"hd_id2949805\n"
"help.text"
msgid "<variable id=\"rightbvar\"><link href=\"text/scalc/01/04060110.xhp#rightb\" name=\"RIGHTB\">RIGHTB</link></variable>"
-msgstr ""
+msgstr "<variable id=\"rightbvar\"><link href=\"text/scalc/01/04060110.xhp#rightb\" name=\"RIGHTB\">RECHTSB</link></variable>"
#. gvrHM
#: 04060110.xhp
@@ -21497,7 +21497,7 @@ msgctxt ""
"par_id2954344\n"
"help.text"
msgid "RIGHTB(\"Text\" [; Number_bytes])"
-msgstr ""
+msgstr "RECHTSB(\"Text\" [; Zahl_Bytes])"
#. jvjXS
#: 04060110.xhp
@@ -21596,7 +21596,7 @@ msgctxt ""
"par_id3150593\n"
"help.text"
msgid "ROMAN(Number [; Mode])"
-msgstr ""
+msgstr "RÖMISCH(Zahl [; Modus])"
#. 4rcTC
#: 04060110.xhp
@@ -21704,7 +21704,7 @@ msgctxt ""
"par_id3154671\n"
"help.text"
msgid "SEARCH(\"FindText\"; \"Text\" [; Position])"
-msgstr ""
+msgstr "SUCHEN(\"TextFinden\"; \"Text\" [; Position])"
#. yP57Q
#: 04060110.xhp
@@ -21776,7 +21776,7 @@ msgctxt ""
"par_id3147582\n"
"help.text"
msgid "SUBSTITUTE(\"Text\"; \"SearchText\"; \"NewText\" [; Occurrence])"
-msgstr ""
+msgstr "WECHSELN(\"Text\"; \"Suchtext\"; \"NeuerText\" [; GefundeneTextstelle])"
#. tydqc
#: 04060110.xhp
@@ -21920,7 +21920,7 @@ msgctxt ""
"par_id3147213\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_TEXT\">Converts a value into text according to a given format.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_TEXT\">Konvertiert einen Wert gemäß einem bestimmten Format in Text.</ahelp>"
#. YjEZu
#: 04060110.xhp
@@ -21929,7 +21929,7 @@ msgctxt ""
"par_id3147377\n"
"help.text"
msgid "TEXT(Value; Format)"
-msgstr ""
+msgstr "TEXT(Wert; Format)"
#. hGrSa
#: 04060110.xhp
@@ -21938,7 +21938,7 @@ msgctxt ""
"par_id3147389\n"
"help.text"
msgid "<emph>Value</emph> is the value (numerical or textual) to be converted."
-msgstr ""
+msgstr "<emph>Wert</emph> ist der Wert (Zahl oder Text), der konvertiert werden soll."
#. 3GZvU
#: 04060110.xhp
@@ -21974,7 +21974,7 @@ msgctxt ""
"par_id3674124\n"
"help.text"
msgid "<item type=\"input\">=TEXT(\"xyz\";\"=== @ ===\")</item> returns the text === xyz ==="
-msgstr ""
+msgstr "<item type=\"input\">=TEXT(\"xyz\";\"=== @ ===\")</item> gibt den Text === xyz === zurück."
#. yhDcc
#: 04060110.xhp
@@ -22874,7 +22874,7 @@ msgctxt ""
"par_id3150361\n"
"help.text"
msgid "$[officename] Calc can be expanded by Add-Ins, which are external programming modules providing additional functions for working with spreadsheets. These are listed in the <emph>Function Wizard</emph> in the <emph>Add-In</emph> category. If you would like to program an Add-In yourself, you can learn here which functions must be exported by the <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library</caseinline><defaultinline>external DLL</defaultinline></switchinline> so that the Add-In can be successfully attached."
-msgstr ""
+msgstr "$[officename] Calc kann um Plug-ins, externe Programmiermodule mit zusätzlichen Funktionen für die Arbeit mit Tabellendokumenten, erweitert werden. Diese Funktionen finden Sie im <emph>Funktions-Assistenten</emph> unter der Kategorie <emph>Plug-in</emph>. Wenn Sie selbst Plug-ins programmieren möchten, erfahren Sie hier, welche Funktionen für eine erfolgreiche Implementierung von Plug-ins aus der <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library (gemeinsamen Bibliothek)</caseinline><defaultinline>externen DLL</defaultinline></switchinline> exportiert werden müssen."
#. qyzrA
#: 04060112.xhp
@@ -22883,7 +22883,7 @@ msgctxt ""
"par_id3149211\n"
"help.text"
msgid "$[officename] searches the Add-in folder defined in the configuration for a suitable <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library</caseinline><defaultinline>DLL</defaultinline></switchinline>. To be recognized by $[officename], the <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library</caseinline><defaultinline>DLL</defaultinline></switchinline> must have certain properties, as explained in the following. This information allows you to program your own Add-In for <emph>Function Wizard</emph> of $[officename] Calc."
-msgstr ""
+msgstr "$[officename] durchsucht den in der Konfiguration festgelegten Plug-in-Ordner nach einer passenden <switchinline select=\"sys\"><caseinline select=\"UNIX\"> shared library (gemeinsame Bibliothek)</caseinline><defaultinline>DLL</defaultinline></switchinline>. Um von $[officename] erkannt zu werden, muss die <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library</caseinline><defaultinline>DLL</defaultinline></switchinline> bestimmte Eigenschaften aufweisen, wie im Folgenden erklärt wird. Mit diesen Informationen können Sie Ihr eigenes Plug-in für den <emph>Funktions-Assistenten</emph> von $[officename] Calc programmieren."
#. CAC5V
#: 04060112.xhp
@@ -22910,7 +22910,7 @@ msgctxt ""
"hd_id3152890\n"
"help.text"
msgid "Functions of <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library</caseinline><defaultinline>AddIn DLL</defaultinline></switchinline>"
-msgstr ""
+msgstr "Funktionen der <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library</caseinline><defaultinline>Plug-in-DLL</defaultinline></switchinline>"
#. DPTDC
#: 04060112.xhp
@@ -23099,7 +23099,7 @@ msgctxt ""
"hd_id3156396\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library</caseinline><defaultinline>DLL</defaultinline></switchinline> functions"
-msgstr ""
+msgstr "Funktionen der <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library</caseinline><defaultinline>DLL</defaultinline></switchinline>"
#. wVc9G
#: 04060112.xhp
@@ -23108,7 +23108,7 @@ msgctxt ""
"par_id3153019\n"
"help.text"
msgid "Following you will find a description of those functions, which are called at the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library</caseinline><defaultinline>external DLL</defaultinline></switchinline>."
-msgstr ""
+msgstr "Im folgenden finden Sie eine Beschreibung der Funktionen, die von der <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library</caseinline><defaultinline>externen DLL</defaultinline></switchinline> aufgerufen werden."
#. kDo37
#: 04060112.xhp
@@ -23117,7 +23117,7 @@ msgctxt ""
"par_id3150038\n"
"help.text"
msgid "For all <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library</caseinline><defaultinline>DLL</defaultinline></switchinline> functions, the following applies:"
-msgstr ""
+msgstr "Für alle Funktionen der <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library</caseinline><defaultinline>DLL</defaultinline></switchinline> gilt:"
#. QZ7q4
#: 04060112.xhp
@@ -23126,7 +23126,7 @@ msgctxt ""
"par_id3147616\n"
"help.text"
msgid "<emph>Output</emph>: Resulting value"
-msgstr ""
+msgstr "<emph>Output</emph>: Ergebniswert"
#. ErpXM
#: 04060112.xhp
@@ -23135,7 +23135,7 @@ msgctxt ""
"par_id3159119\n"
"help.text"
msgid "<emph>Input</emph>: Any number of types (double&, char*, double*, char**, Cell area), where the <link href=\"text/scalc/01/04060112.xhp\" name=\"Cell area\">Cell area</link> is an array of types double array, string array, or cell array."
-msgstr ""
+msgstr "<emph>Eingabe</emph>: Eine beliebige Anzahl von Typen (double&, char*, double*, char**, Zellbereich), wobei <link href=\"text/scalc/01/04060112.xhp\" name=\"Zellbereich\">Zellbereich</link> ein Array vom Typ Double Array, String Array oder Cell Array ist."
#. Hs7Du
#: 04060112.xhp
@@ -23171,7 +23171,7 @@ msgctxt ""
"par_id3149893\n"
"help.text"
msgid "<emph>Output</emph>: Reference to a variable, which is supposed to contain the number of Add-In functions. For example: If the Add-In provides 5 functions for $[officename] Calc, then nCount=5."
-msgstr ""
+msgstr "<emph>Output</emph>: Bezug auf eine Variable, die die Anzahl der Plug-in-Funktionen enthalten soll. Stellt das Plug-in beispielsweise 5 Funktionen für $[officename] Calc zur Verfügung, so ist nCount=5."
#. MMvZL
#: 04060112.xhp
@@ -23207,7 +23207,7 @@ msgctxt ""
"par_id3149949\n"
"help.text"
msgid "<emph>Input</emph>: Function number between 0 and nCount-1, inclusively."
-msgstr ""
+msgstr "<emph>Input</emph>: Funktionsnummer zwischen 0 und nCount-1 einschließlich."
#. CSBYk
#: 04060112.xhp
@@ -23216,7 +23216,7 @@ msgctxt ""
"par_id3148579\n"
"help.text"
msgid "<emph>Output</emph>: Function name as seen by the programmer, as it is named in the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library</caseinline><defaultinline>DLL</defaultinline></switchinline>. This name does not determine the name used in the <emph>Function Wizard</emph>."
-msgstr ""
+msgstr "<emph>Output</emph>: Der bei der Programmierung verwendete Funktionsname, der die Funktion in der <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library</caseinline><defaultinline>DLL</defaultinline></switchinline> darstellt. Dieser Name legt nicht den Namen fest, der im <emph>Funktions-Assistenten</emph> verwendet wird."
#. 6yGps
#: 04060112.xhp
@@ -23225,7 +23225,7 @@ msgctxt ""
"par_id3150142\n"
"help.text"
msgid "<emph>Output</emph>: Number of parameters in AddIn function. This number must be greater than 0, because there is always a result value; the maximum value is 16."
-msgstr ""
+msgstr "<emph>Output</emph>: Anzahl der Parameter der Plug-in-Funktion. Diese Anzahl muss größer 0 sein, da es immer einen Ergebniswert gibt; der Maximalwert ist 16."
#. TjFBR
#: 04060112.xhp
@@ -23234,7 +23234,7 @@ msgctxt ""
"par_id3148750\n"
"help.text"
msgid "<emph>Output</emph>: Pointer to an array of exactly 16 variables of type Paramtype. The first nParamCount entries are filled with the suitable type of parameter."
-msgstr ""
+msgstr "<emph>Output</emph>: Zeiger auf ein Array mit genau 16 Variablen vom Typ Paramtype. Die ersten nParamCount Einträge werden mit dem Typ des entsprechenden Parameters gefüllt."
#. YNrEv
#: 04060112.xhp
@@ -23243,7 +23243,7 @@ msgctxt ""
"par_id3155261\n"
"help.text"
msgid "<emph>Output</emph>: Function name as seen by the user, as it appears in the <emph>Function Wizard</emph>. May contain umlauts."
-msgstr ""
+msgstr "<emph>Output</emph>: Der für den Benutzer sichtbare Funktionsname, wie er im <emph>Funktions-Assistenten</emph> erscheint. Umlaute sind hier zulässig."
#. rcNLZ
#: 04060112.xhp
@@ -23279,7 +23279,7 @@ msgctxt ""
"par_id3153564\n"
"help.text"
msgid "<literal>void CALLTYPE GetParameterDescription(USHORT& nNo, USHORT& nParam, char* pName, char* pDesc)</literal>"
-msgstr ""
+msgstr "<literal>void CALLTYPE GetParameterDescription(USHORT& nNo, USHORT& nParam, char* pName, char* pDesc)</literal>"
#. 99Z6E
#: 04060112.xhp
@@ -23297,7 +23297,7 @@ msgctxt ""
"par_id3149883\n"
"help.text"
msgid "<emph>Input</emph>: Number of the function in the library; between 0 and nCount-1."
-msgstr ""
+msgstr "<emph>Input</emph>: Nummer der Funktion innerhalb der Bibliothek zwischen 0 und nCount-1."
#. QHn87
#: 04060112.xhp
@@ -23306,7 +23306,7 @@ msgctxt ""
"par_id3159139\n"
"help.text"
msgid "<emph>Input</emph>: Indicates, for which parameter the description is provided; parameters start at 1. If nParam is 0, the description itself is supposed to be provided in pDesc; in this case, pName does not have any meaning."
-msgstr ""
+msgstr "<emph>Input</emph>: Gibt an, für welchen Parameter die Beschreibung geliefert werden soll; Parameter beginnen bei 1. Ist nParam 0, soll die Beschreibung der Funktion an sich in pDesc geliefert werden, pName ist in diesem Fall bedeutungslos."
#. Eq6cW
#: 04060112.xhp
@@ -23315,7 +23315,7 @@ msgctxt ""
"par_id3145245\n"
"help.text"
msgid "<emph>Output</emph>: Takes up the parameter name or type, for example, the word \"Number\" or \"String\" or \"Date\", and so on. Implemented in $[officename] Calc as char[256]."
-msgstr ""
+msgstr "<emph>Output</emph>: Nimmt den Namen oder die Art des Parameters auf, beispielsweise das Wort \"Zahl\", \"Zeichenkette\" oder \"Datum\" und so weiter. In $[officename] Calc implementiert als char[256]."
#. yf6Eg
#: 04060112.xhp
@@ -23324,7 +23324,7 @@ msgctxt ""
"par_id3148389\n"
"help.text"
msgid "<emph>Output</emph>: Takes up the description of the parameter, for example, \"Value, at which the universe is to be calculated.\" Implemented in $[officename] Calc as char[256]."
-msgstr ""
+msgstr "<emph>Output</emph>: Nimmt die Beschreibung des Parameters auf, beispielsweise \"Wert, zu dem das Universum berechnet werden soll\". In $[officename] Calc implementiert als char[256]."
#. 52p82
#: 04060112.xhp
@@ -23378,7 +23378,7 @@ msgctxt ""
"par_id3149388\n"
"help.text"
msgid "Offset"
-msgstr ""
+msgstr "Offset"
#. zS5BL
#: 04060112.xhp
@@ -23387,7 +23387,7 @@ msgctxt ""
"par_id3154636\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Name"
#. 3dyGm
#: 04060112.xhp
@@ -23396,7 +23396,7 @@ msgctxt ""
"par_id3153228\n"
"help.text"
msgid "Description"
-msgstr ""
+msgstr "Beschreibung"
#. auDAv
#: 04060112.xhp
@@ -23648,7 +23648,7 @@ msgctxt ""
"par_id3149908\n"
"help.text"
msgid "Offset"
-msgstr ""
+msgstr "Offset"
#. ehB7k
#: 04060112.xhp
@@ -23657,7 +23657,7 @@ msgctxt ""
"par_id3159165\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Name"
#. iRPCq
#: 04060112.xhp
@@ -23666,7 +23666,7 @@ msgctxt ""
"par_id3159150\n"
"help.text"
msgid "Description"
-msgstr ""
+msgstr "Beschreibung"
#. q4Dcs
#: 04060112.xhp
@@ -23936,7 +23936,7 @@ msgctxt ""
"par_id3154664\n"
"help.text"
msgid "Offset"
-msgstr ""
+msgstr "Offset"
#. 6oQJ6
#: 04060112.xhp
@@ -23945,7 +23945,7 @@ msgctxt ""
"par_id3154566\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Name"
#. D3xXV
#: 04060112.xhp
@@ -23954,7 +23954,7 @@ msgctxt ""
"par_id3146073\n"
"help.text"
msgid "Description"
-msgstr ""
+msgstr "Beschreibung"
#. Zty8q
#: 04060112.xhp
@@ -24287,7 +24287,7 @@ msgctxt ""
"par_id961592361784406\n"
"help.text"
msgid "The Add-in functions are supplied by the <link href=\"text/sbasic/shared/calc_functions.xhp\" name=\"addinanalysis\">UNO <literal>com.sun.star.sheet.addin.Analysis</literal> service</link>."
-msgstr ""
+msgstr "Die Plug-in-Funktionen werden vom Service <link href=\"text/sbasic/shared/calc_functions.xhp\" name=\"addinanalysis\">UNO <literal>com.sun.star.sheet.addin.Analysis</literal> bereitgestellt</link>."
#. fCaeG
#: 04060115.xhp
@@ -24674,7 +24674,7 @@ msgctxt ""
"par_id3148753\n"
"help.text"
msgid "BIN2HEX(Number [; Places])"
-msgstr ""
+msgstr "BININHEX(Zahl [; Stellen])"
#. 9ugAE
#: 04060115.xhp
@@ -24737,7 +24737,7 @@ msgctxt ""
"par_id3154508\n"
"help.text"
msgid "BIN2OCT(Number [; Places])"
-msgstr ""
+msgstr "BININOKT(Zahl [; Stellen])"
#. kBSNf
#: 04060115.xhp
@@ -24845,7 +24845,7 @@ msgctxt ""
"par_id3150569\n"
"help.text"
msgid "DEC2BIN(Number [; Places])"
-msgstr ""
+msgstr "DEZINBIN(Zahl [; Stellen])"
#. Y9mGB
#: 04060115.xhp
@@ -24908,7 +24908,7 @@ msgctxt ""
"par_id3147535\n"
"help.text"
msgid "DEC2HEX(Number [; Places])"
-msgstr ""
+msgstr "DEZINHEX(Zahl [; Stellen])"
#. SQafk
#: 04060115.xhp
@@ -24971,7 +24971,7 @@ msgctxt ""
"par_id3148427\n"
"help.text"
msgid "DEC2OCT(Number [; Places])"
-msgstr ""
+msgstr "DEZINOKT(Zahl [; Stellen])"
#. Fa6gd
#: 04060115.xhp
@@ -25304,7 +25304,7 @@ msgctxt ""
"par_id3155847\n"
"help.text"
msgid "HEX2BIN(Number [; Places])"
-msgstr ""
+msgstr "HEXINBIN(Zahl [; Stellen])"
#. YzMa9
#: 04060115.xhp
@@ -25421,7 +25421,7 @@ msgctxt ""
"par_id3151170\n"
"help.text"
msgid "HEX2OCT(Number [; Places])"
-msgstr ""
+msgstr "HEXINOKT(Zahl [; Stellen])"
#. 2Uff5
#: 04060115.xhp
@@ -26384,7 +26384,7 @@ msgctxt ""
"par_id3154303\n"
"help.text"
msgid "OCT2BIN(Number [; Places])"
-msgstr ""
+msgstr "OKTINBIN(Zahl [; Stellen])"
#. AbzaY
#: 04060116.xhp
@@ -26501,7 +26501,7 @@ msgctxt ""
"par_id3150523\n"
"help.text"
msgid "OCT2HEX(Number [; Places])"
-msgstr ""
+msgstr "OKTINHEX(Zahl [; Stellen])"
#. XAYGj
#: 04060116.xhp
diff --git a/source/de/helpcontent2/source/text/sdatabase.po b/source/de/helpcontent2/source/text/sdatabase.po
index 52ad4def497..24d080443b2 100644
--- a/source/de/helpcontent2/source/text/sdatabase.po
+++ b/source/de/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-23 11:15+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textsdatabase/de/>\n"
@@ -159,13 +159,13 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr ""
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 3JCfK
@@ -177,13 +177,13 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr ""
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
msgstr ""
#. ASeVi
@@ -195,13 +195,13 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr ""
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
msgstr ""
#. JTXBF
@@ -213,13 +213,13 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr ""
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
msgstr ""
#. FWCVa
@@ -294,13 +294,13 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -321,13 +321,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -366,6 +366,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/sdraw/01.po b/source/de/helpcontent2/source/text/sdraw/01.po
index 28618748106..1860368d8b6 100644
--- a/source/de/helpcontent2/source/text/sdraw/01.po
+++ b/source/de/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-01-24 14:44+0000\n"
"Last-Translator: kuehl <kuehl@libreoffice.org>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw01/de/>\n"
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Geben Sie einen Namen für die neue Ebene ein.</ahelp>"
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/shared/00.po b/source/de/helpcontent2/source/text/shared/00.po
index 3eb085e7213..84b85f64e99 100644
--- a/source/de/helpcontent2/source/text/shared/00.po
+++ b/source/de/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-27 09:52+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/de/>\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr "Schließt den Dialog Optionen und verwirft alle gemachten Änderungen."
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/shared/01.po b/source/de/helpcontent2/source/text/shared/01.po
index 63a7293fe16..14a92e1300d 100644
--- a/source/de/helpcontent2/source/text/shared/01.po
+++ b/source/de/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-08 12:12+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/de/>\n"
@@ -25801,32 +25801,14 @@ msgctxt ""
msgid "Add"
msgstr "Hinzufügen"
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Erzeugt einen Linienstil mit den aktuellen Einstellungen.</ahelp>"
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr "Name"
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
-msgstr "<ahelp hid=\".\">Geben Sie einen Namen ein.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
+msgstr ""
#. 6Yvch
#: 05200200.xhp
@@ -27259,14 +27241,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr "<ahelp hid=\".uno:FillShadow\">Hiermit fügen Sie dem ausgewählten Objekt einen Schatten hinzu. Wenn das Objekt bereits über einen Schatten verfügt, wird er entfernt. Wenn Sie auf dieses Symbol klicken und derzeit kein Objekt ausgewählt ist, wird der Schatten dem nächsten Objekt zugewiesen, das Sie zeichnen.</ahelp>"
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Symbol</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
+msgstr ""
#. 6XJUi
#: 05210600.xhp
@@ -47275,14 +47257,14 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr "Digitale Signaturen beim PDF-Export"
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
-msgstr "<bookmark_value>PDF-Export; Digitale Signatur</bookmark_value><bookmark_value>PDF-Export; PDF-Dokument signieren</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
+msgstr ""
#. ChX9A
#: ref_pdf_export_digital_signature.xhp
@@ -47464,24 +47446,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr "<ahelp hid=\".\">Diese drei optionalen Felder erlauben es Ihnen, zusätzliche Informationen über die digitale Signatur einzugeben, die dann im PDF-Dokument angezeigt werden (wo sie von wem und warum erstellt wurde). Diese werden entsprechend in das PDF-Dokument eingebettet und sind für jeden, der das PDF-Dokument ansieht, sichtbar. Alle oder einzelne Felder können auch frei gelassen werden.</ahelp>"
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr "Time Stamp Authority"
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr "<ahelp hid=\".\">Erlaubt es Ihnen optional, die URL einer Time Stamp Authority (TSA) auszuwählen.</ahelp>"
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47491,15 +47455,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr "Während des Prozesses der PDF-Signierung wird die TSA verwendet, um einen digital signierten Zeitstempel zu beziehen, der in die Signatur eingebettet wird. Dieser Zeitstempel (RFC 3161) erlaubt es jedem, der das PDF-Dokument betrachtet, festzustellen, wann das Dokument signiert wurde."
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr "Die Liste mit auswählbaren TSA-URLs kann unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME – Einstellungen</emph></caseinline><defaultinline><emph>Extras – Optionen…</emph></defaultinline></switchinline><emph> – %PRODUCTNAME – Sicherheit – Bereich: TSAs</emph> bearbeitet werden."
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49561,6 +49516,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/shared/02.po b/source/de/helpcontent2/source/text/shared/02.po
index ea595b3d078..247d60cf67a 100644
--- a/source/de/helpcontent2/source/text/shared/02.po
+++ b/source/de/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-12 20:33+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/de/>\n"
@@ -8809,14 +8809,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr "<ahelp hid=\".\">Beim Erstellen eines <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">Unterformular</link> geben Sie hier das Datenfeld des übergeordneten Formulars ein, das für die Synchronisierung der beiden Formulare verantwortlich ist.</ahelp> Um mehrere Werte einzugeben, drücken Sie nach jeder Eingabezeile Umschalt+Eingabetaste."
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
-msgstr "Das Unterformular basiert auf einer <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link>-Abfrage, genauer gesagt auf einer <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameterabfrage\">Parameterabfrage</link>. Wenn Sie einen Feldnamen in das Feld <emph>Verknüpfen von</emph> eingeben, werden die Daten in diesem Feld aus dem Hauptformular in eine Variable gelesen, die Sie im Feld <emph>Verknüpfen nach</emph> angeben müssen. Mittels einer geeigneten SQL-Anweisung wird diese Variable mit den Daten der Tabelle verglichen, auf die sich das Unterformular bezieht. Stattdessen können Sie auch den Spaltennamen in das Feld <emph>Verknüpfen von</emph> eingeben."
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgstr ""
#. KAQ4c
#: 01170203.xhp
@@ -10528,14 +10528,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr "Jede Anwendung von $[officename] hat eigene <emph>Formatvorlagen</emph>. Es gibt also eigene Formatvorlagen für <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"Textdokumente\">Textdokumente</link></caseinline><defaultinline>Textdokumente</defaultinline></switchinline>, für <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"Tabellendokumente\">Tabellendokumente</link></caseinline><defaultinline>Tabellendokumente</defaultinline></switchinline> und für <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"Präsentationen/Zeichnungsdokumente\">Präsentationen/Zeichnungsdokumente</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"Präsentationen/Zeichnungsdokumente\">Präsentationen/Zeichnungsdokumente</link></caseinline><defaultinline>Präsentationen/Zeichnungsdokumente</defaultinline></switchinline>."
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Symbol</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -11761,14 +11761,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr "Das Symbol <emph>Linienspitzen</emph> steht nur für Zeichnungen, die Sie mit den Zeichnungsfunktionen erstellen, zur Verfügung. Näheres hierzu lesen Sie bitte im Hilfethema <link href=\"text/shared/01/05200300.xhp\" name=\"Linienspitzen\"><emph>Linienspitzen</emph></link> nach."
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Symbol</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -17026,14 +17026,14 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "SQL-Befehl direkt ausführen"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
-msgstr "Klicken Sie erneut auf das Symbol, um wieder auf den Normalmodus zurück zu schalten, in dem die Änderungen im <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Abfrageentwurf\"><emph>Abfrageentwurf</emph></link> mit den erlaubten Änderungen per SQL synchronisiert sind."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgstr ""
#. tTG7m
#: 14040000.xhp
@@ -17053,14 +17053,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Funktionen\">Funktionen</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Blendet die Zeile <emph>Funktion</emph> im unteren Fensterbereich des <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Abfrageentwurfs\"><emph>Abfrageentwurfs</emph></link> ein.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgstr ""
#. iGFfH
#: 14040000.xhp
@@ -17098,14 +17098,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Tabellenname\">Tabellenname</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
-msgstr "<ahelp hid=\".\">Blendet die Zeile <emph>Tabelle</emph> im unteren Bereich des <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Abfrageentwurfs\"><emph>Abfrageentwurfs</emph></link> ein.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgstr ""
#. t48DA
#: 14050000.xhp
@@ -17143,14 +17143,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Aliasname\">Aliasname</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Blendet die Zeile <emph>Alias</emph> im unteren Bereich des <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Abfrageentwurfs\"><emph>Abfrageentwurfs</emph></link> ein.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgstr ""
#. CcbaZ
#: 14060000.xhp
@@ -17197,14 +17197,14 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Eindeutige Werte\">Eindeutige Werte</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
-msgstr "<ahelp hid=\".uno:DBDistinctValues\">Erweitert den formulierten Select-Ausdruck der <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL-Abfrage\"><emph>SQL-Abfrage</emph></link> in der aktuellen Spalte um den Parameter <emph>DISTINCT</emph>.</ahelp> Dies bewirkt, dass mehrmals vorhandene identische Werte nur einmal aufgeführt werden."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgstr ""
#. EXAFG
#: 14070000.xhp
@@ -19240,14 +19240,41 @@ msgctxt ""
msgid "Limit"
msgstr "Limes"
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
-msgstr "<ahelp hid=\".\">Erweitert die erzeugte select-Angabe der <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL-Abfrage\">SQL-Abfrage</link> durch die LIMIT-X-Bedingung</ahelp>. Diese kann zur Limitierung Ihrer SQL-Abfrageergebnisse für jene benutzt werden, die innerhalb der ersten X Nummern davon fehlschlagen."
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
+msgstr ""
#. Ae3Qb
#: paintbrush.xhp
diff --git a/source/de/helpcontent2/source/text/shared/explorer/database.po b/source/de/helpcontent2/source/text/shared/explorer/database.po
index 118ac94ad4b..ba573b452dc 100644
--- a/source/de/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/de/helpcontent2/source/text/shared/explorer/database.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-23 22:45+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/de/>\n"
@@ -16,2220 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565413637.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr "Abfrageentwurf"
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr "<bookmark_value>Ansichten; Datenbankansichten erzeugen (Base)</bookmark_value><bookmark_value>Abfragen; in der Entwurfsansicht erstellen (Base)</bookmark_value><bookmark_value>Entwerfen; Abfragen (Base)</bookmark_value><bookmark_value>Entwurfsansicht; Abfragen/Ansichten (Base)</bookmark_value><bookmark_value>Verknüpfen; Tabellen (Base)</bookmark_value><bookmark_value>Tabellen in Datenbanken; für Abfragen verknüpfen (Base)</bookmark_value><bookmark_value>Abfragen; Tabellen verknüpfen (Base)</bookmark_value><bookmark_value>Tabellen in Datenbanken; Relationen (Base)</bookmark_value><bookmark_value>Relationen; Tabellen verknüpfen (Base)</bookmark_value><bookmark_value>Abfragen; Tabellenverknüpfungen löschen (Base)</bookmark_value><bookmark_value>Kriterien beim Entwerfen von Abfragen (Base)</bookmark_value><bookmark_value>Abfragen; Filterbedingungen formulieren (Base)</bookmark_value><bookmark_value>Filterbedingungen; in Abfragen (Base)</bookmark_value><bookmark_value>Parameter; Abfragen (Base)</bookmark_value><bookmark_value>Abfragen; Parameterabfragen (Base)</bookmark_value><bookmark_value>SQL; Abfragen (Base)</bookmark_value><bookmark_value>Natives SQL (Base)</bookmark_value>"
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Abfrageentwurf\">Abfrageentwurf</link>"
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr "<ahelp hid=\".\">In der Ansicht <emph>Abfrageentwurf</emph> können Sie neue Datenbankabfragen erstellen und vorhandene bearbeiten.</ahelp>"
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr "Die meisten Datenbanken verwenden Abfragen, um Datensätze aus Datenbanktabellen auf dem Computer gefiltert und sortiert anzuzeigen. Sichten bieten die gleiche Funktionalität wie Abfragen, sind jedoch serverseitig angeordnet. Wenn Ihre Datenbank auf einem Server installiert ist, der Sichten unterstützt, können Sie mit diesen Sichten Datensätze auf dem Server filtern, um die zur Anzeige benötigte Zeit zu verkürzen."
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr "Wenn Sie im Aufgabenfensters einer Datenbank im Bereich <emph>Tabellen</emph> den Befehl <emph>Ansicht erstellen</emph> wählen, wird das Fenster <emph>Ansichtsentwurf</emph> geöffnet, das dem hier beschriebenen Fenster <emph>Abfrageentwurf</emph> entspricht."
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr "Das Aussehen der Abfrage-Entwurfsansicht wird mit der erzeugten Abfrage gespeichert. Sie kann aber nicht mit der erzeugten Ansicht gespeichert werden."
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr "Die Entwurfsansicht"
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr "Um eine Abfrage zu erstellen, klicken Sie in einem Datenbankdokument auf das Symbol <emph>Abfragen</emph> und dann auf <emph>Abfrage in der Entwurfsansicht erstellen</emph>."
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr "Im unteren Fensterbereich der Entwurfsansicht <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"definieren\">definieren</link> Sie die Abfrage. Zur Definition einer Abfrage geben Sie die <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Feldnamen\">Feldnamen</link> der in der Datenbank zu berücksichtigenden Felder sowie die <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Kriterien\">Kriterien</link> zur Anzeige der Felder an. Die Spalten im unteren Fensterbereich der Entwurfsansicht lassen sich durch Ziehen der Spaltenköpfe oder Auswählen der Spalten und Drücken von <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+Pfeiltaste umordnen."
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr "Am oberen Rand des Fensters Abfrageentwurfsansicht werden die <link href=\"text/shared/main0214.xhp\" name=\"Symbole\">Symbole</link> der Symbolleisten <emph>Abfrageentwurf</emph> und <emph>Design</emph> angezeigt."
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr "Zum Testen einer Abfrage klicken Sie auf das Symbol Abfrage ausführen in der Symbolleiste Abfrageentwurf. Das Abfrageergebnis wird in einer der Datenquellenansicht ähnlichen Tabelle angezeigt. Hinweis: Die Anzeige dieser Tabelle ist nur temporär."
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr "Tasten in der Ansicht Abfrageentwurf"
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr "Schlüssel"
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "Funktion"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr "F4"
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr "Vorschau"
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr "F5"
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr "Abfrage ausführen"
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr "F7"
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr "Tabelle oder Abfrage hinzufügen"
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr "Durchsuchen"
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr "Wenn Sie den Abfrageentwurf zum ersten Mal öffnen, sehen Sie einen Dialog, in dem Sie zuerst die Tabelle oder Abfrage auswählen müssen, welche die Basis für Ihre neue Abfrage wird."
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Doppelklicken Sie auf Felder, um sie der Abfrage hinzuzufügen. Mit Ziehen-und-Ablegen definieren Sie Relationen.</ahelp>"
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr "Während Sie eine Abfrage erstellen, können Sie die ausgewählten Tabellen nicht mehr verändern."
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr "Tabellen entfernen"
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr "Um eine Tabelle aus der Entwurfsansicht zu entfernen, klicken Sie auf den oberen Rand des Tabellenfensters und rufen Sie dann das Kontextmenü auf. Mit dem Befehl <emph>Löschen</emph> wird die Tabelle aus der Entwurfsansicht entfernt. Alternativ können Sie auch die Taste Entfernen betätigen."
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr "Tabellen verschieben und Tabellengröße ändern"
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr "Sie können die Tabellen nach Ihren Wünschen anordnen und sie in der Größe verändern. Um eine Tabelle zu verschieben, fassen Sie sie mit der Maus am oberen Rand und ziehen Sie sie in die gewünschte Position. Um sie in der Darstellung zu vergrößern oder zu verkleinern, ziehen Sie den Rand oder eine Ecke."
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr "Beziehungen zwischen Tabellen"
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr "Wenn es Datenbeziehungen zwischen einem Datenfeld in einer Tabelle zu einem Datenfeld in einer anderen Tabelle gibt, dann können Sie diese Beziehungen für Ihre Abfrage nutzen."
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr "Nehmen wir beispielsweise an, Sie haben ein Tabellendokument für Artikel, in dem jeder Artikel durch eine Artikelnummer gekennzeichnet ist, und ein Tabellendokument für Kunden, in dem alle von den Kunden bestellten Artikel anhand der Artikelnummern verzeichnet sind. In diesem Fall besteht eine Beziehung zwischen den beiden Datenfeldern \"Artikelnummer\". Um nun eine Abfrage zu erstellen, die alle von einem Kunden bestellten Artikel ausgibt, müssen Sie Daten aus zwei Tabellendokumenten abrufen. Dafür müssen Sie $[officename] die Beziehung zwischen den Daten in den beiden Tabellendokumenten aufzeigen."
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr "Klicken Sie dazu ein Datenfeld einer Tabelle an (z. B. das Datenfeld \"Artikel-Nummer\" aus der Kunden-Tabelle) und ziehen Sie dann bei gedrückt gehaltener Maustaste auf das Datenfeld der anderen Tabelle (\"Artikel-Nummer\" aus der Artikel-Tabelle). Wenn Sie nun die Maustaste loslassen, sehen Sie eine Linie, die die beiden Felder in den beiden Tabellenfenstern verbindet. In der resultierenden SQL-Abfrage wird die entsprechende Bedingung eingetragen, dass der Inhalt beider Datenfelder gleich sein muss."
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr "Das Erstellen einer Abfrage, der mehrere in Beziehung zueinander stehende Tabellen zugrunde liegen, ist nur dann möglich, wenn Sie $[officename] als Oberfläche für eine relationale Datenbank verwenden."
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr "In einer Abfrage kann nicht auf Tabellen aus verschiedenen Datenbanken zugegriffen werden. Abfragen, die auf mehreren Tabellen beruhen, können nur innerhalb einer Datenbank erstellt werden."
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr "Festlegen des Verbindungstyps"
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr "Wenn Sie auf die Verbindungslinie zwischen zwei verknüpften Feldern doppelklicken oder <emph>Einfügen - Neue Relation...</emph> wählen, können Sie im Dialog <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Verbundeigenschaften\"><emph>Verbundeigenschaften</emph></link> (Relationen) den gewünschten Verbindungstyp angeben."
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Bearbeiten der Verbundeigenschaften.</ahelp> Alternativ drücken Sie die Tabulatortaste, bis die Verbindungslinie ausgewählt ist. Dann drücken Sie Umschalt+F10, um das Kontextmenü anzuzeigen und dort den Befehl <emph>Bearbeiten</emph> auszuwählen. Einige Datenbanken unterstützen nur eine Teilmenge der möglichen Verbindungsarten."
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr "Beziehungen löschen"
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr "Um eine Beziehung zwischen zwei Tabellen zu löschen, klicken Sie die Verbindungslinie mit der Maus an und drücken Sie dann die Taste Entf."
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr "Sie können auch die entsprechenden Einträge aus der Liste <emph>beteiligte Felder</emph> im Dialog <emph>Verbundeigenschaften</emph> löschen. Oder drücken Sie die Tabulatortaste, bis die Verbindungslinie hervorgehoben wird, drücken Sie Umschalt+F10 zum Öffnen des Kontextmenüs und wählen Sie den Befehl <emph>Löschen</emph>."
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr "Definieren der Abfrage"
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Wählen Sie die Bedingungen zum Definieren der Abfrage.</ahelp> Jede Spalte der Entwurfstabelle nimmt ein Datenfeld für die Abfrage auf. Die Bedingungen in einer Zeile werden durch ein logisches UND verknüpft."
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr "Festlegen von Feldnamen"
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr "Wählen Sie zunächst in den Tabellen alle Feldnamen aus, die in der Abfrage berücksichtigt werden sollen. Dies geschieht entweder mittels Ziehen-und-Ablegen oder durch Doppelklicken auf einen Feldnamen im Tabellenfenster. Beim Ziehen-und-Ablegen ziehen Sie einen Feldnamen mit der Maus aus dem Tabellenfenster in den unteren Fensterbereich des Abfrageentwurfs. Dabei können Sie entscheiden, in welche Spalte im Abfrageentwurf das Feld eingefügt werden soll. Sie können auch einen Feldnamen auswählen, indem Sie darauf doppelklicken. Er wird dann in die nächste freie Spalte im Abfrageentwurf eingefügt."
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr "Datenfelder löschen"
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr "Um ein Datenfeld aus der Abfrage zu entfernen, klicken Sie mit der rechten Maustaste in den Spaltenkopf des Feldes und rufen Sie dann den Befehl <emph>Löschen</emph> im Kontextmenü der Spalte auf."
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr "Speichern der Abfrage"
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr "Mit dem Symbol <emph>Speichern</emph> in der Symbolleiste Standard speichern Sie die Abfrage. Sie sehen einen Dialog, der Sie zum Eingeben eines Namens für die Abfrage auffordert. Wenn die Datenbank Schemata unterstützt, können Sie auch einen Schemanamen eingeben:"
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr "Schema"
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Geben Sie den Namen des Schemas ein, dem die Abfrage/Tabellenansicht zugeordnet wird.</ahelp>"
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr "Name der Abfrage/Tabellenansicht"
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">Geben Sie den Namen der Abfrage/Tabellenansicht ein.</ahelp>"
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr "Filterung der Daten"
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr "Zum Filtern der Daten für die Abfrage geben Sie im unteren Fensterbereich der Entwurfsansicht die gewünschten Kriterien ein. Die folgenden Optionen stehen zur Verfügung:"
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr "Feld"
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Geben Sie den Namen des Datenfelds ein, auf das sich die Abfrage bezieht. Alle Einstellungen in der Zeilen Filteroptionen gelten für dieses Feld.</ahelp> Wenn Sie hier eine Zelle per Mausklick aktivieren, wird eine Pfeilschaltfläche eingeblendet, die zum Auswählen von Feldern dient. Mit der Option \"Tabellenname.*\" wählen Sie alle Datenfelder aus, sodass die eingegebenen Kriterien auf alle Tabellenfelder angewendet werden."
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr "Alias"
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Dient zur Angabe eines Aliasnamens. Der Aliasname wird in einer Abfrage anstelle des Feldnamens angezeigt. Diese Funktion ermöglicht den Einsatz benutzerdefinierter Spaltenbeschriftungen.</ahelp> Heißt das Datenfeld in der Tabelle beispielsweise Teilenr. und Sie möchten, dass in der Abfrage stattdessen der Name Teilenummer erscheint, so geben Sie Teilenummer als den Aliasnamen ein."
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr "In einer SQL-Anweisung werden Aliasnamen wie folgt festgelegt:"
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr "SELECT column AS alias FROM table."
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr "Beispiel:"
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr "SELECT \"ArtikelNr\" AS \"Artikel-Nummer\" FROM \"Artikel\""
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr "Tabelle"
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">Hier ist die zugehörige Datenbanktabelle des ausgewählten Datenfelds angegeben.</ahelp> Wenn Sie die Zelle per Mausklick aktivieren, wird eine Pfeilschaltfläche eingeblendet, die zur Auswahl einer anderen Tabelle der aktuellen Abfrage dient."
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr "Sortierung"
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">Wenn Sie diese Zelle anklicken, können Sie eine Sortieroptionen wählen: aufsteigend, absteigend oder unsortiert.</ahelp> Text-Felder werden alphabetisch sortiert, numerische Felder numerisch. Für die meisten Datenbanken können die Administratoren die Sortieroptionen auf der Datenbankebene setzen."
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr "Sichtbar"
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">Wählen Sie die Eigenschaft <emph>Sichtbar</emph> für ein Datenfeld, wird dieses Feld in der resultierenden Abfrage sichtbar dargestellt.</ahelp> Um ein Datenfeld nur zur Formulierung einer Bedingung oder für eine Berechnung zu nutzen, brauchen Sie es für die Abfrage nicht unbedingt anzuzeigen."
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr "Kriterien"
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Hier legen Sie ein erstes <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Kriterien\">Kriterium</link> fest, nach dem der Inhalt des Datenfeldes gefiltert werden soll.</ahelp>"
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr "oder"
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr "Hier können Sie in jede Zeile je ein weiteres Filterkriterium eingeben. Mehrere Kriterien in einer einzelnen Spalte werden als ODER-Verknüpfung interpretiert."
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr "Darüber hinaus können Sie über das Kontextmenü der Zeilenköpfe im unteren Bereich des Fensters Abfrageentwurf noch einen auf einer Funktion basierenden Filter einfügen:"
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "Funktionen"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Hier können Sie eine Funktion auswählen, die in der Abfrage ausgeführt werden soll.</ahelp> Die hier verfügbaren Funktionen hängen dabei von den unterschiedlichen Möglichkeiten des von Ihnen verwendeten Datenbanksystems ab."
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr "Falls Sie mit der eingebetteten HSQL-Datenbank arbeiten, bietet Ihnen das Listenfeld in der Zeile <emph>Funktion</emph> die folgenden Optionen:"
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr "Option"
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr "Auswirkung"
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr "keine Funktion"
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr "Es wird keine Funktion ausgeführt."
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr "Durchschnitt"
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr "Berechnet das arithmetische Mittel eines Feldes."
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr "Anzahl"
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr "Bestimmt die Anzahl der Datensätze in der Tabelle. Dabei können leere Felder entweder gezählt (a) oder ausgeschlossen (b) werden."
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr "a) COUNT(*): Wenn Sie als Argument ein Sternchen übergeben, werden alle Datensätze der Tabelle gezählt."
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr "b) COUNT(Spalte): Wenn Sie einen Feldnamen als Argument übergeben, werden nur die Datensätze gezählt, in denen das angegebene Feld einen Wert enthält. Datensätze, in denen das Feld einen Nullwert hat (das heißt keinen Text- oder Zahlenwert enthält), werden nicht gezählt."
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr "Maximum"
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr "Ermittelt den höchsten Wert eines Datensatzes für das Feld."
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr "Minimum"
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr "Ermittelt den niedrigsten Wert eines Datensatzes für das Feld."
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr "Summe"
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr "Berechnet die Summe der Werte des Datensatzes für das zugehörige Feld."
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr "Gruppierung"
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr "Gruppiert Abfragedaten nach dem ausgewählten Feldnamen. Die Funktionen werden für die angegebenen Gruppen ausgeführt. Diese Option entspricht in SQL der Klausel GROUP BY. Wenn Sie ein Kriterium hinzufügen, erscheint dieser Eintrag in SQL nach dem Unterabschnitt HAVING."
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr "Es besteht auch die Möglichkeit, Funktionsaufrufe direkt in den SQL-Ausdruck einzugeben. Die Syntax lautet:"
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr "SELECT FUNCTION(column) FROM table."
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr "Im SQL lautet der Funktionsaufruf zur Summenberechnung beispielsweise:"
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr "SELECT SUM(\"Preise\") FROM \"Artikel\"."
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr "Bis auf die Funktion <emph>Gruppierung</emph> heißen die obigen Funktionen alle Aggregat-Funktionen. Das sind Funktionen, die Daten durch Berechnungen zu Ergebnissen zusammenfassen. Weitere Funktionen sind möglich, die nicht im Listenfeld aufgeführt sind. Diese hängen spezifisch vom verwendeten Datenbanksystem und von der vom aktuellen Base-Treiber für die Verbindung zum Datenbanksystem zur Verfügung gestellten Funktionalität ab."
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr "Um andere Funktionen zu benutzen, die nicht im Listenfeld aufgeführt sind, müssen Sie sie manuelle unter <emph>Feld</emph> eingeben."
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr "Für Funktionsaufrufe können Sie ebenfalls Aliasnamen zuweisen. Wenn die Abfragezeichenkette nicht im Spaltenkopf anzeigen werden soll, geben Sie den gewünschten Namen unter <emph>Alias</emph> ein."
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr "Im SQL-Statement lautet ein entsprechender Funktionsaufruf:"
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr "SELECT FUNCTION() AS alias FROM table"
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "Beispiel:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr "SELECT COUNT(*) AS count FROM \"Artikel\""
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr "Wenn Sie eine solche Funktion ausführen, können Sie keine weiteren Spalten für die Abfrage einfügen, außer als ein Argument in einer Funktion \"Gruppierung\"."
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "<emph>Beispiele</emph>"
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr "Im folgenden Beispiel wird eine Abfrage über zwei Tabellen ausgeführt: eine Tabelle \"Artikel\" mit dem Feld \"Artikel_Nr\" und eine Tabelle \"Lieferanten\" mit dem Feld \"Lieferanten_Name\". Außerdem besitzen beide Tabellen ein gemeinsames Datenfeld \"Lieferanten_Nr\"."
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr "Um eine Abfrage zu erstellen, die alle Lieferanten beinhaltet, die mehr als drei Artikel liefern, sind folgende Schritte nötig:"
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "Die Tabelle \"Artikel\" und \"Lieferanten\" in den Abfrageentwurf einfügen."
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr "Die Felder \"Lieferanten_Nr\" beider Tabellen verbinden, falls es nicht schon eine entsprechende Relation zwischen den Tabellen gibt."
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr "Klicken Sie doppelt auf das Feld \"Artikel_Nr\" in der Tabelle \"Artikel\". Blenden Sie die Zeile <emph>Funktion</emph> über das Kontextmenü ein und wählen Sie die Funktion Anzahl aus."
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "Als Kriterium >3 eingeben und das Sichtbar-Feld ausschalten."
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "Das Feld \"Lieferanten_Name\" aus der Tabelle \"Lieferanten\" doppelt anklicken, und die Funktion Gruppierung auswählen."
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr "Führen Sie die Abfrage aus."
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr "Wenn in der Tabelle \"Artikel\" die Felder \"Preis\" (für den Einzelpreis eines Artikels) und \"Lieferanten_Nr\" (für den Lieferanten des Artikels) existieren, können Sie mit folgender Abfrage den Durchschnittspreis der Artikel erhalten, die ein Lieferant bereitstellt:"
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr "Die Tabelle \"Artikel\" in den Abfrageentwurf einfügen."
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr "Die Felder \"Preis\" und \"Lieferanten_Nr\" doppelt anklicken."
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr "Die Zeile <emph>Funktion</emph> einschalten und bei dem Feld \"Preis\" die Funktion Durchschnitt auswählen."
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr "Auf Wunsch in der Zeile für den Aliasnamen \"Durchschnitt\" eintragen (ohne Anführungsstriche)."
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr "Bei dem Feld \"Lieferanten_Nr\" die Gruppierung auswählen."
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr "Führen Sie die Abfrage aus."
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr "Folgende Kontextmenübefehle und Symbole sind vorhanden:"
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "Funktionen"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Blendet eine Zeile für die Auswahl von Funktionen ein oder aus.</ahelp>"
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr "Tabellenname"
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Blendet die Zeile für den Tabellennamen ein oder aus.</ahelp>"
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr "Aliasname"
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Blendet die Zeile für den Aliasnamen ein oder aus.</ahelp>"
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr "Eindeutige Werte"
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Ruft nur eindeutige Werte über die Abfrage ab.</ahelp> Dies gilt für mehrere Datensätze, welche mehrere wiederholt vorkommende Daten in den ausgewählten Feldern enthalten könnten. Ist der Befehl <emph>Eindeutige Werte</emph> aktiv, wird nur ein Datensatz in der Abfrage angezeigt (DISTINCT). Anderenfalls sind alle die Abfragekriterien erfüllenden Datensätze sichtbar (ALL)."
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr "Wenn beispielsweise der Name \"Schmitt\" mehrmals in der Adressendatenbank vorkommt, können Sie mithilfe des Befehls <emph>Eindeutige Werte</emph> angeben, dass er in der Abfrage nur einmal erscheinen soll."
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr "Bei Abfragen über mehrere Felder muss die Kombination der Werte aus allen Feldern eindeutig sein, damit das Ergebnis eines Datensatzes aufgenommen wird. Nehmen wir an, das Adressbuch enthält einmal \"Schmitt in Hamburg\" und zweimal \"Schmitt in Mainz\". Mit dem Befehl <emph>Eindeutige Werte</emph> liefert die Abfrage über die Felder \"Nachname\" und \"Stadt\" als Ergebnis einmal \"Schmitt in Hamburg\" und einmal \"Schmitt in Mainz\"."
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr "Dieser Befehl entspricht in SQL dem Prädikat DISTINCT."
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr "Limit"
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Erlaubt Ihnen, die maximale Anzahl an Datensätzen, welche die Anfrage zurückgibt, zu begrenzen.</ahelp>"
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr "Wenn ein Parameter <emph>Limit</emph> hinzugefügt wurde, werden Sie nur so viele Zeilen angezeigt bekommen, wie Sie festgelegt haben. Andernfalls werden Sie alle Datensätze entsprechend der Abfragekriterien sehen."
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr "Formulieren von Filterbedingungen"
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr "Für das Formulieren von Filterbedingungen stehen Ihnen verschiedene Operatoren und Befehle zur Verfügung. Außer den relationalen Operatoren gibt es auch SQL-spezifische Befehle zum Abfragen der Inhalte von Datenbankfeldern. Wenn Sie diese Befehle in der $[officename]-Syntax verwenden, konvertiert $[officename] sie automatisch in die entsprechende SQL-Syntax mittels eines internen Parsers. Sie können SQL-Befehle auch direkt eingeben und den internen Parser so umgehen. Die folgenden Tabellen bieten einen Überblick über die Operatoren und Befehle:"
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr "Operator"
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "Bedeutung"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "Bedingung ist erfüllt, wenn..."
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr "ist gleich"
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr "... der Feldinhalt mit dem angegebenen Ausdruck identisch ist."
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr "Der Operator = wird in den Abfragefeldern nicht angezeigt. Geben Sie einen Wert ohne Operator ein, wird der Operator = automatisch angenommen."
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr "ist ungleich"
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr "... der Feldinhalt dem angegebenen Ausdruck nicht entspricht."
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr "ist größer"
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr "... der Feldinhalt größer ist als der angegebene Ausdruck."
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr "ist kleiner"
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr "... der Feldinhalt kleiner ist als der angegebene Ausdruck."
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr "ist größer oder gleich"
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr "... der Feldinhalt größer oder gleich dem angegebenen Ausdruck ist."
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr "ist kleiner oder gleich"
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr "... der Feldinhalt kleiner oder gleich dem angegebenen Ausdruck ist."
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr "$[officename]-Befehl"
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr "SQL-Befehl"
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "Bedeutung"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "Bedingung ist erfüllt, wenn..."
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr "ist leer"
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr "... das Datenfeld leer ist. Bei Ja/Nein-Feldern mit drei möglichen Zuständen fragt dieser Befehl den unbestimmten Zustand ab (weder Ja noch Nein)."
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr "ist nicht leer"
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr "... das Datenfeld nicht leer ist. Beispielsweise enthält es Daten."
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr "Platzhalter (*) für beliebig viele Zeichen"
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr "Platzhalter (?) für genau ein Zeichen"
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr "<bookmark_value>Platzhalter; in SQL-Abfragen</bookmark_value>"
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr "Platzhalter (%) für beliebig viele Zeichen"
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr "Platzhalter (_) für genau ein Zeichen"
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr "ist Bestandteil von"
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr "... das Datenfeld den angegebenen Ausdruck enthält. Platzhalter (*) geben hierbei an, ob der Ausdruck x am Anfang (x*), am Ende (*x) oder innerhalb des Feldinhalts (*x*) vorkommt. Als Platzhalter können Sie in SQL-Abfragen das SQL-Zeichen % eingeben, in der %PRODUCTNAME Oberfläche die aus dem Dateisystem gewohnten Platzhalter (*)."
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr "Der Platzhalter (*) oder (%) steht für beliebig viele Zeichen. Für genau ein Zeichen dient in der $[officename] Oberfläche das Fragezeichen (?) oder in SQL-Abfragen der Unterstrich (_) als Platzhalter."
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr "ist nicht Bestandteil von"
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr "... das Datenfeld den angegebenen Ausdruck nicht enthält."
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr "liegt im Intervall [x,y]"
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr "... das Datenfeld einen Wert enthält, der zwischen den beiden Werten x und y liegt."
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr "liegt nicht im Intervall [x,y]"
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr "... das Datenfeld einen Wert enthält, der nicht zwischen den beiden Werten x und y liegt."
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr "Achten Sie auf Semikolons als Trennzeichen in allen Wertelisten!"
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr "enthält a, b, c..."
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr "... das Datenfeld einen der angegebenen Ausdrücke a, b, c,... enthält. Es können beliebig viele Ausdrücke angegeben werden, das Abfrageergebnis wird durch einen boolesche Operator ODER ermittelt. Die Ausdrücke a, b, c... können sowohl Zahlen als auch Zeichen sein."
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr "enthält nicht a, b, c..."
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr "... das Datenfeld einen der angegebenen Ausdrücke a, b, c,... nicht enthält."
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr "hat den Wert True"
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr "... das Datenfeld den Wert True hat."
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr "hat den Wert False"
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr "... das Datenfeld den Wert FALSCH enthält."
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "Beispiele"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr "liefert Datenfelder mit dem Feldinhalt \"Frau\"."
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr "liefert Daten, die vor dem 10 Januar 2001 liegen"
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr "liefert Datensätze mit Feldinhalten wie \"Hallo\" und \"Hello\"."
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr "liefert Datensätze mit Feldinhalten wie \"Sun\"."
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr "liefert Datensätze mit Feldinhalten zwischen den Werten 10 und 20. (Dabei kann es sich sowohl um Textfelder als auch um Zahlenfelder handeln.)"
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr "liefert Datensätze mit den Werten 1, 3, 5, 7. Beinhaltet das Datenfeld beispielsweise eine Artikel-Nummer, können Sie eine Abfrage erstellen, die bestimmte Artikel mit der angegebenen Nummer liefert."
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr "liefert Datensätze, die nicht \"Müller\" enthalten."
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr "Beispiel: select * from Artikel where Artikelname like 'Der *%' {escape '*'}"
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr "Das Beispiel liefert alle Einträge, wo der Artikelname mit 'Der *' beginnt. Sie können somit auch nach Zeichen suchen, die sonst als Platzhalter interpretiert werden, wie *, ?, _, % oder der Punkt."
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "Beispiel: select Artikel.* from {oj Artikel LEFT OUTER JOIN Bestellungen ON Artikel.Nr=Bestellungen.ANR}"
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr "Abfrage von Textfeldern"
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr "Um den Inhalt eines Textfeldes abzufragen, müssen Sie den Ausdruck in einfache Anführungszeichen setzen. Die Unterscheidung zwischen Groß- und Kleinschreibung hängt von der verwendeten Datenbank ab. LIKE unterscheidet per Definition Groß- und Kleinschreibung (obwohl einige Datenbanken dies nicht strikt interpretieren)."
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr "Abfrage von Datumsfeldern"
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr "<emph>Datumsfelder</emph> werden als #Date# dargestellt, um sie eindeutig als Daten zu identifizieren. Datum-, Zeit- und Datum-/Zeitkonstanten (Literale), die in Bedingungen verwendet werden, können entweder vom Typ SQL-Excape-Syntax oder Standard-SQL2-Syntax sein."
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr "Datentypelement"
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr "SQL-Abbruchsyntax #1 - kann veraltet sein"
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr "SQL-Abbruchsyntax #2"
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr "SQL2 Syntax"
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "Datum"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr "Zeit"
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr "DatumZeit"
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr "Beispiel: select {d '1999-12-31'} from world.years"
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr "Beispiel: select * from mytable where years='1999-12-31'"
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr "Alle Datumausdrücke (date literals) müssen in Hochkommata eingeschlossen werden. (Schlagen Sie für weitere Details die Referenz für die spezielle Datenbank und den Verbinder, die Sie benutzen, nach.)"
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr "Abfrage von Ja/Nein-Feldern"
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr "Um Ja/Nein-Felder abzufragen, verwenden Sie für dBase-Tabellen die folgende Syntax:"
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr "Zustand"
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr "Abfragekriterium"
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "Beispiel"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "Ja"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr "bei dBase-Tabellen: ungleich zu jedem Wert"
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr "=1 liefert alle Datensätze, bei denen das Ja/Nein-Feld den Zustand \"Ja\" oder \"an\" hat (schwarze Markierung)."
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "Nein"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr "=0 liefert alle Datensätze, bei denen das Ja/Nein-Feld den Zustand \"Nein\" oder \"aus\" hat (keine Markierung)."
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr "Leer"
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr "IS NULL"
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr "IS NULL liefert alle Datensätze, bei denen das Ja/Nein-Feld keinen der beiden Zustände Ja oder Nein hat (graue Markierung)."
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr "Die Syntax ist von dem jeweiligen Datenbanksystem abhängig. Beachten Sie außerdem, dass Ja/Nein-Felder unterschiedlich definiert sein können (nur zwei anstelle von 3 Zuständen)."
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr "Parameterabfragen"
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr "Parameterabfragen erlauben es dem Benutzer, während der Laufzeit Werte einzugeben. Diese Werte werden innerhalb der Kriterien zur Auswahl der anzuzeigenden Datensätze verwendet. Jeder dieser Werte hat einen damit verbundenen Parameternamen, welcher dazu benutzt wird, den Benutzer während der Abfrage zur Eingabe aufzufordern."
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr "Parameternamen wird sowohl in der Entwurfs- als auch in der SQL-Ansicht einer Abfrage ein Doppelpunkt vorangestellt. Dies kann immer dort geschehen, wo ein Wert erscheinen kann. Falls derselbe Wert mehr als einmal in der Abfrage erscheint, wird derselbe Parametername benutzt."
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr "Im einfachsten Fall, bei dem der Benutzer einen Wert eingibt, der auf Gleichheit überprüft werden soll, wird der Parametername mit seinem vorangestellten Doppelpunkten in der Kriteriumszeile eingeben. Im <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL-Modus</link> sollte dies als <item type=\"input\">WHERE \"Feld\" = :Parametername</item> eingegeben werden."
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr "Parameternamen dürfen keines der Zeichen <item type=\"input\"><Leerstelle>`!\"$%^*()+={}[]@'~#<>?/,</item> enthalten. Sie dürfen nicht gleich Feldnamen oder für SQL reservierten Wörter sein. Sie können aber gleich Aliasen sein."
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr "Eine nützliche Konstruktion, um Datensätze basierend auf Inhaltsteilen eines Textfelds auszuwählen, besteht darin, eine versteckte Spalte mit <item type=\"input\">\"LIKE '%' || :Teil_des_Felds || '%'\"</item> als Kriterium hinzuzufügen. Dies wird Datensätze mit einem exakten Treffer auswählen. Falls ein Test ohne Berücksichtigung der Groß- und Kleinschreibung benötigt wird, besteht eine Lösung darin <item type=\"input\">LOWER (Feldname)</item> als Feld und <item type=\"input\">LIKE LOWER ( '%' || :Teil_des_Felds || '%' )</item> als Kriterium zu benutzen. Beachten Sie, dass die Leerzeichen im Kriterium wichtig sind; falls sie weggelassen werden, interpretiert der SQL-Parser das gesamte Kriterium als eine passende Zeichenkette. Im <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL-Modus</link> sollte dies als <item type=\"input\">LOWER ( \"Feldname\" ) LIKE LOWER ( '%' || :Teil_des_Felds || '%' )</item> eingegeben werden."
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr "Parameterabfragen können als Datenquelle für <link href=\"text/shared/02/01170203.xhp\" name=\"Unterformulare\">Unterformulare</link> verwendet werden, um es dem Benutzer zu erlauben, die angezeigten Datensätze einzuschränken."
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr "Parameter-Eingabe"
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Der Dialog <emph>Parametereingabe</emph> fordert den Benutzer zur Eingabe der Parameterwerte auf. Geben Sie einen Wert für jeden Abfrageparameter ein und bestätigen mit einem Klick auf <emph>OK</emph> oder durch Drücken der <emph>Eingabetaste</emph>.</ahelp>"
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr "Die eingegebenen Werte des Benutzers können jegliche Zeichen enthalten, die für SQL für das relevante Kriterium zulässig sind; dies kann vom zugrundeliegenden Datenbanksystem abhängen."
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr "Der Benutzer kann die SQL-Platzhalter \"%\" (beliebige Zeichenkette) oder \"_\" (beliebiges einzelne Zeichen) als Teil des Werts benutzen, um Datensätze mit komplexeren Kriterien abzufragen."
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr "SQL-Modus"
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr "SQL steht für \"Structured Query Language\" und beschreibt Anweisungen, um relationale Datenbanken abzufragen, zu aktualisieren und zu verwalten."
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr "Da $[officename] nicht die Eingabe des SQL-Codes verlangt, können Sie die meisten Abfragen auch ohne SQL-Kenntnisse durchführen. Während Sie eine Abfrage im Abfrageentwurf erstellen, setzt $[officename] Ihre Anweisungen automatisch in die entsprechende SQL-Syntax um. Wenn Sie mit der Schaltfläche <emph>Entwurfsansicht ein/aus</emph> in die SQL-Ansicht wechseln, sehen Sie die SQL-Befehle einer bereits erstellten Abfrage."
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr "Sie können Ihre Abfrage direkt in SQL-Code formulieren. Dabei ist jedoch zu beachten, dass die spezielle Syntax von Ihrem verwendeten Datenbanksystem abhängt."
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr "Wenn Sie den SQL-Code von Hand eingeben, können Sie SQL-spezifische Abfragen anlegen, die nicht von der grafischen Oberfläche im <emph>Abfrageentwurf</emph> unterstützt werden. Diese Abfragen müssen im Native-SQL-Modus ausgeführt werden."
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr "Indem Sie auf das Symbol <link href=\"text/shared/02/14030000.xhp\" name=\"SQL-Befehl direkt ausführen\"><emph>SQL-Befehl direkt ausführen</emph></link> in der SQL-Ansicht klicken, haben Sie die Möglichkeit, eine Abfrage zu formulieren, die nicht von $[officename] verarbeitet, sondern direkt an das Datenbankmodul gesendet wird."
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5488,14 +3274,14 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr "In diesem Dialog können Sie nur Verwaltungsbefehle, wie beispielsweise Grant, Create Table oder Drop Table, eingeben und keine Filterbefehle. Die Befehle, die Sie eingeben können, hängen von der Datenquelle ab. Beispielsweise kann dBase nur einige der hier aufgelisteten SQL-Befehle ausführen."
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "Um eine SQL-Abfrage zum Filtern von Daten in einer Datenbank auszuführen, öffnen Sie den <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Abfrageentwurf\">Abfrageentwurf</link>."
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgstr ""
#. Ck9G4
#: 11080000.xhp
diff --git a/source/de/helpcontent2/source/text/shared/guide.po b/source/de/helpcontent2/source/text/shared/guide.po
index eeb64d995e4..4e38a4c7ada 100644
--- a/source/de/helpcontent2/source/text/shared/guide.po
+++ b/source/de/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-05 05:34+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/de/>\n"
@@ -6523,14 +6523,14 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr "Zum Speichern der Abfrage klicken Sie auf <emph>Speichern</emph> oder <emph>Speichern unter...</emph> <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Symbol</alt></image>."
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Abfrageentwurf\">Abfrageentwurf</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 2ArGc
#: data_forms.xhp
@@ -7081,14 +7081,14 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr "Klicken Sie auf <emph>Abfrage in der Entwurfsansicht erstellen</emph>."
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Das <link href=\"text/shared/explorer/database/02010100.xhp\">Abfrageentwurf-Fenster</link> wird angezeigt."
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
+msgstr ""
#. xGFGr
#: data_register.xhp
@@ -7747,14 +7747,14 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr "Geben Sie in ein oder mehrere Felder die Filterbedingungen ein. Wenn Sie Filterbedingungen in mehrere Felder eingeben, werden die Bedingungen durch logisches UND verknüpft."
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
-msgstr "Hinweise zu weiteren Platzhaltern und Operatoren finden Sie in der <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Hilfe zum Abfrageentwurf\">Hilfe zum Abfrageentwurf</link>."
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgstr ""
#. cEDEo
#: data_search2.xhp
@@ -8107,14 +8107,14 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr "Klicken Sie auf <emph>Ansicht erstellen</emph>."
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Das Fenster \"Ansichtsentwurf\" wird geöffnet, das mit dem <link href=\"text/shared/explorer/database/02010100.xhp\">Fenster \"Abfrageentwurf\"</link> nahezu identisch ist."
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
+msgstr ""
#. bTx8G
#: data_view.xhp
@@ -21058,14 +21058,14 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr "<bookmark_value>Änderungen; schützen</bookmark_value><bookmark_value>Schützen; aufgezeichnete Änderungen</bookmark_value><bookmark_value>Aufzeichnungen; schützen</bookmark_value><bookmark_value>Überarbeitungsfunktionen; Aufzeichnungen schützen</bookmark_value>"
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
-msgstr "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Vor Änderungen schützen...\">Vor Änderungen schützen...</link></variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
+msgstr ""
#. jVeUw
#: redlining_protect.xhp
diff --git a/source/de/helpcontent2/source/text/shared/optionen.po b/source/de/helpcontent2/source/text/shared/optionen.po
index 8f117fc3ef0..62b31eab388 100644
--- a/source/de/helpcontent2/source/text/shared/optionen.po
+++ b/source/de/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-09 21:11+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedoptionen/de/>\n"
@@ -61,14 +61,14 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr "Alle Einstellungen werden automatisch gespeichert. Ein Eintrag in dieser hierarchischen Ansicht wird durch einen Klick auf das Pluszeichen oder durch Doppelklick aufgeklappt und durch einen Klick auf das dann sichtbare Minuszeichen beziehungsweise einen erneuten Doppelklick wieder zugeklappt."
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
-msgstr "Sie sehen nur die Einträge, die für das aktuelle Dokument gelten. Wenn es sich beim aktuellen Dokument um ein Textdokument handelt, sehen Sie den Eintrag \"%PRODUCTNAME Writer\". Das gleiche System gilt für alle anderen Module von %PRODUCTNAME. %PRODUCTNAME Impress und %PRODUCTNAME Draw werden in diesem Dialog als ein einziges Modul behandelt. Die allgemeinen Einträge sind immer sichtbar."
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
+msgstr ""
#. uYcBu
#: 01000000.xhp
@@ -79,14 +79,14 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Wählen Sie den Bereich, dessen Voreinstellungen Sie sehen oder ändern möchten.</ahelp>"
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
-msgstr "Bemerkungen für Anwender von macOS: Die Hilfe erwähnt an mehreren Stellen den Menüpfad Extras - Optionen... Ersetzen Sie dies durch %PRODUCTNAME - Einstellungen auf Ihrem macOS Hauptmenü. Beide Menüeinträge öffnen den Dialog Optionen."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
+msgstr ""
#. WS53M
#: 01000000.xhp
@@ -5245,42 +5245,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Öffnet den Dialog <emph>Zertifizierungspfad</emph>.</ahelp>"
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr "TSAs"
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr "Hier können Sie eine Liste mit URLs von TSAs (Time Stamp Authorities) verwalten. TSAs stellen digital signierte Zeitstempel (RFC 3161) zur Verfügung, die optional beim Export von signierten PDF-Dokumenten verwendet werden können."
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr "TSAs"
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Öffnet den Dialog <emph>URLs von Time Stamp Authorities</emph>.</ahelp>"
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7522,6 +7486,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Legt die Farbe der Hervorhebung der geänderten Zeilen im Text fest.</ahelp>"
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16747,41 +16873,41 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr ""
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
-msgstr "OpenCL"
+msgid "OpenCL"
+msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
-msgstr "<bookmark_value>OpenCL; Einstellungen</bookmark_value><bookmark_value>Einstellungen; OpenCL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
+msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
-msgstr "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
-msgstr "OpenCL ist eine Technologie, um Berechnungen in großen Tabellendokumenten zu beschleunigen."
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
+msgstr ""
#. ddvkj
#: opencl.xhp
diff --git a/source/de/helpcontent2/source/text/simpress.po b/source/de/helpcontent2/source/text/simpress.po
index 4750c712bdc..d9ccc4facc0 100644
--- a/source/de/helpcontent2/source/text/simpress.po
+++ b/source/de/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-03-11 18:15+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress/de/>\n"
@@ -601,15 +601,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Flächenstil/-füllung\">Flächenstil/-füllung</link>"
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Schatten\">Schatten</link>"
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1105,15 +1096,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "Schaltet die 3D-Effekte für die gewählten Objekte ein beziehungsweise aus."
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaktion\">Interaktion</link>"
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/swriter/01.po b/source/de/helpcontent2/source/text/swriter/01.po
index b4ea344ad45..907c25ad491 100644
--- a/source/de/helpcontent2/source/text/swriter/01.po
+++ b/source/de/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-02 11:49+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/de/>\n"
@@ -22777,14 +22777,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr "<link href=\"text/swriter/01/05150100.xhp\" name=\"Während der Eingabe\">Während der Eingabe</link>"
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
-msgstr "<ahelp hid=\".uno:OnlineAutoFormat\">Formatiert das Dokument automatisch während der Eingabe. Um die Formatierungsoptionen festzulegen, wählen Sie <emph>Extras - AutoKorrektur - </emph><emph>AutoKorrektur-Optionen...</emph> und klicken dann auf das Register <emph>Optionen</emph>.</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
+msgstr ""
#. Ddr5r
#: 05150100.xhp
diff --git a/source/de/sfx2/messages.po b/source/de/sfx2/messages.po
index 53ff506d92e..fc6bed1a7c4 100644
--- a/source/de/sfx2/messages.po
+++ b/source/de/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-04 09:02+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/de/>\n"
@@ -928,8 +928,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "Grafikfilter nicht gefunden"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -945,43 +951,43 @@ msgstr ""
"\n"
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Fehlerhaftes Kennwort"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr "Der OpenPGP-Schlüssel ist nicht vertrauenswürdig, beschädigt oder die Verschlüsselung schlug fehl. Bitte versuchen Sie es erneut."
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Minimum $(MINLEN) Zeichen)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(Minimum 1 Zeichen)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(Das Kennwort kann leer sein.)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "Die Aktion konnte nicht ausgeführt werden. Das dafür benötigte %PRODUCTNAME Modul ist momentan nicht installiert."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -991,7 +997,7 @@ msgstr ""
"Möchten Sie das nachholen?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -1001,215 +1007,215 @@ msgstr ""
"Informationen zu Bestellmöglichkeiten finden Sie auf unserer Homepage."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Willkommen bei %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "Legen Sie hier ein Dokument ab oder wählen Sie auf der linken Seite eine Anwendung aus, um eines zu erstellen."
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr "Text"
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr "Regulärer Ausdruck"
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr "Vordefiniert"
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr "Unbekannt"
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr "Zielname"
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr "Typ"
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr "Inhalt"
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr "Groß- und Kleinschreibung beachten"
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr "Ganze Wörter"
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr "Ja"
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr "Nein"
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr "Ziel"
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr "Ziele laden"
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr "Ziele speichern"
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr "Alle Felder sind erforderlich"
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr "Es existiert bereits ein Ziel mit diesem Namen"
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr "Sie haben mehrere Ziele ausgewählt, es kann aber nur ein Ziel zurzeit bearbeitet werden."
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr "Möchten Sie wirklich $(TARGETSCOUNT) Ziele auf einmal löschen?"
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr "Zielset (*.json)"
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr "Ziel bearbeiten"
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr "Beim Hinzufügen eines neuen Ziels ist ein Fehler aufgetreten. Bitte melden Sie diesen Vorfall."
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr "Für die Redigierung wird das Zeichenmodul benötigt. Stellen Sie sicher, dass LibreOffice Draw installiert ist und ordnungsgemäß funktioniert."
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Aktuelle Version"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Exportieren"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Einfügen"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~Einfügen"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr "<Alle Bilder>"
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Eine Kopie speichern"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Vergleichen mit"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "Zusammenführen mit"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME Dokument"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " J: %1 M: %2 T: %3 H: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1219,31 +1225,31 @@ msgstr ""
"Der Wert wird als Text gespeichert."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Vorlage existiert bereits. Überschreiben?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Zurück"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Der Name wird bereits für eine Vorlage verwendet."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Diese Vorlage existiert nicht."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1253,7 +1259,7 @@ msgstr ""
"da eine Rekursion entstehen würde."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1263,7 +1269,7 @@ msgstr ""
"Bitte einen anderen Namen vergeben."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1275,73 +1281,73 @@ msgstr ""
"Sollen die ausgewählten Vorlagen gelöscht werden?\n"
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Vorlagen in Verwendung: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Navigator"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Fehlerhafte Bestätigung des Kennwortes"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Senden"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Schriftart"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Versionskommentar anzeigen"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(kein Name zugewiesen)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Hierarchisch"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "Soll die Aufzeichnung wirklich abgebrochen werden? Alle bis zu diesem Punkt aufgezeichneten Schritte gehen damit verloren."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Aufzeichnung abbrechen"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "Die Dokumentvorlagen werden jetzt für die erstmalige Benutzung einmal initialisiert."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1351,7 +1357,7 @@ msgstr ""
"Bitte wählen Sie einen Drucker aus und versuchen Sie es noch einmal."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1361,19 +1367,19 @@ msgstr ""
"Bitte überprüfen Sie Ihre Druckerkonfiguration."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Drucker bereits in Betrieb"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (Schreibgeschützt)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1385,7 +1391,7 @@ msgstr ""
"übernommen werden?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1397,7 +1403,7 @@ msgstr ""
"Dokument übernommen werden?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1409,7 +1415,7 @@ msgstr ""
"übernommen werden?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1419,7 +1425,7 @@ msgstr ""
"da noch ein Druckauftrag läuft."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1430,7 +1436,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1442,19 +1448,19 @@ msgstr ""
"Der Fehlercode ist $1"
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr "Fehler beim Versenden der Nachricht"
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "Das Dokument kann nicht bearbeitet werden, beispielsweise aufgrund fehlender Rechte. Möchten Sie stattdessen mit einer Kopie weiterarbeiten?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1464,471 +1470,471 @@ msgstr ""
"Möchten Sie eine Kopie des Dokuments bearbeiten?"
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr "Sie können auch versuchen, die Sperre zu ignorieren und die Datei zur Bearbeitung zu öffnen."
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "~Kopie öffnen"
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr "Öff~nen"
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (repariertes Dokument)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "Das Dokument wurde nicht vom Server abgemeldet."
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr "Helfen Sie uns, %PRODUCTNAME noch besser zu machen!"
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr "Mitmachen"
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr "Ihre Spenden unterstützen unsere weltweite Gemeinschaft."
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr "Spenden"
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr "Sie starten erstmals Version %PRODUCTVERSION von %PRODUCTNAME. Möchten Sie die Neuerungen kennenlernen?"
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr "Versionshinweise"
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Das Dokument ist schreibgeschützt geöffnet."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr "Diese PDF-Datei ist schreibgeschützt geöffnet, um das Signieren der bestehenden Datei zu ermöglichen."
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "Die Klassifizierungs-Beschriftung dieses Dokuments ist %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "Das Dokument muss klassifiziert sein, bevor die Zwischenablage eingefügt werden kann."
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "Dieses Dokument hat eine niedrigere Klassifizierungsebene als die Zwischenablage."
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "Ebene"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "Nationale Sicherheit:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Exportkontrolle:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Ausleihe"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Dokument bearbeiten"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Dokument signieren"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "Dieses Dokument hat eine ungültige Signatur."
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "Die Signatur ist gültig, aber das Dokument wurde geändert"
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "Die Dokumentsignatur ist OK, aber das Zertifikat konnten nicht verifiziert werden."
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "Die Signatur ist OK, aber das Dokument ist nur teilweise signiert."
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr "Das Zertifikat kann nicht verifiziert werden, sodass das Dokument nur teilweise signiert ist."
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "Dieses Dokument ist digital signiert und die Signatur ist gültig."
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "Signaturen anzeigen"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Fenster schließen"
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Andocken"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Abdocken"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Weitere Optionen"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Seitenleiste schließen"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "Einstellungen der Seitenleiste"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Anpassung"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Standard wiederherstellen"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "Seitenleiste schließen"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr "Alizarin"
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "Bienenkorb"
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Blauer Verlauf"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "Blaupausen Plan"
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "Leuchtend blau"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr "Klassisch rot"
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "DNA"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Fokus"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "Wald"
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "Impressionen"
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "Inspiration"
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "Lichter"
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "Kräftiges grün"
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "Metropolis"
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "Mitternachtsblau"
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "Natur"
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "Stift"
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "Klavier"
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "Portfolio"
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "Fortschritt"
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "Sonnenuntergang"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Traditionell"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "Lebendig"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "CV"
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "Resümee"
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "Standard"
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "Modern"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "Moderner Geschäftsbrief serifenlos"
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "Moderner Geschäftsbrief mit Serifen"
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "Geschäftsbrief mit Logo"
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "Einfach"
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Entfernen"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Alle löschen"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Kennwortlänge"
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "Das Kennwort, welches Sie eingegeben haben, verursacht Kompatibilitätsprobleme. Bitte geben Sie ein Kennwort ein, dass kürzer als 52 Bytes oder länger als 55 Bytes ist."
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr "[%{key}+Klick], um folgenden Hyperlink zu öffnen: %{link}"
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr "Klicken, um den Hyperlink zu öffnen: %{link}"
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(verwendet von: %STYLELIST)"
diff --git a/source/de/svx/messages.po b/source/de/svx/messages.po
index c9a47b8d929..868d815c765 100644
--- a/source/de/svx/messages.po
+++ b/source/de/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-04 09:02+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/de/>\n"
@@ -5311,1195 +5311,1227 @@ msgid "All formats"
msgstr "Alle Formate"
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr "Konkav kurz"
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Quadrat 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr "Kurzer Pfeil"
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr "Abmessungslinien"
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Doppelpfeil"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr "Dreieck"
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr "Konkav"
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr "Langer Pfeil"
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr "Abmessungslinie"
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Kreis"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Quadrat"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Pfeil"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr "Halbkreis"
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "Ungefülltes Dreieck"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "Ungefüllte Raute"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Raute"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Ungefüllter Kreis"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Ungefülltes Quadrat 45"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "Ungefülltes Quadrat"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr "Ungefüllter Halbkreis"
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr "Abmessungslinien Pfeil"
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr "Kurze Linie"
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr "Linie"
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr "Halber Pfeil links"
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr "Halber Pfeil rechts"
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr "Zurückhaltender Pfeil"
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr "Krähenfüße einer"
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr "Krähenfüße nur einer"
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr "Krähenfüße viele"
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr "Krähenfüße viele-einer"
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr "Krähenfüße keiner-einer"
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr "Krähenfüße keiner-viele"
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Transparenz"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr "Grün 1 (%PRODUCTNAME Grundfarbe)"
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "Grüner Akzent"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "Blauer Akzent"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "Oranger Akzent"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Purpur"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "Purpur Akzent"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "Gelb Akzent"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Gallery-Thema"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Erfolgreich wiederhergestellt"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "Original Dokument wiederhergestellt"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Wiederherstellung fehlgeschlagen"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "Wiederherstellung wird durchgeführt"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Noch nicht wiederhergestellt"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION hat mit der Wiederherstellung Ihrer Dokumente begonnen. Dieses kann abhängig von der Größe der Dokumente einige Zeit in Anspruch nehmen."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "Die Wiederherstellung Ihrer Dokumente ist abgeschlossen. Betätigen Sie die Schaltfläche 'Fertig', um zu den wiederhergestellten Dokumenten zu gelangen."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~Fertig"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Letzter eigener Wert"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Bildexport"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "Als Bild speichern"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Objekt(e) einfügen"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "3D-Objekt drehen"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Extrusionsobjekt erstellen"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Rotationskörper erstellen"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "3D-Objekt aufbrechen"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Alle]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Grafikfilter"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Neues Thema"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3D-Effekte"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Animationen"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Aufzählungszeichen"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Büro"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Flaggen"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Flussdiagramme"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Emoticons"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Bilder"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Hintergründe"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Homepage"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Interaktion"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Karten"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Personen"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Oberflächen"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Computer"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Diagramme"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Umgebung"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Finanzen"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Transport"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Textformen"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Klänge"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Symbole"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "Eigenes Thema"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Pfeile"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Sprechblasen"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Tastatur"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Zeit"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Präsentation"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Kalender"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Navigation"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Kommunikation"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Finanzen"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Computer"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Klima"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Schule & Uni"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Problemlösungen"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "ScreenBeans"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Auswahl drucken"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "Möchten Sie die Auswahl oder das gesamte Dokument drucken?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~Alles"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "Au~swahl"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Extrusion nach Nordwesten"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Extrusion nach Norden"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Extrusion nach Nordosten"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Extrusion nach Westen"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Extrusion nach hinten"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Extrusion nach Osten"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Extrusion nach Südwesten"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Extrusion nach Süden"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Extrusion nach Südosten"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 cm"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 cm"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 cm"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 cm"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~cm"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 inch"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0,~5 inch"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 inch"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 inch"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 inch"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Keine Füllung"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "Transparent"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Standard"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Umrandung"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Umrandungsstil"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "Weitere Nummerierungen…"
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "Weitere Aufzählungen…"
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "Nach Autor"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Seiten"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Formatierung löschen"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Weitere Vorlagen…"
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Weitere Optionen…"
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Schriftart"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "Name der Schriftart. Die gewählte Schriftart ist nicht verfügbar und wird ersetzt."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "Benutzerdefiniert"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "Dokumentfarben"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Dokumentfarbe"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Extrusion"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Extrusion anwenden ein/aus"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Nach unten kippen"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Nach oben kippen"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Nach links kippen"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Nach rechts kippen"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Extrusions Tiefe ändern"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Richtung ändern"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Projektionsmodus wechseln"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Beläuchtung ändern"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Helligkeit ändern"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Oberfläche ändern"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Extrusionsfarbe wechseln"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Favorit"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Fontwork-Form anwenden"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Fontwork-Buchstaben mit gleicher Höhe anwenden"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Fontwork-Ausrichtung anwenden"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Fontwork-Zeichenabstand anwenden"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "mit"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Stil"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "und"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Ecken-Steuerelement"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Auswahl eines Eckpunktes."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Links oben"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Mitte oben"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Rechts oben"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Links mittig"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Mitte"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Rechts mittig"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Links unten"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Mitte unten"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Rechts unten"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Steuerelement der Kontur"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Hier können Sie die Kontur bearbeiten."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Sonderzeichenauswahl"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Wählen Sie Sonderzeichen in diesem Bereich aus."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Zeichen-Code "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Für das Feld '#' ist eine Eingabe erforderlich. Geben Sie dort einen Wert ein."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formulare"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Kein Steuerelement ausgewählt"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Eigenschaften: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Formulareigenschaften"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Formular-Navigator"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formular"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formular"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Verstecktes Steuerelement"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Steuerelement"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Datensatz"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "von"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Feld hinzufügen:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Fehler beim Schreiben von Daten in die Datenbank"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Fehler bei der Analyse des Anfrageausdrucks"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Sie beabsichtigen, 1 Datensatz zu löschen."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "Sie beabsichtigen # Datensätze zu löschen."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6509,331 +6541,331 @@ msgstr ""
"Möchten Sie trotzdem fortfahren?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Symbolleiste Navigation"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Spalte"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Setzen der Eigenschaft '#'"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Einfügen in Container"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "# löschen"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "# Objekte löschen"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Ersetzen eines Containerelements"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Steuerelement ersetzen"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Schaltfläche"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Optionsfeld"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Markierfeld"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Beschriftungsfeld"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Gruppierungsrahmen"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Textfeld"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Formatiertes Feld"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Listenfeld"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Kombinationsfeld"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Grafische Schaltfläche"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Grafisches Steuerelement"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Dateiauswahl"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Datumsfeld"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Zeitfeld"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Numerisches Feld"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Währungsfeld"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Maskiertes Feld"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Tabellen-Steuerelement "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Bildlaufleiste"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Drehfeld"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Symbolleiste Navigation"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Mehrfachauswahl"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "Es existieren keine an ein gültiges Tabellenfeld gebundenen Steuerelemente im aktuellen Formular!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Datum)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Zeit)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Filter Navigator"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Filtern nach"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Oder"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "Im aktuellen Formular existieren keine gültig gebundenen Steuerelemente, die für die Tabellenansicht verwendet werden könnten."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AutoFeld>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Syntaxfehler im SQL-Ausdruck"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Der Wert #1 kann nicht mit WIE verwendet werden."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "WIE kann bei diesem Feld nicht benutzt werden."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Der eingegebene Wert ist kein gültiges Datum. Bitte geben Sie ein Datum in einem gültigen Format ein, beispielsweise TT.MM.JJ."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Das Feld kann nicht mit einem Integer verglichen werden."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Die Datenbank enthält keine Tabelle namens \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Die Datenbank enthält weder eine Tabelle noch eine Abfrage namens \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Die Datenbank enthält bereits eine Tabelle oder Ansicht namens \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Die Datenbank enthält bereits eine Abfrage namens \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Die Spalte \"#1\" ist in der Tabelle \"#2\" unbekannt."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Das Feld kann nicht mit einer Fließkommazahl verglichen werden."
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Das angegebene Kriterium kann nicht mit diesem Feld verglichen werden."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Daten Navigator"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (schreibgeschützt)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Die Datei existiert bereits. Soll sie überschrieben werden?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object#-Beschriftung"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6843,7 +6875,7 @@ msgstr ""
"Möchten Sie das Modell wirklich löschen?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6853,7 +6885,7 @@ msgstr ""
"Möchten Sie die Instanz wirklich löschen?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6863,13 +6895,13 @@ msgstr ""
"Möchten Sie das Element wirklich löschen?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Möchten Sie das Attribut '$ATTRIBUTENAME' wirklich löschen?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6881,7 +6913,7 @@ msgstr ""
"Möchten Sie die Vorlage wirklich löschen?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6893,994 +6925,994 @@ msgstr ""
"Möchten Sie die Bindung wirklich löschen?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Der angegebene Name '%1' ist nicht XML konform. Bitte geben sie einen anderen Namen ein."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Der angegebene Präfix '%1' ist nicht XML konform. Bitte geben Sie einen anderen Präfix ein."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Der angegebene Name '%1' existiert bereits. Bitte geben Sie einen neuen Namen ein."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Die Submission muss einen Namen haben."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Senden"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Put"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Kein"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Instanz"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Dokument"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Bindung: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Verweis: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Aktion: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Methode: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Ersetzen: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Element hinzufügen"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Element bearbeiten"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Element löschen"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Attribute hinzufügen"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Attribut bearbeiten"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Attribut löschen"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Bindung hinzufügen"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Bindung bearbeiten"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Bindung löschen"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Submission hinzufügen"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Submission bearbeiten"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Submission löschen"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Element"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Attribut"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Bindung"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Bindungsausdruck"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Sind Sie sicher, dass Sie die %PRODUCTNAME Dokumentwiederherstellungsdaten verwerfen möchten?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Links"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Rechts"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Mitte"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Dezimal"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Einfügemodus. Klicken Sie, um zum Überschreibmodus zu wechseln."
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Überschreibmodus. Klicken Sie, um zum Einfügemodus zu wechseln."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Überschreiben"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Einfügen"
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Digitale Signatur: Die Dokumentsignatur ist OK."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Digitale Signatur: Die Dokumentsignatur ist OK, aber die Zertifikate konnten nicht verifiziert werden."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr "Digitale Signatur: Die Dokumentsignatur stimmt nicht mit dem Dokumentinhalt überein. Wir empfehlen Ihnen dringend, diesem Dokument nicht zu vertrauen."
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Digitale Signatur: Das Dokument ist nicht signiert."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Digitale Signatur: Die Dokumentsignatur und das Zertifikat sind korrekt, aber nicht alle Bestandteile des Dokuments sind signiert."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Das Dokument wurde verändert. Klicken Sie, um es zu speichern."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "Das Dokument wurde seit dem letzten Speichern nicht verändert."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Dokument laden…"
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "Folie auf Fenstergröße anpassen."
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "Kann nicht alle SmartArts laden. Das Speichern in Microsoft Office 2010 oder später würde dieses Problem vermeiden."
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Maßstab. Rechtsklicken Sie, um den Maßstab zu ändern, oder klicken Sie, um den Dialog Maßstab zu öffnen."
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Vergrößern"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Verkleinern"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25 %"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50 %"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75 %"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100 %"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150 %"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200 %"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Ganze Seite"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Seitenbreite"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Optimale Ansicht"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Einschließlich V~orlagen"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Absatzv~orlagen"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Zellv~orlagen"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "Nach einer Formatierung suchen"
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "Durch Formatierung ersetzen"
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "Dokumentende erreicht"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "Ende des Dokuments erreicht, am Anfang fortgesetzt"
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "Tabellenende erreicht"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Suchbegriff nicht gefunden"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "Navigationselement nicht gefunden"
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "Dokumentanfang erreicht"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "Anfang des Dokuments erreicht, am Ende fortgesetzt"
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr "Erste Markierung erreicht, mit der letzten fortgesetzt"
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr "Letzte Markierung erreicht, mit der ersten fortgesetzt"
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Farbpalette"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "Pipette"
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "3D-Effekte"
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Ungültiges Kennwort"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Kennwörter stimmen nicht überein"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Kleine ausgefüllte kreisförmige Aufzählungszeichen"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Große ausgefüllte kreisförmige Aufzählungszeichen"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Ausgefüllte diamantförmige Aufzählungszeichen"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Große ausgefüllte quadratische Aufzählungszeichen"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Ausgefüllte nach rechts zeigende Pfeile als Aufzählungszeichen"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Nach rechts zeigende Pfeile als Aufzählungszeichen"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "Kreuzmarken als Aufzählungszeichen"
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "Kreuzmarken als Aufzählungszeichen"
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Nummer (1) (2) (3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Nummer 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Nummer (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Große römische Zahlen I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Großbuchstaben A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Kleinbuchstaben a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Kleinbuchstaben (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Kleine römische Zahlen i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Numerisch, numerisch, kleine Buchstaben, kleiner ausgefüllter kreisförmiger Aufzählungspunkt"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Numerisch, kleine Buchstaben, kleiner ausgefüllter kreisförmiger Aufzählungspunkt"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Numerisch, kleine Buchstaben, kleine römische Zahlen, große Buchstaben, kleiner ausgefüllter kreisförmiger Aufzählungspunkt"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Numerisch"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Große römische Zahlen, große Buchstaben, kleine römische Zahlen, kleine Buchstaben, kleiner ausgefüllter kreisförmiger Aufzählungspunkt"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Große Buchstaben, große römische Zahlen, kleine Buchstaben, kleine römische Zahlen, kleiner ausgefüllter kreisförmiger Aufzählungspunkt"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numerisch, vollständig"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Nach rechts zeigender Pfeil als Aufzählungspunkt, ausgefüllte schwarzer nach rechts zeigender Pfeil als Aufzählungspunkt, ausgefüllter schwarzer diamantförmiger Aufzählungspunkt, kleiner ausgefüllter kreisförmiger Aufzählungspunkt"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Die ZIP-Datei konnte nicht erstellt werden."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Tabellenvorlagen"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Aktionen rückgängig machen: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Aktionen rückgängig machen: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Aktionen wiederherstellen: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Aktionen wiederherstellen: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Suchen"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Groß- und Kleinschreibung beachten"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Formatierte Anzeige"
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) x $(HEIGHT) bei $(DPI) DPI"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) kB"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "GIF-Bild"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "JPEG-Bild"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "PNG-Bild"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "TIFF-Bild"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "WMF-Bild"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "MET-Bild"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "PCT-Bild"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "SVG-Bild"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "BMP-Bild"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Unbekannt"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Wechseln"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Bildmodus"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Rotanteil"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Grünanteil"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Blauanteil"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Helligkeit"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Kontrast"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Transparenz"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Zuschneiden"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Standard-Schreibrichtung"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Von oben nach unten"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Von unten nach oben"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Übereinander"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Linker Rand: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Oberer Rand: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Rechter Rand: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Unterer Rand: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Seitenbeschreibung: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Großbuchstaben"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Kleinbuchstaben"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Römisch groß"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Römisch klein"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabisch"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Keine"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Quer"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Hoch"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Links"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Rechts"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Alle"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Gespiegelt"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Datum: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Text: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Zeichenhintergrund"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Farbpalette"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr "Foliennummern:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7890,1916 +7922,1916 @@ msgstr ""
"Möchten Sie stattdessen die geänderte Version speichern?"
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Lateinisch"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Lateinisch, Ergänzung"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Lateinisch, Erweiterung A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Lateinisch, Erweiterung B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Lautschrift-Erweiterungen"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Phonetische Hilfszeichen"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Kombinierende diakritische Zeichen"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Griechisch"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Griechisch und Koptisch"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Kyrillisch"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armenisch"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Hebräisch"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Erweitertes Hebräisch"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Arabisch"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Erweitertes Arabisch"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengalisch"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Oriya"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamilisch"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malajalam"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thailändisch"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Laotisch"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Georgisch"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Erweitertes Georgisch"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangeul-Jamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Lateinisch, weitere Zusätze"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Griechisch, Erweiterung"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Interpunktion"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Hoch- und Tiefstellungen"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Währungszeichen"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Kombinierende diakritische Zeichen für Symbole"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Buchstabensymbole"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Zahlensymbole"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Pfeile"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Mathematische Operatoren"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Verschiedene technische Zeichen"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Steuerelementsymbole"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Optische Zeichenerkennung"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Umschlossene alphanumerische Zeichen"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Rahmenzeichnung"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Blockelemente"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Geometrische Formen"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Verschiedene Symbole"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbats"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK-Symbole und -Interpunktion"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangeul-Jamo, Kompatibilität"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "Verschiedene CJK-Zeichen"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Umschlossene CJK-Zeichen und -Monate"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK-Kompatibilität"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "Vereinheitlichte CJK-Ideogramme"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "Vereinheitlichte CJK-Ideogramme, Erweiterung A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Zeichensatzspezifische Symbole"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK-Kompatibilitätsideogramme"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Alphabetische Präsentationsformen"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Arabisch, Präsentationsformen A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Kombinierende halbe diakritische Zeichen"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK-Kompatibilitätsformen"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Kleine Formvarianten"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Arabisch, Präsentationsformen B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Halbbreite und breite Formen"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Spezielle"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Yi-Silbenzeichen"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Yi-Radikale"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Altitalisch"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gotisch"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret-Alphabet"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Byzantinische Musikzeichen"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Notenschriftzeichen"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Mathematische alphanumerische Zeichen"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "Vereinheitlichte CJK-Ideogramme, Erweiterung B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Vereinheitlichte CJK-Ideogramme, Erweiterung C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "Vereinheitlichte CJK-Ideogramme, Erweiterung D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "CJK-Kompatibilitätsideogramme, Ergänzung"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Markierungen"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Kyrillisch, Ergänzung"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Variantenselektoren"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Bereich zum privaten Gebrauch, Ergänzung A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Bereich zum privaten Gebrauch, Ergänzung B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Lue"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Khmer, Symbole"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Phonetische Erweiterungen"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Verschiedene Symbole und Pfeile"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "I-Ging-Hexagramme"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Linear B, Silbenzeichen"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Linear B, Ideogramme"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Ägäische Zahlen"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugaritisch"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shaw-Alphabet"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmaniya"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhalesisch"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetisch"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Birmanisch"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runen"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Syrisch"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Äthiopisch"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokee-Sprache"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Vereinheitlichte Silbenzeichen kanadischer Ureinwohner"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolisch"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Verschiedene Mathematische Symbole-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Pfeile, Ergänzung A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Braille-Zeichen"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Pfeile, Ergänzung B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Verschiedene Mathematische Symbole-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK-Radikale, Ergänzung"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Kangxi-Radikale"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Ideographische Beschreibungszeichen"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunóo"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanuwa"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buid"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo, Erweiterung"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Katakana, phonetische Erweiterungen"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "CJK-Striche"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Kyprisch"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Tai-Xuan-Jing-Symbole"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Variantenselektoren, Ergänzung"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Altgriechische Notenschriftzeichen"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Altgriechische Zahlen"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Arabisch, Ergänzung"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Buginesisch"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Kombinierende diakritische Zeichen, Ergänzung"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Koptisch"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Äthiopisch, Zusatz"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Äthiopisch, Ergänzung"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Georgisch, Ergänzung"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagolitisch"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharoshthi"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Modifizierende Tonzeichen"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Tai Lue (neu)"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Altpersisch"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Phonetische Erweiterungen, Ergänzung"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Interpunktion, Ergänzung"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Vertikale Formen"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "N’Ko"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balinesisch"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Lateinisch, Erweiterung C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Lateinisch, Erweiterung D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phagpa"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Phönizisch"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Keilschrift"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Keilschrift, Zahlzeichen und Interpunktion"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Zählstabziffern"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sundanesisch"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Kyrillisch, Erweiterung A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Kyrillisch, Erweiterung B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Cham"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Alte Symbole"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Diskos von Phaistos"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lykisch"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Karisch"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lydisch"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Mahjonggsteine"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Dominosteine"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samaritanisch"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Vereinheitlichte Silbenzeichen kanadischer Ureinwohner, Erweiterung"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Lanna"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Vedische Erweiterungen"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamun"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Allgemeine indische Ziffern"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari, Erweiterung"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangeul-Jamo, Erweiterung A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javanisch"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Birmanisch, Erweiterung A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meitei-Mayek"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangeul-Jamo, Erweiterung B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Aramäisch"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Altsüdarabisch"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestisch"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Parthisch"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Inschriften-Pahlavi"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Alttürkisch"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Rumi-Ziffern"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Ägyptisch, Hieroglyphen"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Umschlossene alphanumerische Zeichen, Ergänzung"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Zusätzliche umschlossene CJK-Zeichen"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandäisch"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batak"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Äthiopisch, Erweiterung A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brahmi"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Bamum, Ergänzung"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Kana, Ergänzung"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Spielkarten"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Verschiedene piktografische Symbole"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Smileys"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Verkehrs- und Kartensymbole"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Alchemistische Symbole"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Arabisch, Erweiterung A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Arabisch, mathematische alphanumerische Zeichen"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Meitei-Mayek, Erweiterungen"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Meroitisch-demotisch"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Meroitisch, Hieroglyphen"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Pollard"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sorang-Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Sundanesisch, Ergänzung"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Bassa Vah"
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Kaukasisch-albanisch"
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Koptisch, Zahlzeichen"
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Kombinierende diakritische Zeichen, Erweiterung"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Duployé"
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Elbasan"
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Geometrische Formen, Erweiterung"
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Khudabadi"
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Latein, Erweiterung E"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Linear A"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Manichäisch"
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Mende"
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modi"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Birmanisch, Erweiterung B"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Nabatäisch"
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Altnordarabisch"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Altpermisch"
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Ziersymbole"
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Palmyrenisch"
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "Psalter-Pahlavi"
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Kurzschrift-Steuerzeichen"
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Singhalesisch, Zahlzeichen"
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Pfeile, Ergänzung C"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Varang Kshiti"
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahom"
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Anatolisch, Hieroglyphen"
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Cherokee, Ergänzung"
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "Vereinheitlichte CJK-Ideogramme, Erweiterung E"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Frühe Keilschrift"
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Hatran"
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multanisch"
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Altungarisch"
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Verschiedene piktografische Symbole, Ergänzung"
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Sutton"
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Adlam"
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Kyrillisch, Erweiterung C"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Glagolitisch, Ergänzung"
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Ideographische Symbole und Interpunktion"
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Mongolisch, Ergänzung"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Newa"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Osage"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Xixia"
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Xixia-Komponenten"
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "Vereinheitlichte CJK-Ideogramme, Erweiterung F"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Kana, Erweiterung A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Masaram Gondi"
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Nüshu"
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Sojombo"
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Syrisch, Ergänzung"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "Dsanabadsar-Quadratschrift"
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "Schachsymbole"
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "Dogra"
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "Gunjala Gondi"
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "Hanifi Rohingya"
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Indische Siyaq-Zahlzeichen"
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "Makassar"
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Maya-Zahlzeichen"
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "Medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "Altsogdisch"
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "Sogdisch"
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr "Ägyptische Hieroglyphen-Steuerzeichen"
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr "Elymaisch"
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr "Nandinagari"
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr "Nyiakeng Puachue Hmong"
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr "Osmanische Siyaq-Zahlzeichen"
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr "Kleine Kana, erweitert"
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr "Piktografische Symbole, erweitert-A"
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr "Tamilisch, Ergänzung"
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr "Wancho"
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr "Chorasmian"
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr "Vereinheitlichte CJK-Ideogramme, Erweiterung G"
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr "Dhives Akuru"
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr "Kitan-Schmalschrift"
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr "Lisu Silbenschrift"
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr "Symbole für Retrocomputer"
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr "Xixia, Zusatz"
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr "Yezidi"
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "Links-nach-rechts (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "Rechts-nach-links (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Einstellungen des übergeordneten Objekts verwenden"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "Links-nach-rechts (horizontal)"
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "Rechts-nach-links (horizontal)"
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "Rechts-nach-links (vertikal)"
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "Links-nach-rechts (vertikal)"
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "Unten-nach-oben, links-nach-rechts (vertikal)"
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Fontwork"
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10585,244 +10617,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Diagonale Umrandungslinie von unten links nach oben rechts"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Keine"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "Aufzählungszeichen"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Grafiken"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "Verknüpfte Grafiken"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, …"
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, …"
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, …"
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, …"
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, …"
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr "1., 2., 3., …"
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr "Eins, Zwei, Drei, …"
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr "Erstens, Zweitens, Drittens, …"
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, …"
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, …"
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr "*, †, ‡, §, **, ††, …"
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Landesspezifische Zahlzeichen"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, … (Bulgarisch)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, … (Bulgarisch)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, … (Bulgarisch)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, … (Bulgarisch)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, … (Russisch)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, … (Russisch)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, … (Russisch)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, … (Russisch)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, … (Serbisch)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, … (Serbisch)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, … (Serbisch)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, … (Serbisch)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, … (Griechische Großbuchstaben)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, … (Griechische Kleinbuchstaben)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א…י, יא…כ, …"
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א…ת, אא…תת, …"
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١, ٢, ٣, ٤, … (Arabisch)"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱, ۲, ۳, ۴, … (Farsi)"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16060,7 +16093,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/de/sw/messages.po b/source/de/sw/messages.po
index 61b87abafa6..01b46ee7376 100644
--- a/source/de/sw/messages.po
+++ b/source/de/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2020-05-29 17:14+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/de/>\n"
@@ -575,7 +575,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Nummerierte Absätze"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -583,1301 +583,1337 @@ msgstr "Nummerierte Absätze"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10948,127 +10984,127 @@ msgid "Width:"
msgstr "Breite:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Abstand:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Breite und Abstand"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "Sti_l:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_Breite:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "Höh_e:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "_Position:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Oben"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Zentriert"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Unten"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_Farbe:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Trennlinie"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Spalten:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "_Inhalt über alle Spalten gleichmäßig verteilen"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Auswahl"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Aktuellen Bereich"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Ausgewählter Bereich"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Rahmen"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Seitenvorlage: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "An_wenden auf:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "_Textfluss:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Einstellungen"
@@ -12800,67 +12836,67 @@ msgid "Space to text"
msgstr "Abstand zum Text"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Fußnotenbereich"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_Position"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "_Stil"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "D_icke"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_Farbe"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "Län_ge"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "Abstan_d zum Fußnoteninhalt"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Links"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Zentriert"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Rechts"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "Trennlinie"
@@ -19095,7 +19131,7 @@ msgid "_More Options"
msgstr "_Weitere Optionen"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Weitere Optionen"
@@ -21277,43 +21313,43 @@ msgid "Remaining space:"
msgstr "Noch verfügbarer Platz:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Breite Spalte 2"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Breite Spalte 3"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Breite Spalte 4"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Breite Spalte 5"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Breite Spalte 6"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Breite Spalte 1"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Spaltenbreite"
diff --git a/source/dgo/chart2/messages.po b/source/dgo/chart2/messages.po
index 92acdb31c88..bf90aa596a5 100644
--- a/source/dgo/chart2/messages.po
+++ b/source/dgo/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:22+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2430,45 +2430,45 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "इबारत दिशा-विन्यास"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr ""
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "सादा"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "यथार्थ"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "लोड़ा मताबक करो"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr ""
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "गूढ़ा- फिक्काकरण"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
diff --git a/source/dgo/cui/messages.po b/source/dgo/cui/messages.po
index e3e212ce84d..c2f94706e8d 100644
--- a/source/dgo/cui/messages.po
+++ b/source/dgo/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4421,45 +4421,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr ""
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/dgo/dbaccess/messages.po b/source/dgo/dbaccess/messages.po
index 383067f81fd..5a1760b529c 100644
--- a/source/dgo/dbaccess/messages.po
+++ b/source/dgo/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: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-01-07 12:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: dgo (generated) <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/dgo/>\n"
@@ -976,20 +976,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "कम्म-काज"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "विवरण "
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "पूर्वद्रिश्श "
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
@@ -1002,31 +996,31 @@ msgstr ""
"\\क्या तुस सब्भै दस्तावेज हूनै बंद करना चांह्‌दे ओ? "
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "फार्म नांऽ "
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "~ रपोट नांऽ"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "फोल्डर नांऽ"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "इस दस्तावेज च मैक्रो ते / जां लिपियां जड़त फार्म ते / जां रपोटां न."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1037,262 +1031,262 @@ msgid ""
msgstr ""
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "जड़त डैटाबेस"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "तुस बक्खरियां कैटेगरियां नेईं चुनी सकदे."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "असमर्थनशुदा चीज किस्म लब्भी($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "उच्च विशेशतां"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "बाद्धू सैट्टिंगां"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "कनैक्शन सैट्टिंगां"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "टेबल नांऽ (~T)"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "पुच्छ -नांऽ (~Q)"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "गी परतियै नांऽ देओ"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "आंगर समावेश करो"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "क्या तुस चुने दा डेटा बचाना चांह्‌दे ओ?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "छंटाई ध्रुवें दी सैट्टिंग च गल्ती "
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "छंटाई ध्रुवें दी सैट्टिंग च गल्ती"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "कनैक्शन त्रुटी गेआ. "
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "पुच्छां "
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "टेबल(बहु.) "
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "म्हेसने दी पुश्टी करो "
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "क्या तुस टेबल '%1' म्हेसना चांह्‌दे ओ? "
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
#, fuzzy
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "डेटाबेस कन्नै कनैक्शन त्रुटी गेदा ऐ. क्या तुस इसी परतियै जोड़ना चांह्‌दे ओ ? "
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "चेतावनियां दरपेश आइयां. "
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "टेबल वापस हासल करदे बेल्लै, चेतावनियां डेटाबेस कनैक्शन आसेआ दित्तियां गेइयां हियां. "
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "\"$name$\" कन्नै कनैक्शन जोड़ा करदा ऐ ... "
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "$name$ पुच्छ लोड होआ करदी ऐ... "
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "$name$ टेबल लोड होआ करदा ऐ... "
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "कोई टेबल रूप-रचना नेईं लब्भी सकी. "
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "डेटा स्रोत \"$name$\" कन्नै कनैक्शन स्थापत नेईं होई सकेआ. "
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "अनजांता;इबारत;नंबर․;तरीक/समां; समां/तरीक;हां/नेईं;मुद्रा;मैमो;काऊंटर;बिंब; इबारत (निश्चत);इशारिया;बाइनरी (निश्चत); बाइनरी;बड्डा Int;दुगना;चलायमान;असली;पूर्णांक;लौह्‌का पूर्णांक;निक्क हारा पूर्णांक;SQL नल्ल;चीज;बक्खरा टकोह्‌दा;ढांचा;खेतर;BLOB;CLOB;REF;OTHER "
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "प्राइमरी कुंजी दा समावेश /हटाओ "
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "हां "
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "नेईं "
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<none>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "खेतर किस्म"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "खेतर किस्म"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "विवरण "
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
#, fuzzy
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "स्तंभ विवरण दा संपादन करो "
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "खेतर विशेशतां "
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "सैल्ल च तरमीम करो "
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "पंगताल म्हेसो "
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "खेतर किस्मा च तरमीम करो"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "पंगताला दा समावेश करो"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "नमीं पंगताला दा समावेश करो"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~बिलानिर्देश मुल्ल "
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1302,7 +1296,7 @@ msgstr ""
"जेकर खेतर च बिलानिर्देश मुल्ल नेईं होऐ तां सक्खनी अक्खर -लड़ी चुनो. "
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1313,19 +1307,19 @@ msgstr ""
"\\बाद च जिसलै टेबल च डेटा प्रविश्ट करदेओ, एह् अक्खर-लड़ी चनोए दे खेतरै लेई हर नमें रकाड च बरतोग.इसलेई इन सैल्ल रूप-रचना जिसी हेठ प्रविश्ट करने दी लोड़ ऐ, दे अनुकूल होना चाहिदा. "
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "अनुमतत बद्धोबद्ध इबारत -लम्बाई प्रविश्ट करो. "
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "नंबर रूप-रचना प्रविश्ट करो."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1342,25 +1336,25 @@ msgstr ""
" दे बद्धोबद्ध शा बद्ध होई जंदा ऐ तां मुल्ल उसदे मताबक स्हेई होई जाग. "
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "इस खेतर च इजाज़तशुदा इशारिया- जगहें दी संख्या दा विशेश ब्यौरा देओ. "
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "एह् ओह् थां ऐ जित्थै तुस दिखदे ओ जे मजूदा रूप-रचना च डेटा कि’यां प्रदर्शत होग ( रूप-रचना च तरमीम करने लेई सज्जे पास्से आह्‌ला बटन बरतो ). "
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "एह् ओह् थां ऐ ,जित्थै तुस डेटे दी आऊटपुट रूप-रचना तैऽ करदेओ. "
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1372,49 +1366,49 @@ msgstr ""
"इस किस्मा दे खेतरें च डेटा प्रविश्ट नेईं करी सकदे.हर इक नमें रकाड गी अपने आप इक अंदरूनी मुल्ल निर्दिश्ट होई जाग. (पिछले रकाड दी बढ़ोतरी दे फलसरूप). "
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "टेबल नेईं बची सकदा की जे स्तंभ नांऽ \"$column$\" दो बारी निर्दिश्ट होए दा हा . "
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "स्तंभ \"$column$\" प्राइमरी कुंजी कन्नै सरबंधत ऐ. जेकर स्तंभ म्हेसेआ तां प्राइमरी कुंजी बी म्हिसी जाग . तुस सच्चें जारी रक्खना चांह्‌दे ओ? "
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "प्राइमरी कुंजी प्रभावत होई"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "स्तंभ "
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "क्या हर हालता च जारी रक्खेआ जाऽ? "
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "डेटाबेस कन्नै कनैक्शन जोड़ने च समस्यां होने कारण टेबल बची नेईं सकेआ. "
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "टेबल पूनी व्यवस्थित नेईं होई सकी की जे डेटा स्रोत म्हिसी गेदा ऐ. "
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
#, fuzzy
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
@@ -1425,13 +1419,13 @@ msgstr ""
" क्या तुस तब्दीलियां हूनै बचाना चांह्‌दे ओ? "
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr " कोई प्राइमरी कुंजी नेईं"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1445,25 +1439,25 @@ msgstr ""
"क्या प्राइमरी कुंजी हूनै सिरजनी चाहिदी? "
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "स्तंभ \"$column$\" नेईं बदलोई सकेआ. क्या इसदे बजाए स्तंभ म्हेसी ओड़ना चाहिदा ते नमीं रूप-रचना कन्नै जक्की ओड़नी चाहिदी ? "
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "टेबल डजैन बचांदे बेल्लै गल्ती "
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr " $स्तंभ$ स्तंभ नेईं म्हेसेआ जाई सकेआ "
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1475,7 +1469,7 @@ msgstr ""
"जिसलै टेबल सरजोग तां इस कथन दा तबादला सिद्धे डेटाबेस च होई जाग. "
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1483,37 +1477,37 @@ msgid ""
msgstr "कुसै बी किस्मा दी जानकारी डेटाबेस चा वापस हासल नेईं होई सकी. N इस डेटा स्रोत लेई टेबल डजैन अवस्था उपलब्ध नेईं ऐ."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "खेतर नांऽ बदलो"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "खेतर किस्म बदलो"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "खेतर-विवरण बदलो"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "खेतर खासियत बदलो "
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "\"$name$\" डेटा स्रोत कन्नै जोड़ने लेई पासवर्ड लोड़दा ऐ. "
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1528,51 +1522,51 @@ msgstr ""
"\\मजूद नेईं ऐ. क्या एह् सिरजी जानी चाहिदी? "
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "$name$ डरैक्टरी नेईं सरजोई सकी."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "फाइल पैह्‌लें गै मजूद ऐ. ओवरराइट करी दित्ता जाऽ? "
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "फोल्डर "
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "डेटाबेस विशेशतां"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
#, fuzzy
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "डेटा स्रोत विशेशतां: # "
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "इक मजूद डैटाबेस कन्नै कनैक्ट करने दे बजाए ' इक मजूद डैटाबेस कन्नै कनैक्ट करो 'चुनो."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
#, fuzzy
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "प्रोग्राम लाइब्रेरी #lib# लोड नेईं होई सकी जां एह् भ्रश्ट ऐ . ODBC डेटा स्रोत चोन उपलब्ध नेईं ऐ.. "
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
#, fuzzy
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
@@ -1581,152 +1575,152 @@ msgid ""
msgstr "डेटा स्रोत दी एह् किस्म इस प्लेटफार्म पर समर्थत नेईं ऐ. \\ सैट्टिंगां बदलने दी तुसें गी इजाज़त ऐ, पर खबरै तुस डेटाबेस कन्नै जोड़ने च समर्थ नेईं होगेओ. "
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{कोई नेईं} "
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1सैट्ट होना लोड़दा"
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 ते #2 बक्खरे होने लोड़दे. "
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "#1च ?,* a जनेह् वाईल्डकार्डे दी इजाज़त नेईं ऐ."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "कनैक्शन परख"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "कनैक्शन सफलतापूर्वक स्थापत होई गेआ हा. "
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "कनैक्शन सफलतापूर्वक स्थापत नेईं होआ हा."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "JDBC चालक सफलतापूर्वक लोड होई गेआ हा. "
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "JDBC चालक सफलतापूर्वक लोड नेईं होआ हा."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS पुज्ज फाइल "
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS पुज्ज 2007 फाइल"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr ""
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "व्यवस्था"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "सिरजना बेल्लै समस्या"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "दस्तावेज \"$file$\" नेईं खु’ल्ली सकेआ"
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "टेबल म्हिसी नेईं सकदा कीजे डेटाबेस-जोड़ इसदा समर्थन नेईं करदा. "
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~सब"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "अनकीता करो: "
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "परतियै करो: "
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "'#1' स्तंभ लेई कोई सरबंधत स्तंभ किस्म नेईं लब्भी."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "'#1' स्तंभ लेई कोई सरबंधत स्तंभ किस्म नेईं लब्भी. "
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "डेटा स्रोत कन्नै कनैक्शन जोड़दे बेल्लै चेतावनियां दरपेश आइयां. उ’नेंगी दिक्खने लेई\"$बटन-इबारत$\" दबाओ. "
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1737,199 +1731,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "SDBC चालक मैन्जर कन्नै कनैक्शन नेईं जुड़ी सकदा (#servicename#). "
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "URL #connurl# लेई चालक पंजीकृत नेईं ऐ. "
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "कनैक्शन सफलतापूर्वक जुड़ी गेआ. पर डेटाबेस टेबलें बारै जानकारी उपलब्ध नेईं ऐ. "
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "सब टेबल "
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "सब द्रिश्श"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "सब टेबल ते द्रिश्श"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "टेबल-नांऽ "
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "डेटे दा समावेश करो "
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "डेटा म्हेसो "
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "डेटे च तरमीम करो"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "ढांचे च फेर-बदल करो "
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "डेटा पढ़ो "
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "हवालें च तरमीम करो "
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "ढांचा ड्राप करो "
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "dBASE फाइलें गी रस्ता "
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "इबातर फाइलें गी रस्ता "
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "स्प्रैडशीट दस्तावेज गी रस्ता"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "थुआढ़े सिस्टम पर ODBC डेटा स्रोत दा नांऽ "
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "MySQL डेटाबेस दा नांऽ"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "ओरेकल डेटाबेस दा नांऽ"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "माइक्रोसाफ्ट ऐक्सैस डेटाबेस फाइल"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "होर सैट्टिंगें दी जरूरत नेईं ऐ.प्रमाणत करने लेई जे कनैक्शन कम्म करा करदा ऐ, '%test' बटन क्लिक करा. "
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "~आयोजक नांऽ "
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "~मोज़िल्ला प्रोफाइल नांऽ "
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "~थंडरबर्ड प्रोफाइल नांऽ"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "टेबल जोड़ो"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "टेबल जां पुच्छ जमा करो"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "स्तंभ लागू करो "
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "टाइप रूप-रचनाकरण "
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1937,163 +1931,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "स्तंभ (बहु․) निर्दिश्ट करो"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~पिच्छें "
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~अगला> "
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "सिरजो "
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "टेबल दी नकल करो"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "टेबल दी नकल करो"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "चालू डेटाबेस च एह् टेबल - नांऽ मान्य नेईं ऐ"
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "डेटे गी इक मजूद टेबल कन्नै जक्कने लेई ' डेटा कन्नै जक्को ' विकल्प तालो"
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "कृपया टेबल-नांऽ बदलो. एह् बड़ा लम्मा ऐ."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "डेटाबेस विशारद"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "डेटाबेस चुनो"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "dBASE कनैक्शन सैट्ट करो "
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "इबारत फाइलें कन्नै कनैक्शन सैट्ट करो"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "माईक्रोसाफ्ट पुज्ज कनैक्शन सैट्ट करो"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "LDAP कनैक्शन सैट्ट करो"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "ADO कनैक्शन सैट्ट करो"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "JDBC कनैक्शन सैट्ट करो"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "ओरेकल डेटाबेस कनैक्शन सैट्ट करो"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "MySQL कनैक्शन सैट्ट करो"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "ODBC कनैक्शन सैट्ट करो"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "बरतूनी प्रमाणीकरण सैट्ट करो"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "MySQLसर्वर डैटा सैट्ट-अप करो"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "बचाओ ते अग्गें चलो "
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "नमें डेटाबेस "
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "JDBC बरतियै MySQL डेटाबेस कन्नै कनैक्शन सैट्ट करो. "
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
#, fuzzy
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
@@ -2104,68 +2098,68 @@ msgstr ""
" कृपया अपने सिस्टम प्रशासक कन्नै रावता करो जेकर ख’लकी सैट्टिंगें बारै दुबधा च ओ."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC ड्राईवर जमात: "
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "बिलानिर्देश:3306 "
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "dBASE फाइलें कन्नै कनैक्शन सैट्ट करो "
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "ओह् फोल्डर चुनो जित्थै dBASE फाइलां रक्खी दियां न. "
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "इबारत फाइलें कन्नै कनैक्शन सैट्ट करो"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
#, fuzzy
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "ओह् फोल्डर चुनो जित्थै CSV (कॉमा सेपरेटड मुल्ल) फाइलां रक्खी दियां न. %PRODUCTNAME अधार इ’नें फाइलें गी सिर्फ पढ़न-जोग अवस्था च खोह्‌ल्लग. "
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "इबारत फाइलें गी रस्ता "
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "माईक्रोसाफ्ट पुज्ज डेटाबेस कन्नै कनैक्शन सैट्ट करो "
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "जिस माईक्रोसाफ्ट पुज्ज फाइल तगर तुस पुज्जना चांह्‌दे ओ, कृपया उसी चुनो. "
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "ADO डेटाबेस कन्नै कनैक्शन सैट्ट करो"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
#, fuzzy
msgctxt "STR_ADO_HELPTEXT"
msgid ""
@@ -2177,13 +2171,13 @@ msgstr ""
" कृपया अपने सिस्टम प्रशासक कन्नै रावता करो जेकर ख’लकी सैट्टिंगें बारै दुबधा च ओ."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "ODBC डेटाबेस कन्नै कनैक्शन सैट्ट करो "
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
#, fuzzy
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
@@ -2196,13 +2190,13 @@ msgstr ""
" कृपया अपने सिस्टम प्रशासक कन्नै रावता करो जेकर ख’लकी सैट्टिंगें बारै दुबधा च ओ."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "JDBC डेटाबेस कन्नै कनैक्शन सैट्ट करो"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
#, fuzzy
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
@@ -2213,25 +2207,25 @@ msgstr ""
" कृपया अपने सिस्टम प्रशासक कन्नै रावता करो जेकर ख’लकी सैट्टिंगें बारै दुबधा च ओ. "
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "ओरेकल डेटाबेस कन्नै कनैक्शन सैट्ट करो"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "बिलानिर्देश: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "JDBC ओरेकल ~ड्राईवर जमात "
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
#, fuzzy
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
@@ -2242,13 +2236,13 @@ msgstr ""
" कृपया अपने सिस्टम प्रशासक कन्नै रावता करो जेकर ख’लकी सैट्टिंगें बारै दुबधा च ओ. "
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "स्प्रैडशीटें कन्नै कनैक्शन सैट्ट करो "
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
#, fuzzy
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
@@ -2259,279 +2253,279 @@ msgstr ""
"%PRODUCTNAME फाइल गी सिर्फ पढ़न-जोग अवस्था च खोह्‌ल्लग."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~स्थान ते फाइल-नांऽ "
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "आदेश सफलतापूर्वक पूरा होआ "
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "डेटाबेस कन्नै कनैक्शन त्रुट्टी गेआ ऐ. एह् संवाद बंद होई जाग. "
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "छंटाईक्रम "
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "इंडैक्स -खेतर "
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "आरोहण क्रम"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "उतरदा क्रम "
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "आपणांस खरोखरच '$name$' अनुक्रमणिका काढून टाकायची आहे का? "
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "अनुक्रमणिका "
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "अनुक्रमणिकेत कमीत कमी एक प्रक्षेत्र तरी असलेच पाहिजे. "
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "\"$name$\" नां दी इंडैक्स पैह्‌लें शा मजूद ऐ. "
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "इक इंडैक्स परिभाशा च, कोई बी टेबल स्तंभ इक बारी शा बद्ध नेईं आई सकदा.फ्ही बी , तुसें \"$name$\"स्तंभ दो बारी प्रविश्ट कीता ऐ. "
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
#, fuzzy
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "प्रविष्टि को \"$name$\"कॉलम के लिये मान्य मूल्य में बदल नहीं सकते है"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "SQLवस्तुस्थिति"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "गल्ती कोड"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "इस गल्ती लेई घड़ी-घड़ी होने आह्‌ला कारण थुआढ़े डेटाबेस दी भाशा लेई इक गैरमनासब वर्ण-सैट्ट दी सैट्टिंग ऐ. संपादन – डेटाबेस-विशेशतां चुनियै इस सैट्टिंग गी जाचो. "
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr " गल्ती "
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "चेतावनी "
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "जानकारी "
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "तफ्सील "
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "क्या तुस सच्चें गै बरतूनी गी म्हेसना चांह्‌दे ओ? "
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "डेटाबेस बरतूनी प्रशासक दा समर्थन नेईं करदा."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "पासवर्ड मेल नेईं खंदा. किरपा करियै पासवर्ड परतियै प्रविश्ट करो. "
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "किरपा करियै ध्यान र’वै जे होई सकदा ऐ किश डेटाबेस इस जोड़ किस्मा दा समर्थन नेईं करन . "
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "सिर्फ ओह् रकाड शामल होंदे न ,जिं’दे लेई दौनें टेबलें दे सरबंधत खेतरें दी विशे- समग्री इक जनेही होंदी ऐ. "
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "'%1' टेबल चा ALL रकाड होंदे न, पर '%2' टेबल चा सिर्फ ओह् रकाड जित्थै सरबंधत खेतरें दे मुल्ल मेल खंदे न. "
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "'%1' टेबल चा ALL रकाड होंदे न,ते '%2' चा. "
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr ""
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "मंजल डेटाबेस द्रिश्शें दा समर्थन नेईं करदा."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "मंजल डेटाबेस प्राइमरी कुंजियें दा समर्थन नेईं करदा."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "कोई बी डेटा पुज्ज वर्णनकर्ता नेईं लब्भा,जां कोई बी डेटा पुज्ज वर्णनकर्ता सारी जरूरी जानकारी मुहैया कराने च समर्थ नेईं ऐ."
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "इसलै सिर्फ टेबल ते पुच्छां गै समर्थनशुदा न."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "नकल स्रोतै दे नतीजा सैट्ट ने सफा-चिॕन्नें दा समर्थन कीता लोड़चदा."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "$pos$ स्तंभ स्थिति पर असमर्थनशुदा स्रोत स्तंभ किस्म($type$)."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "मुंढली शुरुआत ध्रुवें दी नाजायज़ संख्या"
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "मूल मुंढा शुरू करने दौरान इक गल्ती दरपेश आई ऐ."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "कापी स्रोत विवेचक च गैर-समर्थनशुदा सैट्टिङ: $name$"
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "कुसै पुच्छ दी कापी करने आस्तै , थुआढ़ा कनैक्सन पुच्छां उपलब्ध कराने जोग होना लोड़चदा."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "दित्ता गेदा इंटरैक्शन हैंडल-कर्ता अमान्य ऐ."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "एह् सरबंध पैह्‌लें शा मजूद ऐ. क्या तुस इसी संपादत करना चांह्‌दे ओ जां कोई इक नमां सिरजना चांह्‌दे ओ?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
#, fuzzy
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr " संपादन करो...\t"
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "सिरजो... "
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr "- %PRODUCTNAME अधार:सरबंध डजैन"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "डेटाबेस सरबंधें दा समर्थन नेईं करदा. "
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "जिसलै इस टेबल गी म्हेसदे ओ, सब्भै सरबंधत सरबंध कन्नै गै मस्होई जाङन. क्या जारी र’वै? "
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4712,7 +4706,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "ओह् टेबल चि’न्नत करो, जेह्‌ड़े बरतूनें लेई द्रिश्टीगोचर होने चाहिदे ."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
#, fuzzy
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
@@ -4742,6 +4736,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "टेबल जां पुच्छ जमा करो"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
#, fuzzy
diff --git a/source/dgo/desktop/messages.po b/source/dgo/desktop/messages.po
index 50be1c30dc4..bc2aeaafea6 100644
--- a/source/dgo/desktop/messages.po
+++ b/source/dgo/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-09-03 11:47+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -123,147 +123,153 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "विस्तार"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO डायनामिक लाइब्रेरी अंग "
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO जावा अंग "
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO पाइथन अंग "
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
#, fuzzy
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO जावा अंग "
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB किस्म लाइब्रेरी "
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO जावा किस्म लाइब्रेरी"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG लाइब्रेरी "
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "मदद "
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "विस्तार प्रस्थापत नेईं कीता जाई सकदा की जे:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "विस्तार प्रस्थापत नेईं कीता जाग की जे मदद फाइलें च इक गल्ती दरपेश आई ऐ:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "विस्तार जमा करो(s) "
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~हटाओ "
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~समर्थ करो"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~ असमर्थ करो"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "अपडेट... (~U)"
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAME गी जमा करा करदा ऐ"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "%EXTENSION_NAME गी हटा करदा ऐ"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME गी समर्थत करा करदा ऐ"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME गी असमर्थत करा करदा ऐ"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "%EXTENSION_NAMEआस्तै लाइसैंस मंजूर करो"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "गल्ती: इस विस्तार दी वस्तुस्थिति अनजांती ऐ."
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "बंद करो "
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "छोड़ो"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -272,7 +278,7 @@ msgid ""
msgstr ""
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
#, fuzzy
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
@@ -281,20 +287,20 @@ msgstr ""
" एह् सिस्टम निर्भरता पूरियां नेईं कीतियां गेदियां: "
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "इस विस्तार गी असमर्थत करी दित्ता गेदा ऐ की जे तुसें लाइसैंस गी अजें मंजूर नेईं कीते दा.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
#, fuzzy
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "सब दोआरियां दस्सो "
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
#, fuzzy
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
@@ -307,19 +313,19 @@ msgstr ""
" Click 'Cancel' to stop the installation."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
#, fuzzy
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
@@ -332,7 +338,7 @@ msgstr ""
" Click 'Cancel' to stop removing the extension."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
#, fuzzy
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
@@ -345,7 +351,7 @@ msgstr ""
" Click 'Cancel' to stop removing the extension."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
#, fuzzy
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
@@ -358,7 +364,7 @@ msgstr ""
" Click 'Cancel' to stop enabling the extension."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
#, fuzzy
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
@@ -371,92 +377,92 @@ msgstr ""
" Click 'Cancel' to stop disabling the extension."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr ""
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "विस्तार प्रस्थापत होआ करदे न..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "प्रस्थापन खत्म होआ"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "गल्तियें नेईं"
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "%NAME विस्तार गी डाऊनलोड करदे बेल्लै गल्ती."
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "गल्ती सनेहा ऐ:`"
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "%NAME विस्तार दी प्रस्थापना करदे बेल्लै गल्ती."
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "%NAME विस्तार लेई लाइसैंस करारनामा नामंजूर करी दित्ता गेआ हा."
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "विस्तार प्रस्थापत नेईं कीता जाग."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
#, fuzzy
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "अनजांता"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr ""
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr ""
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr ""
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
@@ -471,7 +477,7 @@ msgstr ""
" Click 'Cancel' to stop the installation."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -485,7 +491,7 @@ msgstr ""
" Click 'Cancel' to stop the installation."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
@@ -500,7 +506,7 @@ msgstr ""
" Click 'Cancel' to stop the installation."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -514,7 +520,7 @@ msgstr ""
" Click 'Cancel' to stop the installation."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
@@ -529,7 +535,7 @@ msgstr ""
" Click 'Cancel' to stop the installation."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -543,13 +549,13 @@ msgstr ""
" Click 'Cancel' to stop the installation."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "कोई बी नमें अपडेट उपलब्ध नेईं हैन."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr ""
@@ -557,133 +563,133 @@ msgstr ""
" अपडेट दस्सो' जाच खान्ने गी चिॕन्नत करो."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "गल्ती घटत होई"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "अनजांती गल्ती"
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "इस फाइल किस्म लेई पूनी उपलब्ध नेईं. इस विस्तार लेई कोई बी विवरण उपलब्ध नेईं हैन."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "विस्तार प्रस्थापत नेईं कीता जाई सकदा की जे:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "अनुकूलता नेईं:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "%PRODUCTNAME%PRODUCTVERSION थुआढ़े कोल%PRODUCTNAME %VERSION ऐ"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "तपाशी अधारत अपडेट"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "सरूप"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "एह् फीचर पूरी चाल्ली हटोई जाग . इस अपडेट गी अनदिक्खा करी दित्ता जाह्‌ग. \n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "बरतून परतियै शुरू नेईं होई सकदी. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "संरूपण डरैक्टरी \"$1\"नेईं लब्भी सकी .संरूपण डरैक्टरी \\$1\\नेईं लब्भी सकी ."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "प्रस्थापना रस्ता अमान्य ऐ."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "इक अंदरूनी गल्ती घटत होई. "
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "संरूपण फाइल\"$1\" भ्रश्ट ऐ. "
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "संरूपण फाइल \"$1\" नेईं लब्भी ही. "
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "संरूपण फाइल \"$1\" चालू सरूप दा समर्थन नेईं करदी. "
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "बरतूनी इंटरफेस भाशा तैऽ नेईं होई सकदी."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr ""
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "संरूपण सेवा उपलब्ध नेईं ऐ. "
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr " प्रस्थापना दी मरम्त लेई CD जां प्रस्थापना –पैकजें आह्‌ले फोल्डर चा सैट-अप बरतून शुरू करो ."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "केंदरी संरूपण तगर पुज्ज करदे बेल्लै इक सधारण गल्ती घटत होई. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -694,19 +700,19 @@ msgstr ""
" किरपा करियै प्रशासक कन्नै रावता करो. "
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "ख’लकी अंदरूनी गल्ती घटत होई. "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr ""
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
#, fuzzy
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
@@ -724,25 +730,25 @@ msgstr ""
" .\\क्या तुस सच्चें गै जारी रक्खना चांह्‌दे ओ? "
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr " छपाई असमर्थ ऐ.कोई बी दस्तावेज छपी नेईं सकदा. "
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr " रस्ता- मैन्जर उपलब्ध नेईं ऐ. \n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -750,7 +756,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -758,62 +764,62 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "विस्तार परवानो करार:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "सकयल दिल्लो पुराय परवानो करार वाचून काडात. परवानो करार मान्य करपाक कन्सोलार \"yes\" टायप करून रिटर्न कळ दामात. न्हंयकारपाक आनिक विस्तार संरचनायेतल्यान भायर वचपाक \"no\" करात."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[घालात \"yes\" वा \"no\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "तुमचे आदान चुकीचे आशिल्ले. उपकार करून घालात \"yes\" or \"no\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "YES"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NO"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
#, fuzzy
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "जारी रक्खने लेई तुसें पैह्‌लें शा खोह्‌ल्ले दे विस्तार मैन्जर गी बंद करने दी जरूरत ऐ."
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
#, fuzzy
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
diff --git a/source/dgo/sfx2/messages.po b/source/dgo/sfx2/messages.po
index 6cd12835665..748b6fe5922 100644
--- a/source/dgo/sfx2/messages.po
+++ b/source/dgo/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:22+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -925,8 +925,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -937,45 +943,45 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
#, fuzzy
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "गल्त पासबर्ड "
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(घट्टोघट्ट $(MINLEN) वर्ण)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(पासवर्ड सक्खना होई सकदा ऐ)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
#, fuzzy
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "एह् अमल अमल च नेईं आई सकेआ.इस अमल लेई लोड़दा %PRODUCTNAME प्रोग्राम इसलै प्रस्थापत नेईं ऐ.. "
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -985,7 +991,7 @@ msgstr ""
" क्या तुस हूनै एह् करना चाह्‌गेओ ? "
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -995,216 +1001,216 @@ msgstr ""
" आडरें बारै जानकारी तुस साढ़े उद्‌गम सफे पर तुप्पी सकदे ओ. "
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr ""
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "चालू सरूप "
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "बरामद करो "
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "समावेश करो "
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~ समावेश करो"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr ""
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
#, fuzzy
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "तुलना करो # "
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME दस्तावेज "
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr "Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1212,31 +1218,31 @@ msgid ""
msgstr ""
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "शैली पैह्‌लें शा मजूद ऐ. क्या ओवरराइट करी दित्ती जाऽ?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~परतियै सैट्ट करो "
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "एह् नांऽ पैह्‌लें शा बरतून च ऐ. "
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "एह् शैली मजूद नेईं ऐ. "
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
#, fuzzy
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
@@ -1247,7 +1253,7 @@ msgstr ""
" की जे इस कन्नै हवाला घड़ी-मुड़ी आई सकदा ऐ. "
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1257,7 +1263,7 @@ msgstr ""
" किरपा करियै होर दूआ नांऽ तालो. "
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1266,75 +1272,75 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr ""
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "संचालक"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "दोशपूर्ण पासवर्ड दी पुश्टी"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
#, fuzzy
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "भेजो\t"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "फांट"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
#, fuzzy
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "सरूप टिप्पणी दा समावेश करो"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "हाइरार्किकल "
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "क्या तुस सच्चें रकाडिंग रद्द करना चांह्‌दे ओ ? इस बिंदु तगर रकाड होए दे कोई बी चरण गुआची सकदे न. "
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "रकाडिंग रद्द करो "
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "पैह्‌ली बारी इस्तेमाल लेई सच्चे मूल मुंढा शुरू होआ करदे न. "
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1344,7 +1350,7 @@ msgstr ""
" किरपा करियै छापक तालो ते परतियै कोशश करो. "
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1354,19 +1360,19 @@ msgstr ""
" किरपा करियै अपना छापक संरूपण जाचो. "
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "छापक मसरूफ "
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr "(सिर्फ पढ़न जोग) "
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1377,7 +1383,7 @@ msgstr ""
" क्या तुस क्रियाशील दस्तावेज च नमियां सैट्टिंगां बचाना चाह्‌गेओ ? "
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1388,7 +1394,7 @@ msgstr ""
" क्या क्रियाशील दस्तावेज च नमियां सैट्टिंगां बचानियां चाहि दियां ?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1399,7 +1405,7 @@ msgstr ""
" क्या तुस क्रियाशील दस्तावेज च नमियां सैट्टिंगां बचाना चाह्‌गेओ ? "
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
#, fuzzy
msgctxt "STR_CANT_CLOSE"
msgid ""
@@ -1410,7 +1416,7 @@ msgstr ""
" छापा कम्म चला करदा ऐ. "
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1419,7 +1425,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1428,20 +1434,20 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
#, fuzzy
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "एह् प्रवेश दस्तावेज संपादत नेईं होई सकदा, मुमकन ऐ जे ऐसा पुज्ज अधिकारें दे लापता होने कारण ऐ. क्या तुस दस्तावेज दी इक नकल गी संपादत करना चांह्‌दे ओ? "
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1449,475 +1455,475 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr "(मरम्तशुदा दस्तावेज) "
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr ""
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr ""
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr ""
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr ""
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "दस्तावेज दा संपादन करो"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
#, fuzzy
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "फाइल दस्तावेज "
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "डॉक करो"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "अनडाक करो"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "छंटाई विकल्प"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Customisation"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr ""
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "हटाओ"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/dgo/svx/messages.po b/source/dgo/svx/messages.po
index e4119dbb0b4..6b61a2302b0 100644
--- a/source/dgo/svx/messages.po
+++ b/source/dgo/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: dgo (generated) <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/dgo/>\n"
@@ -5418,1206 +5418,1238 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "चौरस 45 "
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "दोह्‌रा तीर "
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "वृत्त "
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "चौरस "
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "तीर "
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr ""
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr ""
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "हीरा "
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
#, fuzzy
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "वृत्त, बिनभरेआ"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
#, fuzzy
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "चौरस, बिनभरेआ"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
#, fuzzy
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "चौरस, बिनभरेआ"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "पारदर्शकता "
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "सैल्ला प्रबल"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "नीला प्रबल"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "संतरी प्रबल"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "जामुनी"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "जामुनी प्रबल"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "पीला प्रबल"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "गैलरी विशे-वस्तु"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "सफलतापूर्वक वसूल होआ "
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "मौलिक दस्तावेज वसूल होआ "
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "वसूली असफल "
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "वसूली प्रगति च "
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "अजें वसूल नेईं होआ"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION थुआढ़े दस्तावेजें बसूली शुरू करग. दस्तावेजें नाप शा निर्भर एह् प्रक्रिया किश चिरे लै सकती ऐ."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr ""
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~मकाओ "
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr ""
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr ""
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "चीज(एं) दा समावेश करो "
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "3D चीज फरकाओ "
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "निश्कासन चीज सिरजो"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "फरकाऽ चीज सिरजो"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "त्रै आयामी चीज खंडाओ "
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[सब] "
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "ग्राफिक(बहु.)पूनी "
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "नमीं विशे-वस्तु"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "त्रै आयामी प्रभाव(बहु.) "
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "सजीवीकरण "
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "उजागरी चि'न्न(बहु.) "
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "दफ्तर "
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "झंडे"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "फ्लो चार्ट(बहु.)"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "इमोटिकान्स "
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "बिंब (बहु․)"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "पछौकड़ां "
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "मूल सफा "
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "आपसी इंटरैक्शन "
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "नक्शे "
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "लोक "
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "सतहां"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "कंप्यूटर"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr ""
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr ""
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "माल्ली "
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr ""
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr ""
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "ध्वनियां "
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "प्रतीक (बहु.) "
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "मेरियां विशे-वस्तुआं"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "तीर (बहु.) "
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "फलूस (बहु.) "
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "कुंजी बोर्ड"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "समां "
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "प्रस्तुति "
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "कलंडर"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "संचालन"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "संचार "
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "माल्ली "
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "कंप्यूटर"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "ब्हा-पानी"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "स्कूल ते यूनिवर्सिटी "
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "समस्या हल्ल. "
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "परदा बीन्स "
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "छपाई चोन "
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "क्या तुस चोन छापना चांह्‌दे ओ जां सारा दस्तावेज ? "
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~ सब "
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~चोन "
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "निश्कासन उत्तर-पच्छम"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "निश्कासन उत्तर "
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "निश्कासन उत्तर-पूर्व "
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "निश्कासन पच्छम "
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "निश्कासन पछेडे"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "निश्कासन पूर्व "
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "निश्कासन उत्तर- पच्छम"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "निश्कासन दक्खन"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "निश्कासन उत्तर-पूर्व "
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 सैंटीमीटर "
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1सैंटीमीटर "
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 सैंटीमीटर "
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 सैंटीमीटर "
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~सैंटीमीटर "
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 इंच "
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.~5 इंच "
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 इंच "
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 इंच "
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 इंच "
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
#, fuzzy
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "कोई भराई नेईं "
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
#, fuzzy
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "पारदर्शिता"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "बिलानिर्देश"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "बाडर "
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "बाडर शैली "
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
#, fuzzy
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "~लकीर संख्याकरण... "
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
#, fuzzy
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "लेखक आसेआ"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "सफेसफा "
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "रूप-रचना साफ करो"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr ""
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "फॉट -नांऽ"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr ""
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "लोड़ा मताबक करो"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "निश्कासन "
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "निश्कासन चालू/बंद इस्तेमाल करो"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "ख'ल्ले गी झुकाओ"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "धुर उप्परे गी झुकाओ "
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "खब्बै झुकाओ "
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "सज्जै झुकाओ "
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "निश्कासन डुंग्हाई बदलो "
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "दिशा- विन्यास बदलो "
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "प्रोजैक्शन किस्म बदलो "
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "फिक्काकरण बदलो "
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "उज्जलता बदलो "
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "निश्कासन सतह बदलो "
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "निश्कासन रंग बदलो "
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "मन-पसंद "
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "फांटवर्क "
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "फांटवर्क आकार इस्तेमाल करो"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "फांटवर्क इक्कै जनेही अक्खर उंचाई इस्तेमाल करो"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "फांटवर्क सेधीकरण इस्तेमाल करो"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "फांटवर्क वर्ण थाह्‌रबंदी इस्तेमाल करो"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "सनैं "
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "शैली "
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "ते "
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "नुक्कर नियंत्रण "
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "नुक्कर बिंदु दी चोन "
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "धुर उप्पर खब्बा "
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "धुर उप्पर मझाटा"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "धुर उप्पर सज्जा"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "खब्बा केंदर "
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "केंदर "
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "सज्जा केंदर "
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "थल्ला खब्बा "
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "थल्ला मझाटा"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "थल्ला सज्जा"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "आकृति नियंत्रण "
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "इत्थें तुस आकृति दा संपादन करी सकदे ओ. "
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "विशेश वर्ण चुनो "
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "इस खित्ते च विशेश वर्ण चुनो"
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "वर्ण कोड "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "'#' खेतर च लोड़दा इनपुट. कृपया इक मुल्ल प्रविश्ट करो.. "
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "फार्म (बहु.)"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "कोई नियंत्रण नेईं चुने दा"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "विशेशतां:"
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "फार्म विशेशतां"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "फार्म संचालक"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "फार्म"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "फार्म"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "छप्पे दा नियंत्रण "
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "नियंत्रण "
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "रकाड"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "दा "
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "खेतर जमा करो:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "डेटाबेस च डेटा लिखदे बेल्लै गल्ती "
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "पुच्छ अभिव्यक्ति च विन्यासी गल्ती "
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "थुआढ़ी मर्जी 1 रकाड म्हेसने दी ऐ. "
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# रकाड म्हिसी जाङन. "
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6627,331 +6659,331 @@ msgstr ""
" फ्ही बी तुस जारी रक्खना चांह्‌दे ओ ? "
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "संचालन पट्टी "
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "स्तंभ "
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "'#' विशेशता सैट्ट करो"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "भांडे च समावेश करो "
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "# म्हेसो"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "# चीजां म्हेसो "
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "भांडा तत्व त प्रतिस्थापत करो "
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "नियंत्रण प्रतिस्थापतकरो"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "बटन"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "विकल्प बटन "
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "जाच खान्ना "
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "लेबल खेतर "
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "समूह् खान्ना"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "इबारत खान्ना "
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "रूप-रचत खेतर "
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "सूची खान्ना "
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "काम्बो खान्ना "
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "बिंब बटन "
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "बिंब नियंत्रण "
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "फाइल चुनो"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "तरीक खेतर "
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "समां खेतर "
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "संख्या खेतर "
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "मुद्रा खेतर "
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "बानगी खेतर "
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "टेबल नियंत्रण "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "स्क्रोल पट्टी "
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "स्पिन बटन "
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "संचालन पट्टी "
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "बहुचोन "
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "चालू फार्म च कोई डेटा सरबंधत नियंत्रण नेईं. "
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (दिनांक)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (समय)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "पूनी संचालक"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "लेई पूनी"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "जां"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "जेह्‌ड़े मान्य आबद्ध नियंत्रण टेबल द्रिश्श च बरतोई सकदे न , ओह् चालू फार्म च मजूद नेईं हैन."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AutoField>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "SQL कथन च विन्यासी गल्ती "
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "मुल्ल #1 LIKE कन्नै नेईं बरतोई सकदी. "
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE इस खेतर कन्नै नेईं बरतोई सकदी."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "प्रविश्ट मुल्ल इक मान्य तरीक नेईं ऐ. कृपया मान्य रूप-रचना च इक तरीक प्रविश्ट करो. उदाहरण लेई मम/दिदि/बब. "
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "खेतर दी तुलना इक अक्खर-लड़ी कन्नै नेईं होई सकदी."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "प्रविश्ट मुल्ल इक मान्य तरीक नेईं ऐ. कृपया मान्य रूप-रचना च इक तरीक प्रविश्ट करो. उदाहरण लेई मम/दिदि/बब. "
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr " डेटाबेस च नां ते टेबल ते नांऽ गै \"#\" दी पुच्छ ऐ."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "डेटाबेस च पैह्‌लें शा गै टेबल है जां \"#\" कन्नै दिक्खो. "
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr " डेटाबेस च पैह्‌लें शा गै \"#\" नांऽ दी पुच्छ ऐ."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "\"#1\" स्तंभ \"#2\" टेबल च अनजांता ऐ . "
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "खेतर दी तुलना इक चलायमान बिंदू नंबर कन्नै नेईं होई सकदी. "
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "प्रविश्ट ध्रुवे दी तुलना इस खेतर कन्नै नेईं होई सकदी. "
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "डेटा संचालक"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr "(सिर्फ पढ़न जोग) "
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "फाइल पैह्‌लें गै मजूद ऐ. ओवरराइट करी दित्ता जाऽ? "
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#वस्तु# लेबल"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -6963,7 +6995,7 @@ msgstr ""
" क्या तुस सच्चें इस माडल गी म्हेसना चांह्‌दे ओ ?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -6978,7 +7010,7 @@ msgstr ""
" क्या तुस सच्चें इस मसाला गी म्हेसना चांह्‌दे ओ ?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
@@ -6993,13 +7025,13 @@ msgstr ""
" क्या तुस सच्चें इस तत्व गी म्हेसना चांह्‌दे ओ ?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr " क्या तुस सच्चें खासियत '$ATTRIBUTENAME'गी म्हेसना चांह्‌दे ओ ?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -7012,7 +7044,7 @@ msgstr ""
" क्या तुस सच्चें इस आत्म-निवेदन गी म्हेसना चांह्‌दे ओ ?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -7025,1003 +7057,1003 @@ msgstr ""
" क्या तुस सच्चें इस ब'न्नन गी म्हेसना चांह्‌दे ओ ? "
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "XML च '%1' नांऽ मान्य नेईं ऐ. किरपा करियै इक बक्खरा नांऽ प्रविश्ट करो."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "XML च '%1' उपसर्ग मान्य नेईं ऐ. किरपा करियै इक बक्खरा उपसर्ग प्रविश्ट करो. "
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "नांऽ '%1' पैह्‌लें शा मजूद ऐ.कृ किरपा करियै इक नमां नांऽ प्रविश्ट करो. "
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "आत्म-निवेदन दा इक नांऽ होना लोड़दा. "
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "जवाब डाका पाओ/ डाक"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "पाओ"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "थ्होना"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "कोई नेईं"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "मसाल"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "दस्तावेज"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "ब'न्नन :"
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "हवाला:"
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "अमल :"
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "तरीका :"
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "प्रतिस्थापन करो :"
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "तत्व जमा करो "
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "तत्वे दा संपादन करो "
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "तत्व हटाओ "
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "खासियत जमा करो "
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "खासियत दा संपादन करो "
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "खासियत हटाओ"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "ब'न्नन जमा करो"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "ब'न्नन दा संपादन करो "
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "ब'न्नन हटाओ"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "आत्म निवेदन जमा करो"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "आत्म निवेदन दा संपादन करो "
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "आत्म निवेदन म्हेसो"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "तत्व"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "खासियत"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "ब'न्नन(बहु.) "
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "ब’न्नने आह्‌ली अभिव्यक्ति"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "क्या तुसें गी जकीन ऐ जे तुस %PRODUCTNAME दस्तावेज परतियै वसूली रद्द करना चांह्‌दे ओ ? "
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "खब्बा "
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "सज्जा "
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "केंदर "
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "इशारिया "
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
#, fuzzy
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "~ओवरराइट करो "
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "हिंसेदार दस्खत:दस्तावेज दस्खत ठीक न. "
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "हिंसेदार दस्खत:दस्तावेज दस्खत ठीक न , पर सर्टिफकेट प्रमाणत नेईं होई सके."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "हिंसेदार दस्खत: दस्तावेज दस्खतशुदा नेईं ऐ. "
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "हिंसेदार दस्खत : दस्तावेज दस्खत ते सर्टिफिकेट ठीक न, पर दस्तावेज दे सभनें हिस्सें पर दस्खत नेईं होए दे."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "दस्तावेज च तरमीम करी दित्ती गेई ऐ. दस्तावेज गी बचाइयै रक्खने आस्तै दोह्‌रा क्लिक करो."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "पिछली बारी बचाइयै रक्खने दे बाद थमां दस्तावेज च तरमीम नेईं कीती गेई."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
#, fuzzy
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "दस्तावेज लोड होआ करदा ऐ "
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "अंदरै गी ज़ूम करो\t"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "बाह्‌रे गी जूम करे\t"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100% "
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "50%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "सारा सफा"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "सफा "
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "शैलियां शामल होआ करदियां न."
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "पैह्‌रा शैलियां "
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "सैल्ल शैलियां "
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "खोज कुंजी नेईं लब्भी."
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "रंग पटिया "
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "अमान्य पासवर्ड"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "पासवर्ड मेल नेईं खंदा"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "ठोस लौह्‌के गोल उजागरी-चिॕन्न"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "ठोस बड्डे गोल उजागरी-चिॕन्न"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "ठोस चौकोन चिॕन्न"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "ठोस बड़ा वर्ग चिॕन्न"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "सज्जा बिंदु तीर चिॕन्न भरे"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "सज्जा बिंदु तीर चिॕन्न"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "संख्या 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "संख्या 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "संख्या (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "अप्पर केस"
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "अप्पर केस अक्खर A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "लोअर केस अक्खर a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "लोअर केस अक्खर (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "लोअर केस रोमन नं·i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "संख्या, संख्या, लोअर केस"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "आंकिक, लोअर केस अक्खर, ठोस छोट सर्कुलर बुलेट"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "आंकिक, लोअर केस अक्खर, लोअर केस रोमन, अप्पर केस अक्खर, ठोस छोट सर्कुलर बुलेट"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "संख्या सरबंधी "
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "अप्पर केस रोमन, अप्पर केस अक्खर, लोअर केस रोमन, लोअर केस अक्खर, ठोस छोट सर्कुलर बुलेट"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "अप्पर केस अक्खर, अप्पर केस रोमन, लोअर केस रोमन, लोअर केस रोमन, ठोस छोट सर्कुलर बुलेट"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "सब्भै उपस्तर कन्नै संख्या"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "सज्जी कोणिक उजागरी-चिॕन्न , सज्जी कोणिक तीर उजागरी-चिॕन्न , ठोस चौकोर उजागरी-चिॕन्न , ठोस छोट गोलकार उजागरी-चिॕन्न"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "फाइल नेईं सरजोई सकी. "
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "अनकीता करने लेई अमल: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "अनकीता करने लेई अमल: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "परतियै करने लेई अमल : $(ARG1) "
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "परतियै करने लेई अमल : $(ARG1) "
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "तुप्पो "
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr ""
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr ""
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "अनजांता"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "स्विच करो"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "सूहा"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "सैल्ला "
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "नीला "
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "उज्जलता "
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "विरोधाभास "
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "गामा "
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "पारदर्शकता "
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "कांट-छांट "
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "बिलानिर्देश दिशा-विन्यास"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "धुर उप्परा थल्ले गी"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "थल्लेआ धुर उप्परे गी"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "स्टैक कीता"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "खब्बा हाशिया: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "धुर उप्पर हाशिया: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "सज्जा हाशिया: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "थऱलका हाशिया: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "सफा विवरण :"
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "अंग्रेजी दे बड्डे अक्खर"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "अंग्रेजी दे बड्डे अक्खर "
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr " रोमन दे बड्डे अक्खर"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr " रोमन दे निक्के अक्खर"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "अरबी "
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "कोई नेईं "
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "थलद्रिश्श"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "पोरट्रेट "
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "खब्बा "
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "सज्जा "
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "सब "
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "प्रतिबिंबत"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "लेखक:"
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "तरीक :"
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "इबारत:"
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "वर्ण पछौकड़ "
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "रंग पटिया "
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8029,1942 +8061,1942 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "बुनेआदी लैटिन"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "लैटिन-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "लैटिन विस्तृत-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "लैटिन विस्तृत-B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA विस्तार"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "तरमीमकारी अक्खरें च थाह्‌रबंदी होआ करदी ऐ"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "स्वरभेदी चिॕन्न मिला करदे न"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "बुनेआदी ग्रीक"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "ग्रीक प्रतीक ते काप्टिक"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "सिरिलिक"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "अरमेनी"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "बुनेआदी हिब्रू"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "विस्तृत हिब्रू"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "बुनेआदी अरबी"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "विस्तृत अरबी"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "देवनागरी"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "बंगाली"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "गुर्मुखी"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "गुजराती"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "तमिल"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "तेलगु"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "कन्नड़"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "मलयालम"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "ताई "
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "ताओ"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "बुनेआदी जोर्जियन"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "विस्तृत जोर्जियन"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "हंगुल जामो"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "लेटिन विस्तृत बाद्धू"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "विस्तृत ग्रीक"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "सधारण विराम चिॕन्न"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "उप्पर-आलेख ते उप आलेख"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "मुद्रा प्रतीक "
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "स्वरभेदी प्रतीक मिला करदे न"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "अक्खरें जनेह् प्रतीक"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "संख्या फार्म"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "तीर "
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "स्हाब सरबंधी संचालक"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "बन्न सबन्ने तकनीकी"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "तस्वीरें पर नियंत्रण करो"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "आप्टिकल वर्ण पनछान"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "कन्नै लग्गे दे आल्फान्यूमरिक"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "खान्ना रेखाचित्तर"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "ब्लाक तत्व"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "जमैट्रिक आकार"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "बन्न सबन्ने प्रतीक"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "डिंगबैट"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK प्रतीक ते विराम चिॕन्न"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "~हिरागाना "
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "~कटकाना "
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "बोपोमोफो"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "हंगुल अनुकूलता जामो"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK बन्न सबन्न"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "कन्नै लग्गे दे CJK अक्खर ते म्हीने"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "ताल-मेल"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "हांगुल"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK इकरूपी चित्र-वर्ण"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "निजी बरतून खित्ता"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK अनुकूलता इकरूपी चित्र-वर्ण"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "अक्खरी प्रस्तुति फार्म"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "अरबी प्रस्तुति फार्म-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "अद्धे चिॕन्न मिला करदे न"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK अनुकूलता फार्म"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "लौह्‌के फार्म रूप-भेद"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "अरबी प्रस्तुति फार्म-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "अद्ध चौड़ाई ते पूर्ण चौड़ाई फार्म"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr " खास\t"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "मुट्टा इटैलिक"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "टैब"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "लिंबु"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "सिंहली"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "तिब्बती"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "मियान्मार"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "ख्मेर"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "ओघम"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "रूनिक"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "सीरियक"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "थाना"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "इथियोपिक"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "चेरोकी"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "केनडन आदिवासी शब्दांश"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "मंगोली"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "बन्न सबन्ने स्हाब सरबंधी प्रतीक-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "पूरक तीर -A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "ब्रेल बानगियां"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "पूरक तीर -B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "बन्न सबन्ने स्हाब सरबंधी प्रतीक-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK रैडीकल पूरक"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "चित्र-वर्णात्मक विवरण वर्ण"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "टैगालॉग"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "हानुनू (~y)"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "टगबान्वा"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "बुहीड"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "कनबन"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "बोपोमोफो विस्तृत"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "कटकना ध्वनि विज्ञान"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "बपार"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "स्वरभेदी चिॕन्न मिला करदे न"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "कोप्टिक"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "बपार"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "लैटिन विस्तृत-A"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "लैटिन विस्तृत-A"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "वर्ण"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "मेन्यु "
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "जपानी "
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "लैटिन विस्तृत-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "भाव-आइकन"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "विस्तृत अरबी"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "स्वरभेदी चिॕन्न मिला करदे न"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "लैटिन विस्तृत-A"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "लीनियर"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "अवस्था "
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "पूरक तीर -A"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "नमां"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "लैटिन विस्तृत-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10772,6 +10804,7 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "डायगानल बाडर लकीर थल्लै खब्बेआ धुर उप्पर सज्जै"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10779,7 +10812,7 @@ msgid "None"
msgstr "कोई नेईं"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10787,7 +10820,7 @@ msgid "Bullet"
msgstr "उजागरी चि'न्न(बहु.) "
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10795,7 +10828,7 @@ msgid "Graphics"
msgstr "ग्राफिक(बहु.)"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10803,7 +10836,7 @@ msgid "Linked graphics"
msgstr "कड़ीबद्ध ग्राफिक (बहु.) "
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10811,7 +10844,7 @@ msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ... "
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10819,7 +10852,7 @@ msgid "A, B, C, ..."
msgstr "a, b, c, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10827,7 +10860,7 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ... "
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10835,7 +10868,7 @@ msgid "I, II, III, ..."
msgstr "i, ii, iii, ... (~y)"
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10843,28 +10876,28 @@ msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ... (~y)"
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10872,7 +10905,7 @@ msgid "A, .., AA, .., AAA, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10880,14 +10913,14 @@ msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ... "
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10895,7 +10928,7 @@ msgid "Native Numbering"
msgstr "मूल-भूत संख्याकरण"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10903,7 +10936,7 @@ msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (बुल्गेरियन)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10911,7 +10944,7 @@ msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (बुल्गेरियन)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10919,7 +10952,7 @@ msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (बुल्गेरियन)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10927,7 +10960,7 @@ msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (बुल्गेरियन)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10935,7 +10968,7 @@ msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (रूसी)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10943,7 +10976,7 @@ msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (रूसी)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10951,7 +10984,7 @@ msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (रूसी)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10959,7 +10992,7 @@ msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (रूसी)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10967,7 +11000,7 @@ msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (सर्बेआई)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10975,7 +11008,7 @@ msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (सर्बेआई)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10983,7 +11016,7 @@ msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (सर्बेआई)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10991,7 +11024,7 @@ msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (सर्बेआई)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10999,7 +11032,7 @@ msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (ग्रीक बड्डे अक्खर)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -11007,35 +11040,35 @@ msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (ग्रीक बड्डे अक्खर)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16564,7 +16597,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/dgo/sw/messages.po b/source/dgo/sw/messages.po
index 09bb54c2943..ab5d8a52360 100644
--- a/source/dgo/sw/messages.po
+++ b/source/dgo/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -604,7 +604,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "पैह्‌रे संख्या"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -612,1301 +612,1337 @@ msgstr "पैह्‌रे संख्या"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""